David Glasser
b0cc3bd155
die correctly if test-packages fails
2014-09-11 14:18:42 -07:00
David Glasser
1355f59df2
Change a "shouldn't happen" into a thrown Error
2014-09-11 14:18:42 -07:00
David Glasser
ca7e56fd01
test another message
2014-09-11 14:18:42 -07:00
David Glasser
06c9bcca95
fix another message
2014-09-11 14:18:42 -07:00
David Glasser
7e375f8457
refactor tests
2014-09-11 14:18:42 -07:00
David Glasser
0eccb57f7a
Improve error message on one particular conflict
2014-09-11 14:18:41 -07:00
David Glasser
6b420acfea
Skip ResolverState clone on duplicate constraint
2014-09-11 14:18:41 -07:00
Justin SB
d223c21ae8
Initial support for selenium in test-packages
...
Run with
./meteor test-packages --driver-package test-in-console --selenium
2014-09-11 10:11:15 -07:00
Justin SB
8fda0a0e1b
Fix typo
2014-09-11 09:34:46 -07:00
ekatek
ce4a3359fe
show breaking changes when adding or updating
2014-09-10 22:39:39 -07:00
David Glasser
e8ab6cd9db
Fix another test for f02314f66e
...
(This is one of the tests that only runs with 'meteor self-test --slow
constraint-solver'.)
2014-09-10 20:11:11 -07:00
David Glasser
186fa26eff
Don't skip initial constraints with useRCsOK!
...
Also, we can still calculate topLevelPrereleases since maybe that can be
used for better diagnostics or something
2014-09-10 19:30:28 -07:00
Mitar
1cb07f5c6c
It is not true anymore that one cannot store EJSON in the database.
2014-09-10 17:49:53 -07:00
David Glasser
6998b1a747
Revert accidental watch change from 78497c0
...
Fixes #2550 .
2014-09-10 17:43:02 -07:00
David Glasser
3379a13533
Use ChildProcess kill method to reload CSS
...
Using the method instead of process.kill means that we don't send the
signal if we already know the process is dead and that we don't throw on
ESRCH (ie, the kernel telling us the process is gone). (If the process
has already died we will soon get around to doing a different kind of
restart.)
Fixes #2550 .
2014-09-10 17:40:15 -07:00
ekatek
9afa9af885
give a suggestion for how to name your package
2014-09-10 17:37:47 -07:00
Adam Monsen
b50a69be48
fix link to update operators in MongoDB manual
...
Related note: I think the MongoDB folks say "update operators" where
they used to say "update modifiers", so we may want to follow their
lead.
2014-09-10 17:18:13 -07:00
David Glasser
a1e1da9d19
Throw if final resolver attempt throws.
2014-09-10 16:31:29 -07:00
David Glasser
8f60d6fe3e
Fix constraint solver tests for f02314f66e
...
Note that we now avoid adding usedRCs:undefined to the resolver return
value, since that makes tests annoying (especially since our display
drops undefined, ah well).
2014-09-10 16:25:04 -07:00
ekatek
7af9519dc4
bettter message about experimental package versions
2014-09-10 16:17:25 -07:00
ekatek
100ab98160
put things into tryfinally in case of errror
2014-09-10 15:57:43 -07:00
ekatek
f02314f66e
glasser's responses on the -rc changes
2014-09-10 15:53:23 -07:00
ekatek
69f637c8e5
glassers comments on wrap numbers
2014-09-10 15:53:23 -07:00
ekatek
ab72ed0619
show a spinnie when downloading large packages
2014-09-10 15:53:23 -07:00
ekatek
390b6394b5
strip out extra dependencies on semver in tool
2014-09-10 15:53:23 -07:00
ekatek
8f29056b4c
wrapping external library versions support in p-v-p and constraint-solver
2014-09-10 15:53:23 -07:00
ekatek
7038f3437e
if all else fails, try RCs all the time
2014-09-10 15:53:23 -07:00
Sashko Stubailo
1c20a0413e
Documenting Npm and Cordova in package.js
...
Summary: Also includes improvements to JSDoc, ignore those!
Test Plan: Read the docs
Reviewers: slava, ekate
Reviewed By: slava
CC: nim
Differential Revision: https://phabricator.meteor.com/D819
2014-09-10 15:49:04 -07:00
Sashko Stubailo
2a307aba5b
Document the fastclick package
...
Summary: Add a section about fastclick to the packages part of the docs
Test Plan: It's just a docs change
Reviewers: slava
Reviewed By: slava
CC: nim
Differential Revision: https://phabricator.meteor.com/D821
2014-09-10 15:42:56 -07:00
Sashko Stubailo
4c2a8877e8
Talk about tarball URLs
2014-09-10 15:37:10 -07:00
Sashko Stubailo
8ea02e67e3
Merge branch 'devel' into npm-cordova-docs
2014-09-10 15:33:10 -07:00
Sashko Stubailo
8e6f9ab3cc
Typo
2014-09-10 15:28:46 -07:00
Sashko Stubailo
3aeca8d461
Add a part about how to disable fastclick for an element
2014-09-10 15:27:54 -07:00
Sashko Stubailo
9d5629e861
Made a small change to fastclick docs
2014-09-10 14:43:25 -07:00
Sashko Stubailo
b6004b19a3
Add documentation about fastclick
2014-09-10 14:38:30 -07:00
Sashko Stubailo
53e81e89bc
Remove extra bit in the docs
2014-09-10 13:36:27 -07:00
David Glasser
97481ebf64
fix .meteor/versions in meteor create --release X
...
Previously, we would not write the versions file in this case because
project._recordVersions thought we were doing "run with a different
release temporarily"
2014-09-10 12:04:01 -07:00
Sashko Stubailo
c69447b03c
Add comment explaining change
2014-09-10 09:54:26 -07:00
Sashko Stubailo
970706385e
Merge branch 'devel' of github.com:meteor/meteor into devel
2014-09-10 09:47:05 -07:00
Sashko Stubailo
05507080f6
Make JSDoc like 100 times faster by searching files with grep first
2014-09-10 09:46:30 -07:00
Sashko Stubailo
4b90199024
Make data.js about half the size
2014-09-10 09:28:56 -07:00
Sashko Stubailo
ddd86b00dd
Make data.js smaller
2014-09-10 09:22:11 -07:00
Sashko Stubailo
0f9427e0b2
Improve documentation, add to table of contents
2014-09-10 09:16:03 -07:00
Sashko Stubailo
4106491efe
Document Npm and Cordova in package.js
2014-09-09 23:28:28 -07:00
David Glasser
0b4ca717ad
Merge remote-tracking branch 'origin/pr/2359' into devel
2014-09-09 18:06:20 -07:00
Maxime Quandalle
03a53fef63
Fix css hot code push self test
...
Previous tests assumed that there were at least one stylesheet, which is no more true
2014-09-10 02:25:18 +02:00
Maxime Quandalle
955e3a881a
Fix CSS injection client code
...
The method to remove old stylesheets wasn't called in case the new stylesheet list was empty
2014-09-10 01:57:19 +02:00
Maxime Quandalle
df51260143
Don't add an empty stylesheet to the bundle if there are no CSS files
2014-09-10 00:52:43 +02:00
Sashko Stubailo
d5108ee194
Fix issue where application-configuration was included
2014-09-09 13:06:57 -07:00
Sashko Stubailo
e742697675
Migrate docs completely to the new JSDoc system
...
Summary: Done, yo. Check out the DocsData global in the docs app
Test Plan: Ran the docs diff script, checked visually.
Reviewers: avital
Reviewed By: avital
CC: nim, ben, dgreenspan
Differential Revision: https://phabricator.meteor.com/D811
2014-09-09 12:58:21 -07:00