History for dub_jkp / source / dub / packagemanager.d
2022-08-07
@Geod24
Remove `Dub.updatePackageSearchPath` ...
Geod24 authored on 6 Aug 2022 Mathias LANG committed on 7 Aug 2022
2022-08-01
@Geod24
Trivial: Update comments on PackageManager ...
Geod24 authored on 1 Aug 2022 The Dlang Bot committed on 1 Aug 2022
@Geod24
Rename private packagemanager : Repository to Location ...
Geod24 committed on 1 Aug 2022
@Geod24
Deprecate duplicated enum LocalPackageType -> PlacementLocation ...
Geod24 committed on 1 Aug 2022
2022-07-28
@Bastiaan Veelo
Keep logging functionality out of the public API as requested in https://github.com/dlang/dub/pull/2124#issuecomment-813016939.
Bastiaan Veelo authored on 13 Jun 2022 Jan Jurzitza committed on 28 Jul 2022
@Giacomo De Lazzari
Output improvements in package management ...
Giacomo De Lazzari authored on 11 Jun 2018 Jan Jurzitza committed on 28 Jul 2022
@Giacomo De Lazzari
New logging module - initial functionality ...
Giacomo De Lazzari authored on 8 Jun 2018 Jan Jurzitza committed on 28 Jul 2022
@Geod24
Unify package path in a single PackageManager function ...
Geod24 authored on 28 Jul 2022 Mathias LANG committed on 28 Jul 2022
@Geod24
Move PlacementLocation from project to PackageManager ...
Geod24 authored on 28 Jul 2022 Mathias LANG committed on 28 Jul 2022
2022-07-15
@Mathias LANG
Deprecate `PackageManager.loadSCMPackage` & other `Dependency`-related refactoring (#2312) ...
Mathias LANG authored on 15 Jul 2022 GitHub committed on 15 Jul 2022
2022-07-14
@Geod24
PackageManager: Use PackageRecipe, not JSON, for dummy object
Geod24 authored on 13 Jul 2022 The Dlang Bot committed on 14 Jul 2022
2022-07-13
@Geod24
Deprecate once-called redundant getLatestPackage ...
Geod24 committed on 13 Jul 2022
@Martin Kinkelin
Merge remote-tracking branch 'origin/stable' into merge_stable ...
Martin Kinkelin committed on 13 Jul 2022
@Geod24
Avoid needless string concat in log calls
Geod24 authored on 13 Jul 2022 The Dlang Bot committed on 13 Jul 2022
@Sönke Ludwig
Also use strict version matching for cached packages when determining the need to fetch a dependency. ...
Sönke Ludwig committed on 13 Jul 2022
2022-07-10
@Sönke Ludwig
Also let getBestPackage use VersionMatchMode.strict for managed packages.
Sönke Ludwig committed on 10 Jul 2022
@Sönke Ludwig
Match versions of cached packages exactly. ...
Sönke Ludwig committed on 10 Jul 2022
2021-08-24
@Per Nordlöw
Replace deprecated keyword `body` with `do`
Per Nordlöw committed on 24 Aug 2021
2020-08-09
@Eugene Wissner
Support dependencies as git url with exact commit (#1798) ...
Eugene Wissner authored on 9 Aug 2020 GitHub committed on 9 Aug 2020
2020-05-17
@SHOO
Fix #1040 - dub run <package>@x.y.z ignores the specified version
SHOO authored on 2 May 2020 Geod24 committed on 17 May 2020
2019-12-30
@Geod24
Deprecate compatibility overload in PackageManager
Geod24 committed on 30 Dec 2019
@Geod24
Clean up PackageManager handling of search path ...
Geod24 committed on 30 Dec 2019
2019-12-21
@andre2007
Fix local cache
andre2007 authored on 24 Sep 2018 Mathias LANG committed on 21 Dec 2019
2019-12-20
@Geod24
Replace calls to NativePath.toString() with .name ...
Geod24 committed on 20 Dec 2019
2019-12-17
@Geod24
Remove some unused variables ...
Geod24 committed on 17 Dec 2019
2019-11-22
@Sebastian Wilzbach
Revert "Add flag --submodules to add git submodules in the project folder as available packages."
Sebastian Wilzbach authored on 22 Nov 2019 GitHub committed on 22 Nov 2019
2019-10-22
@Mathis Beer
Add flag --submodules to add git submodules in the project folder as available packages. ...
Mathis Beer committed on 22 Oct 2019
2019-10-08
@Sebastian Wilzbach
Revert "support dependencies as git url with exact commit"
Sebastian Wilzbach authored on 8 Oct 2019 GitHub committed on 8 Oct 2019
2019-09-21
@Eugen Wissner
Support dependencies as git url with exact commit
Eugen Wissner committed on 21 Sep 2019
2018-05-06
@Sönke Ludwig
Add a "customCachePaths" configuration field. Fixes #838. ...
Sönke Ludwig committed on 6 May 2018