Commit Graph

5471 Commits

Author SHA1 Message Date
ekatek
cbe4d6dd6d increment package versions 2014-09-22 22:07:33 -07:00
ekatek
e35e64b30c user the underscore instead of a tilde 2014-09-22 21:57:23 -07:00
ekatek
d1b23fbece increment numbers 2014-09-21 11:51:14 -07:00
David Greenspan
64c63820a0 Fix ReactiveDict on server (for iron:router)
Note: We don’t officially support Tracker on the server.
2014-09-21 10:18:26 -07:00
ekatek
811455ab14 increment 2014-09-19 22:37:05 -07:00
ekatek
5d8fb6d05b release constraints are weak and also increment 2014-09-19 22:34:39 -07:00
ekatek
ce9f3e0205 increment meteor-tool number 2014-09-19 22:27:55 -07:00
ekatek
3ad9ab61e9 increment versions 2014-09-19 21:49:45 -07:00
ekatek
220cc69e31 package versions incremented 2014-09-19 21:16:14 -07:00
ekatek
e1d6167be1 fix constraint solver test failure by fixing the test to use the new api: 2014-09-19 17:24:45 -07:00
ekatek
e1311c407c function to check if a version constraint is compatible with pre0.9.3 versions, default token to send to syncNewData includes format specifications 2014-09-19 16:56:25 -07:00
ekatek
9c99638c7f be more consistent about using utils.parseConstraint in the tool; test for either-version 2014-09-19 16:56:24 -07:00
ekatek
d8377487dc support multiple major versions in meteor 0.9.3 and above. A little hacky in the tool around keeping old interfaces, but it works 2014-09-18 00:12:30 -07:00
Emily Stark
7bbc580665 Merge branch 'master' into devel 2014-09-17 23:05:17 -04:00
Emily Stark
e52d2bb8dc bump meteor-tool version for 0.9.2.2 2014-09-17 21:03:09 -04:00
Emily Stark
19b8c0012c Merge branch 'master' into devel 2014-09-15 16:49:50 -07:00
Emily Stark
dd61c40bbc bump more package numbers for 0.9.2.1 2014-09-15 16:07:26 -07:00
Emily Stark
5fe0937aa6 Bump package versions for 0.9.2.1.
These should have been bumped in 0.9.2
2014-09-15 15:55:19 -07:00
Emily Stark
ccfee68145 Merge branch 'master' into devel
Conflicts:
	docs/client/api.html
	docs/client/data.js
	docs/client/names.json
	meteor
	packages/autoupdate/package.js
	packages/base64/.gitignore
	packages/constraint-solver/package.js
	packages/device-orientation/.gitignore
	packages/less/package.js
	packages/meteor-tool/package.js
	packages/meteor/package.js
	packages/package-version-parser/package.js
	packages/webapp/webapp_server.js
	scripts/admin/meteor-release-experimental.json
	tools/commands.js
	tools/help.txt
	tools/package-version-parser.js
	tools/run-all.js
	tools/tests/apps/build-errors/packages/with-colon-plugin/.gitignore
2014-09-15 14:48:57 -07:00
Emily Stark
d19f2bf49b Bump more package versions for 0.9.2 2014-09-15 12:05:03 -07:00
Emily Stark
833c6f5b4f Bump package versions for 0.9.2 2014-09-15 11:36:57 -07:00
Emily Stark
549a13a690 Add 'spacebars' to autoupdate QA script 2014-09-14 09:07:31 -07:00
Justin SB
7b09674fb4 Use replacement DDP url in tests, if one is set 2014-09-12 13:14:38 -07:00
David Glasser
ba9ec26b97 constraint solver errors: ignore unibuilds
Most people think of package deps in terms of packages, not unibuilds,
but our constraint solver has all these generated "if you're using
foo#os@1.0.0, use foo#web.browser@=1.0.0" constraints. They are just
distracting in errors (which already hide the unibuild part for
clarity) so make sure we don't see them in paths either.

(I could imagine a flag/env var that skips all the removeUnibuild calls
and this special processing, for "gory details" mode.)
2014-09-12 12:27:52 -07:00
Slava Kim
1ac14fe616 Less bump 2014-09-11 17:58:28 -07:00
Slava Kim
7a459a3cc8 Bump 2014-09-11 17:56:53 -07:00
Emily Stark
d36909a489 bump packages for 0.9.2-rc7 2014-09-11 17:35:06 -07:00
Emily Stark
5dca0bb99a Fix html attributes in boilerplate generation.
We were not passing html attributes through to the Boilerplate object,
so appcache manifest was never showing up in the <html> tag. Add
'extraData' to `Boilerplate.toHTML` so that we can specify the html
attributes at request time.
2014-09-11 16:43:02 -07:00
Slava Kim
5fae8faeb0 bump packages 2014-09-11 15:53:32 -07:00
Slava Kim
824098a081 Remove deprecated SERVER_ID
breaks backwards compat with 0.6.6
2014-09-11 15:14:41 -07:00
David Glasser
ae71b7857a handle last error case 2014-09-11 14:18:42 -07:00
David Glasser
1355f59df2 Change a "shouldn't happen" into a thrown Error 2014-09-11 14:18:42 -07:00
David Glasser
ca7e56fd01 test another message 2014-09-11 14:18:42 -07:00
David Glasser
06c9bcca95 fix another message 2014-09-11 14:18:42 -07:00
David Glasser
7e375f8457 refactor tests 2014-09-11 14:18:42 -07:00
David Glasser
0eccb57f7a Improve error message on one particular conflict 2014-09-11 14:18:41 -07:00
David Glasser
6b420acfea Skip ResolverState clone on duplicate constraint 2014-09-11 14:18:41 -07:00
Justin SB
d223c21ae8 Initial support for selenium in test-packages
Run with
    ./meteor test-packages --driver-package test-in-console --selenium
2014-09-11 10:11:15 -07:00
Justin SB
8fda0a0e1b Fix typo 2014-09-11 09:34:46 -07:00
David Glasser
e8ab6cd9db Fix another test for f02314f66e
(This is one of the tests that only runs with 'meteor self-test --slow
constraint-solver'.)
2014-09-10 20:11:11 -07:00
David Glasser
186fa26eff Don't skip initial constraints with useRCsOK!
Also, we can still calculate topLevelPrereleases since maybe that can be
used for better diagnostics or something
2014-09-10 19:30:28 -07:00
Slava Kim
52d66644e9 Bump packages 2014-09-10 19:01:53 -07:00
Slava Kim
daea8b7cd9 Remove redundant log reattachment 2014-09-10 18:59:54 -07:00
Emily Stark
89824f6e26 Fix redirect OAuth error handling in accounts-ui-unstyled 2014-09-10 18:42:28 -07:00
Slava Kim
26d7398db5 Statusbar shouldn't throw errors on Android (where it is not even exported) 2014-09-10 16:48:28 -07:00
David Glasser
a1e1da9d19 Throw if final resolver attempt throws. 2014-09-10 16:31:29 -07:00
David Glasser
8f60d6fe3e Fix constraint solver tests for f02314f66e
Note that we now avoid adding usedRCs:undefined to the resolver return
value, since that makes tests annoying (especially since our display
drops undefined, ah well).
2014-09-10 16:25:04 -07:00
ekatek
f02314f66e glasser's responses on the -rc changes 2014-09-10 15:53:23 -07:00
ekatek
69f637c8e5 glassers comments on wrap numbers 2014-09-10 15:53:23 -07:00
ekatek
390b6394b5 strip out extra dependencies on semver in tool 2014-09-10 15:53:23 -07:00