-
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.
Merge pull request #149 from nasa/release/1.3.0
Release/1.3.0
- Loading branch information
Showing
14 changed files
with
462 additions
and
477 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 |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
with: | ||
python-version: ${{ env.PYTHON_VERSION }} | ||
- name: Install Poetry | ||
uses: abatilo/[email protected].0 | ||
uses: abatilo/[email protected].1 | ||
with: | ||
poetry-version: ${{ env.POETRY_VERSION }} | ||
- name: Get version | ||
|
@@ -120,8 +120,8 @@ jobs: | |
run: | | ||
git config --global user.name 'batchee bot' | ||
git config --global user.email '[email protected]' | ||
git commit -am "/version ${{ env.software_version }}" | ||
git push | ||
git commit -am "/version ${{ env.software_version }}" --no-verify | ||
git push --no-verify | ||
# Builds and pushes the package to the Python Package Index (PyPI) | ||
- name: Build Python Artifact | ||
|
@@ -169,7 +169,7 @@ jobs: | |
- name: Build and push Docker image | ||
if: ${{ !startsWith(github.ref, 'refs/heads/main/') }} | ||
id: docker-push | ||
uses: docker/build-push-action@v5 | ||
uses: docker/build-push-action@v6 | ||
with: | ||
context: . | ||
file: Dockerfile | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
with: | ||
python-version: ${{ env.PYTHON_VERSION }} | ||
- name: Install Poetry | ||
uses: abatilo/[email protected].0 | ||
uses: abatilo/[email protected].1 | ||
with: | ||
poetry-version: ${{ env.POETRY_VERSION }} | ||
- name: Bump minor version | ||
|
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
python-version: ${{ env.PYTHON_VERSION }} | ||
|
||
- name: Set up Poetry | ||
uses: abatilo/[email protected].0 | ||
uses: abatilo/[email protected].1 | ||
with: | ||
poetry-version: ${{ env.POETRY_VERSION }} | ||
|
||
|
@@ -39,7 +39,7 @@ jobs: | |
|
||
- name: Lint | ||
run: | | ||
poetry run ruff batcher | ||
poetry run ruff check batcher | ||
- name: Run tests with coverage | ||
run: | | ||
|
Empty file.
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
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,45 +1,48 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
The format is based on [Common Changelog](https://common-changelog.org/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [unreleased] | ||
## [1.3.0] - 2024-11-19 | ||
|
||
### Added | ||
- [issue #127](https://github.com/nasa/batchee/issues/127): Group dependabot updates into fewer PRs | ||
- [issue #129](https://github.com/nasa/batchee/issues/129): Add autoupdate schedule for pre-commit | ||
### Changed | ||
- [issue #128](https://github.com/nasa/batchee/issues/128): Increase continuous integration/unit test coverage | ||
### Deprecated | ||
### Removed | ||
### Fixed | ||
|
||
## [1.1.0] | ||
- update pre commit: to autoupdate and with gitleaks ([#147](https://github.com/nasa/batchee/pull/147))([**@danielfromearth**](https://github.com/danielfromearth)) | ||
|
||
## [1.2.0] - 2024-06-27 | ||
|
||
### Added | ||
- [issue #114](https://github.com/nasa/batchee/issues/114): Add badges to the readme | ||
### Changed | ||
### Deprecated | ||
### Removed | ||
### Fixed | ||
|
||
## [1.0.0] | ||
- Increase continuous integration/unit test coverage ([#128](https://github.com/nasa/batchee/issues/128))([**@danielfromearth**](https://github.com/danielfromearth)) | ||
|
||
### Added | ||
|
||
- Group dependabot updates into fewer PRs ([#127](https://github.com/nasa/batchee/issues/127))([**@danielfromearth**](https://github.com/danielfromearth)) | ||
- Add autoupdate schedule for pre-commit ([#129](https://github.com/nasa/batchee/issues/129))([**@danielfromearth**](https://github.com/danielfromearth)) | ||
|
||
## [1.1.0] - 2024-05-01 | ||
|
||
### Added | ||
- [issue #6](https://github.com/danielfromearth/batchee/issues/6): Create Adapter code that processes a Harmony Message and STAC Catalog | ||
- [issue #7](https://github.com/danielfromearth/batchee/issues/7): Create working Docker image | ||
- [issue #13](https://github.com/danielfromearth/batchee/issues/13): Add simple command line interface for testing | ||
- [issue #16](https://github.com/danielfromearth/batchee/issues/16): Add a logo | ||
- [PR #75](https://github.com/danielfromearth/batchee/pull/75): Add Docker build steps to GitHub Actions workflow | ||
- [PR #84](https://github.com/danielfromearth/batchee/pull/84): Add readme badges | ||
- [PR #100](https://github.com/danielfromearth/batchee/pull/100): Add license | ||
- [PR #111](https://github.com/nasa/batchee/pull/111): Add codecov to CI pipeline | ||
- [PR #112](https://github.com/nasa/batchee/pull/111): Add SNYK and PyPI to CI pipeline | ||
|
||
- Add badges to the readme ([#114](https://github.com/nasa/batchee/issues/114))([**@danielfromearth**](https://github.com/danielfromearth)) | ||
|
||
## [1.0.0] - 2024-04-23 | ||
|
||
### Changed | ||
- [issue #11](https://github.com/danielfromearth/batchee/issues/11): Rename from concat_batcher to batchee | ||
- [issue #21](https://github.com/danielfromearth/batchee/issues/21): Improve CICD workflows | ||
- [issue #41](https://github.com/danielfromearth/batchee/issues/41): Change Adapter output from single to multiple STAC Catalogs | ||
### Deprecated | ||
### Removed | ||
### Fixed | ||
|
||
- Rename from concat_batcher to batchee ([#11](https://github.com/nasa/batchee/issues/11))([**@danielfromearth**](https://github.com/danielfromearth)) | ||
- Improve CICD workflows ([#21](https://github.com/nasa/batchee/issues/21))([**@danielfromearth**](https://github.com/danielfromearth)) | ||
- Change Adapter output from single to multiple STAC Catalogs ([#41](https://github.com/nasa/batchee/issues/41))([**@danielfromearth**](https://github.com/danielfromearth)) | ||
|
||
### Added | ||
|
||
- Create Adapter code that processes a Harmony Message and STAC Catalog ([#6](https://github.com/nasa/batchee/issues/6))([**@danielfromearth**](https://github.com/danielfromearth)) | ||
- Create working Docker image ([#7](https://github.com/nasa/batchee/issues/7))([**@danielfromearth**](https://github.com/danielfromearth),[**@hpatel426**](https://github.com/hpatel426)) | ||
- Add simple command line interface for testing ([#13](https://github.com/nasa/batchee/issues/13))([**@danielfromearth**](https://github.com/danielfromearth)) | ||
- Add a logo ([#16](https://github.com/nasa/batchee/issues/16))([**@danielfromearth**](https://github.com/danielfromearth)) | ||
- Add Docker build steps to GitHub Actions workflow ([#75](https://github.com/nasa/batchee/pull/75))([**@danielfromearth**](https://github.com/danielfromearth)) | ||
- Add readme badges ([#84](https://github.com/nasa/batchee/pull/84))([**@danielfromearth**](https://github.com/danielfromearth)) | ||
- Add license ([#100](https://github.com/nasa/batchee/pull/100))([**@danielfromearth**](https://github.com/danielfromearth)) | ||
- Add codecov to CI pipeline ([#111](https://github.com/nasa/batchee/pull/111))([**@danielfromearth**](https://github.com/danielfromearth)) | ||
- Add SNYK and PyPI to CI pipeline ([#112](https://github.com/nasa/batchee/pull/111))([**@danielfromearth**](https://github.com/danielfromearth)) |
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
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
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
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
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
Oops, something went wrong.