Commit Graph

12105 Commits

Author SHA1 Message Date
David Glasser
cd625a3795 drop noSources field
This was a workaround a while ago for back when the uniload build
process was less principled. It's fine now.
2014-11-25 09:06:25 -08:00
David Glasser
dddf0b246e another note about stuff to drop 2014-11-25 09:06:25 -08:00
David Glasser
30c80debcb delete dead code 2014-11-25 09:06:25 -08:00
David Glasser
27d67fe379 Remove "deploy legacy app" tests
These tested a transition that occured in February. The tests are very
slow because each test does an uncached download of Meteor 0.7.0.1. We
are unlikely to break the logic that it tests and even if we do, it will
only affect users who haven't touched their apps since February.
2014-11-25 09:06:25 -08:00
David Glasser
8846a7acbd allow self-test to run at all 2014-11-25 09:06:25 -08:00
David Glasser
17bcac2b44 fix duplicate Meteor 2014-11-25 09:06:25 -08:00
David Glasser
c55c76280b save pluginProviderPackageMap when compiling
move PackageMap to IsopackCache constructor
2014-11-25 09:06:24 -08:00
David Glasser
47ddf01c7d comment improvements 2014-11-25 09:06:24 -08:00
David Glasser
ec6ddbd7b7 update a comment, drop unused field 2014-11-25 09:06:24 -08:00
David Glasser
c3b545b9aa clean up publishPackage API
The call from publish-release --from-checkout has not been updated yet.
2014-11-25 09:06:24 -08:00
David Glasser
960bd07e53 publish packages outside an app
(no version map file though)
2014-11-25 09:06:24 -08:00
David Glasser
bf7ffbad30 note that we need a release tag too 2014-11-25 09:06:24 -08:00
David Glasser
06114d6983 Fix 'meteor publish'
only works from inside an app! does not include a version lock file!
2014-11-25 09:06:24 -08:00
David Glasser
7676e1d192 handlerConnectionError -> handleConnectionError 2014-11-25 09:06:24 -08:00
David Glasser
275456054f Drop test-runner-app from repo
ProjectContext now makes sure to turn the given directory into a project
directory if it isn't one yet.

Add --show-test-app-path to test-packages.
2014-11-25 09:06:23 -08:00
David Glasser
b07c3578ac package update works now 2014-11-25 09:06:23 -08:00
David Glasser
e88f588cfc Fix updating releases (not package update though)
Move run-upgrader command under 'admin'
2014-11-25 09:06:23 -08:00
David Glasser
e1572801d5 Revert "releaseFile.setRelease should be in-memory only"
This reverts commit 3735ff62d51af6c7e537d5c3fe35e79cebb68735.
2014-11-25 09:06:23 -08:00
David Glasser
11ab8edaa9 releaseFile.setRelease should be in-memory only
This will let us try several times for 'meteor update' and not write
until success.
2014-11-25 09:06:23 -08:00
David Glasser
d9ff79cd9c CHECKPOINT mid meteor update 2014-11-25 09:06:23 -08:00
David Glasser
4767b830d0 comment on ProjectContext 2014-11-25 09:06:23 -08:00
David Glasser
1a4dcef219 drop utils.splitConstraint 2014-11-25 09:06:22 -08:00
David Glasser
d418e38e3a remove finished comment 2014-11-25 09:06:22 -08:00
David Glasser
fce3f4762b search and show already work 2014-11-25 09:06:22 -08:00
David Glasser
f5ab70377c refresh should not be between search and show 2014-11-25 09:06:22 -08:00
David Glasser
61b1493ee9 Fix meteor add 2014-11-25 09:06:22 -08:00
David Glasser
a553048fe6 don't write .meteor/packages changes until ready
ie, don't update .meteor/packages unless we know the new constraints can
be resolved!

The current calls are from remove and test-packages, which should
generally succeed.  But add is different.
2014-11-25 09:06:22 -08:00
David Glasser
6928c41fee Show progress during isopacket build 2014-11-25 09:06:22 -08:00
David Glasser
3da57f75f9 Fix meteor list 2014-11-25 09:06:21 -08:00
David Glasser
ad78915322 Fix meteor add cordova:* (but not add packages) 2014-11-25 09:06:21 -08:00
David Glasser
20200f7130 Fix meteor remove 2014-11-25 09:06:21 -08:00
David Glasser
645456b5b0 cleanup, remove --get-ready implementation, etc
--get-ready can probably be restored after this branch is merged.
2014-11-25 09:06:21 -08:00
David Glasser
12851424d4 remove completed XXX #3006 comments 2014-11-25 09:06:21 -08:00
David Glasser
d38fbdf903 fix test-packages --deploy 2014-11-25 09:06:21 -08:00
David Glasser
6db0e3607a fix galaxy prototype deploy 2014-11-25 09:06:21 -08:00
David Glasser
bebab08518 oops, still include site name in deploy 2014-11-25 09:06:21 -08:00
David Glasser
1e7a4f3b08 Fix meteor deploy 2014-11-25 09:06:20 -08:00
David Glasser
5fcab5c42d fix 'meteor rebuild' 2014-11-25 09:06:20 -08:00
David Glasser
45cc54fb63 comment and require cleanup 2014-11-25 09:06:20 -08:00
David Glasser
f02336d0cd test-packages for cordova 2014-11-25 09:06:20 -08:00
David Glasser
1a9536baa2 Fix test-packages
See #3012, though.
2014-11-25 09:06:20 -08:00
David Glasser
2410cec49d preserve spaces and comments from .meteor/packages 2014-11-25 09:06:20 -08:00
David Glasser
7b256e58c2 allow you to progress ProjectContext to any step 2014-11-25 09:06:19 -08:00
David Glasser
83421c288a Remove isLocalPackage 2014-11-25 09:06:19 -08:00
David Glasser
3a38ef0369 commands-cordova is fully transitioned 2014-11-25 09:06:19 -08:00
David Glasser
f7f77b44cd Fix add-platform 2014-11-25 09:06:19 -08:00
David Glasser
637a3ec37b Fix remove-platform 2014-11-25 09:06:19 -08:00
David Glasser
45be10a565 Fix list-platforms 2014-11-25 09:06:19 -08:00
David Glasser
2b818092ce 'meteor run ARGS' (cordova) works now 2014-11-25 09:06:19 -08:00
David Glasser
e05692a8d2 Fix meteor shell 2014-11-25 09:06:19 -08:00