Commit Graph

20793 Commits

Author SHA1 Message Date
Ben Newman
7d4044178c Bump package versions for 1.6.2-beta.7 release. release/METEOR@1.6.2-beta.7 2018-02-13 15:11:12 -05:00
Ben Newman
eeb7baca8f Merge branch 'devel' into release-1.6.2 2018-02-13 15:08:58 -05:00
Ben Newman
5e9ff342a8 Bump $BUNDLE_VERSION to 8.9.24 before rebuilding dev bundle. 2018-02-13 14:17:26 -05:00
Ben Newman
7002142403 Add babel-runtime package back to dev_bundle/lib/node_modules.
I tried removing babel-runtime from the dev bundle in a recent commit
(since @babel/runtime is what Babel 7 uses), but some tests failed.

Unfortunately Meteor packages like stylus that (1) register compiler
plugins and (2) were last published before Meteor 1.6.1 still need the
older version of the babel-runtime npm package. It's an extra 2MB of dev
bundle size (82MB vs. 80MB), so it's not the end of the world, but I would
like to figure out how to remove it permanently at some point.

cc @abernix @hwillson in case you have any quick thoughts
2018-02-13 14:15:46 -05:00
Ben Newman
8b14ad2b32 Bump $BUNDLE_VERSION to 8.9.23 before rebuilding dev bundle. 2018-02-13 14:08:05 -05:00
Ben Newman
7c96a70692 Update meteor-babel to latest version, 7.0.0-beta.40-1. 2018-02-13 14:08:05 -05:00
Ben Newman
ff8a1ef32a Better error when running test-packages for nonexistent packages. 2018-02-13 13:43:08 -05:00
Ben Newman
9ee7a86e08 Merge branch 'devel' into release-1.6.2 2018-02-13 11:09:24 -05:00
Hugh Willson
8b9517344a Add Promise.prototype.finally support (#9663) 2018-02-13 11:03:13 -05:00
Ben Newman
1b32e1005a Merge pull request #9665 from GeoffreyBooth/coffeescript-2.2.1
Bump CoffeeScript to 2.2.1
2018-02-13 10:07:40 -05:00
Jesse Rosenberger
4439cbd399 Fix History.md to avoid markdown wrapping across lines.
This was breaking the rendering of the changelog on the docs
repository, as seen here: http://bit.ly/2EWsOU5
2018-02-13 12:40:44 +02:00
Geoffrey Booth
e768d0525a coffeescript package dependencies should match those in ecmascript; bump dependency versions 2018-02-12 22:42:17 -08:00
Geoffrey Booth
89b0e5919e Bump CoffeeScript version to 2.2.1 2018-02-12 22:36:30 -08:00
Ben Newman
f68affc09b Bump package versions for 1.6.2-beta.6 release. release/METEOR@1.6.2-beta.6 2018-02-10 11:05:57 -05:00
Ben Newman
926743536e Merge branch 'devel' into release-1.6.2 2018-02-10 11:01:41 -05:00
Christian Klaussner
63ed2e250c Update uglify-es to 3.3.10 (#9652) 2018-02-08 18:11:02 -05:00
Ben Newman
4b1c921768 Merge pull request #9650 from meteor/stop-running-test-packages-twice
Stop running test-packages twice in PhantomJS.
2018-02-08 12:42:57 -05:00
Ben Newman
c27b7418cf Stop running test-packages twice in PhantomJS.
During the Meteor 1.6.1 beta period, we introduced logic to render a
<script> tag to load the SockJS library in older browsers (#9353), and so
it seemed important to run test-packages both with and without the
<script> tag, using a special query parameter appended to the app URL.

The #9353 changes were ultimately reverted before Meteor 1.6.1 was
released (see 365804218f), and Meteor 1.6.2
will take a very different approach to bundling dependencies like SockJS
for legacy browsers (#9439). As part of this approach, PhantomJS is always
considered a legacy browser, and as such provides valuable feedback on the
behavior of web.browser.legacy bundles. However, since there's nothing to
configure with regard to SockJS anymore, there's no point in running the
test-packages suite twice in PhantomJS.

In order to run these tests in a modern browser environment, we should
probably revisit the idea of running tests in headless Chrome:
https://github.com/meteor/meteor-feature-requests/issues/254
2018-02-08 11:40:47 -05:00
Seba Kerckhof
640011a0bd Modernize rate limiter (#9604) 2018-02-08 10:43:06 -05:00
James Burgess
552764635e Modernize appcache package (#9600) 2018-02-08 10:35:13 -05:00
Christian Klaussner
b5a5935b09 Disable unsafe cssnano minification optimizations (#9635) 2018-02-08 10:32:28 -05:00
Robert Lowe
3332558ddb Introduce MONGO_BIND_IP override (#9606)
* Introduce MONGO_BIND_IP override

Introduces an environment variable (MONGO_BIND_IP) for overriding of meteor's mongod's `bind_ip` option to allow docker containers to bind on `0.0.0.0` to be able to expose mongod processs via docker's `-p 3001:3001` port bindings.

Related issue: https://serverfault.com/questions/758225/cannot-connect-to-mongodb-in-docker
Partially Related PR: https://github.com/meteor/meteor/pull/469

* Use METEOR_MONGO_BIND_IP over ambiguous MONGO_BIND_IP

Change request to use METEOR_MONGO_BIND_IP over ambiguous MONGO_BIND_IP
2018-02-08 10:30:28 -05:00
Ben Newman
6e6d176b7d Merge pull request #9466 from meteor/adam/synchronous-deploy
Make `meteor deploy` synchronous
2018-02-08 10:27:17 -05:00
James Burgess
8f30210b1a Modernize base64 package (#9608) 2018-02-08 10:24:02 -05:00
David Glasser
1dd7ad4544 Fix Galaxy discovery for version-status operation 2018-02-07 13:30:42 -08:00
Adam Zionts
d19f583e4f Make meteor deploy synchronous
- This changes meteor deploy to poll the /version-status/ REST endpoint
in Galaxy for the build and deploy status of the returned version
- Also fixes up a typo in a test
- Currently only configured to use a default polling configuration
- This change also adds a flag called --no-wait which allows users to
  specify that they want the deploy command to behave just as before
2018-02-07 13:30:21 -08:00
Jesse Rosenberger
52fb454803 Merge pull request #9644 from brucejo75/WSL_SQLITE_TRUNCATE
TRUNCATE journal mode for packaging DB on Windows like file systems
2018-02-07 08:32:19 +02:00
Ben Newman
9650679794 Bump ecmascript package version to 0.10.3.
This is necessary whenever we bump the babel-compiler package version,
which I just did.
2018-02-06 21:02:15 -05:00
Ben Newman
a5d9763186 Update meteor-babel to latest version. 2018-02-06 20:55:07 -05:00
Ben Newman
4294b5fd2f Bump $BUNDLE_VERSION to 8.9.22 before rebuilding dev bundle. 2018-02-06 20:13:26 -05:00
Ben Newman
2cd5b5c6d9 Update reify and optimism packages to latest versions. 2018-02-06 20:13:26 -05:00
Ben Newman
1d5da46afc Merge pull request #9627 from jamesmillerburgess/faster-circleci-workflow
Faster CircleCI workflow
2018-02-06 20:13:19 -05:00
Pravdomil
0a1e1f042a Correct jsdoc declarations for Meteor.apply (#9581)
* add docs for Meteor.apply options.returnStubValue
* remove old documentation (duplicated)
2018-02-06 19:27:59 +02:00
Jesse Rosenberger
53ceaca88b Merge pull request #9593 from meteor/abernix/test-docs-with-meteor
Attempt to generate "docs" during CircleCI tests.
2018-02-06 19:18:49 +02:00
Bruce Johnson
e34c72f665 TRUNCATE journal mode for packaging DB on Windows like file systems 2018-02-06 08:24:44 -08:00
Jesse Rosenberger
d6e1497350 Replace the Hexo test commands with new docs "npm test" script.
As implemented now on the meteor/docs repository.

Ref: https://github.com/meteor/docs/commit/af003a80bdf7f17f8ee0e95289add
2018-02-06 17:48:22 +02:00
Seba Kerckhof
58b4de5e18 Add support for string padLeft/padRight (#9641) 2018-02-06 09:09:06 -05:00
Ben Newman
c1bdeb7ea5 Bump package versions for 1.6.2-beta.5 release. release/METEOR@1.6.2-beta.5 2018-02-03 17:23:33 -05:00
Ben Newman
0d14d58017 Merge branch 'devel' into release-1.6.2 2018-02-03 17:22:08 -05:00
James Burgess
3ba41108c4 Expand CircleCI groups to 12 and rebalance tests 2018-02-03 11:57:36 +01:00
James Burgess
c9ff7a55aa Fix flakey test 'javascript hot code push' 2018-02-03 11:57:18 +01:00
Ben Newman
57a6f44a65 Make the class properties transform "loose" to fix #9628. 2018-02-02 16:25:10 -05:00
Ben Newman
bd5cf99edb Ignore babel-preset-meteor if found in a .babelrc file.
This could have prevented #9631 from being a problem in the first place,
and feels like the right thing to do, considering the number of cases
we've seen of people accidentally including babel-preset-meteor in their
.babelrc files.

As usual, we have to bump the ecmascript version as well, so that the
compiler plugin will be rebuilt.
2018-02-02 15:54:57 -05:00
Ben Newman
82e61fe085 Further refine ImportScanner METEOR_PROFILE output. 2018-02-01 12:44:16 -05:00
Ben Newman
dfb6a9b712 Avoid displaying package stats errors in headless mode.
Console.isInteractive() will be false during our Circle CI test runs,
since we set the METEOR_HEADLESS environment variable, so this change
should help prevent spurious test failures like these:
https://circleci.com/gh/meteor/meteor/15305.
2018-02-01 12:22:10 -05:00
Ben Newman
c6d481d53b Instrument more ImportScanner methods for METEOR_PROFILE.
This should help with analyzing how much time computeJsOutputFilesMap
spends scanning imports within individual packages (scanImports) versus
resolving cross-package imports (scanMissingModules).
2018-02-01 11:10:35 -05:00
Jesse Rosenberger
46eaab39b6 Add misssing JSDoc declarations for Mongo.Collection#upsert.
In the conversion to ECMAScript classes in
https://github.com/meteor/meteor/commit/6fcf190bb489db19, it appears that
JSDoc `@method`, `@instance` and `@memberof` declarations were already
in place for the (outgoing) `Mongo.Collection.prototype.{foo}` expressions,
with the exception of `upsert`.  The omission caused docs generation failure
with the new ES syntax since, presumably, it was less possible to be inferred
from the `MCp*` notation.

Additionally, this changes the casing of `@memberOf` to `@memberof`,
mainly because:

* The JSDocs use this notation.
* The data JSON outputted by JSDoc lowercases property keys, including
  cases where `memberOf` was capitalized, making it less clear that
  there is a 1:1 mapping.
* My editor refuses to syntax-highlight jsdoc declarations with [A-Z],
  possilby because of the above reasons.
2018-02-01 11:59:27 +02:00
Jesse Rosenberger
053352f74d Merge branch 'devel' into abernix/test-docs-with-meteor 2018-02-01 09:54:02 +02:00
Ben Newman
5c8a3737d7 Bump package versions for 1.6.2-beta.4 release. release/METEOR@1.6.2-beta.4 2018-01-31 18:38:16 -05:00
Ben Newman
c87f467320 Merge branch 'devel' into release-1.6.2 2018-01-31 18:37:11 -05:00