Skip to content

Commit

Permalink
fix: change log URL error (#57)
Browse files Browse the repository at this point in the history
* feat: add AUDIT log level for upload

* chore: update outdated tests

* fix: allow empty str as RESULT_PATH_PREFIX & replace w/ default val

* fix: change log pointing to wrong repo
  • Loading branch information
wphyojpl authored Nov 7, 2024
1 parent 0c92fea commit 65d7dd6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .ci/update_setup_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def update_change_log(self, is_releasing=False):
change_log_blob = [
f'## [{new_version_from_setup}] - {datetime.now().strftime("%Y-%m-%d")}',
self.change_log_line,
f'- [#{self.pr_number}](https://github.com/unity-sds/unity-data-services/pull/{self.pr_number}) {self.pr_title}',
f'- [#{self.pr_number}](https://github.com/unity-sds/mdps-ds-lib/pull/{self.pr_number}) {self.pr_title}',
''
]
if is_releasing:
Expand Down
44 changes: 22 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,95 +9,95 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.0.0] - 2024-11-04

- [#54](https://github.com/unity-sds/unity-data-services/pull/54) release attempt
- [#54](https://github.com/unity-sds/mdps-ds-lib/pull/54) release attempt

-----------------------------------------
## [0.5.1.dev010100] - 2024-10-28
### Changed
- [#52](https://github.com/unity-sds/unity-data-services/pull/52) feat : add dry-run option for stage-out
- [#52](https://github.com/unity-sds/mdps-ds-lib/pull/52) feat : add dry-run option for stage-out

## [0.5.1.dev010000] - 2024-10-28
### Added
- [#50](https://github.com/unity-sds/unity-data-services/pull/50) breaking: accept empty result_path_prefix + do not need to use filename as keys
- [#50](https://github.com/unity-sds/mdps-ds-lib/pull/50) breaking: accept empty result_path_prefix + do not need to use filename as keys

## [0.5.1.dev000200] - 2024-10-21
### Changed
- [#48](https://github.com/unity-sds/unity-data-services/pull/48) feat: download granules: write a catalog
- [#48](https://github.com/unity-sds/mdps-ds-lib/pull/48) feat: download granules: write a catalog

## [0.5.1.dev000100] - 2024-10-21
### Changed
- [#46](https://github.com/unity-sds/unity-data-services/pull/46) feat: adding audit log for uploading files
- [#46](https://github.com/unity-sds/mdps-ds-lib/pull/46) feat: adding audit log for uploading files

## [0.5.1.dev000001] - 2024-10-03
### Fixed
- [#44](https://github.com/unity-sds/unity-data-services/pull/44) fix: valid default values for checksum & file size
- [#44](https://github.com/unity-sds/mdps-ds-lib/pull/44) fix: valid default values for checksum & file size

## [0.5.1] - 2024-09-18

- [#41](https://github.com/unity-sds/unity-data-services/pull/41) release
- [#41](https://github.com/unity-sds/mdps-ds-lib/pull/41) release

-----------------------------------------
## [0.5.0.dev000001] - 2024-09-18
### Fixed
- [#39](https://github.com/unity-sds/unity-data-services/pull/39) fix: logic is a bit wrong
- [#39](https://github.com/unity-sds/mdps-ds-lib/pull/39) fix: logic is a bit wrong

## [0.5.0] - 2024-09-18

- [#36](https://github.com/unity-sds/unity-data-services/pull/36) release
- [#36](https://github.com/unity-sds/mdps-ds-lib/pull/36) release

-----------------------------------------
## [0.4.0.dev000200] - 2024-09-18
### Changed
- [#34](https://github.com/unity-sds/unity-data-services/pull/34) feat: new ways to write release notes
- [#34](https://github.com/unity-sds/mdps-ds-lib/pull/34) feat: new ways to write release notes

## [0.4.0] - 2024-09-18

- [#32](https://github.com/unity-sds/unity-data-services/pull/32) release
- [#32](https://github.com/unity-sds/mdps-ds-lib/pull/32) release

-----------------------------------------
## [0.3.0.dev000100] - 2024-09-18
### Changed
- [#30](https://github.com/unity-sds/unity-data-services/pull/30) feat: merge into a single ci/cd
- [#30](https://github.com/unity-sds/mdps-ds-lib/pull/30) feat: merge into a single ci/cd

## [0.3.0] - 2024-09-17

- [#27](https://github.com/unity-sds/unity-data-services/pull/27) release
- [#27](https://github.com/unity-sds/mdps-ds-lib/pull/27) release

-----------------------------------------
## [0.2.0.dev000100] - 2024-09-17
### Changed
- [#21](https://github.com/unity-sds/unity-data-services/pull/21) feat: sample feature
- [#21](https://github.com/unity-sds/mdps-ds-lib/pull/21) feat: sample feature

## [0.2.0] - 2024-09-11

- [#19](https://github.com/unity-sds/unity-data-services/pull/19) release
- [#19](https://github.com/unity-sds/mdps-ds-lib/pull/19) release

-----------------------------------------
## [0.1.1] - 2024-09-11

- [#16](https://github.com/unity-sds/unity-data-services/pull/16) release
- [#16](https://github.com/unity-sds/mdps-ds-lib/pull/16) release

-----------------------------------------
## [0.1.0.dev000005] - 2024-09-10
### Fixed
- [#13](https://github.com/unity-sds/unity-data-services/pull/13) fix: wrong insertion location in changelog
- [#13](https://github.com/unity-sds/mdps-ds-lib/pull/13) fix: wrong insertion location in changelog

## [0.1.0-D-0.0.1] - 2024-09-09
### Fixed
- [#2](https://github.com/unity-sds/unity-data-services/pull/2) fix: getting it working.
- [#2](https://github.com/unity-sds/mdps-ds-lib/pull/2) fix: getting it working.

## [0.1.0-D-0.0.2] - 2024-09-09
### Fixed
- [#4](https://github.com/unity-sds/unity-data-services/pull/4) fix: sample feature 2
- [#4](https://github.com/unity-sds/mdps-ds-lib/pull/4) fix: sample feature 2

## [0.1.0.dev003] - 2024-09-10
### Fixed
- [#6](https://github.com/unity-sds/unity-data-services/pull/6) fix: valid pypi version
- [#6](https://github.com/unity-sds/mdps-ds-lib/pull/6) fix: valid pypi version

## [0.1.0.dev000004] - 2024-09-10
### Fixed
- [#11](https://github.com/unity-sds/unity-data-services/pull/11) fix: still version typo
- [#11](https://github.com/unity-sds/mdps-ds-lib/pull/11) fix: still version typo

## [0.1.0] - 2024-09-10
### Added
- Copied code form https://github.com/unity-sds/unity-data-services
- Copied code form https://github.com/unity-sds/mdps-ds-lib

0 comments on commit 65d7dd6

Please sign in to comment.