Ben Newman
c1f01cc860
Bump package versions for 1.4.2-beta.1 release.
release/METEOR@1.4.2-beta.1
2016-09-13 13:33:39 -04:00
Ben Newman
4abaa5eb20
Exclude non-core packages from localCatalog.getAllNonTestPackageNames.
...
This should prevent `meteor admin publish-release` from unnecessarily
checking the consistency of non-core packages.
2016-09-13 13:09:05 -04:00
Ben Newman
1d6fb36547
Include packages/non-core/*/packages/ in self-test search.
2016-09-09 17:30:54 -04:00
Ben Newman
ef02320316
Initialize and update submodules in scripts/ci.sh.
2016-09-09 17:16:24 -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
17f79c66ce
Search packages/non-core/*/packages for local packages.
...
Currently this finds only Blaze-related packages, but it does so without
hard-coding "blaze" in tools code.
2016-09-09 13:28:16 -04:00
Ben Newman
3fce5e6f93
Accept glob patterns for local package search directories.
2016-09-09 13:28:16 -04:00
Ben Newman
0e4217a259
Bump $BUNDLE_VERSION to 4.2.11 before rebuilding dev bundle.
2016-09-09 13:28:15 -04:00
Ben Newman
497270eabe
Add glob package to dev_bundle/lib/node_modules.
2016-09-09 13:28:15 -04:00
Ben Newman
c6a54546c2
Avoid hard-coding packages/non-core/blaze in tools code.
...
Now that the blaze submodule is mounted inside the packages/non-core/
directory, it appears that we no longer have to mention it explicitly in
the localPackageSearchDirs array.
2016-09-09 12:12:43 -04:00
Ben Newman
a550c5317e
Bump $BUNDLE_VERSION to 4.2.10 before rebuilding dev bundle.
2016-09-09 11:29:39 -04:00
Ben Newman
32d02beead
Update the fibers npm package to v1.0.14.
2016-09-09 11:28:49 -04:00
Ben Newman
0d1834368b
Update the node-pre-gyp npm package to v0.6.30.
2016-09-09 11:28:48 -04:00
Ben Newman
d411113e7f
Update the npm npm package to v3.10.7.
2016-09-09 11:28:46 -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
6bb54e8a3d
Update blaze submodule to latest.
2016-09-09 10:58:49 -04:00
Ben Newman
bf1de24720
Mention Blaze submodules in History.md.
2016-09-09 10:58:49 -04:00
Ben Newman
52657f6c1f
Add more explanation of submodules to README.md.
2016-09-09 10:51:14 -04:00
Ben Newman
b64f1147e7
Merge branch 'devel' into release-1.4.2
2016-09-08 13:31:17 -04:00
Zoltan Olah
87681c8f16
Merge pull request #7753 from jedwards1211/compress-after-raw-handlers
...
Move connect.compress() after rawConnectHandlers
2016-09-06 15:18:00 -07:00
Andy Edwards
959eb7cc38
use connect.compress() after rawConnectHandlers
2016-09-06 09:14:13 -05:00
Andy Edwards
1c318f6189
Merge branch 'devel' of github.com:meteor/meteor into devel
2016-09-06 09:12:11 -05:00
Tom Coleman
d70e2f7bda
Bumped version of npm-mongo for 2.2.9 driver release
2016-09-01 11:04:50 +10: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
a82f2275d1
Merge pull request #7722 from meteor/laosb-changelog-for-7117
...
Move #7117 entry to v.NEXT in History.md
2016-08-29 15:20:30 +10:00
Tom Coleman
64f15f1d17
Merge pull request #7633 from meteor/remove-blaze-properly
...
Remove blaze properly
2016-08-29 12:10:38 +10:00
Tom Coleman
74cf7b3b6e
Not sure why these weird version numbers were in there
...
Previously didn't cause a problem because `static-html` was a core pkg
2016-08-29 11:38:45 +10:00
Tom Coleman
a1bc9b1cde
Merge pull request #7718 from striezel/fix-node-mongodb-driver-version-in-history-for-meteor-1.4.1.1
...
fix version number of Node MongoDB driver in History.md (v1.4.1.1)
2016-08-29 10:26:01 +10:00
Tom Coleman
f38b33038e
Merge pull request #7706 from mbrobbel/patch-1
...
Fix URL issue in History.md
2016-08-29 10:25:40 +10:00
Wexpo Lyu
ddf7970e81
Oh, wrong place for the changelog entry!
2016-08-27 19:10:18 +08:00
Dirk Stolle
e2debe8df8
fix version number of Node MongoDB driver in History.md
...
It is actually version 2.2.8, not 2.2.7, which is used in
Meteor 1.4.1.1.
2016-08-26 16:51:37 +02:00
Tom Coleman
4dce9cf5bb
Use blaze w/ consistent versions
2016-08-25 16:20:16 +10:00
Matthijs Brobbel
025e8dd4a6
Fix URL to issue in History.md
2016-08-25 07:59:31 +02: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
edf40c430b
Use isopacket packages for self-test also
2016-08-25 13:24:40 +10:00
Tom Coleman
d695087c92
We'll need to clone submodules too now
2016-08-25 12:23:33 +10:00
Tom Coleman
f01653e690
Use submodules for isopacket loading
2016-08-25 12:23:33 +10:00
Tom Coleman
f69f6c091a
Added a minimum version for blaze to the skel
2016-08-25 12:23:33 +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
a7c04581a0
Merge branch 'release-1.4.1.1'
2016-08-24 17:14:18 +10:00
Tom Coleman
6b5888b2b6
Merge pull request #7695 from meteor/laosb-rebase-5681-fixed
...
Laosb rebase 5681 fixed
2016-08-24 17:11:54 +10:00