2024-06-18 |
Look up `dub.selections.json` files in parent directories too (#2272)
...
Martin Kinkelin
authored
on 18 Jun
GitHub
committed
on 18 Jun
|
---|---|
2024-06-11 |
Work around file locking dependency in PackageManager
...
Mathias Lang
authored
on 11 Jun
Mathias LANG
committed
on 11 Jun
|
Do not use `Package.storeInfo` in `PackageManager.store`
...
Mathias Lang
authored
on 11 Jun
Mathias LANG
committed
on 11 Jun
|
|
2024-06-05 |
PackageManager: Make lookup lazy again
...
Mathias Lang
authored
on 4 Jun
Mathias LANG
committed
on 5 Jun
|
Move the I/O part of Project.loadSelections to PackageManager
...
Mathias Lang
authored
on 4 Jun
The Dlang Bot
committed
on 5 Jun
|
|
2024-06-04 |
Don't call `getPackageIterator` from `loadGitPackage`
...
Mathias Lang
authored
on 4 Jun
Mathias LANG
committed
on 4 Jun
|
2024-06-03 |
Trivial: Remove some no-longer-needed imports
...
Mathias Lang
authored
on 24 Feb 2024
Nicholas Wilson
committed
on 3 Jun
|
2024-03-02 |
Let unittest use PackageManager.store
...
Mathias Lang
authored
on 28 Feb 2024
Jan Jurzitza
committed
on 2 Mar 2024
|
2024-02-26 |
Mock IO in writeLocalPackageList / writeOverrides
...
Mathias Lang
authored
on 23 Feb 2024
Nicholas Wilson
committed
on 26 Feb 2024
|
Remove the need to mock PackageManager.refresh()
...
Mathias Lang
authored
on 23 Feb 2024
Nicholas Wilson
committed
on 26 Feb 2024
|
|
Remove direct IO from Location.scanLocalPackages
...
Mathias Lang
authored
on 23 Feb 2024
Nicholas Wilson
committed
on 26 Feb 2024
|
|
PackageManager: Mock readText, do not mock load
...
Mathias Lang
authored
on 23 Feb 2024
Nicholas Wilson
committed
on 26 Feb 2024
|
|
Move Package.findPackageFile to PackageManager, mock
...
Mathias Lang
authored
on 23 Feb 2024
Nicholas Wilson
committed
on 26 Feb 2024
|
|
2024-02-24 |
Remove the need for intermediate `.zip` file in PackageSupplier
...
Mathias Lang
authored
on 21 Feb 2024
Mathias LANG
committed
on 24 Feb 2024
|
Test: Directly mock writeFile/existsFile from PackageManager
...
Mathias Lang
authored
on 23 Feb 2024
The Dlang Bot
committed
on 24 Feb 2024
|
|
2024-02-17 |
Merge pull request #2866 from Geod24/mlang/Simplify1
...
Sönke Ludwig
authored
on 17 Feb 2024
GitHub
committed
on 17 Feb 2024
|
Move writing selections file to PackageManager
...
Mathias Lang
authored
on 16 Feb 2024
Mathias LANG
committed
on 17 Feb 2024
|
|
Simplify condition.
Sönke Ludwig
committed
on 17 Feb 2024
|
|
Trivial: Simplify PackageManager's loadInternal
Mathias Lang
committed
on 17 Feb 2024
|
|
2024-02-16 |
Properly fix issue #2691 by reverting to the original scanning behavior.
...
Sönke Ludwig
committed
on 16 Feb 2024
|
Revert "Fix #2691: Use same structure for managed and unmanaged path"
...
Sönke Ludwig
committed
on 16 Feb 2024
|
|
2024-02-12 |
PackageManager: Move addPackages inside loadGitPackage
...
Mathias Lang
authored
on 12 Feb 2024
The Dlang Bot
committed
on 12 Feb 2024
|
Allow better dependency injection on PackageManager's SCM operation
...
Mathias Lang
authored
on 12 Feb 2024
The Dlang Bot
committed
on 12 Feb 2024
|
|
2024-01-28 |
Trivial: Slightly simplify PackageManager.store
Mathias Lang
authored
on 26 Jan 2024
Nicholas Wilson
committed
on 28 Jan 2024
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
Iain Buclaw
committed
on 28 Jan 2024
|
|
2024-01-22 |
Do not allow for removal of subpackages
...
Mathias Lang
authored
on 22 Jan 2024
Petar Kirov
committed
on 22 Jan 2024
|
Improve unittest framework to have a virtual FS
...
Mathias Lang
authored
on 14 Jan 2024
The Dlang Bot
committed
on 22 Jan 2024
|
|
2024-01-19 |
Adapt PackageManager.get[Best]Package to PackageName API
...
Mathias Lang
authored
on 17 Jan 2024
Mathias LANG
committed
on 19 Jan 2024
|
Adapt loadSCMPackage to PackageName API
Mathias Lang
authored
on 18 Jan 2024
Mathias LANG
committed
on 19 Jan 2024
|
|
2024-01-18 |
Remove PackageName alias this to toString
...
Mathias Lang
authored
on 17 Jan 2024
Mathias LANG
committed
on 18 Jan 2024
|