From 21b3f0542177f12a8de649282b6edbd701ea93e3 Mon Sep 17 00:00:00 2001 From: Don Sizemore Date: Fri, 23 Apr 2021 13:44:12 -0400 Subject: [PATCH 01/10] Create trsa-api-build.yml initial build test --- .github/workflows/trsa-api-build.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/trsa-api-build.yml diff --git a/.github/workflows/trsa-api-build.yml b/.github/workflows/trsa-api-build.yml new file mode 100644 index 00000000000..90880aea970 --- /dev/null +++ b/.github/workflows/trsa-api-build.yml @@ -0,0 +1,25 @@ +# This workflow will build a Java project with Maven +# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven + +name: Build trsa-api branch with Maven + +on: + push: + branches: [ trsa-api ] + pull_request: + branches: [ trsa-api ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Set up JDK 11 + uses: actions/setup-java@v2 + with: + java-version: '11' + distribution: 'adopt' + - name: Build with Maven + run: mvn -B package --file pom.xml From 27baf2a36ac3e8737e8e42ebedbd2e8778f993fa Mon Sep 17 00:00:00 2001 From: "don.sizemore" Date: Mon, 26 Apr 2021 09:46:37 -0400 Subject: [PATCH 02/10] test sphinx_build on pull request --- .github/workflows/sphinx_build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/sphinx_build.yml diff --git a/.github/workflows/sphinx_build.yml b/.github/workflows/sphinx_build.yml new file mode 100644 index 00000000000..df7984405fd --- /dev/null +++ b/.github/workflows/sphinx_build.yml @@ -0,0 +1,12 @@ +name: "Pull Request Docs Check" +on: +- pull_request + +jobs: + docs: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - uses: ammaraskar/sphinx-action@master + with: + docs-folder: "doc/sphinx-guides/" From b5e10ac687ae352b8736d171de761340e71ed423 Mon Sep 17 00:00:00 2001 From: "don.sizemore" Date: Mon, 26 Apr 2021 10:31:56 -0400 Subject: [PATCH 03/10] use backwards-compatible sphinx-build options --- .github/workflows/sphinx_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sphinx_build.yml b/.github/workflows/sphinx_build.yml index df7984405fd..bafac179306 100644 --- a/.github/workflows/sphinx_build.yml +++ b/.github/workflows/sphinx_build.yml @@ -9,4 +9,5 @@ jobs: - uses: actions/checkout@v1 - uses: ammaraskar/sphinx-action@master with: + build-command: "sphinx-build -b html -d build/doctrees --keep-going --no-color -w "/tmp/sphinx-log" source build/html" docs-folder: "doc/sphinx-guides/" From 049224559f2f47a5194efa37c7e98c006ec39d2c Mon Sep 17 00:00:00 2001 From: "don.sizemore" Date: Mon, 26 Apr 2021 10:35:10 -0400 Subject: [PATCH 04/10] remove quotes from sphinx-build string --- .github/workflows/sphinx_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx_build.yml b/.github/workflows/sphinx_build.yml index bafac179306..01acda1897b 100644 --- a/.github/workflows/sphinx_build.yml +++ b/.github/workflows/sphinx_build.yml @@ -9,5 +9,5 @@ jobs: - uses: actions/checkout@v1 - uses: ammaraskar/sphinx-action@master with: - build-command: "sphinx-build -b html -d build/doctrees --keep-going --no-color -w "/tmp/sphinx-log" source build/html" + build-command: "sphinx-build -b html -d build/doctrees --keep-going --no-color -w /tmp/sphinx-log source build/html" docs-folder: "doc/sphinx-guides/" From 24b4297d347887c1687a02327c10e834675791dc Mon Sep 17 00:00:00 2001 From: "don.sizemore" Date: Mon, 26 Apr 2021 10:37:56 -0400 Subject: [PATCH 05/10] PRtest02 --- doc/sphinx-guides/source/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/sphinx-guides/source/index.rst b/doc/sphinx-guides/source/index.rst index f7e81756e5b..f9215612002 100755 --- a/doc/sphinx-guides/source/index.rst +++ b/doc/sphinx-guides/source/index.rst @@ -3,6 +3,8 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. +blargle blargle bloop bloop + Dataverse Documentation v. |version| ==================================== From 2ba03bc3df68f981bad8324a06a9fc913c617f21 Mon Sep 17 00:00:00 2001 From: "don.sizemore" Date: Mon, 26 Apr 2021 10:43:00 -0400 Subject: [PATCH 06/10] test pr03 --- doc/sphinx-guides/source/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/sphinx-guides/source/index.rst b/doc/sphinx-guides/source/index.rst index f9215612002..eebb2252d5b 100755 --- a/doc/sphinx-guides/source/index.rst +++ b/doc/sphinx-guides/source/index.rst @@ -4,6 +4,7 @@ contain the root `toctree` directive. blargle blargle bloop bloop +blargle blargle bloop bloop Dataverse Documentation v. |version| ==================================== From cd2392fef248c247e80e9e78d01d337393efc529 Mon Sep 17 00:00:00 2001 From: "don.sizemore" Date: Mon, 26 Apr 2021 11:11:50 -0400 Subject: [PATCH 07/10] testpr04 --- doc/sphinx-guides/source/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/sphinx-guides/source/index.rst b/doc/sphinx-guides/source/index.rst index eebb2252d5b..6a5b07d958a 100755 --- a/doc/sphinx-guides/source/index.rst +++ b/doc/sphinx-guides/source/index.rst @@ -5,6 +5,7 @@ blargle blargle bloop bloop blargle blargle bloop bloop +blargle blargle bloop bloop Dataverse Documentation v. |version| ==================================== From 17d26f8ea87df9bcfe49fa931fe288168318d77a Mon Sep 17 00:00:00 2001 From: "don.sizemore" Date: Mon, 26 Apr 2021 11:14:18 -0400 Subject: [PATCH 08/10] remove requirements.txt --- doc/sphinx-guides/requirements.txt | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 doc/sphinx-guides/requirements.txt diff --git a/doc/sphinx-guides/requirements.txt b/doc/sphinx-guides/requirements.txt deleted file mode 100755 index 9fc0e3b8cf6..00000000000 --- a/doc/sphinx-guides/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -# match version used by Jenkins -Sphinx==1.5.6 From 7f55416655e2344c06b077be2adaa72b1a9acbc5 Mon Sep 17 00:00:00 2001 From: "don.sizemore" Date: Tue, 27 Apr 2021 08:32:56 -0400 Subject: [PATCH 09/10] test pr05 --- doc/sphinx-guides/source/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/sphinx-guides/source/index.rst b/doc/sphinx-guides/source/index.rst index 6a5b07d958a..6310e97ea85 100755 --- a/doc/sphinx-guides/source/index.rst +++ b/doc/sphinx-guides/source/index.rst @@ -6,6 +6,7 @@ blargle blargle bloop bloop blargle blargle bloop bloop blargle blargle bloop bloop +blargle blargle bloop bloop Dataverse Documentation v. |version| ==================================== From b1e057de362eec85fc032be1748d3a1e54dc075d Mon Sep 17 00:00:00 2001 From: "don.sizemore" Date: Mon, 3 May 2021 10:34:40 -0400 Subject: [PATCH 10/10] test PR05 --- doc/sphinx-guides/source/test | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 doc/sphinx-guides/source/test diff --git a/doc/sphinx-guides/source/test b/doc/sphinx-guides/source/test new file mode 100644 index 00000000000..e69de29bb2d