Skip to content

Commit d6007c1

Browse files
authored
Merge pull request #814 from cambot/feature/update-progress-messages
Fix: Make baselining output more consistent.
2 parents dfe5d77 + 80920f9 commit d6007c1

File tree

3 files changed

+98
-97
lines changed

3 files changed

+98
-97
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Fixed
1111
- Fix Import All not importing items that do not already exist when compileOnImport is not set (#798)
12+
- Fix baselining output more consistent, human readable (#814)
1213
- Import All now imports configuration file before everything else (#806)
1314
- Fixed another instance of deletes showing as owned by undefined user (#812)
1415
- Fix Revert not syncing files with IRIS (#789)
@@ -17,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1718

1819
### Fixed
1920
- Fixed importing Lookup Tables that do not already exist (#791)
20-
- Fix initial import of settings file that has yet to be imported (#794)
21+
- Fixed initial import of settings file that has yet to be imported (#794)
2122
- Fixed syncing IRIS with files after pull to diff in the intended direction (#802)
2223

2324
## [2.12.1] - 2025-06-27
@@ -120,7 +121,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120121
- Added 'git push --force' in expert mode (#527)
121122
- Add remote repository to settings page (#448)
122123
- Added change context option to pull page (#468)
123-
- Added favorite namespaces setting for a user (#468, #510)
124+
- Added favorite namespaces setting for a user (#468, #510)
124125
- Added environment awareness in configuration, and showing of environment name in UI (#124)
125126
- Warning on sync page if other users have unstaged changes (#493)
126127
- Added "Export System Default Settings" menu item (#544)

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ We encourage use of [Conventional Commits](https://www.conventionalcommits.org/e
1414

1515
Generally speaking, just try to match the conventions you see in the code you are reading. For this project, these include:
1616

17-
* Do not use shortened command and function names - e.g., `s` instead of `set`, `$p` instead of `$piece`
17+
* Do not use shortened command and function names. For example, use `set` instead of `s` instead of `set` and `$piece` instead of `$p`
1818
* One command per line
1919
* Do not use dot syntax
2020
* Indentation with tabs
21-
* Pascal case class and method names
21+
* [Pascal case](https://en.wikipedia.org/wiki/Camel_case) class and method names
2222
* Avoid using postconditionals
2323
* Local variables start with `t`; formal parameter names start with `p`
2424
* Always check %Status return values

0 commit comments

Comments
 (0)