-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
056394d
commit 4b99cc7
Showing
4 changed files
with
35 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,31 @@ | ||
- commits: | ||
- subject: Add unit tests for public functions in config_json.rs | ||
hash: f646c9a597e12c567b70782d8108231b5b28811f | ||
body: > | ||
Although only the public functions are explicitly tested, | ||
there is an assertion to check every code branch in those functions. | ||
TODO: read_config_json & write_config_json write to the filesystem because | ||
they read/write to/from the actual filesystem. There are already some utility | ||
functions (validate_json_file and create_tmp_file) in tests/integration.rs | ||
that can help here. This file handling functionality could be moved to an internal | ||
crate so it can be used in both places. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Christina Ying Wang <[email protected]> | ||
signed-off-by: Christina Ying Wang <[email protected]> | ||
author: Christina Ying Wang | ||
nested: [] | ||
version: 1.2.23 | ||
title: "" | ||
date: 2023-08-11T16:49:22.693Z | ||
- commits: | ||
- subject: Bump clap to v4 | ||
hash: bc988a541334f86442cf45dcb0eed05f72f96d64 | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ members = ["test_utils"] | |
|
||
[package] | ||
name = "os-config" | ||
version = "1.2.22" | ||
version = "1.2.23" | ||
authors = ["Zahari Petkov <[email protected]>", "Andrei Gherzan <[email protected]>"] | ||
description = "balenaOS configuration tool" | ||
repository = "https://github.com/balena-os/os-config" | ||
|