Emily Stark
5111cd10cc
Line-wrap springboarding failure messages
2014-10-22 10:48:47 -07:00
David Glasser
31cd4823ce
Better error on springboard failures
2014-10-22 10:48:40 -07:00
Emily Stark
37c7886cb1
Show pretty progess spinners during 'meteor build'
2014-10-22 10:41:23 -07:00
Emily Stark
fb2f5dcddd
Fix call to getCordovaDependenciesFromStar
...
Not sure how this happened... maybe mistake during rebase?
2014-10-22 10:40:33 -07:00
Emily Stark
d4e28c81e4
Exit 'meteor run' when cordova plugins or platforms change.
...
We don't have a way to HCP a changed set of plugins or platforms, so
just exit and ask the user to re-run. There are probably some cases
where we don't have to exit (e.g. if you add the android platform, we
probably don't need to exit out of 'meteor run ios'), but we exit in all
cases for simplicity.
2014-10-22 10:40:33 -07:00
ekatek
ae9e4e87b9
adding a test for watching the versions file
2014-10-22 10:40:28 -07:00
ekatek
42ebedb15b
the .meteor/versions file is part of the app control files
2014-10-22 10:40:28 -07:00
Justin SB
3d9966cdd7
future.isResolved is a function
2014-10-22 10:38:29 -07:00
Sashko Stubailo
6016854eb9
Add message about not being able to start app on Android device
...
Also, don't print the stack trace in this case
2014-10-22 10:38:14 -07:00
Emily Stark
74e413526a
Use displayRelease helper for running-from-checkout message
2014-10-22 10:31:45 -07:00
Emily Stark
11471a82c8
Supress progress spinner while waiting for file changes.
...
This prevents "Starting your app..." from showing immediately after
"Your app is crashing. Waiting for file changes."
2014-10-22 10:31:17 -07:00
Avital Oliver
314dcff249
Kill iOS/iPhone simulator better
...
Turns out different versions of the iOS simular
have differently named apps, so we now call killall
for both the old and the new name.
2014-10-22 10:30:02 -07:00
Slava Kim
6224a749d5
Tweaks to meteor search error output
2014-10-22 10:29:50 -07:00
Slava Kim
912130d0d9
give meteor search a named spinner
2014-10-22 10:29:50 -07:00
Slava Kim
3d9ffab733
Tweak the output of meteor show
2014-10-22 10:29:50 -07:00
Slava Kim
becf6c4f47
Tweak the output of meteor remove
2014-10-22 10:29:50 -07:00
Slava Kim
1bb897bf4c
Give feedback on updating packages not in the project
2014-10-22 10:29:50 -07:00
Slava Kim
f2aab4591e
Ignore iOS on build entirely
2014-10-22 10:28:06 -07:00
Slava Kim
ae098ae71a
Print a warning when building unavailable platforms
2014-10-22 10:28:02 -07:00
Sashko Stubailo
a64565c370
Let build plugins override the 'bare' option for JavaScript files
2014-10-22 10:25:40 -07:00
David Glasser
2330e22554
Improve package download error while offline
...
Now we see something like:
$ curmeteor
Unable to refresh catalog (are you offline?)
Could not download package iron:dynamic-template@0.4.1: getaddrinfo ENOTFOUND
Could not download package iron:router@0.9.4: getaddrinfo ENOTFOUND
Could not download package iron:layout@0.4.1: getaddrinfo ENOTFOUND
Could not download package iron:core@0.3.4: getaddrinfo ENOTFOUND
Could not install all the requested packages.
2014-10-22 10:09:08 -07:00
Ben Newman
8868fe981d
Further simplify NpmDiscards to perform no additional disk I/O.
2014-10-21 13:01:31 -07:00
Ben Newman
bf9b8a9443
Disallow passing nested objects to Npm.strip.
...
As you can see, this simplifies the implementation considerably.
2014-10-21 13:01:21 -07:00
Emily Stark
9b60627a7b
Use Console in tools/main.js
...
The specific issue is the "Could not springboard to release..." message
showing up on the same line as a progress bar. Seems like a good idea to
use Console everywhere in this file anyway.
2014-10-21 13:01:10 -07:00
Emily Stark
339706882b
Fix usage of utils.displayRelease; it already includes "Meteor "
2014-10-21 13:00:49 -07:00
Emily Stark
b03d16d361
Use existing 'utils.displayRelease' helper
2014-10-21 13:00:48 -07:00
Emily Stark
4ee7342473
Print release name more prettily in 'meteor update' message.
...
Instead of "Meteor METEOR@1.0", print "Meteor 1.0".
This change is somewhat untested because in order to test it we need
1. a built release, and 2. installed 'meteor' to point to that built
release.
2014-10-21 13:00:48 -07:00
Emily Stark
5a522d0ce1
Update old cli tests for new 'meteor remove' text
2014-10-21 12:59:29 -07:00
Emily Stark
96805aa8f8
Update publish-one-arch test for new 'meteor publish' output
2014-10-21 12:58:56 -07:00
Emily Stark
13cba47aef
Tweak error printing on errors from package server
2014-10-21 12:58:42 -07:00
David Glasser
b72652a762
Delete a lot of junk from the dev bundle
...
Mostly test data and docs. Also some build-time-only dependencies for sqlite.
2014-10-21 12:58:16 -07:00
Justin SB
cab1662f06
Make package catalog sync use a spinner
...
(Until we have a better progress metric)
2014-10-21 12:57:56 -07:00
Justin SB
5663d9efac
Change progress message indent to 3, so it lines up with '=> Started ...'
2014-10-21 12:57:37 -07:00
Slava Kim
a1feed1996
Recognize 9.png extension. Fix bug for xhdpi splashscreen.
2014-10-21 12:57:17 -07:00
Slava Kim
caf9538b8d
Edits to todo's mobile config
2014-10-21 12:57:12 -07:00
Emily Stark
a283d298e1
Tweak wording of offline package sync message
2014-10-21 12:55:47 -07:00
David Glasser
a2218ce786
Make more DDP errors specific
...
These errors should look like connection errors, not clean closes:
- Heartbeat timeout (DDP-level or SockJS-level)
- Connection timeout (SockJS implementation)
The "disconnected with no error while waiting for something we asked
for" error in ServiceConnection is now a DDP.ConnectionError so that it
prints better.
If a command refuses to run due to a catalog sync error, it should print
the error. (Commands that merely warn that they could not sync don't
print that error, unless METEOR_LOG=debug.)
2014-10-21 12:52:24 -07:00
Avital Oliver
e14cc7ab97
Notice for 0.9.1 now looks like the one for 0.9.0
2014-10-21 12:41:18 -07:00
Maxime Quandalle
9172a50b16
show command doesn't have a maintainer option
2014-10-21 12:40:58 -07:00
David Glasser
6db7783470
bump for 1.0-rc.2
...
unclear why http and less are needed
release/METEOR@1.0-rc.2
2014-10-17 22:17:06 -07:00
Justin SB
d3ff26dd48
Added two more missing 'new's I had missed
2014-10-17 22:11:21 -07:00
Nick Martin
6fffcda069
Fix error handling for offline support.
...
(untested. glasser told me what to type.)
2014-10-17 22:11:13 -07:00
Emily Stark
49f5d41fd7
bump meteor-tool package version
release/METEOR@1.0-rc.1
2014-10-17 18:06:46 -07:00
Emily Stark
865d826390
Bump release manifest for 1.0-rc.1
2014-10-17 18:04:14 -07:00
Nick Martin
aec9909e37
Tweak help text for get-machine.
2014-10-17 18:02:30 -07:00
Emily Stark
d55f684ec4
Change to --minutes in 'meteor admin get-machine' usage
2014-10-17 18:02:25 -07:00
Nick Martin
5e61d60e48
Rework string that is printed when you publish a binary package.
2014-10-17 18:02:20 -07:00
Justin SB
828bd57004
Exit the status poller cleanly, so we never block process exit
2014-10-17 18:02:14 -07:00
ekatek
0330190f35
better help for get-machine
2014-10-17 18:02:06 -07:00
Emily Stark
ed7fcd4fd7
bump meteor-tool version again, because 'meteor' changed
release/METEOR@1.0-rc.0
2014-10-17 16:19:38 -07:00