Skip to content

Commit

Permalink
Dashboard release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren Frederick committed May 26, 2020
1 parent b420ae6 commit 64e7360
Show file tree
Hide file tree
Showing 4 changed files with 727 additions and 135 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v1.9.0]

### BREAKING CHANGES

- This dashboard version requires Cumulus API version >= v1.23.0

### Changed

- **CUMULUS-1888**
- On the Granules page, CSV data was being refreshed in the background alog with the rest
of the data based on the timer. This could take a long time, depending on the number of granules.
Expand All @@ -19,11 +26,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- **CUMULUS-1916**
- reconcilation-reports page now requires Cumulus API version >= v1.23.0

### BREAKING CHANGES

- This dashboard version requires Cumulus API version >= v1.23.0


## [v1.8.1]

### Changed
Expand Down Expand Up @@ -407,7 +409,8 @@ Fix for serving the dashboard through the Cumulus API.

- Versioning and changelog [CUMULUS-197] by @kkelly51

[Unreleased]: https://github.com/nasa/cumulus-dashboard/compare/v1.8.1...HEAD
[Unreleased]: https://github.com/nasa/cumulus-dashboard/compare/v1.9.0...HEAD
[v1.9.0]: https://github.com/nasa/cumulus-dashboard/compare/v1.8.1...v1.9.0
[v1.8.1]: https://github.com/nasa/cumulus-dashboard/compare/v1.8.0...v1.8.1
[v1.8.0]: https://github.com/nasa/cumulus-dashboard/compare/v1.7.2...v1.8.0
[v1.7.2]: https://github.com/nasa/cumulus-dashboard/compare/v1.7.1...v1.7.2
Expand Down
2 changes: 1 addition & 1 deletion app/src/js/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const baseConfig = {
environment: 'development',
requireEarthdataLogin: false,
apiRoot: 'https://wjdkfyb6t6.execute-api.us-east-1.amazonaws.com/dev/',
minCompatibleApiVersion: '1.22.1',
minCompatibleApiVersion: '1.23.2',
oauthMethod: 'earthdata',

graphicsPath: '/src/assets/images/',
Expand Down
Loading

0 comments on commit 64e7360

Please sign in to comment.