Commit Graph

7855 Commits

Author SHA1 Message Date
Ben Newman
9338fbd73f Bump package versions for 1.4.2-beta.6 release. 2016-09-27 13:31:41 -04:00
Ben Newman
ad69d59fa7 Clear dev_bundle/.npm before tests to ensure consistent results. 2016-09-26 20:39:15 -04:00
Ben Newman
7c3fbad5d0 Use version constraint for minifier-css in standard-minifier-css. 2016-09-26 20:27:50 -04:00
Ben Newman
bfa67337dd Cache merging of CSS files in standard-minifier-css.
It's silly that this was happening on every reload, regardless of whether
CSS files had changed.
2016-09-23 19:22:40 -04:00
Ben Newman
d4d648c8f7 Bump package versions for 1.4.2-beta.5 release. 2016-09-22 15:03:07 -04:00
Ben Newman
aa6b8ff10a Cleanup packages/stylus/.npm after upgrade.
This may help with the CircleCI timeout problems we've been having.
2016-09-22 15:03:07 -04:00
Ben Newman
da5f6956aa Merge branch 'devel' into release-1.4.2 2016-09-22 14:32:07 -04:00
Tom Coleman
f5bc7ae0ce Shrinkwraps and .versions files for npm-mongo and stylus 2016-09-22 11:24:48 +10:00
Brian Lukoff
a3419f8ccf Update node-mongodb driver to 2.2.10 (#7780)
This release of the node-mongodb driver finally fixed performance issues we were having on our Compose MongoDB 3.2 deployment.
2016-09-20 18:31:55 -04:00
Tom Coleman
78b9a20da1 Merge pull request #7739 from meteor/stylus-version-bump
Updating stylus dependency
2016-09-20 09:05:39 +10:00
Ben Newman
d881a29de4 Bump package versions for 1.4.2-beta.4 release. 2016-09-16 09:15:24 -04:00
Ben Newman
62b85ee36e Merge branch 'devel' into release-1.4.2 2016-09-16 09:10:33 -04:00
Ben Newman
6823ea0bca Bump boilerplate-generator package version and add version constraints.
This will allow publishing `boilerplate-generator` independently from
Meteor, so that Meteor 1.4 developers can update immediately by running
`meteor update boilerplate-generator`.
2016-09-16 09:07:25 -04:00
gsaynac
f475e379ab Add ws: and wss: sources to default CSP for Cordova (#7774)
CircleCI tests are still timing out, but I believe this change is safe to merge.
2016-09-16 09:01:44 -04:00
Ben Newman
c0e3397cc4 Merge branch 'devel' into release-1.4.2 2016-09-15 10:02:34 -04:00
Michael Mason
ffa7de2559 Pass object with error to onLoginFailure hooks (#7699)
* Pass object with error to onLoginFailure hooks

* Use es6 property shorthand
2016-09-15 10:00:28 -04:00
Ben Newman
583bd366e4 Bump package versions for 1.4.2-beta.3 release.
Note that no binaries were successfully published for beta.2, so please
don't try updating to that version!
2016-09-13 15:25:23 -04:00
Ben Newman
772d6a914a Bump package versions for 1.4.2-beta.2 release.
Note that no binaries were successfully published for beta.1, so please
don't try updating to that version!
2016-09-13 14:00:49 -04:00
Ben Newman
c1f01cc860 Bump package versions for 1.4.2-beta.1 release. 2016-09-13 13:33:39 -04:00
Ben Newman
391c3b4c26 Bump promise package version to 0.8.7. 2016-09-09 16:57:30 -04:00
Ben Newman
ad61a93514 Fix bizarre faulty shrinkwrapping of asap package. 2016-09-09 16:41:44 -04:00
Ben Newman
e999db717f Bump promise package version to 0.8.6. 2016-09-09 14:34:37 -04:00
Ben Newman
26d082b62e Update meteor-promise npm package to v0.7.4.
Fixes a bug where .then callbacks could be wrapped multiple times:
https://github.com/meteor/promise/pull/11
2016-09-09 13:59:52 -04:00
Ben Newman
9001b75f44 Move packages-for-isopackets/blaze to packages/non-core/blaze. 2016-09-09 11:17:43 -04:00
Ben Newman
b64f1147e7 Merge branch 'devel' into release-1.4.2 2016-09-08 13:31:17 -04:00
Andy Edwards
959eb7cc38 use connect.compress() after rawConnectHandlers 2016-09-06 09:14:13 -05:00
Tom Coleman
d70e2f7bda Bumped version of npm-mongo for 2.2.9 driver release 2016-09-01 11:04:50 +10:00
Mitar
e0c0817ca5 Updating stylus dependency. 2016-08-30 15:57:10 -07:00
Pradel Léo
48f62d9a64 Put travis badge back 2016-08-30 15:40:14 -07:00
Pradel Léo
95dca1676e Add released and development links 2016-08-30 15:40:14 -07:00
Pradel Léo
149f0f7eb1 normalise 2016-08-30 15:38:17 -07:00
Tom Coleman
2778305f3d Add constraints to boilerplate-generator
I guess it didn't need it earlier for some reason to do with
isopackets, but it does cause self-test tests to fail.
Let's see how we go now
2016-08-25 14:12:17 +10:00
Tom Coleman
1b48f1dcd7 Add constraints to blaze dependencies in core packages 2016-08-25 12:23:33 +10:00
Tom Coleman
232f6d04b9 Add version constraints to test-in-browser blaze packages
Otherwise version gravity ends up putting us on super old versions.

I'm not sure what the "correct" constraint is here. This may be overly
restrictive, but I suspect choosing the versions from the last release
before making this change will end up being the sensible choice.
2016-08-25 12:23:33 +10:00
Tom Coleman
afc165e00a Literally just deleted packages 2016-08-25 12:23:32 +10:00
Ben Newman
b34a796600 Merge branch 'devel' into release-1.4.2 2016-08-24 11:06:22 -04:00
Ben Newman
d1bd82072b Merge pull request #7692 from meteor/release-1.4.1.1
Release 1.4.1.1
2016-08-24 10:52:52 -04:00
Tom Coleman
e9a57a9bad Bumped node module version again for 1.4.1.1 release 2016-08-24 14:54:37 +10:00
Tom Coleman
d1edbebbf5 Set a minimum version for npm-mongo package in mongo package
So when we do a release, the constraint will force users to get the
new npm-mongo package. We likely will seek a better solution to
this kind of problem in the future
2016-08-24 11:48:31 +10:00
Wexpo Lyu
c8d1f2009f Further tests to fix accounts callback / throwing behavior 2016-08-24 08:51:50 +10:00
Wexpo Lyu
532a7feafa Take callbacks for all accounts-client and handle them consistently
Where possible, only throw if there is no callback and we know
on the client that the arguments are wrong. Add some tests for
this behavior.
2016-08-24 08:51:49 +10:00
Ben Newman
659706f61d Bump package versions for 1.4.2-beta.0 release. 2016-08-23 12:02:47 -04:00
Ben Newman
7f8ecb6b1c Update npm-mongo shrinkwrap. 2016-08-23 11:36:00 -04:00
Tom Coleman
5fa59d2b8b Bumping version of the npm-mongo package for #7594
This was a fairly serious issue with the mongo driver
2016-08-23 11:44:21 +10:00
Ben Newman
365c765971 Bump package versions for the official 1.4.1 release. 2016-08-18 11:37:18 -04:00
Ben Newman
e90c638c9f Bump package versions for 1.4.1-rc.7 release. 2016-08-17 18:18:21 -04:00
Ben Newman
c51ca73575 Bump package versions for 1.4.1-rc.6 release. 2016-08-17 14:53:29 -04:00
Ben Newman
409f78b668 Bump package versions for 1.4.1-rc.5 release. 2016-08-16 18:34:31 -04:00
Ben Newman
7c019139f5 Update es5-shim shrinkwrap file. 2016-08-16 16:27:08 -04:00
Ben Newman
afbddc428b Bump package versions for 1.4.1-rc.3 release. 2016-08-16 13:17:49 -04:00