Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Configuration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Go
Application
Configuration
Compare revisions
v1.6.0 to v1.7.0
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
oss/libraries/go/application/configuration
Select target project
No results found
v1.7.0
Select Git revision
Swap
Target
oss/libraries/go/application/configuration
Select target project
oss/libraries/go/application/configuration
1 result
v1.6.0
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
fix use wrong struct
· e0a2e497
Volker Schukai
authored
2 years ago
e0a2e497
Bump version to 1.7.0
· 8c442cfc
Volker Schukai
authored
2 years ago
8c442cfc
Update changelog
· 84a0f356
Volker Schukai
authored
2 years ago
84a0f356
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+7
-0
7 additions, 0 deletions
CHANGELOG.md
copyable.go
+1
-1
1 addition, 1 deletion
copyable.go
release.json
+1
-1
1 addition, 1 deletion
release.json
with
9 additions
and
2 deletions
CHANGELOG.md
View file @
84a0f356
<a
name=
"v1.7.0"
></a>
## [v1.7.0] - 2022-10-14
### Bug Fixes
-
fix use wrong struct
<a
name=
"v1.6.0"
></a>
## [v1.6.0] - 2022-10-14
### Add Features
...
...
@@ -66,6 +72,7 @@
<a
name=
"v1.0.0"
></a>
## v1.0.0 - 2022-09-18
[
v1.7.0
]:
https://gitlab.schukai.com/oss/libraries/go/application/configuration/compare/v1.6.0...v1.7.0
[
v1.6.0
]:
https://gitlab.schukai.com/oss/libraries/go/application/configuration/compare/v1.5.0...v1.6.0
[
v1.5.0
]:
https://gitlab.schukai.com/oss/libraries/go/application/configuration/compare/v1.4.3...v1.5.0
[
v1.4.3
]:
https://gitlab.schukai.com/oss/libraries/go/application/configuration/compare/v1.4.2...v1.4.3
...
...
This diff is collapsed.
Click to expand it.
copyable.go
View file @
84a0f356
...
...
@@ -10,5 +10,5 @@ package configuration
// // Copy implements the xflags.Copyable interface.
func
(
s
*
Settings
[
C
])
Copy
(
c
*
Settings
[
C
])
{
s
.
setConfigInternal
(
s
.
config
,
true
)
s
.
setConfigInternal
(
c
.
config
,
true
)
}
This diff is collapsed.
Click to expand it.
release.json
View file @
84a0f356
{
"version"
:
"1.
6
.0"
}
{
"version"
:
"1.
7
.0"
}
This diff is collapsed.
Click to expand it.