-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jbyrne
committed
Aug 29, 2024
1 parent
927cbee
commit bfb3444
Showing
18 changed files
with
638 additions
and
394 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 |
---|---|---|
|
@@ -31,7 +31,7 @@ on: | |
commit: | ||
type: string | ||
description: Custom commit hash | ||
|
||
env: | ||
REGISTRY: ghcr.io | ||
IMAGE_NAME: ${{ github.repository }} | ||
|
@@ -58,11 +58,14 @@ jobs: | |
- name: Initial checkout ${{ github.ref }} | ||
if: github.event.inputs.commit == '' | ||
uses: actions/checkout@v4 | ||
with: | ||
token: ${{ steps.podaac-cicd.outputs.token }} | ||
- name: Adjust to proper commit hash ${{ github.event.inputs.commit }} | ||
if: github.event.inputs.commit != '' | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.event.inputs.commit }} | ||
token: ${{ steps.podaac-cicd.outputs.token }} | ||
- name: get-npm-version | ||
id: package-version | ||
uses: martinbeentjes/[email protected] | ||
|
@@ -121,7 +124,7 @@ jobs: | |
echo "deploy_env=${{ env.TARGET_ENV }}" >> $GITHUB_OUTPUT | ||
VENUE=$(echo "${{ env.TARGET_ENV }}" | tr '[:upper:]' '[:lower:]') | ||
echo "deploy_env_lower=$VENUE" >> $GITHUB_OUTPUT | ||
## Build | ||
## Build | ||
- uses: hashicorp/setup-terraform@v2 | ||
with: | ||
terraform_version: ${{ env.TERRAFORM_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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# 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/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
## [1.2.0] | ||
|
||
### Changed | ||
- [issues/114](https://github.com/podaac/swodlr-ui/issues/114): My data page now uses server side filtering for most columns | ||
|
||
## [1.1.1] | ||
|
||
### Fixed | ||
- UI was getting API version from incorrect venue | ||
|
||
## [1.1.0] | ||
|
||
### Added | ||
- Feature/swodlr UI 102 - refactor spatial search validation (#111) | ||
- Feature/swodlr UI sci orbit message (#112) | ||
- Feature/swodlr UI 107 - gray out some product customization options (#110) | ||
- Feature/demo uwg june2024 - bug fixes (#109) | ||
- Feature/swodlr UI 70 - add filtering to my data page and re-generation button (#105) | ||
- Feature/swodlr UI 101 - add file name to granule footprint (#103) | ||
- Issues/swodlr UI 92 - fix tutorial bugs (#99) | ||
- Feature/swodlr UI 71 - add pagination to my data page (#98) | ||
- Feature/swodlr UI cps verification (#100) | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.