History for dub_jkp / source / dub / packagemanager.d
2014-05-22
@James Clarke
Use "dub.json" instead of "package.json" in documentation
James Clarke committed on 22 May 2014
2014-05-14
@Sönke Ludwig
Do not store sub packages of "add-local" packages and fix removeLocalPackage.
Sönke Ludwig committed on 14 May 2014
@Sönke Ludwig
Various improvements. Fixes #268. ...
Sönke Ludwig committed on 14 May 2014
2014-04-02
@Sönke Ludwig
Fix version overrides with a recursively matching target version.
Sönke Ludwig committed on 2 Apr 2014
2014-03-26
@Sönke Ludwig
Resolve sub packages of the root package directly instead of using the package manager. Fixes #287.
Sönke Ludwig committed on 26 Mar 2014
2014-03-21
@Sönke Ludwig
Let Dependency.toString() also contain the optional/path properties. ...
Sönke Ludwig committed on 21 Mar 2014
@Sönke Ludwig
Add command line interface for managing package overrides.
Sönke Ludwig committed on 21 Mar 2014
2014-03-20
@Sönke Ludwig
Implement user/system wide overriding of certain package version ranges. ...
Sönke Ludwig committed on 20 Mar 2014
2014-03-17
@John Colvin
correct imports
John Colvin committed on 17 Mar 2014
2014-03-04
@Sönke Ludwig
Merge branch 'dustmite'
Sönke Ludwig committed on 4 Mar 2014
@Sönke Ludwig
Improve error message when removing a package fails.
Sönke Ludwig committed on 4 Mar 2014
2014-03-02
@Matthias Dondorff
Removing not needed check for git version when installing a package from the registry.
Matthias Dondorff committed on 2 Mar 2014
2014-03-01
@Matthias Dondorff
Not catching Throwable when metadata is fetched. ...
Matthias Dondorff committed on 1 Mar 2014
@Matthias Dondorff
Fix automatic removing of packages. Path's created for directories were missing a ending slash '/'.
Matthias Dondorff committed on 1 Mar 2014
2014-02-13
@Sönke Ludwig
Add --force-remove switch and reimplement PackageManager.remove. ...
Sönke Ludwig committed on 13 Feb 2014
@Sönke Ludwig
Improve error messages for errors during package removal.
Sönke Ludwig committed on 13 Feb 2014
2014-02-11
@Sönke Ludwig
Print a more descriptive error message when PackageManager.getTemporaryPackage fails.
Sönke Ludwig committed on 11 Feb 2014
2014-01-27
@Sönke Ludwig
Avoid scanning for local packages for "dub dustmite --test-package".
Sönke Ludwig committed on 27 Jan 2014
@Sönke Ludwig
Add Dub.overrideSearchPath to define a single and only path that is searched for packages.
Sönke Ludwig committed on 27 Jan 2014
2014-01-16
@Sönke Ludwig
Fix triggering an enforcement for Version.INVALID.
Sönke Ludwig committed on 16 Jan 2014
@Sönke Ludwig
Determine the version of the package in the root dir properly instead of assuming ~master.
Sönke Ludwig committed on 16 Jan 2014
2014-01-15
@Sönke Ludwig
Make the warning message for non-existing locals more helpful.
Sönke Ludwig committed on 15 Jan 2014
@Sönke Ludwig
Fix null pointer access for non-existent locally registered packages and output a warning.
Sönke Ludwig committed on 15 Jan 2014
2014-01-14
@Matthias Dondorff
The externally defined sub-packages don't have the name declared in the base package. This eliminates the double definition of a sub-packages name.
Matthias Dondorff committed on 14 Jan 2014
@Sönke Ludwig
Fix check for looking only at base packages in PackageManager.getPackage. Fixes #214.
Sönke Ludwig committed on 14 Jan 2014
2014-01-07
@Matthias Dondorff
Properly saving the journal's filename of the package description.
Matthias Dondorff committed on 7 Jan 2014
@Matthias Dondorff
Keeping track of the saved json file in the journal and some smaller changes.
Matthias Dondorff committed on 7 Jan 2014
@Sönke Ludwig
Make "dub.json" the primary choice for a package description and handle "package.json" as a fallback.
Sönke Ludwig committed on 7 Jan 2014
2014-01-05
@Matthias Dondorff
When a package having externally defined subpackages is installed, they work. Currently not tested with the registry.
Matthias Dondorff committed on 5 Jan 2014
2014-01-04
@Matthias Dondorff
Automatic discovery of sub-packages added to package manager.
Matthias Dondorff committed on 4 Jan 2014