-
Notifications
You must be signed in to change notification settings - Fork 28
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 #1116 from nasa/develop
Release v12.1.0 (#1115) to master
- Loading branch information
Showing
14 changed files
with
2,652 additions
and
4,786 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 |
---|---|---|
|
@@ -7,7 +7,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. | |
|
||
## [Unreleased] | ||
|
||
## [v12.1.0] - 2023-10-27 | ||
|
||
### Breaking Changes | ||
|
||
This version of the dashboard requires Cumulus API >= v18.1.0 | ||
|
||
### Changed | ||
|
||
- **CUMULUS-3095** | ||
- Updated all PUT /rules/${ruleName} actions to supply the required `Cumulus-API-Version` headers | ||
- Updates the dashboard to use alpha version `@cumulus/[email protected]` for testing. | ||
- **CICD updates** | ||
- Switched `docker-compose` commands to `docker compose` | ||
|
||
### Fixed | ||
|
||
- **CUMULUS-3265** | ||
- Fixed bulk granule operation modal to correctly pass selected granules into bulk operation | ||
- **CUMULUS-3434** | ||
- Fixed `getGranuleRecoveryStatus` action to take granuleId and collectionId. | ||
|
||
## [v12.0.1] - 2023-05-25 | ||
|
||
### Breaking Changes | ||
|
||
This version of the dashboard requires Cumulus API v2 (Core version >= v16.0.0) | ||
|
@@ -1327,7 +1349,8 @@ Fix for serving the dashboard through the Cumulus API. | |
### Added | ||
|
||
- Versioning and changelog [CUMULUS-197] by @kkelly51 | ||
[Unreleased]: https://github.com/nasa/cumulus-dashboard/compare/v12.0.1...HEAD | ||
[Unreleased]: https://github.com/nasa/cumulus-dashboard/compare/v12.1.0...HEAD | ||
[v12.1.0]: https://github.com/nasa/cumulus-dashboard/compare/v12.0.1...v12.1.0 | ||
[v12.0.1]: https://github.com/nasa/cumulus-dashboard/compare/v12.0.0...v12.0.1 | ||
[v12.0.0]: https://github.com/nasa/cumulus-dashboard/compare/v11.0.0...v12.0.0 | ||
[v11.0.0]: https://github.com/nasa/cumulus-dashboard/compare/v10.0.0...v11.0.0 | ||
|
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 |
---|---|---|
|
@@ -218,9 +218,9 @@ When the cypress editor opens, click on `run all specs`. | |
|
||
### Local API server | ||
|
||
For **development** and **testing** purposes only, you can run a Cumulus API locally. This requires `docker-compose` in order to stand up the Docker containers that serve Cumulus API. There are a number of commands that will stand up different portions of the stack. See the [Docker Service Diagram](#dockerdiagram) and examine the `docker-compose*.yml` file in the `/localAPI/` directory to see all of the possible combinations. Described below are each of the provided commands for running the dashboard and Cumulus API locally. | ||
For **development** and **testing** purposes only, you can run a Cumulus API locally. This requires `docker compose` in order to stand up the Docker containers that serve Cumulus API. There are a number of commands that will stand up different portions of the stack. See the [Docker Service Diagram](#dockerdiagram) and examine the `docker-compose*.yml` file in the `/localAPI/` directory to see all of the possible combinations. Described below are each of the provided commands for running the dashboard and Cumulus API locally. | ||
|
||
*Important Note: These `docker-compose` commands do not build distributable containers, but are a provided as testing conveniences. The docker-compose[-\*].yml files show that they work by linking your local directories into the container.* | ||
*Important Note: These `docker compose` commands do not build distributable containers, but are a provided as testing conveniences. The docker-compose[-\*].yml files show that they work by linking your local directories into the container.* | ||
|
||
In order to run the Cumulus API locally you must first [build the dashboard](#build-the-dashboard) and then run the containers that provide LocalStack and Elasticsearch services. | ||
|
||
|
@@ -249,7 +249,7 @@ the start command, will exit successfully long before the stack is actually read | |
The output looks like this: | ||
```bash | ||
> [email protected] start-cumulusapi /Users/savoie/projects/cumulus/cumulus-dashboard | ||
> docker-compose -f ./localAPI/docker-compose.yml -f ./localAPI/docker-compose-serve-api.yml up -d | ||
> docker compose -f ./localAPI/docker-compose.yml -f ./localAPI/docker-compose-serve-api.yml up -d | ||
|
||
Creating localapi_shim_1 ... done | ||
Creating localapi_elasticsearch_1 ... done | ||
|
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
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.