ekatek
c7a1fdfead
slight improvement on the previous hack
2014-07-23 17:42:27 -07:00
ekatek
5ff34557a1
calculate versions earlier to be wary of race conditions
2014-07-23 16:36:18 -07:00
Avital Oliver
67c47a9086
A test now correctly uses a non-existent but correctly named release
2014-07-23 13:56:37 -07:00
Emily Stark
1e83c64183
Add test for 61bf03c (get all pages back from updateServerPackageData)
2014-07-23 12:40:51 -07:00
Emily Stark
0f0c7b1709
Add some expectExits to "sync local catalog" test
2014-07-23 00:04:17 -07:00
Emily Stark
61bf03c8d3
Fix updateServerPackageData to return all data, not just the first page
2014-07-23 00:04:04 -07:00
ekatek
1e1f4b2e8a
catalogs talk to each other
2014-07-22 18:40:25 -07:00
Emily Stark
cbc12117a6
Fix pipe/grep for missing package in old cli test
2014-07-22 17:37:53 -07:00
Emily Stark
c1a5443ba7
Two small steps towards getting "old cli tests (warehouse)" to run
2014-07-22 17:14:02 -07:00
David Glasser
b863106075
Remove redundant resolver construction
...
refresh just did this.
2014-07-22 16:30:13 -07:00
Emily Stark
eb70a7c299
Make old cli test pass.
...
We might want to revisit this after polishing error messages.
Still doesn't pass with METEOR_WAREHOUSE_DIR set from self-test.
2014-07-22 14:24:17 -07:00
Matthew Arbesfeld
fa97fc74b2
Fix run --once test.
2014-07-21 20:35:58 -07:00
Emily Stark
5918a51fef
Don't send package stats on bundle.
...
Send them only on 'run' (which is likely to be running for a long time,
giving us plenty of time to send stats) and 'deploy' (which has to go
over the network anyway), though we don't wait for stats to be sent
before exiting from any commands.
Update stats self-test to run apps instead of bundling them. Add an
environment variable to print some output about when package stats have
been sent for the test to know when it's okay to stop the 'meteor run'
process.
2014-07-21 18:00:22 -07:00
David Glasser
9dbc64ef06
test versions file updates from devel merge
2014-07-21 16:46:04 -07:00
David Glasser
ab804499ca
fix hot code push test to create directories
...
presumably this was previously tested on a checkout where
tools/tests/apps/hot-code-push-test/client existed, but git doesn't know
how to check in empty directories. (another alternative would be to
check in a dummy file in that directory)
2014-07-21 16:38:39 -07:00
David Glasser
996d347139
Merge branch 'devel' into packaging
...
Conflicts:
docs/client/api.html
docs/client/concepts.html
docs/client/introduction.html
meteor
packages/html-tools/package.js
packages/spacebars-common/package.js
packages/webapp/webapp_server.js
tools/bundler.js
2014-07-21 16:18:25 -07:00
ekatek
3b4c9098a9
test for sync
2014-07-21 14:05:45 -07:00
ekatek
b33422fe83
comment
2014-07-17 19:36:23 -07:00
ekatek
e404e2eb95
aha! This is the test that fails that unearths the weird downloading bit
2014-07-17 16:45:20 -07:00
ekatek
8bb675c0b6
cleaning up some tests to run from release
2014-07-17 15:41:39 -07:00
ekatek
0a64950d6a
oops, adding a test file from a few tests ago
2014-07-17 15:41:39 -07:00
ekatek
738c27ad8d
create --package now a bit more intelligent and useful
2014-07-15 18:34:43 -07:00
ekatek
cf1d45fa82
indicate in meteor list when new versions are available
2014-07-15 17:19:08 -07:00
ekatek
abfc8961a3
test for showing new versions in list, cp method in sandbox
2014-07-15 16:57:37 -07:00
ekatek
b4e3947aa6
on hot code push, remember to re-read local package sources
2014-07-15 10:51:58 -07:00
ekatek
9dcc364723
test for adding new dependencies to a package mid-stream
2014-07-15 10:23:33 -07:00
ekatek
e4a40e2971
only run selftest warehouse from checkout
2014-07-15 10:13:26 -07:00
ekatek
f1ba1bad3d
selftest now runs from release, but probably fails on a lot of tests
2014-07-14 18:20:05 -07:00
ekatek
127e1f5a79
fix the update with --release behavior
2014-07-14 17:50:22 -07:00
ekatek
ec142b369d
begin tests for version file writing
2014-07-11 17:02:17 -07:00
ekatek
8f4ee123ae
fixing update tests
2014-07-10 18:12:47 -07:00
ekatek
989c263d1a
undoing accidental reversion of matt s changes
2014-07-10 15:25:33 -07:00
ekatek
9d7609f6a9
hack hack hack hack the warehouse into pretending to know about s-a-p etc
2014-07-10 15:09:33 -07:00
Avital Oliver
015e505ec9
Move a test into the right directory
2014-07-09 15:54:56 -07:00
Avital Oliver
7d61ae9f33
Test that the 'git' field in package.js gets published and appears in search
2014-07-09 14:33:44 -07:00
ekatek
01102d2d44
getting rid of githubUrl and replacing it with git
...
Conflicts:
tools/package-source.js
2014-07-09 14:32:59 -07:00
Matthew Arbesfeld
0fc0fce64a
Fix Avi's comments.
2014-07-09 10:53:21 -07:00
Matthew Arbesfeld
ee0b9eea51
Update tests
2014-07-09 10:31:44 -07:00
Matthew Arbesfeld
4b88e70629
Fix client css insert
2014-07-09 10:31:44 -07:00
Matthew Arbesfeld
f230eba62b
Client CSS and template injection.
2014-07-09 10:31:44 -07:00
ekatek
8ed9d3459c
removed some name fields, changes console.log to process.std[out,err].write in commands-packages and gave user a warning to remember to publish for arch.
2014-07-08 22:41:21 -07:00
ekatek
a6858083d4
move to camelcase for onUse and onTest handlers. Tests coming up as part of improving create --package
2014-07-08 22:41:21 -07:00
ekatek
9d68ac4568
don't print out version changes for a newly created app, with test
2014-07-08 22:41:21 -07:00
ekatek
b9a714f028
ripping out internal, name and test from package.js files
2014-07-07 20:50:50 -07:00
ekatek
4ff1452452
download packages for publish-release and ability to mute output
2014-07-07 17:26:23 -07:00
Matthew Arbesfeld
7e103cd2ed
chmod 755 the BrowserStackLocal binary.
2014-07-03 15:03:25 -07:00
Matthew Arbesfeld
ff68931a51
Add BrowserStackLocal binary to dev_bundle
...
We added the new binaries to the s3 bucket, and then GET them from the
generate_dev_bundle shell script.
2014-07-03 14:18:55 -07:00
Avital Oliver
d8d1d1b41f
end-to-end self-test for publish and search for package
2014-07-02 21:48:19 -07:00
ekatek
22c6d152e6
check for emptiness better
2014-07-02 16:47:17 -07:00
ekatek
d7e4a10015
do not write to disk if the server doesn't return anything useful
2014-07-02 16:47:17 -07:00