Commit Graph

10711 Commits

Author SHA1 Message Date
Slava Kim
b155e3a84d First version of mobile control file parsing logic 2014-09-30 17:05:38 -07:00
Slava Kim
09a6c8db97 Add a new wrapper package for xmlbuilder 2014-09-30 17:05:38 -07:00
Justin SB
f5f9b47da8 Add getLatestVersion to catalog-remote.js 2014-09-30 16:49:00 -07:00
ekatek
5f886d3346 finish the sql merge: rename unipack to isopack where needed 2014-09-30 16:36:33 -07:00
ekatek
c67de0830a merging from sqllite 2014-09-30 16:29:41 -07:00
Justin SB
cd43315e76 Launch phantomjs using spawn; should work better on Linux/Docker 2014-09-30 16:18:20 -07:00
David Greenspan
11c0577f1d Fix weird backslashes in package skeleton 2014-09-30 15:45:46 -07:00
ekatek
364efde3af don't forget to write the format for old-style unipackage.json 2014-09-30 15:32:39 -07:00
ekatek
3d17a05af0 use the dev bundle with sqllite in it 2014-09-30 15:19:03 -07:00
ekatek
676c3ea1b6 add sqllite to 0.9.4 branch 2014-09-30 14:55:42 -07:00
David Greenspan
3cd1d64de7 Merge pull request #2476 from cryptoquick/html5-main-tag
Add HTML5 `main` tag to HTML.knownElementNames
2014-09-30 14:14:50 -07:00
Slava Kim
4aa42726a9 Make the "remove old sourceMappingURL" regex global
So we don't make an assumption there is only one of those. Thanks to Ben.
2014-09-30 14:08:33 -07:00
Slava Kim
5e7c1a45d8 Fix the server-side sourcemaps again
Partially reverts 431af48743 merged in #2385
2014-09-30 14:04:17 -07:00
Slava Kim
c5e383efba Merge branch 'release-0.9.4' into devel 2014-09-30 13:51:33 -07:00
Slava Kim
a1ab53d2c1 More moving things around and clean up the external interface of
commands-cordova.js
2014-09-30 12:41:31 -07:00
Justin SB
1337b84466 Properly close the heredoc we pass to phantomjs 2014-09-30 12:39:44 -07:00
Slava Kim
264b9efb2d Moving things around for categorization
Should an no-op
2014-09-30 12:28:59 -07:00
Slava Kim
b4a063c53c Don't compile the mobile-config.js control file into an app 2014-09-30 12:28:59 -07:00
ekatek
274497d083 mark tests that publish as checkout only
When we publish things to the test packaging server, we use the versionsFrom
argument that is very difficult to set up right to actually work. Most of the time
we don't really set that up and just agree that those tests should fail. As such, I
am going to mark most of those tests as checkout-only for now (we still usually check
that we can publish manually anyway as part of poking at the release in QA, and there is
not a lot of reason that I can think of why publishing from release would be different than
pubishing from checkout. So, marking these as checkout-only until we can get a better
testing infrastructure for this in place.
2014-09-30 12:24:11 -07:00
ekatek
69df87ce7d mark tests that publish as checkout only
When we publish things to the test packaging server, we use the versionsFrom
argument that is very difficult to set up right to actually work. Most of the time
we don't really set that up and just agree that those tests should fail. As such, I
am going to mark most of those tests as checkout-only for now (we still usually check
that we can publish manually anyway as part of poking at the release in QA, and there is
not a lot of reason that I can think of why publishing from release would be different than
pubishing from checkout. So, marking these as checkout-only until we can get a better
testing infrastructure for this in place.
2014-09-30 12:22:09 -07:00
ekatek
383faa5cdb also, do not let people run update --patch from an old release 2014-09-30 12:22:09 -07:00
David Greenspan
6a35e05ba3 Clear status message on enableProgressBar(false)
Motivated by `meteor shell` in Emacs shell-mode
2014-09-30 11:51:17 -07:00
Sashko Stubailo
0d4134250e Bump version of meteor-tool 2014-09-30 11:51:17 -07:00
Sashko Stubailo
7808258a10 Bumped all of the versions again 2014-09-30 11:51:17 -07:00
Sashko Stubailo
75c09c49d3 Update srp version 2014-09-30 11:51:17 -07:00
Sashko Stubailo
ce1a405101 Bump every single package version number due to a change in compilation 2014-09-30 11:51:17 -07:00
Nick Martin
bcacef436e Fix velocity test command for new parsedUrl (e7037b72) 2014-09-30 11:51:16 -07:00
Sashko Stubailo
14c0ec29f8 Script to bump all version numbers 2014-09-30 11:51:16 -07:00
Sashko Stubailo
cd55ca4b1c Bump version number for release 2014-09-30 11:51:16 -07:00
Sashko Stubailo
f817b32852 Update todos app 2014-09-30 11:51:16 -07:00
Sashko Stubailo
3236121b0f Bump docs version number 2014-09-30 11:51:16 -07:00
Avital Oliver
d794aa6335 Allow more than one dash in package version names
This is consistent with the semver spec, and should fix
2014-09-30 11:51:05 -07:00
Avital Oliver
7e6ea64e07 Fix meteor update from an app created from a checkout 2014-09-30 11:51:05 -07:00
Avital Oliver
a9ea64a7c3 Allow more than one dash in package version names
This is consistent with the semver spec, and should fix
2014-09-30 11:49:43 -07:00
Justin SB
f0a12fd37d Don't run the npm downloads in parallel
Seems to break. We should fix this properly in future, for a better dev UX
2014-09-30 11:45:58 -07:00
Avital Oliver
69501a9eb3 Fix meteor update from an app created from a checkout 2014-09-30 11:23:09 -07:00
Justin SB
6feeed3cf1 getPackage should return a package 2014-09-30 11:15:31 -07:00
Justin SB
29f44d08aa Add missing runInTransaction 2014-09-30 10:18:29 -07:00
Justin SB
6451f45d09 Force all SQL commands to go through a transaction
And also our serialize logic!
2014-09-30 09:37:07 -07:00
David Greenspan
44ae2cbea9 Clear status message on enableProgressBar(false)
Motivated by `meteor shell` in Emacs shell-mode
2014-09-30 09:33:13 -07:00
Justin SB
7de1033f53 Rename noRetry -> noRefresh, also introduce a helper method that never refreshes 2014-09-30 09:02:33 -07:00
Justin SB
b5ec4a81b1 A few tweaks to SQL, in particular turning on WAL 2014-09-30 09:02:33 -07:00
Sashko Stubailo
1f3538e982 Bump version of meteor-tool release/METEOR@0.9.4-pre.1 2014-09-30 01:44:45 -07:00
Sashko Stubailo
ad2dbcfbe0 Bumped all of the versions again 2014-09-30 01:42:17 -07:00
Sashko Stubailo
b68b1b30d4 Merge branch 'release-0.9.4' of github.com:meteor/meteor into release-0.9.4 2014-09-30 00:54:09 -07:00
Sashko Stubailo
2dad47677d Update srp version release/METEOR@0.9.4-pre.0 2014-09-30 00:30:42 -07:00
Avital Oliver
c72dd30b1d Don't crash when failing to contact the package server
Fixes #2713
2014-09-30 00:07:34 -07:00
Avital Oliver
f65873f315 Don't crash when failing to contact the package server
Fixes #2713
2014-09-30 00:07:18 -07:00
Sashko Stubailo
71c8fc6ab9 Merge branch 'release-0.9.4' of github.com:meteor/meteor into release-0.9.4 2014-09-29 23:45:10 -07:00
Sashko Stubailo
eecc272e4a Bump every single package version number due to a change in compilation 2014-09-29 23:44:50 -07:00