diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de2734f5d5a8a3d009b81dca0feb9f2be06af132..b291605d79864e458579ff8b9c725f7d1d99f1a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -152,7 +152,6 @@ Build Image: DOCKER_BUILD_ARGS: | BUILD_IMAGE=${DEVOPS_REGISTRY}usgs/amazoncorretto:11 CI_COMMIT_BRANCH=${CI_COMMIT_BRANCH} - CI_JOB_TOKEN=${CI_JOB_TOKEN} CI_PROJECT_URL=${CI_PROJECT_URL} FROM_IMAGE=${DEVOPS_REGISTRY}usgs/amazoncorretto:11 UPSTREAM_PATH: ghsc/nshmp/nshmp-ws diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index aaf77a3775e86614190d55088b21a86a76faa373..ce3bee95b1f20cb2d14f1dd3a009cc91d2475af9 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -3,4 +3,4 @@ All contributions to and interactions surrounding this project will abide by the [USGS Code of Scientific Conduct][1]. -[1]: https://www.usgs.gov/about/organization/science-support/office-science-quality-and-integrity/code-scientific-conduct +[1]: https://www.usgs.gov/office-of-science-quality-and-integrity/fundamental-science-practices diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6464ce0ca9abafd158e62ec97a2b73fdd8710c97..8ba000bb8c00eb1a52197c4d66bb5c290c9c44e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ Contributions are welcome from the community. Questions can be asked on the [issues page][1]. Before creating a new issue, please take a moment to search and make sure a similar issue does not already exist. If one does exist, you -can comment (most simply even with just a :+1: ) to show your support for that +can comment (most simply even with just a :+1:) to show your support for that issue. If you have direct contributions you would like considered for incorporation @@ -11,5 +11,5 @@ into the project you can [fork this repository][2] and [submit a merge request][3] for review. [1]: https://code.usgs.gov/ghsc/nshmp/nshmp-ws/-/issues -[2]: https://docs.gitlab.com/ee/gitlab-basics/fork-project.html -[3]: https://docs.gitlab.com/ee/gitlab-basics/add-merge-request.html +[2]: https://docs.gitlab.com/ee/user/project/repository/forking_workflow.html#creating-a-fork +[3]: https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html diff --git a/DISCLAIMER.md b/DISCLAIMER.md index ec593eb18c6dc06781a39be052b8a14b03fcef77..fb9a9721c01b7d5d544ebf162c429b766582f2b4 100644 --- a/DISCLAIMER.md +++ b/DISCLAIMER.md @@ -1,11 +1,10 @@ # Disclaimer -This software has been approved for release by the U.S. Geological Survey -(USGS). Although the software has been subjected to rigorous review, the USGS -reserves the right to update the software as needed pursuant to further analysis -and review. No warranty, expressed or implied, is made by the USGS or the U.S. -Government as to the functionality of the software and related material nor -shall the fact of release constitute any such warranty. Furthermore, the -software is released on condition that neither the USGS nor the U.S. Government -shall be held liable for any damages resulting from its authorized or -unauthorized use. +This software is preliminary or provisional and is subject to revision. It is +being provided to meet the need for timely best science. The software has not +received final approval by the U.S. Geological Survey (USGS). No warranty, +expressed or implied, is made by the USGS or the U.S. Government as to the +functionality of the software and related material nor shall the fact of release +constitute any such warranty. The software is provided on the condition that +neither the USGS nor the U.S. Government shall be held liable for any damages +resulting from the authorized or unauthorized use of the software. diff --git a/Dockerfile b/Dockerfile index b7b5af9882540c05777e89c551a43a6cfb338776..3946d4b2be5207ee237cb0a5d91e04c19c88f504 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,7 @@ # docker run -p <PORT>:8080 code.chs.usgs.gov:5001/ghsc/nshmp/nshmp-ws:latest # # Build locally: -# docker build -# --build-arg gitlab_token=<git-api-token> -# -t nshmp-ws . +# docker build -t nshmp-ws . #### ARG BUILD_IMAGE=usgs/amazoncorretto:11 @@ -22,10 +20,10 @@ ARG jar_file=${libs_dir}/${project}.jar FROM ${BUILD_IMAGE} as builder ARG builder_workdir -ARG GITLAB_TOKEN=null -ARG CI_JOB_TOKEN=null ARG jar_file ARG libs_dir + +# For GitLab CI/CD ARG CI_PROJECT_URL=null ARG CI_COMMIT_BRANCH=null diff --git a/README.md b/README.md index 859dee54e3383451d9da6b86f8ec78615a0693b1..7d6cd23f2816cfcb25e19be12205a915cd368b72 100644 --- a/README.md +++ b/README.md @@ -78,18 +78,9 @@ The `PORT` should be replaced with the same value to start the container. A Docker image can also be created locally: ```bash -docker build \ - --build-arg git_username=<GitLab Email> \ - --build-ard git_password=<GitLab Access Token> \ - -t <tag name> . +docker build -t <tag name> . ``` -Where: - -* `git_username` is the GitLab Email -* `git_password` is a [GitLab access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html#creating-a-personal-access-token) -with at minimum read access. - ## Fault Sections Service ### Fault Sections Service: Usage diff --git a/code.json b/code.json index c03a8fe4a587c838800fe989c8a0205487bb4db3..d5de46295d84922415f4afa1fea588387c9f3752 100644 --- a/code.json +++ b/code.json @@ -3,24 +3,74 @@ "name": "nshmp-ws", "organization": "U.S. Geological Survey", "description": "Web services for the National Seismic Hazard Mapping Project (NSHMP)", - "version": "1.0.0", + "version": "main", + "status": "Development", + + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "name": "Public Domain, CC0-1.0", + "URL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws/-/raw/main/LICENSE.md" + } + ] + }, + + "repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws.git", + "homepageURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws", + "downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws/-/archive/main/nshmp-ws-main.zip", + "disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws/-/raw/main/DISCLAIMER.md", + "vcs": "git", + + "laborHours": 600, + + "languages": [ "Java" ], + + "tags": [ + "Earthquake Hazards", + "Geologic Hazards Science Center", + "web services", + "psha", + "nshmp-haz", + "seismic-hazard", + "seismic-source", + "earthquake-hazard", + "earthquake-source", + "hazard-curve", + "disaggregation", + "deaggregation" + ], + + "contact": { + "name": "Brandon Clayton", + "email": "bclayton@usgs.gov" + }, + + "date": { + "metadataLastUpdated": "2022-05-10" + } + }, + { + "name": "nshmp-ws", + "organization": "U.S. Geological Survey", + "description": "Web services for the National Seismic Hazard Mapping Project (NSHMP)", + "version": "0.2.0", "status": "Production", - "doi": "doi:###TBD###", "permissions": { "usageType": "openSource", "licenses": [ { "name": "Public Domain, CC0-1.0", - "URL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws/-/blob/main/LICENSE.md" + "URL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws/-/raw/0.2.0/LICENSE.md" } ] }, - "repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws", + "repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws.git", "homepageURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws", - "downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws/-/releases/tag/1.0.0", - "disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws/-/blob/main/DISCLAIMER.md", + "downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws/-/archive/0.2.0/nshmp-ws-0.2.0.zip", + "disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws/-/raw/0.2.0/DISCLAIMER.md", "vcs": "git", "laborHours": 600, @@ -39,8 +89,7 @@ "earthquake-source", "hazard-curve", "disaggregation", - "deaggregation", - "doi|###TBD###" + "deaggregation" ], "contact": { @@ -49,7 +98,7 @@ }, "date": { - "metadataLastUpdated": "2021-08-02" + "metadataLastUpdated": "2022-05-10" } } ] diff --git a/gradle.properties b/gradle.properties index 8bd1b109da073634c1aa132039f008f89d5d5453..7e42659b333dd4ffccb76614c541e1b4f2d8a391 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ micronautPluginVersion = 3.1.1 nodePluginVersion = 3.0.1 nodeVersion = 16.3.0 nshmFaultSectionsTag = v0.1 -nshmpLibVersion = 1.0.6 +nshmpLibVersion = 1.1.1 nshmpWsUtilsVersion = 0.3.7 shadowVersion = 7.1.2 spotbugsVersion = 4.7.0 diff --git a/gradle/repositories.gradle b/gradle/repositories.gradle index 66078685f625fc2f93775d6d09d07cd6ae4164ef..394c441cc91669f10b266dd9333d9a5e1b5a1e21 100644 --- a/gradle/repositories.gradle +++ b/gradle/repositories.gradle @@ -1,50 +1,8 @@ - -publishing { - publications { - library(MavenPublication) { - groupId = "ghsc" - version = project.getProperty("version") - version = version == "unspecified" ? "latest" : version - from components.java - } - } - - repositories { - maven { - url "https://code.usgs.gov/api/v4/projects/2638/packages/maven" - name = "GitLab" - credentials(HttpHeaderCredentials) { - name = "Job-Token" - value = System.getenv("CI_JOB_TOKEN") - } - authentication { - header(HttpHeaderAuthentication) - } - } - } -} - repositories { mavenCentral() maven { - url "https://code.usgs.gov/api/v4/groups/160/-/packages/maven" - name "GitLab" - if (System.getenv("CI_JOB_TOKEN") && System.getenv("CI_JOB_TOKEN") != "null") { - credentials(HttpHeaderCredentials) { - name = "Job-Token" - value = System.getenv("CI_JOB_TOKEN") - } - } else if (System.getenv("GITLAB_TOKEN") && System.getenv("GITLAB_TOKEN") != "null") { - credentials(HttpHeaderCredentials) { - name = "Private-Token" - value = System.getenv("GITLAB_TOKEN") - } - } else { - throw new GradleException("CI_JOB_TOKEN or GITLAB_TOKEN environmental variable must be set") - } - authentication { - header(HttpHeaderAuthentication) - } + url "https://code.usgs.gov/api/v4/groups/1352/-/packages/maven" + name "NSHMP GitLab Group" } }