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
|
Trivial: Align PackageManager's lookup signatures
Mathias Lang
authored
on 18 Jan 2024
The Dlang Bot
committed
on 18 Jan 2024
|
|
Deprecate Package.getInternalSubPackage, simplify DepedencyResolver
...
Mathias Lang
authored
on 17 Jan 2024
Mathias LANG
committed
on 18 Jan 2024
|
|
2024-01-17 |
Adapt getPackagePath to PackageName API
...
Mathias Lang
authored
on 17 Jan 2024
Mathias LANG
committed
on 17 Jan 2024
|
Simplify PackageManager.getPackagePath
...
Mathias Lang
authored
on 15 Jan 2024
Mathias LANG
committed
on 17 Jan 2024
|
|
2024-01-15 |
Trivial: Make PackageManager.addPackages protected
...
Mathias Lang
authored
on 14 Jan 2024
Petar Kirov
committed
on 15 Jan 2024
|
Introduce PackageName, to fully type a package name
...
Mathias Lang
authored
on 14 Jan 2024
Petar Kirov
committed
on 15 Jan 2024
|
|
2024-01-10 |
Fix #2691: Use same structure for managed and unmanaged path
...
Mathias Lang
authored
on 8 Jan 2024
Mathias LANG
committed
on 10 Jan 2024
|