2024-03-16 |
Merge pull request #2892 from ibuclaw/merge_stable
...
Iain Buclaw
authored
on 16 Mar 2024
GitHub
committed
on 16 Mar 2024
|
---|---|
Merge remote-tracking branch 'upstream/stable' into merge_stable
Iain Buclaw
committed
on 16 Mar 2024
|
|
2024-03-15 |
update version to v1.37.0-rc.1
Iain Buclaw
committed
on 15 Mar 2024
|
2024-03-10 |
Change all references to std.file in commandline to FQN
...
Mathias Lang
authored
on 8 Mar 2024
Mathias LANG
committed
on 10 Mar 2024
|
Trivial: Simplify ensureDirectory
...
Mathias Lang
authored
on 8 Mar 2024
Mathias LANG
committed
on 10 Mar 2024
|
|
2024-03-02 |
Merge pull request #2888 from ibuclaw/merge_stable
...
Iain Buclaw
authored
on 2 Mar 2024
GitHub
committed
on 2 Mar 2024
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
Iain Buclaw
committed
on 2 Mar 2024
|
|
Let unittest use PackageManager.store
...
Mathias Lang
authored
on 28 Feb 2024
Jan Jurzitza
committed
on 2 Mar 2024
|
|
VFS: Implement file attributes
...
Mathias Lang
authored
on 21 Feb 2024
Jan Jurzitza
committed
on 2 Mar 2024
|
|
update version to v1.37.0-beta.1
Iain Buclaw
committed
on 2 Mar 2024
|
|
Merge remote-tracking branch 'upstream/master' into stable
Iain Buclaw
committed
on 2 Mar 2024
|
|
2024-02-27 |
CLI: Simplify control flow by bundling two operations together
Mathias Lang
authored
on 7 Feb 2024
The Dlang Bot
committed
on 27 Feb 2024
|
2024-02-26 |
Test that `add-path` packages take priority
...
Mathias Lang
authored
on 23 Feb 2024
Nicholas Wilson
committed
on 26 Feb 2024
|
Test: Make NativePath import public
...
Mathias Lang
authored
on 24 Feb 2024
Nicholas Wilson
committed
on 26 Feb 2024
|
|
Add the ability to re-invoke Dub with the same vfs
...
Mathias Lang
authored
on 24 Feb 2024
Nicholas Wilson
committed
on 26 Feb 2024
|
|
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
|
Fix ubyte[] download overload by avoiding a cast
...
Mathias Lang
authored
on 22 Feb 2024
Mathias LANG
committed
on 24 Feb 2024
|
|
Trivial: Print the Exception message in retryDownload
...
Mathias Lang
authored
on 22 Feb 2024
Mathias LANG
committed
on 24 Feb 2024
|
|
Trivial: Upgrade remaining actions/checkout to v4
...
Mathias Lang
authored
on 24 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-22 |
Introduce FSEntry.removeFile, FSEntry.removeDir, refactor FSEntry.writeFile
...
Mathias Lang
authored
on 21 Feb 2024
Mathias LANG
committed
on 22 Feb 2024
|
Allow tests to call customCachePaths
...
Mathias Lang
authored
on 21 Feb 2024
Petar Kirov
committed
on 22 Feb 2024
|
|
Tests: Remove FSEntry.this dependency on TestDub
...
Mathias Lang
authored
on 21 Feb 2024
The Dlang Bot
committed
on 22 Feb 2024
|
|
Make FSEntry const and scope correct
...
Mathias Lang
authored
on 22 Feb 2024
The Dlang Bot
committed
on 22 Feb 2024
|
|
Test: Move writePackageFile to UFCS, better document
...
Mathias Lang
authored
on 21 Feb 2024
The Dlang Bot
committed
on 22 Feb 2024
|