Skip to content

Commit

Permalink
Sync with latest main
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Oct 28, 2024
2 parents b4ce759 + 10c36ed commit 279ced5
Show file tree
Hide file tree
Showing 44 changed files with 1,205 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven_test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
uses: dorny/test-reporter@e9fa2f582c0ebbe2e263fd18fad744d52e0b0203
if: always()
with:
name: "${{ inputs.project }}: Unit tests results"
name: "maven_test_publish_${{ inputs.project }}"
path: ${{ inputs.project }}/target/surefire-reports/*.xml
reporter: java-junit
fail-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven_test_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: dorny/test-reporter@e9fa2f582c0ebbe2e263fd18fad744d52e0b0203
with:
artifact: ${{ inputs.project }}
name: "${{ inputs.project }} Unit Tests" # Name of the check run which will be created
name: "maven_test_report_${{ inputs.project }}" # Name of the check run which will be created
path: '*.xml' # Path to test results (inside artifact .zip)
reporter: java-junit # Format of test results

82 changes: 82 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,85 @@
## v2.66.6 - 2024-10-28

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.66.5...v2.66.6)

- [#7111](https://github.com/ORCID/ORCID-Source/pull/7111): update license reference

## v2.66.5 - 2024-10-15

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.66.4...v2.66.5)

## v2.66.4 - 2024-10-11

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.66.3...v2.66.4)

## v2.66.3 - 2024-10-11

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.66.2...v2.66.3)

## v2.66.2 - 2024-10-10

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.66.1...v2.66.2)

## v2.66.1 - 2024-10-09

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.66.0...v2.66.1)

## v2.66.0 - 2024-10-09

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.65.6...v2.66.0)

### Feature

- map check names to their workflow files to allow for searching

## v2.65.6 - 2024-10-02

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.65.5...v2.65.6)

- [#7093](https://github.com/ORCID/ORCID-Source/pull/7093): Revert "Added the code to store deleted items in panoply dw_deleted_items table"
- [#7091](https://github.com/ORCID/ORCID-Source/pull/7091): Added the code to store deleted items in panoply dw_deleted_items table
- [#7090](https://github.com/ORCID/ORCID-Source/pull/7090): Removed all created date, last modified from email domain summary

## v2.65.5 - 2024-09-23

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.65.4...v2.65.5)

## v2.65.4 - 2024-09-19

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.65.3...v2.65.4)

## v2.65.3 - 2024-09-17

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.65.2...v2.65.3)

## v2.65.2 - 2024-09-17

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.65.1...v2.65.2)

## v2.65.1 - 2024-09-17

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.65.0...v2.65.1)

## v2.65.0 - 2024-09-13

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.64.6...v2.65.0)

## v2.64.6 - 2024-09-06

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.64.5...v2.64.6)

## v2.64.5 - 2024-09-04

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.64.4...v2.64.5)

## v2.64.4 - 2024-09-03

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.64.3...v2.64.4)

## v2.64.3 - 2024-09-02

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.64.2...v2.64.3)

## v2.64.2 - 2024-08-28

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.64.1...v2.64.2)
Expand Down
2 changes: 1 addition & 1 deletion PROJECTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Also see our active contributors: [CREDITS.md](https://github.com/ORCID/ORCID-Wo
>
> Copyright (c) 2013 ORCID, Inc.
> Licensed under an MIT-Style License (MIT)
> https://github.com/ORCID/ORCID-Source/blob/master/LICENSE.md
> https://github.com/ORCID/ORCID-Source/blob/main/LICENSE
> http://orcid.org/OpenSource/license
>
> This copyright and license information (including a link to the full license) shall be included in its entirety in all copies or substantial portion of the software.
Expand Down
2 changes: 1 addition & 1 deletion TESTAUTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ Mac: ```/Applications/Firefox.app/Contents/MacOS/firefox-bin```
[src/test/resources/test-client.properties](https://github.com/ORCID/ORCID-Source/blob/master/orcid-integration-test/src/test/resources/test-client.properties)

# License
See [LICENSE.md](https://github.com/ORCID/ORCID-Source/blob/master/LICENSE.md)
See [LICENSE](https://github.com/ORCID/ORCID-Source/blob/main/LICENSE)

Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ public MapperFacade getEmailMapperFacade() {
emailClassMap.field("primary", "primary");
emailClassMap.field("verified", "verified");
emailClassMap.fieldMap("visibility", "visibility").converter("visibilityConverter").add();
emailClassMap.field("verificationDate.value", "dateVerified");
addV3DateFields(emailClassMap);
registerSourceConverters(mapperFactory, emailClassMap);
emailClassMap.register();
Expand Down
Loading

0 comments on commit 279ced5

Please sign in to comment.