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
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
Nick Martin
6273527450
Fix velocity test command for new parsedUrl (e7037b72)
2014-09-29 23:42:32 -07:00
Sashko Stubailo
c48a1284f8
Script to bump all version numbers
2014-09-29 23:41:17 -07:00
Sashko Stubailo
e3e9d9e3d7
Bump version number for release
2014-09-29 23:40:12 -07:00
Sashko Stubailo
5ca48d48de
Merge branch 'release-0.9.4' of github.com:meteor/meteor into release-0.9.4
2014-09-29 23:01:49 -07:00
Sashko Stubailo
283b57894d
Update todos app
2014-09-29 23:01:33 -07:00
Sashko Stubailo
99a57a5e7c
Bump docs version number
2014-09-29 21:57:19 -07:00
Nick Martin
43c996cd13
Fix whitespace
2014-09-29 21:41:05 -07:00
Nick Martin
fc194393b2
Merge branch 'devel' into release-0.9.4
...
Conflicts:
tools/help.txt
2014-09-29 21:38:47 -07:00
Sashko Stubailo
4c0bcdccfe
Merge branch 'release-0.9.4' of github.com:meteor/meteor into release-0.9.4
2014-09-29 21:35:10 -07:00
Sashko Stubailo
1ac45850de
Replace todos with new example
2014-09-29 21:09:25 -07:00
Slava Kim
86a811b5b2
Whitespace
2014-09-29 20:40:25 -07:00
Sashko Stubailo
3fe1c06343
Fix backwards conversion
2014-09-29 20:31:15 -07:00
Sashko Stubailo
baa823995b
Fix stupid problem
2014-09-29 20:10:57 -07:00
Sashko Stubailo
7e4848d939
Merge branch 'isopack' into release-0.9.4
...
Conflicts:
tools/uniload.js
2014-09-29 20:08:02 -07:00
Sashko Stubailo
5bc7851fd6
Add converters and compat with comments
2014-09-29 20:03:39 -07:00
Nick Martin
46e783454c
Merge branch 'pr-2680' into devel
2014-09-29 19:53:11 -07:00
Ben Newman
f53c12815e
Implement a meteor debug command.
...
Summary:
The `node-inspector` NPM package was added to the dev_bundle by this
recent commit: 64a624ae5c
Task: https://app.asana.com/0/15750483766338/16241466809965
Test Plan:
Add `debugger` statements to server code, run `meteor debug`, visit the
node-inspector URL in a browser, continue the application, and verify that
the debugger stops at the `debugger` statements that were set.
Reviewers: nim, slava, emily, avital, dgreenspan
CC: sashko
Differential Revision: https://phabricator.meteor.com/D827
2014-09-29 22:50:49 -04:00
Nick Martin
5a4d35184c
code style cleanups to match style guide.
...
help text nitpicking.
2014-09-29 19:50:24 -07:00
Nick Martin
99f7c4cd66
comments
2014-09-29 19:27:49 -07:00
Nick Martin
a72629c6ce
Mark run --test as experimental.
2014-09-29 19:19:25 -07:00
Sashko Stubailo
d8ff8b626c
Rename unipkg to isopk
2014-09-29 19:09:05 -07:00
Sashko Stubailo
b63d16667e
Read the file correctly
2014-09-29 19:01:05 -07:00
Nick Martin
4ba382eff3
Move velocity code to a separate file for easier maintenance.
2014-09-29 18:47:18 -07:00
Emily Stark
59db2ff04b
Rename --mobile-server to --server for 'meteor build'.
2014-09-29 18:38:52 -07:00
Emily Stark
a403c54bf8
Remove 'reload' timeout.
...
This timeout was designed for a very specific case (hit stop during a
hot code push, come back to the page later and you don't expect your
session state to still be there), but it's not clear what length of time
is right for that, nor whether it's even what users expect (and if there
should be a timeout, it probably varies from package to package
depending on what type of data the package is storing in sessionStorage
-- e.g. for OAuth logins, 30 seconds is way too short of a timeout).
Fixes #2696 .
2014-09-29 18:31:04 -07:00
Emily Stark
381b2fa099
Remove 'reload' timeout.
...
This timeout was designed for a very specific case (hit stop during a
hot code push, come back to the page later and you don't expect your
session state to still be there), but it's not clear what length of time
is right for that, nor whether it's even what users expect (and if there
should be a timeout, it probably varies from package to package
depending on what type of data the package is storing in sessionStorage
-- e.g. for OAuth logins, 30 seconds is way too short of a timeout).
Fixes #2696 .
2014-09-29 18:27:49 -07:00
Paolo Scanferla
c62e3c20c1
Export same-origin check and end_of_redirect_response template.
...
Export some properties to allow developers to override them to
support logging in using the OAuth redirect flow from cross origin
domain.
2014-09-29 18:10:06 -07:00
Paolo Scanferla
8e2b5612a9
Export same-origin check and end_of_redirect_response template.
...
Export some properties to allow developers to override them to
support logging in using the OAuth redirect flow from cross origin
domain.
2014-09-29 18:09:28 -07:00
rissem
251763f2eb
clean up velocity --test pull request
...
- remove hardcoded localhost:3000
- add documentation to command
- remove emoji
2014-09-29 17:58:42 -07:00
rissem
22d48ee0db
add --test flag to Meteor CLI for velociy CI support
...
- establish a DDP connection to Meteor
- subscribe to test results
- hit running web server
- exit with appropriate status code after tests have completed
2014-09-29 17:58:42 -07:00
Sashko Stubailo
8bd7a14993
Merge branch 'release-0.9.4' into isopack
2014-09-29 17:57:15 -07:00
Sashko Stubailo
bc3bb9eae1
Change "unibuilds" property to "builds" in the new isopack.json format
2014-09-29 17:56:36 -07:00
Emily Stark
710790954f
Merge branch 'cordova-0.9.4-mobile-server' into release-0.9.4
2014-09-29 17:53:27 -07:00
Emily Stark
56f5200078
Suggest that you can set protocol in --mobile-server help text
2014-09-29 17:53:02 -07:00
Emily Stark
1973971b20
Add tests for 'meteor build --mobile-server'.
2014-09-29 17:53:02 -07:00
Emily Stark
8aeb0f7e44
Tweak 'meteor build' with no --mobile-server error message.
2014-09-29 17:53:01 -07:00
Emily Stark
1aa1b268b5
Fix 'meteor build' handling of missing --mobile-server
2014-09-29 17:53:01 -07:00
Emily Stark
1598e9c826
Add --mobile-server to 'meteor build' usage.
2014-09-29 17:53:01 -07:00
Emily Stark
f738340556
Remove dead code in cordova platforms test
2014-09-29 17:53:01 -07:00
Emily Stark
3746f20e58
Fix default protocol in 'meteor run --mobile-server'
2014-09-29 17:53:01 -07:00
Emily Stark
e4cae7e105
Add back --mobile-port for back compat
2014-09-29 17:53:01 -07:00
Emily Stark
c5fdf45568
Rename 'parseHostPort' to 'parseUrl' and add tests
2014-09-29 17:53:00 -07:00
Emily Stark
257de8a62e
WIP: '--mobile-port' to '--mobile-server', and allow https
2014-09-29 17:53:00 -07:00
Sashko Stubailo
a3860bb115
Make isopack backwards- and forwards-compatible
2014-09-29 17:12:00 -07:00