Commit Graph

7923 Commits

Author SHA1 Message Date
ekatek
5ebbbdbc63 merging packaging into uvf 2014-05-28 13:26:48 -07:00
Emily Stark
71917200b7 Go back to https for package server 2014-05-28 12:06:04 -07:00
ekatek
d176828d2a minor bug cleanup to make tests pass 2014-05-27 16:50:16 -07:00
ekatek
f8442fd356 refresh when unable to find specific request 2014-05-27 16:26:07 -07:00
ekatek
b97f7c5a76 renamed some catalog variables, more cleanup around catalog 2014-05-27 16:07:43 -07:00
ekatek
5f8b1be152 split catalog in two 2014-05-27 12:17:57 -07:00
ekatek
f562c1f3b8 clean up catalog comments 2014-05-27 10:01:41 -07:00
ekatek
5f10cb37a2 no more bootstrap dirs 2014-05-25 21:44:09 -07:00
ekatek
c02ebfbd48 moving isDirectory to utils 2014-05-25 21:10:17 -07:00
ekatek
38b2d0a514 cleanup 2014-05-25 20:33:38 -07:00
ekatek
05bb7e4001 clean up comments on emergent behavior 2014-05-25 20:13:40 -07:00
ekatek
e71782a598 get rid of setDependencies entirely 2014-05-25 20:00:28 -07:00
ekatek
264d9d8039 removing some premature optimizations 2014-05-25 19:29:00 -07:00
ekatek
209fa3a59b reload project when restarting app in development mode 2014-05-25 19:13:15 -07:00
ekatek
e49818458b splitting up setDependencies 2014-05-23 16:16:31 -07:00
ekatek
b0b40a2dce removing packages should actually work now 2014-05-23 15:16:42 -07:00
ekatek
9e04e2dc35 unified versions wip two 2014-05-23 14:07:48 -07:00
ekatek
f70099c992 apps run tests do not 2014-05-21 17:41:18 -07:00
ekatek
6f3504a2d3 project refactoring, wip 1 2014-05-21 15:42:12 -07:00
ekatek
7339d0e33f minor bug cleanup to make tests pass 2014-05-21 12:38:17 -07:00
David Glasser
8bdcdbc518 maybe background symlink update works
however, bundling is brokenish

due to buildTimeDeps when building apps not being release-sensitive

(ekate understands what I mean)
2014-05-20 18:58:15 -07:00
David Glasser
5954086e7a fibers stopped polluting global namespace in 1.0.0 2014-05-20 18:33:13 -07:00
David Glasser
84e7342e82 meteor update should keep you on track 2014-05-20 17:08:44 -07:00
David Glasser
fa280a364d actually update to the release we found 2014-05-20 15:38:53 -07:00
David Glasser
8bc9733645 try to update to different things 2014-05-20 11:51:46 -07:00
ekatek
9b2c11f9ce temporary disabling of version locks 2014-05-20 11:16:24 -07:00
David Glasser
135deb16ae release.current.name should include METEOR-CORE@ 2014-05-20 11:14:29 -07:00
David Glasser
8e2c97cd58 meteor update sorta works sometimes 2014-05-20 11:09:53 -07:00
David Glasser
943d00646f dedup package parsing code 2014-05-20 10:50:53 -07:00
David Glasser
23ca9b66b8 a couple little fixes 2014-05-20 10:32:07 -07:00
David Glasser
5710fe876c closer to having meteor update work 2014-05-19 21:12:32 -07:00
David Glasser
ea5e6d075c add comments, comment stuff out 2014-05-19 20:12:50 -07:00
David Glasser
3d3ce33d32 be more consistent about release track vs name 2014-05-19 19:57:29 -07:00
David Glasser
22efb24606 use tool record in unipackage.json for springboard 2014-05-19 19:57:28 -07:00
David Glasser
b2aaf88e92 refresh catalog after syncing serverCatalog 2014-05-19 19:57:28 -07:00
David Glasser
9146cf3c76 two partial fixes 2014-05-19 18:00:31 -07:00
David Glasser
b0d9061ca7 don't let files.cp_r get confused by symlinks
at least, by symlinks that it's skipping anyway

also, get rid of file.cp_r's unused return value
2014-05-19 17:39:04 -07:00
David Glasser
3e88f04d1f use orderKey generation code 2014-05-19 17:20:55 -07:00
David Glasser
630a3eb794 start to clean up meteor update 2014-05-19 17:13:58 -07:00
David Glasser
1c866f34bd Switch default release version to use orderKey 2014-05-19 16:49:58 -07:00
David Glasser
52e74df7b1 Default orderKey algorithm 2014-05-19 16:10:23 -07:00
ekatek
dc9d50cf56 change schema in getReleaseVersion 2014-05-19 16:03:52 -07:00
ekatek
99d0c54dd8 use new release API 2014-05-19 15:48:25 -07:00
ekatek
4970482689 minor release plumbing 2014-05-19 14:38:44 -07:00
Slava Kim
7065cc50f6 Introduce the upgrade flag to the constraint solver
and clean up options in general
2014-05-16 12:01:16 -07:00
Slava Kim
0760ffbc36 Put additional 'no-upgrade' constraints only on root deps.
And depending on the `breaking` option, set different type of constraints.
2014-05-16 11:39:00 -07:00
Slava Kim
1fe9b29d35 Reuse the acceptable range search for given constraints 2014-05-16 11:00:26 -07:00
Slava Kim
daa5889c38 Adjust rails-based benchmarking tests to eliminate the unresolvable situation
it didn't occur before as direct deps downgrade was possible
2014-05-16 10:42:30 -07:00
Slava Kim
63b35f1bbc Constraint solver never suggests to downgrade your direct dependencies 2014-05-16 10:42:00 -07:00
Slava Kim
85ac69ca93 Rails based tests for the constraint solver now properly parse and use the ">="
operator
2014-05-15 18:36:42 -07:00