-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: improvements in JSON conversions (#1713)
Improvements in JSON conversions for storage config: * Do not fail when setting config #1706. * Do not generate search wildcard. The *search* JSON is always generated in its expanded form.
- Loading branch information
Showing
6 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
------------------------------------------------------------------- | ||
Wed Oct 30 11:33:54 UTC 2024 - José Iván López González <[email protected]> | ||
|
||
- Storage: do not generate config json with search wildcard | ||
(gh#agama-project/agama#1713). | ||
- Storage: fix issue when setting config | ||
(gh#agama-project/agama#1706). | ||
|
||
------------------------------------------------------------------- | ||
Thu Oct 24 14:44:35 UTC 2024 - Ancor Gonzalez Sosa <[email protected]> | ||
|
||
|
@@ -21,7 +29,7 @@ Wed Oct 16 15:09:31 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | |
|
||
- Add support for running user-defined scripts after the | ||
installation (gh#agama-project/agama#1673). | ||
|
||
------------------------------------------------------------------- | ||
Wed Oct 16 14:35:47 UTC 2024 - José Iván López González <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters