Skip to content

Commit

Permalink
Fixed: [CLI: Don't show <created>...</created> tags by default](#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed Dec 9, 2024
1 parent 5ba4be9 commit ec84407
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ Expected: January 2025

* New `clixon-controller-config@2024-11-01.yang` revision
* Changed default device-common/port to 830
* Added hide-show extension to created container
* Added device-generic-rpc

### Corrected Bugs

* Fixed: [CLI: Don't show <created>...</created> tags by default](https://github.com/clicon/clixon-controller/issues/110)
* Fixed: [YANG domains: issues if devices in different domains have identical schemas](https://github.com/clicon/clixon-controller/issues/170)
* Fixed: [Generalize default autocli.xml file](https://github.com/clicon/clixon-controller/issues/163)
* Fixed: [Commit without changes results in weird diff](https://github.com/clicon/clixon-controller/issues/161)
Expand Down
2 changes: 1 addition & 1 deletion test/test-c-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ fi
# When pulled configs arrive, they are commited into tmpdev and committed into running
# Have to draw,...

#exit
exit

# Restart backend and ensure attributes remain
if $BE; then
Expand Down
11 changes: 8 additions & 3 deletions yang/clixon-controller@2024-11-01.yang
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ module clixon-controller {
import ietf-datastores {
prefix ds;
}
import clixon-lib {
prefix cl;
}
import ietf-netconf-monitoring {
prefix ncm;
}
Expand All @@ -29,6 +26,12 @@ module clixon-controller {
import ietf-netconf-acm {
prefix nacm;
}
import clixon-lib {
prefix cl;
}
import clixon-autocli {
prefix autocli;
}
description
"Clixon controller";
revision 2024-11-01 {
Expand All @@ -37,6 +40,7 @@ module clixon-controller {
Added rpc-template
Added rpc device-rpc-template-apply
Added devices field to controller-transaction notification
Added hide-show extension to created container
Changed default device-common/port to 830
Released in 1.3.0";
}
Expand Down Expand Up @@ -312,6 +316,7 @@ module clixon-controller {
"All services should use this grouping for keeping track of created objects.";
container created {
description "List of created objects used by services.";
autocli:hide-show;
leaf-list path {
description "Path to object";
type string;
Expand Down

0 comments on commit ec84407

Please sign in to comment.