diff --git a/.stylelintrc.json b/.stylelintrc.json index 42aede9cb..4fe13439c 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -9,18 +9,16 @@ ], "rules": { "at-rule-no-unknown": null, - "scss/at-rule-no-unknown": true, "import-notation": "string", "keyframes-name-pattern": "[a-zA-Z]", + "no-invalid-position-at-import-rule": null, "property-no-unknown": [ true, { - "ignoreProperties": [ - "composes", - "compose-with" - ] + "ignoreProperties": ["composes", "compose-with"] } ], + "scss/at-rule-no-unknown": true, "selector-class-pattern": "[a-zA-Z]", "selector-pseudo-class-no-unknown": [ true, @@ -31,9 +29,7 @@ "value-keyword-case": [ "lower", { - "ignoreKeywords": [ - "/[a-zA-Z]/" - ] + "ignoreKeywords": ["/[a-zA-Z]/"] } ] } diff --git a/README.md b/README.md index 413374398..3f3d40865 100644 --- a/README.md +++ b/README.md @@ -61,12 +61,14 @@ For more information, see one of these links ##### 4. Running the CMR npm scripts -To start the local CMR: +To start the local CMR and load the test data: +_Note: This command can be ran as two separate commands if needed:_ - npm run cmr:start + npm run cmr:start_and_setup -To load data into the local CMR: + < or > + npm run cmr:start npm run cmr:setup After you see "Done!", you can load the app in your browser and use the local CMR. After you have started CMR, to just reload the data: @@ -155,4 +157,4 @@ These will help create more maintainable css: * [Bootstrap Docs](https://getbootstrap.com/docs/5.0/) * [BEM methodology](https://getbem.com/) -* [Specificity MDN Docs](https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity) \ No newline at end of file +* [Specificity MDN Docs](https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity) diff --git a/bin/deploy-bamboo.sh b/bin/deploy-bamboo.sh index 15da13cf0..7ce376196 100755 --- a/bin/deploy-bamboo.sh +++ b/bin/deploy-bamboo.sh @@ -10,9 +10,10 @@ set -eux config="`cat static.config.json`" # update keys for deployment -config="`jq '.version = $newValue' --arg newValue ${RELEASE_VERSION} <<< $config`" -config="`jq '.graphQlHost = $newValue' --arg newValue $bamboo_GRAPHQL_HOST <<< $config`" -config="`jq '.apiHost = $newValue' --arg newValue $bamboo_API_HOST <<< $config`" +config="`jq '.application.version = $newValue' --arg newValue ${RELEASE_VERSION} <<< $config`" +config="`jq '.application.graphQlHost = $newValue' --arg newValue $bamboo_GRAPHQL_HOST <<< $config`" +config="`jq '.application.apiHost = $newValue' --arg newValue $bamboo_API_HOST <<< $config`" +config="`jq '.application.cmrHost = $newValue' --arg newValue $bamboo_CMR_HOST <<< $config`" # overwrite static.config.json with new values echo $config > tmp.$$.json && mv tmp.$$.json static.config.json diff --git a/index.html b/index.html index d9b03f0ff..7f10376f2 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,22 @@ - + Metadata Management Tool + - +
-
+
+
+
+
+
+ Loading Metadata Management Tool... +
+