From eaa4d57224ef03a3079b67f94f5b997d32d1417f Mon Sep 17 00:00:00 2001
From: andrej romanov <50377758+auumgn@users.noreply.github.com>
Date: Fri, 15 Nov 2024 15:43:16 +0200
Subject: [PATCH 1/5] fix summary overflow (#2398)
---
.../component/trusted-summary/trusted-summary.component.scss | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/app/cdk/trusted-summary/component/trusted-summary/trusted-summary.component.scss b/src/app/cdk/trusted-summary/component/trusted-summary/trusted-summary.component.scss
index c2220e801..5c2863a67 100644
--- a/src/app/cdk/trusted-summary/component/trusted-summary/trusted-summary.component.scss
+++ b/src/app/cdk/trusted-summary/component/trusted-summary/trusted-summary.component.scss
@@ -2,7 +2,6 @@
width: 100%;
display: flex;
justify-content: center;
- height: 100vh;
}
main.stand-alone-mode {
From 4269708f18f6bb6a165e5e09797d0197e103ca92 Mon Sep 17 00:00:00 2001
From: github actions
Date: Fri, 15 Nov 2024 14:06:27 +0000
Subject: [PATCH 2/5] v2.107.12 changelog update
---
CHANGELOG.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb52035a2..389967293 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## v2.107.12 - 2024-11-15
+
+[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.107.11...v2.107.12)
+
## v2.107.11 - 2024-11-13
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.107.10...v2.107.11)
From 00fe32b1aec209b003eecdec553f50ff3b24f326 Mon Sep 17 00:00:00 2001
From: andrej romanov <50377758+auumgn@users.noreply.github.com>
Date: Mon, 18 Nov 2024 21:02:42 +0200
Subject: [PATCH 3/5] add api t&c panel to dev tools (#2397)
---
.../developer-tools.component.html | 112 ++++++++++--------
.../developer-tools.component.scss | 14 +++
2 files changed, 76 insertions(+), 50 deletions(-)
diff --git a/src/app/developer-tools/pages/developer-tools/developer-tools.component.html b/src/app/developer-tools/pages/developer-tools/developer-tools.component.html
index ace05d21e..03406c9f3 100644
--- a/src/app/developer-tools/pages/developer-tools/developer-tools.component.html
+++ b/src/app/developer-tools/pages/developer-tools/developer-tools.component.html
@@ -204,56 +204,47 @@
your integration users will experience an error.
-
-
- info
-
-
-
Please note
-
-
-
- Only
- HTTPS URIs
-
- are accepted in production
-
-
-
- Domains registered
- MUST
- exactly match the domains used, including
- subdomains
-
-
- Register all redirect URIs fully where possible.
- This is the most secure option and what we recommend. For
- more information about redirect URIs, please see
- our
-
- redirect URI FAQ
-
-
-
-
+
+ Please note
+
+
+ Only
+ HTTPS URIs
+
+ are accepted in production
+
+
+
+ Domains registered
+ MUST
+ exactly match the domains used, including
+ subdomains
+
+
+ Register all redirect URIs fully where possible.
+ This is the most secure option and what we recommend. For
+ more information about redirect URIs, please see
+ our
+
+ redirect URI FAQ
+
+
+
@@ -453,6 +444,27 @@
Redirect URIs must be unique
+ The ORCID Public API is free for non-commercial use by
+ individuals as stated in the
+ Public APIs Terms of Service.
+ By “non-commercial” we mean that you may not charge any re-use
+ fees for the Public API, and you may not make use of the Public
+ API in connection with any revenue-generating product or
+ service.
Date: Mon, 18 Nov 2024 19:25:54 +0000
Subject: [PATCH 4/5] v2.107.13 changelog update
---
CHANGELOG.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 389967293..bfa3725fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## v2.107.13 - 2024-11-18
+
+[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.107.12...v2.107.13)
+
## v2.107.12 - 2024-11-15
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.107.11...v2.107.12)
From 03c6652157ac3f4461c33b051ba2feca25edafde Mon Sep 17 00:00:00 2001
From: Giles Westwood
Date: Mon, 18 Nov 2024 19:34:42 +0000
Subject: [PATCH 5/5] fix/limit-build-artifacts-to-reduce-cache (#2399)
* limit yarn bld to only one artifact and add safety timeout
* drop extra bld test from pr merge
---------
Co-authored-by: Angel Montenegro
---
.github/workflows/bld_test_rel_tag.yml | 9 ---------
.github/workflows/bld_yarn.yml | 8 +++++---
2 files changed, 5 insertions(+), 12 deletions(-)
diff --git a/.github/workflows/bld_test_rel_tag.yml b/.github/workflows/bld_test_rel_tag.yml
index f256a4002..a5db5e3a3 100644
--- a/.github/workflows/bld_test_rel_tag.yml
+++ b/.github/workflows/bld_test_rel_tag.yml
@@ -81,13 +81,6 @@ jobs:
- format_i18n
- format_prettier
- # this is a test
- bld_yarn:
- uses: ./.github/workflows/bld_yarn.yml
- needs:
- - format_i18n
- - format_prettier
-
##############################################################################
# uses maven to build via yarn into a war file
bld_mvn:
@@ -95,7 +88,6 @@ jobs:
secrets: inherit # pass all secrets for uploading assets
needs:
- lint
- - bld_yarn
- format_i18n
- format_prettier
permissions:
@@ -113,7 +105,6 @@ jobs:
secrets: inherit # pass all secrets for uploading assets
needs:
- lint
- - bld_yarn
- format_i18n
- format_prettier
permissions:
diff --git a/.github/workflows/bld_yarn.yml b/.github/workflows/bld_yarn.yml
index ebf705034..e9d3a0ce8 100644
--- a/.github/workflows/bld_yarn.yml
+++ b/.github/workflows/bld_yarn.yml
@@ -28,10 +28,12 @@ jobs:
matrix:
include:
- artifact_name: prod
- - artifact_name: sandbox
- - artifact_name: qa
- - artifact_name: int
+# yarn build is only used as a test
+# - artifact_name: sandbox
+# - artifact_name: qa
+# - artifact_name: int
runs-on: ubuntu-latest
+ timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4