Justin SB
|
35601acd36
|
Fix typo
|
2014-09-24 15:53:05 -07:00 |
|
Justin SB
|
555bd231eb
|
Change the 'easy' instances of rawLog to use Console
Rationalizing logging is definitely a TODO
|
2014-09-24 15:53:05 -07:00 |
|
Justin SB
|
db10e231a4
|
Support asymptotic progress bar for constraint solver
Until we either can estimate progress or have a spinner...
|
2014-09-24 15:53:04 -07:00 |
|
Slava Kim
|
8895cc1bd8
|
Update meteor
|
2014-09-24 12:07:49 -07:00 |
|
Slava Kim
|
b19b269dc9
|
Use wrapAsync instead of Future.wrap
|
2014-09-23 15:00:43 -07:00 |
|
Emily Stark
|
78d5969985
|
Make end-of-redirect response a blank page.
We think this is better than putting un-customizable, un-formattable
text. See #2625.
|
2014-09-23 14:38:22 -07:00 |
|
Emily Stark
|
3377cca2f1
|
Set default Accounts.callLoginMethod argument to {}.
This avoids a match failed error and instead gives a more descriptive
"unrecognized options for login request" error. Fixes #2618.
|
2014-09-23 14:22:20 -07:00 |
|
Emily Stark
|
ffc65af211
|
Showdown docs tweaks
Fixes #2611.
|
2014-09-23 14:21:14 -07:00 |
|
Emily Stark
|
bc89e54d17
|
Add clarifying sentence to Assets section of docs.
Fixes #2594.
|
2014-09-23 13:52:28 -07:00 |
|
Justin SB
|
b1e6a2a0ae
|
Cleanup Console code, and make sure we cleanup the poller on exit
Not cleaning up the poller was preventing 'meteor mongo' from exiting cleanly
|
2014-09-23 05:40:29 -07:00 |
|
Nick Martin
|
e90baa1fcc
|
Also note path changes in the built bundle.
|
2014-09-23 00:16:37 -07:00 |
|
Nick Martin
|
6cbd06942c
|
Add note about changing file paths for static assets.
This has bitten several people already. Better late than never.
|
2014-09-23 00:12:03 -07:00 |
|
Slava Kim
|
6397b4918b
|
Fix the failing logging file parsing test on FF
|
2014-09-22 23:06:37 -07:00 |
|
Jonathan Perl
|
44ea500c7b
|
OAuth loginStyle param should match service name
|
2014-09-22 12:27:50 -07:00 |
|
Emily Stark
|
49564070e6
|
Pass request query string to OAuth1 authenticate URL function.
This allows the authenticate URL to vary based on information in the
request (such as the login style). See
https://github.com/meteor/meteor/pull/2394#issuecomment-55939531
|
2014-09-22 12:00:34 -07:00 |
|
ekatek
|
a881c29e1c
|
fix versionsFrom
|
2014-09-21 11:38:05 -07:00 |
|
David Greenspan
|
6ca66b25be
|
Fix ReactiveDict on server (for iron:router)
Note: We don’t officially support Tracker on the server.
|
2014-09-21 10:17:54 -07:00 |
|
Nick Martin
|
4e78ed4873
|
Merge release-0.9.3 (commit '78f36994e332fe1eb80eb70eaa01fdca87155b82') into devel
Conflicts:
tools/buildmessage.js
tools/commands-packages.js
tools/console.js
tools/package-client.js
|
2014-09-19 21:54:51 -07:00 |
|
ekatek
|
78f36994e3
|
do not start line with space
|
2014-09-19 20:48:21 -07:00 |
|
ekatek
|
7e50a51d2b
|
do not crash on maintainers of unknown package
|
2014-09-19 20:48:21 -07:00 |
|
Justin SB
|
d26387fdd7
|
More delays in JS HCP self-test
|
2014-09-19 20:45:07 -07:00 |
|
Justin SB
|
715c13ff7c
|
Update self-test with new 'up to date' language
|
2014-09-19 20:21:31 -07:00 |
|
Justin SB
|
4d572fcc1d
|
Insert some pauses to see if this does indeed fix the self-test
This would be a hack, but it does seem to work
|
2014-09-19 20:17:58 -07:00 |
|
Justin SB
|
292b107759
|
Put new dependencies into generate-dev-bundle.sh and LICENSE.txt
I had put them into dev-bundle-package.json (incorrectly)
|
2014-09-19 20:08:47 -07:00 |
|
ekatek
|
0403d545c7
|
slightly better wording on some commands
|
2014-09-19 20:02:25 -07:00 |
|
Nick Martin
|
e76d6dc787
|
comment on style.
|
2014-09-19 20:00:19 -07:00 |
|
Justin SB
|
9c5abcc8fa
|
Use cleanup onExit instead of process.on('exit', )
|
2014-09-19 19:53:16 -07:00 |
|
Justin SB
|
27a1a66039
|
Make sure the progress bar is hidden when we exit the process
Otherwise it leaves artifacts when we call process.exit
|
2014-09-19 19:49:23 -07:00 |
|
ekatek
|
18ffeafe20
|
start patience messages on a new line
|
2014-09-19 19:42:01 -07:00 |
|
ekatek
|
06434cfefb
|
wrap this output to fewer columns
|
2014-09-19 19:39:30 -07:00 |
|
ekatek
|
8e9dbe6513
|
a less obnoxious banner that only comes up once
|
2014-09-19 19:34:14 -07:00 |
|
Justin SB
|
cfefbcf28f
|
Revert 7282c0ee5b, now that 0ac1855166 has reverted bdcf0d188
|
2014-09-19 19:10:37 -07:00 |
|
ekatek
|
c5f87bc3e0
|
fixed the reduce of empty array bug
|
2014-09-19 18:57:18 -07:00 |
|
Justin SB
|
2c6e615d17
|
Auto-agree to the license in self-test; wait for the huge download
|
2014-09-19 18:42:48 -07:00 |
|
Justin SB
|
30442946cf
|
Set warning as an alias for warn on Console.prototype, not on the singleton
|
2014-09-19 18:42:47 -07:00 |
|
ekatek
|
b97032b85e
|
get rid of other Console.warning too
|
2014-09-19 18:41:52 -07:00 |
|
ekatek
|
099cb726ee
|
use right index, use Console.warn
|
2014-09-19 18:41:19 -07:00 |
|
ekatek
|
298f684580
|
we also need to update the warehouse code to use the right version
|
2014-09-19 18:24:05 -07:00 |
|
Justin SB
|
d64f157f86
|
Add progress & chalk to dev bundle; bump to version 0.3.54
|
2014-09-19 18:23:44 -07:00 |
|
Nick Martin
|
6fec720a2a
|
Use banners from v1
|
2014-09-19 18:15:18 -07:00 |
|
Justin SB
|
3b84a63fc2
|
Choose stdout/stderr, even if we're not in pretty mode
|
2014-09-19 18:04:06 -07:00 |
|
Justin SB
|
e5dcef9127
|
Prettify publish
|
2014-09-19 17:26:48 -07:00 |
|
ekatek
|
25961fef63
|
Revert "weird trick that makes test-packages run again"
This reverts commit 6b3a1c217b.
|
2014-09-19 17:26:02 -07:00 |
|
ekatek
|
e1d6167be1
|
fix constraint solver test failure by fixing the test to use the new api:
|
2014-09-19 17:24:45 -07:00 |
|
ekatek
|
6b3a1c217b
|
weird trick that makes test-packages run again
|
2014-09-19 17:24:45 -07:00 |
|
Justin SB
|
98ffa7d6d3
|
Add missing return to enterJob
I removed it accidentally in 9963a8bc
|
2014-09-19 17:22:59 -07:00 |
|
Justin SB
|
7d171be03b
|
Turn on pretty for show
|
2014-09-19 17:06:45 -07:00 |
|
Justin SB
|
ebabe84d13
|
Turn on pretty for search command
|
2014-09-19 17:06:44 -07:00 |
|
Justin SB
|
cdb840a577
|
Make deploy pretty also
Still pausing until we merge in the minification changes
|
2014-09-19 17:06:44 -07:00 |
|
Justin SB
|
db11a5de0b
|
Use pretty on a per-command basis
It can be overridden using METEOR_PRETTY_OUTPUT=0 or METEOR_PRETTY_OUTPUT=1
|
2014-09-19 16:56:25 -07:00 |
|