Slava Kim
c65f00887b
Fix self-test for Cordova plugins
...
because we renamed 'standard-app-packages' to 'meteor-platform'
2014-09-05 16:25:04 -07:00
Slava Kim
a6c4ed6e6e
Merge branch 'release-0.9.1' into release-0.9.2
...
Conflicts:
packages/autoupdate/package.js
packages/meteor-tool/package.js
packages/meteor/package.js
scripts/admin/meteor-release-experimental.json
2014-09-02 13:49:21 -07:00
Sashko Stubailo
82d1db5107
Rename Meteor.Collection to Mongo.Collection again
2014-08-29 12:28:32 -07:00
Sashko Stubailo
6b3d31ff5b
Revert "Rename Meteor.Collection -> Mongo.Collection"
...
This reverts commit 96952dda2b .
Conflicts:
packages/ddp/livedata_tests.js
packages/minimongo/minimongo.js
packages/mongo/collection.js
packages/mongo/mongo_driver.js
packages/mongo/mongo_livedata_tests.js
packages/mongo/oplog_tests.js
packages/reactive-dict/reactive-dict.js
packages/session/session_tests.js
tools/auth.js
2014-08-29 12:26:28 -07:00
Matthew Arbesfeld
611298fb50
Merge branch 'cordova-hcp' into devel
...
Conflicts:
packages/deps/package.js
packages/reload/reload.js
tools/tests/apps/hot-code-push-test/.meteor/versions
2014-08-29 12:08:34 -07:00
Sashko Stubailo
84f1fcace1
Fix docs and self-test
2014-08-29 11:52:33 -07:00
Matthew Arbesfeld
18e414caea
Remove unused code from hot-code-push-test
2014-08-29 11:46:39 -07:00
Matthew Arbesfeld
0bf177ca0b
Create more hot code push tests and let --browserstack use many browsers.
2014-08-29 11:07:13 -07:00
Sashko Stubailo
96952dda2b
Rename Meteor.Collection -> Mongo.Collection
2014-08-29 10:11:21 -07:00
Matthew Arbesfeld
fca5c382d5
Merge branch 'release-0.9.1' into cordova-hcp
...
Conflicts:
docs/client/api.html
docs/client/api.js
meteor
packages/autoupdate/autoupdate_server.js
packages/autoupdate/package.js
packages/constraint-solver/package.js
packages/less/package.js
packages/meteor-tool/package.js
packages/meteor/package.js
packages/minimongo/package.js
packages/mongo-livedata/package.js
packages/oauth1/package.js
packages/package-version-parser/package.js
packages/spiderable/package.js
packages/standard-app-packages/package.js
packages/templating/package.js
packages/test-in-console/package.js
packages/webapp/package.js
scripts/admin/meteor-release-experimental.json
scripts/generate-dev-bundle.sh
tools/uniload.js
2014-08-28 21:13:59 -07:00
Sashko Stubailo
aafd8a0d3e
Merge branch 'release-0.9.1' into ddp
...
Conflicts:
packages/livedata/package.js
2014-08-28 17:16:38 -07:00
Matthew Arbesfeld
0af50c04ef
Change client.* to web.* and accept client and web
2014-08-28 13:35:26 -07:00
Sashko Stubailo
3189a364e9
Rename livedata to ddp, meteor test-packages passes
2014-08-28 12:53:34 -07:00
Sashko Stubailo
6f72a3c649
Update deps to tracker in self-test
2014-08-28 12:04:27 -07:00
Sashko Stubailo
34231601cc
Update deps to tracker in self-test
2014-08-28 12:02:53 -07:00
Emily Stark
3f6ad09361
Change a thrown exception to 'selftest.fail'
2014-08-28 09:03:34 -07:00
Emily Stark
87bac7820d
Remove some more strict checks in auth tests.
...
They're too strict for universe output.
2014-08-27 22:54:35 -07:00
Emily Stark
c21ed42a33
Remove 'expectEnd' from login test.
...
It'll fail if we have a universe file, because the universe will get
printed.
2014-08-27 19:36:57 -07:00
Emily Stark
3e999c4f69
Fix authorized test for DEPLOY_HOSTNAME
2014-08-27 15:56:08 -07:00
Emily Stark
1b9f57322b
Add packages organizations selftest
2014-08-27 15:56:08 -07:00
Emily Stark
fc1b3e596e
Don't require test package server to have 'standard-app-packages'
2014-08-27 15:56:07 -07:00
Matthew Arbesfeld
75427d70ce
Merge branch 'devel' into cordova-hcp
...
Conflicts:
docs/client/docs.js
examples/leaderboard/.meteor/versions
meteor
packages/backbone/package.js
packages/constraint-solver/package.js
packages/meetup/package.js
packages/meteor-tool/package.js
packages/showdown/package.js
packages/stylus/package.js
scripts/admin/meteor-release-experimental.json
tools/commands-packages.js
tools/commands.js
tools/project.js
tools/tests/old/app-with-private/.meteor/versions
tools/tests/old/app-with-public/.meteor/versions
tools/tests/old/empty-app/.meteor/versions
2014-08-27 13:38:57 -07:00
Emily Stark
f7c4e8a3b4
Rename orgs commands
2014-08-27 08:54:19 -07:00
Emily Stark
1c991ee8b5
Prompt for login on orgs commands if you're logged out
2014-08-27 08:54:19 -07:00
Emily Stark
5c884cbe11
Remove delete-organization command and tests.
...
We're not going to allow organization deletion just yet.
2014-08-27 08:54:19 -07:00
Emily Stark
c07f940ec2
Remove stray 'console.log's
2014-08-27 08:54:19 -07:00
Emily Stark
a15b9ed7ae
More organizations selftest
2014-08-27 08:54:18 -07:00
Emily Stark
aa0998750f
Beginnings of an orgs selftest
2014-08-27 08:54:18 -07:00
David Glasser
cc16bcafe3
Merge branch 'release-0.9.0.1' into devel
...
Conflicts:
packages/autoupdate/autoupdate_client.js
2014-08-27 00:00:15 -07:00
David Glasser
273b70bea4
prerelease versions shouldn't prompt you do update
...
Replace catalog.getLatestVersion with catalog.getLatestMainlineVersion,
which skips prerelease versions (those with dashes in the
version). Ensure that this function is only used by high-level commands
like 'meteor list'. Replace other uses of that function with other
equivalent functions.
Also, don't stack trace on 'meteor add' constraint failure.
2014-08-26 23:56:51 -07:00
David Glasser
3564c3ac4e
Fix 'meteor add x@version' over x@other
...
Before, we were running the constraint solver with both the new and the
old constraint, which would fail if they were not simultaneously
satisfiable. (We were writing the right thing to disk if it succeeded,
at least.)
2014-08-26 23:04:29 -07:00
Emily Stark
64ecaaf136
Add 'net' tag to "talk to package server" test
2014-08-26 20:49:11 -07:00
Emily Stark
4bb1c3f6ce
Do login prompt when talking to package server with expired credential
2014-08-26 20:49:11 -07:00
Emily Stark
f89e633553
Add 'net' tag to "talk to package server" test
2014-08-26 18:19:24 -07:00
Emily Stark
38d6525cea
Do login prompt when talking to package server with expired credential
2014-08-26 17:04:42 -07:00
David Glasser
2732de966d
Merge branch 'master' into devel
...
Conflicts:
History.md
2014-08-26 08:09:22 -07:00
Emily Stark
ec0d2bc8b5
Progress towards self-test using DEPLOY_HOSTNAME.
...
Still can't run all tests against testing servers because the testing
accounts server would need to be configured to send email.
2014-08-25 19:37:47 -07:00
David Glasser
2e259e61c2
update old test version, sigh
2014-08-25 13:47:08 -07:00
David Glasser
4482427da5
make cli-tests tests
2014-08-25 12:31:37 -07:00
David Glasser
0ce077f350
Remove unnecessary colon
2014-08-25 12:07:15 -07:00
David Glasser
175fd7c3b4
minor test cleanup
2014-08-25 09:42:21 -07:00
David Glasser
a247b79aa1
test version bumps, sigh
2014-08-24 21:17:58 -07:00
David Glasser
08b2625082
METEOR-CORE -> METEOR
2014-08-24 18:46:37 -07:00
David Glasser
a8e8995c91
Support comments in .meteor/.id file
...
Make project.rootDir be absolute in 'meteor create'
2014-08-22 18:04:24 -07:00
David Glasser
131b73bc71
update tools/tests id files
...
really, these directories shouldn't have the files, we should copy to a
temp dir...
2014-08-22 17:33:36 -07:00
David Glasser
c4948d8dff
rename .meteor/identifier -> .meteor/.id
2014-08-22 17:31:21 -07:00
David Glasser
a4c5009cea
fix 'sync local catalog' test
...
there was an unnecessarily strong ordering assumption
2014-08-21 19:43:54 -07:00
David Glasser
1843ba0cd6
fix help test
2014-08-21 19:37:23 -07:00
David Glasser
1ff35e49fb
list-sites sorts its output. fix test.
2014-08-21 19:37:05 -07:00
Emily Stark
1852e7b2c0
Update test for new package stats format
2014-08-21 18:23:38 -07:00