André Cruz
a82f392cac
Fix uninstall always giving conflict, even if the only dependant is the root package.
2013-06-27 23:41:50 +01:00
André Cruz
15d308864c
Fixed --save and --save-dev on named endpoints.
2013-06-25 23:08:47 +01:00
André Cruz
9af3a0d725
Read only dependencies of deep dependencies (not dev dependencies).
2013-06-25 22:43:50 +01:00
André Cruz
c32ef61d3a
Fix dev dependencies not being fetched.
2013-06-25 22:25:22 +01:00
André Cruz
6020d06038
Move root flag to a more appropriate place.
2013-06-25 21:19:46 +01:00
André Cruz
b2b1b1cb47
Do not throw err if components folder do not exist.
2013-06-25 21:08:41 +01:00
André Cruz
0361436a66
Fix extraneous packages not containing the linked flag even if they are linked.
2013-06-25 00:22:25 +01:00
André Cruz
f9f8f7aebd
Implement link command.
...
Also:
- CS fixes
- Remove options argument from commands that do not have them
- Use console.trace instead of err.stack (more reliable)
2013-06-24 23:19:59 +01:00
André Cruz
97edd21784
Add lookup command, minor tweaks to the info command.
2013-06-23 14:58:54 +01:00
André Cruz
4c3802878a
Another huge commit.
...
- Add info command
- Fix list --paths
- Fix search with no name
- Fix conflict detection when uninstalling
- Mix tweaks and fixes
2013-06-23 01:14:08 +01:00
André Cruz
b82a2ee735
Huge commit.
...
- Add search command
- Cache clean now clears the registry cache
- Fix error when accessing an unknown deep command in the cli
- Change from 'roaming' to 'path' in the config
- Change from 'canonicalPackage' to 'canonicalDir'
- Fix dev dependencies of nested packages being fetched
- Ignore invalid installed packages
- Various cache fixes and improvements
- Fix .bower.json being deleted if a package specified ignorables
- Use fstream instead of ncp to solve the EMFILE errors
2013-06-22 17:06:02 +01:00
André Cruz
83b6820458
Huge commit.
...
- Add search command
- Cache clean now clears the registry cache
- Fix error when accessing an unknown deep command in the cli
- Change from 'roaming' to 'path' in the config
- Change from 'canonicalPackage' to 'canonicalDir'
- Fix dev dependencies of nested packages being fetched
- Ignore invalid installed packages
- Various cache fixes and improvements
- Fix .bower.json being deleted if a package specified ignorables
- Use fstream instead of ncp to solve the EMFILE errors
2013-06-22 17:04:50 +01:00
André Cruz
92b7668067
Add list command, some other fixes and improvements.
...
- Fix cache clean command
- Lots of improvements and fixes of the Manager
- Only save json if the contents changed
- Add nom like tree to installed/updated packages
- Fix help usages.
2013-06-15 21:43:01 +01:00
André Cruz
52be2230cb
Improve doc blocks and minor bug fixing.
2013-06-12 23:52:29 +01:00
André Cruz
88b4847ba9
Remove --save-resolutions in favor of prefixing choices with !.
...
Also improve the manager resolution process by avoiding to fetch incompatible packages always.
Now lazy fetches them when necessary.
2013-06-12 22:34:53 +01:00
André Cruz
f532eb708e
Small fix.
2013-06-11 19:16:43 +01:00
André Cruz
62fadc8200
Fix reusing of compatible dependencies.
2013-06-11 16:23:15 +01:00
André Cruz
6d3b3e6de2
Add cache clean and list commands.
...
This was an huge commit.
- Allow nested commands
- Switch resolve cache in memory object cache to LRU
- Store non-semver packages in the cache
- Tweak help messages
- Various fixes and tweaks
2013-06-11 00:39:18 +01:00
André Cruz
10fd2b5b5a
Tweak messages.
2013-06-07 18:13:56 +01:00
André Cruz
e704733743
Read, use and update persistent resolutions.
...
Add --save-resolutions to deal with this.
Also:
- Adjust logging when using compact
- Minor code adjustments.
2013-06-07 13:05:07 +01:00
André Cruz
79522194f1
Inform the user when a conflict was resolved with a configured resolution.
2013-06-06 01:05:55 +01:00
André Cruz
2eea258b9b
Save and use resolutions to resolve conflicts.
2013-06-06 00:12:07 +01:00
André Cruz
1fdb5373c9
Fix adjustment made to targets and improve walk tree.
2013-06-05 18:35:38 +01:00
André Cruz
0ebe5ff55a
Several fixes.
...
- Throw an error when trying to update a package that is not installed
- Do not add duplicate packages to the resolved list
- Make conflict resolution serial instead of parallel
- Fix some dumb mistakes
2013-06-05 08:55:32 +01:00
André Cruz
ef610ab7de
Sort of picks must be done by the Manager, otherwise indexes are messed up.
...
Little code simplification on the Project.
2013-06-05 01:13:15 +01:00
André Cruz
68454492e9
Add conflict resolve, presenting choices to the user.
...
This commit also contains:
- Simplified Manager and Project
- Add warning when an extraneous package is found.
- Fix a lot of bugs in the overall resolve process
- Made templates rendering synchronous
-
2013-06-05 00:50:23 +01:00
André Cruz
49be1638ba
Minor tweaks.
2013-06-03 16:54:09 +01:00
André Cruz
afd01cc40c
Change from promise progress events to hierarchical logger.
...
This is an huge commit, contains other small tweaks/fixes.
2013-06-03 16:31:19 +01:00
André Cruz
2d0c0d2aad
Reduce nesting and fix analyse not restoring dependants properly in some cases.
2013-06-02 12:04:32 +01:00
André Cruz
c9ef3fa1d7
Allow simultaneous --save and --save-dev flag.
2013-06-01 02:14:21 +01:00
André Cruz
57a9b313c4
Finish the help command and help usages for the implemented commands.
...
Introduce templating based on handlebars.
Minor tweaks.
2013-05-31 16:18:00 +01:00
André Cruz
81e8b0eb18
Restore also extraneous so they are accounted in the uninstall command.
2013-05-30 22:38:25 +01:00
André Cruz
26da7d5e81
CS.
2013-05-30 22:32:21 +01:00
André Cruz
4064fedf55
Fix install not resolving with the installed object.
2013-05-30 22:17:38 +01:00
André Cruz
a27ad2e353
Better doc.
2013-05-30 22:05:33 +01:00
André Cruz
13aa3914ac
Wrong comment.
2013-05-30 21:59:31 +01:00
André Cruz
20ba998383
Implement the uninstall command.
...
Made also some tweaks to the render stuff.
2013-05-30 21:57:05 +01:00
André Cruz
3cf56ff7d5
Change registryName to registry.
2013-05-29 11:44:36 +01:00
André Cruz
70a4ab863d
Add update command and also finish install.
2013-05-29 10:38:39 +01:00
André Cruz
454436905c
Huge commit.
...
- Changed way renderers work
- Move worker to a separate module
- Improve loglevel
- Minor tweaks
- Fix tests
2013-05-27 22:59:13 +01:00
André Cruz
005b3356f2
Several things changed.
...
- Make force and offline part of config, clearing all the options mess in the architecture
- Fix some bugs with the renderer
- Parse cli options
2013-05-26 13:47:13 +01:00
André Cruz
01d8d0dbec
Minor CS fixes.
2013-05-24 23:03:19 +01:00
André Cruz
cfb3d14028
Initial take on the commands + renderers + cli.
2013-05-23 19:55:59 +01:00
André Cruz
9f6bf62efc
Some other tweaks to the API.
2013-05-22 22:58:04 +01:00
André Cruz
60ecceafec
Change dependants to an object.
2013-05-22 15:09:29 +01:00
André Cruz
7b0b53a96d
Some real minor tweaks.
2013-05-22 15:03:15 +01:00
André Cruz
87d0e1d886
Revised and improved code for the upper resolve layer.
2013-05-22 14:36:19 +01:00
André Cruz
e479e84bde
Fix minor issues when using the force flag.
2013-05-13 16:07:46 +01:00
André Cruz
19e3a2ecc4
Setup rudimentary CLI usage for the demo.
2013-05-13 15:09:16 +01:00
André Cruz
e09a3b8cbf
Huge commit, implement rough working version of the whole resolve process.
2013-05-13 11:09:04 +01:00