]> git.aero2k.de Git - tmp/jakarta-migration.git/log
tmp/jakarta-migration.git
6 months agoFix JDBC Parameter var name (#476)
Michael Ritter [Mon, 8 Sep 2025 23:09:11 +0000 (17:09 -0600)]
Fix JDBC Parameter var name (#476)

* Rename JDBC_URL_OPTS to JDBC_URL_PARAMS

6 months agoDRYD-1892: JDBC Parameter Build Env Var (#475)
Michael Ritter [Mon, 8 Sep 2025 22:44:49 +0000 (16:44 -0600)]
DRYD-1892: JDBC Parameter Build Env Var (#475)

* Read from JDBC_URL_PARAMS environment variable
* Remove encoded url from build properties
* Add script to encode url parameters
* Encode jdbc params where needed
* Remove unused configuration

6 months agoPrototype advanced search endpoint (#474)
Anthony Bucci [Thu, 28 Aug 2025 19:24:39 +0000 (15:24 -0400)]
Prototype advanced search endpoint (#474)

* initial stub of advancedsearch
* added advancedsearch to WAR
* added advancedsearch to jax rs application
* advanced search xsd
* 'model' abstraction for converting CollectionObject subobjects into a format more convenient to send back over the wire
* more robust extraction of brief description, object name, title, and responsible department
* retrieve CollectionObjectCommon from CollectionResource

---------

Co-authored-by: Anthony Bucci <abucci@bucci.onl>
7 months agoDRYD-1829: Remove flickr urls from tests (#473)
Michael Ritter [Tue, 22 Jul 2025 17:10:43 +0000 (11:10 -0600)]
DRYD-1829: Remove flickr urls from tests (#473)

* Add maven-failsafe-plugin
* Add jetty-maven-plugin to serve static files
* Add maven-remote-resources-plugin
* Create StaticImage enum for tests
* Rename *Test classes to *IT
* Remove flickr from Blob/Media tests

8 months agoUpdate version to 8.3.0-SNAPSHOT (#472)
Michael Ritter [Mon, 30 Jun 2025 19:03:53 +0000 (13:03 -0600)]
Update version to 8.3.0-SNAPSHOT (#472)

8 months agoUpdate Release Version to 8.2.0 (#471)
Michael Ritter [Fri, 27 Jun 2025 20:38:19 +0000 (14:38 -0600)]
Update Release Version to 8.2.0 (#471)

* Update cspace-ui and plugin release versions
* Change release version to 8.2.0

9 months agoPrepare QA 8.2.0 (#470)
Michael Ritter [Thu, 12 Jun 2025 21:41:00 +0000 (15:41 -0600)]
Prepare QA 8.2.0 (#470)

Update ui build versions

10 months agoDRYD-1748: Add deurn function to database (#464)
Anthony Bucci [Fri, 16 May 2025 22:17:30 +0000 (22:17 +0000)]
DRYD-1748: Add deurn function to database (#464)

* DRYD-1748: added SQL script to define deurn function
* DRYD-1748: modified tenant bindings to run deurn_function.sql

---------

Co-authored-by: Anthony Bucci <abucci@bucci.onl>
10 months agoDRYD-1747: Add update_userid function to database (#463)
Anthony Bucci [Thu, 15 May 2025 17:46:17 +0000 (17:46 +0000)]
DRYD-1747: Add update_userid function to database (#463)

* DRYD-1747: added update_userid_function.sql SQL script
* DRYD-1747: modified build.xml to copy new update_userid_function script to tomcat during deploy
* DRYD-1747: modified build.xml to run update_userid function creation during database creation

---------

Co-authored-by: Anthony Bucci <abucci@bucci.onl>
10 months agoAdd publishedRelatedLinkGroupList to all ES bindings (#469)
Michael Ritter [Wed, 14 May 2025 21:57:57 +0000 (15:57 -0600)]
Add publishedRelatedLinkGroupList to all ES bindings (#469)

Add publishedRelatedLinkGroupList to all es bindings

10 months agoDRYD-1795: Fix Error for Ethnographic Object Reports (#466)
Michael Ritter [Mon, 12 May 2025 19:39:35 +0000 (13:39 -0600)]
DRYD-1795: Fix Error for Ethnographic Object Reports (#466)

join on collectionobjects_common_fieldcollectionplaces as the field was changed to be repeating

10 months agoUpdate build branch for ui plugins (#468)
Michael Ritter [Mon, 12 May 2025 19:37:20 +0000 (13:37 -0600)]
Update build branch for ui plugins (#468)

10 months agoUpdate UI Build Branch (#467)
Michael Ritter [Mon, 12 May 2025 15:56:45 +0000 (09:56 -0600)]
Update UI Build Branch (#467)

10 months agoAdd aspectj dependencies back into deployment (#465)
Michael Ritter [Fri, 2 May 2025 21:25:30 +0000 (15:25 -0600)]
Add aspectj dependencies back into deployment (#465)

10 months agoDRYD-1754: Manage Nuxeo JARs through Ant/Maven (#462)
Michael Ritter [Tue, 22 Apr 2025 23:17:26 +0000 (17:17 -0600)]
DRYD-1754: Manage Nuxeo JARs through Ant/Maven (#462)

* Add pom to nuxeo-server module for dependency management
* Add build file for nuxeo-server
* Exclude jars when copying nuxeo release

11 months agoDRYD-1714, add property to control JAXB code generation (#461)
Anthony Bucci [Wed, 9 Apr 2025 19:47:31 +0000 (15:47 -0400)]
DRYD-1714, add property to control JAXB code generation (#461)

* DRYD-1660: Aggregate collections per object (#451)

* DRYD-1683: SSO expects typed AttributeValues (#452)

Co-authored-by: Anthony Bucci <abucci@bucci.onl>
* Include XSAny when searching for candidate usernames
* Add unit tests for findSamlAssertionCandidateUsernames

* DRYD-1687: Load NAGPRA reports in only core and anthro (#453)

* Update Version to 8.1.1 (#454)

* Update build release to 8.1.1
* Update cspace-ui release in build properties

* SAML SSO unit tests etc. (#455)

* Added two unit tests to SecurityUtilsTest to verify the found email address is correct
* Removed unused imports in SecurityUtilsTest
* Added unit tests for ServicesConfigReader while investigating DRYD-1702
* cleaned up leftover printlns in SecurityUtilsTest
* cleaned up imports in SecurityUtilsTest
* reorganized methods in ServicesConfigReaderImplTest
* refactored findUser method to make it easier to test and prepare it for deprecation of ReponseToken
* refactored some useful common code out of SecurityUtilsTest into AbstractSecurityTestBase
* refactored some of the SAML-object-creating utility methods
* made 'parse' methods public so they can be tested
* added unit test to check that 'identifier' probe assertions correctly pull out attribute values
* source cleanup: organizing imports, formatting
* added .mvn to .gitignore to ignore local, per-developer maven properties

---------

Co-authored-by: Anthony Bucci <abucci@bucci.onl>
* DRYD-1714: controlling when JAXB code generation runs, using a user-settable property controlling <phase> in the plugin execution

---------

Co-authored-by: Michael Ritter <mikejritter@users.noreply.github.com>
Co-authored-by: Anthony Bucci <abucci@bucci.onl>
11 months agoDRYD-1759: Null Error in Full Place Report (#460)
Michael Ritter [Wed, 9 Apr 2025 19:31:03 +0000 (13:31 -0600)]
DRYD-1759: Null Error in Full Place Report (#460)

11 months agoDRYD-1742: Change deployment for common/lib jars (#459)
Michael Ritter [Fri, 4 Apr 2025 18:32:22 +0000 (12:32 -0600)]
DRYD-1742: Change deployment for common/lib jars (#459)

* Consolidate dependency management

* Add new module to track dependencies deployed to tomcat lib

* Cleanup parent pom

* Remove mysql-connector-java

* Remove unused test

* Exclusions for auth-mgt.import

* Remove duplicate dependency

* Fix duplicate plugin config

* Use stax2-api version from JaxRSServiceProvider

* Remove aspectj from common deploy

* Add undeploy task

* Remove obsolete build targets

* Change package type to pom

12 months agoDRYD-1716: set the antrun plugin that runs check-env-vars to <inherited>false</inheri...
Anthony Bucci [Fri, 21 Mar 2025 19:59:28 +0000 (15:59 -0400)]
DRYD-1716: set the antrun plugin that runs check-env-vars to <inherited>false</inherited> (#456)

DRYD-1716: set the antrun plugin that runs check-env-vars to <inherited>false</inherited> to prevent child projects from running this check. It is now only run once.

Co-authored-by: Anthony Bucci <abucci@bucci.onl>
12 months agoDRYD-1712/DRYD-1715: only run `git-commit-id-plugin` once (#457)
Anthony Bucci [Fri, 21 Mar 2025 19:52:01 +0000 (15:52 -0400)]
DRYD-1712/DRYD-1715: only run `git-commit-id-plugin` once (#457)

* DRYD-1712/DRYD-1715: removed git-commit-id-plugin from topmost pom, which was inherited by all child poms, and instead placed it in JaxRsServiceProvider. This is the only project that needs it, since this is where the WAR is created and that's where systeminfo picks it up.

---------

Co-authored-by: Anthony Bucci <abucci@bucci.onl>
12 months agoSAML SSO unit tests etc. (#455)
Anthony Bucci [Thu, 20 Mar 2025 18:58:33 +0000 (14:58 -0400)]
SAML SSO unit tests etc. (#455)

* Added two unit tests to SecurityUtilsTest to verify the found email address is correct
* Removed unused imports in SecurityUtilsTest
* Added unit tests for ServicesConfigReader while investigating DRYD-1702
* cleaned up leftover printlns in SecurityUtilsTest
* cleaned up imports in SecurityUtilsTest
* reorganized methods in ServicesConfigReaderImplTest
* refactored findUser method to make it easier to test and prepare it for deprecation of ReponseToken
* refactored some useful common code out of SecurityUtilsTest into AbstractSecurityTestBase
* refactored some of the SAML-object-creating utility methods
* made 'parse' methods public so they can be tested
* added unit test to check that 'identifier' probe assertions correctly pull out attribute values
* source cleanup: organizing imports, formatting
* added .mvn to .gitignore to ignore local, per-developer maven properties

---------

Co-authored-by: Anthony Bucci <abucci@bucci.onl>
12 months agoUpdate cspaceui version
Michael Ritter [Fri, 21 Feb 2025 23:58:35 +0000 (16:58 -0700)]
Update cspaceui version

12 months agoDRYD-1687: Load NAGPRA reports in only core and anthro (#453)
Michael Ritter [Fri, 21 Feb 2025 21:43:27 +0000 (14:43 -0700)]
DRYD-1687: Load NAGPRA reports in only core and anthro (#453)

12 months agoDRYD-1683: SSO expects typed AttributeValues (#452)
Anthony Bucci [Thu, 20 Feb 2025 22:32:13 +0000 (17:32 -0500)]
DRYD-1683: SSO expects typed AttributeValues (#452)

Co-authored-by: Anthony Bucci <abucci@bucci.onl>
* Include XSAny when searching for candidate usernames
* Add unit tests for findSamlAssertionCandidateUsernames

12 months agoDRYD-1660: Aggregate collections per object (#451)
Michael Ritter [Mon, 17 Feb 2025 19:16:03 +0000 (12:16 -0700)]
DRYD-1660: Aggregate collections per object (#451)

13 months agoUpdate version for next dev cycle
Michael Ritter [Mon, 27 Jan 2025 22:16:03 +0000 (15:16 -0700)]
Update version for next dev cycle

13 months agoRemove unnecessary version declaration
Michael Ritter [Thu, 23 Jan 2025 23:32:34 +0000 (16:32 -0700)]
Remove unnecessary version declaration

13 months agoChange release version to 8.1.0
Michael Ritter [Thu, 23 Jan 2025 18:48:57 +0000 (11:48 -0700)]
Change release version to 8.1.0

13 months agoUpdate ui versions for release
Michael Ritter [Thu, 23 Jan 2025 18:48:15 +0000 (11:48 -0700)]
Update ui versions for release

14 months agoContact Organization Report Update (#450)
Michael Ritter [Tue, 14 Jan 2025 20:55:10 +0000 (13:55 -0700)]
Contact Organization Report Update (#450)

* Remove default value for csid
* Allow empty csid/csid list
* Add no data section

14 months agoUpdate ui build versions
Michael Ritter [Mon, 13 Jan 2025 20:10:16 +0000 (13:10 -0700)]
Update ui build versions

14 months agoContact Reports (#449)
Michael Ritter [Mon, 13 Jan 2025 20:01:07 +0000 (13:01 -0700)]
Contact Reports (#449)

* DRYD-1576: Contact Report - Org
* DRYD-1577: Contact Report - Person

14 months agoPull cultural determination from nagpra extension (#448)
Michael Ritter [Tue, 7 Jan 2025 23:33:49 +0000 (16:33 -0700)]
Pull cultural determination from nagpra extension (#448)

14 months agoAdd description to full object with place report (#447)
Michael Ritter [Tue, 7 Jan 2025 23:33:05 +0000 (16:33 -0700)]
Add description to full object with place report (#447)

14 months agoDRYD-1608: Notice of Intent to Repatriate Updates (#446)
Michael Ritter [Tue, 7 Jan 2025 23:32:51 +0000 (16:32 -0700)]
DRYD-1608: Notice of Intent to Repatriate Updates (#446)

* Use coalesce on parties involved fields
* Add controlled object names

15 months ago8.1 Reports QA (#444)
Michael Ritter [Thu, 19 Dec 2024 23:14:58 +0000 (18:14 -0500)]
8.1 Reports QA (#444)

* Use objectproductionpeople for related culutres - summary; inventory
* Fix location for mni and afo counts - inventory
* Add collectors to description text - intent to repatriate
* Pull multiple involved parties - intent to repatriate
* Deurn objectproductionpeople - exhibition basic list
* Make header text more consistent for 8.1 reports
* Adjust header spacing and height for 8.1 reports
* Add 8.1 report descriptions

15 months agoUpdate UI Versions for Latest RC (#445)
Michael Ritter [Thu, 19 Dec 2024 21:29:29 +0000 (16:29 -0500)]
Update UI Versions for Latest RC (#445)

15 months agoDRYD-1431: Add descriptions to reports (#440)
Michael Ritter [Thu, 19 Dec 2024 17:39:03 +0000 (12:39 -0500)]
DRYD-1431: Add descriptions to reports (#440)

15 months agoConsultation Report QA (#443)
Michael Ritter [Fri, 13 Dec 2024 22:51:50 +0000 (15:51 -0700)]
Consultation Report QA (#443)

* All - Use LocalDate for date formatting
* All - Adjust header height for text which was clipped
* Inventory - Include date with status when available
* Inventory - Remove 'Lot' from AFO Count header
* Summary - Join related sites on collection objects
* Repatriation - Add field collection sites
* Repatriation - Remove 'Lot' from AFO Count header

15 months agoExhibition Checklist QA (#441)
Michael Ritter [Fri, 13 Dec 2024 22:27:48 +0000 (15:27 -0700)]
Exhibition Checklist QA (#441)

* Add dimension measured part to report
* Deurn computedcurrentlocation
* Add noData section when result set is empty
* JS linting

15 months agoNAGPRA Reports QA (#442)
Michael Ritter [Fri, 13 Dec 2024 22:26:49 +0000 (15:26 -0700)]
NAGPRA Reports QA (#442)

* Notice of Inventory - Fix join for object counts
* Notice of Inventory - Fix join for acquisition date
* Notice of Inventory - Coalesce for better null handling
* Notice of Inventory - Switch to JavaScript templating
* Notice of Inventory - Adjust spacing and increase header height
* Notice of Inventory - Add noData section when result set is empty
* Notice of Repatriation - Increase header height

15 months agoReport: Notice of Intent to Repatriate QA (#439)
Michael Ritter [Fri, 13 Dec 2024 00:55:55 +0000 (17:55 -0700)]
Report: Notice of Intent to Repatriate QA (#439)

* Switch to javascript templating
* Pull distinct acquisitions related to summary
* Coalesce for better null handling
* Adjust spacing for some fields

15 months agoAdd relatedLinks, featuredCollection displayName to elastic index (#437)
Michael Ritter [Wed, 11 Dec 2024 22:48:31 +0000 (15:48 -0700)]
Add relatedLinks, featuredCollection displayName to elastic index (#437)

 * DRYD-1455: Index new related link fields
*  DRYD-1456: Index display name for featuredCollection

15 months agoUpdate ui versions for next RC
Michael Ritter [Thu, 5 Dec 2024 23:06:31 +0000 (16:06 -0700)]
Update ui versions for next RC

15 months ago8.1 Workflow Reports (#435)
Michael Ritter [Thu, 5 Dec 2024 23:08:33 +0000 (16:08 -0700)]
8.1 Workflow Reports (#435)

* DRYD-1512: Consultation NAGPRA Repatriation Request Report
* DRYD-1513: Consultation NAGPRA Inventory Report
* DRYD-1514: Consultation NAGPRA Summary Report
* DRYD-1533: Exhibition Checklist Report

15 months agoDRYD-1399: RestrictedMedia (#428)
Michael Ritter [Thu, 5 Dec 2024 22:05:45 +0000 (15:05 -0700)]
DRYD-1399: RestrictedMedia (#428)

15 months agoSet compiler target to 1.8 (#436)
Michael Ritter [Thu, 5 Dec 2024 21:15:07 +0000 (14:15 -0700)]
Set compiler target to 1.8 (#436)

15 months agoNotice Intent Reports: Update Queries (#434)
Michael Ritter [Tue, 3 Dec 2024 20:16:26 +0000 (13:16 -0700)]
Notice Intent Reports: Update Queries (#434)

* Use parens in query for involved parties
* Use regex to match word boundary for object count type associated

15 months agoUpdate ui version for latest RC
Michael Ritter [Sat, 23 Nov 2024 00:07:05 +0000 (17:07 -0700)]
Update ui version for latest RC

15 months agoDRYD-1351: API For Supporting Create Page Update (#433)
Michael Ritter [Sat, 23 Nov 2024 00:02:36 +0000 (17:02 -0700)]
DRYD-1351: API For Supporting Create Page Update (#433)

* Add new endpoint /servicegroups/:group/tags
* Add servicetag query parameter to /servicegroups/:group
* Apply spotless

16 months agoDRYD-1356: New ObjectExit Service (#431)
Michael Ritter [Fri, 15 Nov 2024 21:01:57 +0000 (14:01 -0700)]
DRYD-1356: New ObjectExit Service (#431)

16 months agoUpdate UI Versions for latest RC (#432)
Michael Ritter [Mon, 11 Nov 2024 18:51:29 +0000 (11:51 -0700)]
Update UI Versions for latest RC (#432)

16 months agoDRYD-1575: Rename repatriationclaim to repatriationrequest (#429)
Michael Ritter [Tue, 5 Nov 2024 22:32:41 +0000 (15:32 -0700)]
DRYD-1575: Rename repatriationclaim to repatriationrequest (#429)

16 months agoNAGPRA Workflow Reports (#430)
Michael Ritter [Mon, 4 Nov 2024 18:17:09 +0000 (11:17 -0700)]
NAGPRA Workflow Reports (#430)

* DRYD-1334: Notice of Intent to Repatriate report
* DRYD-1335: Notice of Inventory Completion report

16 months agoUpdate RC versions for core and anthro
Michael Ritter [Tue, 29 Oct 2024 19:37:52 +0000 (13:37 -0600)]
Update RC versions for core and anthro

16 months agoUpdate ui versions
Michael Ritter [Mon, 21 Oct 2024 19:22:23 +0000 (13:22 -0600)]
Update ui versions

17 months agoSupport for deurning arrays in reports (#426)
Michael Ritter [Wed, 16 Oct 2024 18:24:07 +0000 (13:24 -0500)]
Support for deurning arrays in reports (#426)

17 months agoDRYD-1518: Add NameID back to default username probes.
Ray Lee [Tue, 15 Oct 2024 22:53:42 +0000 (18:53 -0400)]
DRYD-1518: Add NameID back to default username probes.

This shouldn't have been removed, because it's a breaking change. It needs to wait for a major release.

17 months agoDRYD-1518: Associate a CSpace user to a SAML login using an ID from the assertion...
Ray Lee [Mon, 7 Oct 2024 18:19:00 +0000 (14:19 -0400)]
DRYD-1518: Associate a CSpace user to a SAML login using an ID from the assertion. (#427)

17 months agoDRYD-1393: ServiceGroup filter on service tags (#423)
Michael Ritter [Fri, 27 Sep 2024 00:19:39 +0000 (18:19 -0600)]
DRYD-1393: ServiceGroup filter on service tags  (#423)

18 months agoDRYD-1487: Fix cspace_english text search config not found during db restore on RDS.
Ray Lee [Thu, 19 Sep 2024 17:37:35 +0000 (13:37 -0400)]
DRYD-1487: Fix cspace_english text search config not found during db restore on RDS.

18 months agoDRYD-1420: Check for existing terms by display name when initializing… (#425)
Ray Lee [Wed, 18 Sep 2024 22:36:16 +0000 (18:36 -0400)]
DRYD-1420: Check for existing terms by display name when initializing… (#425)

18 months agoDRYD-1355: Deaccession Service (#424)
Michael Ritter [Wed, 18 Sep 2024 17:31:34 +0000 (11:31 -0600)]
DRYD-1355: Deaccession Service (#424)

18 months agoDRYD-1516: Install public browser front-end along with UI. (#422)
Ray Lee [Tue, 10 Sep 2024 20:48:51 +0000 (16:48 -0400)]
DRYD-1516: Install public browser front-end along with UI. (#422)

18 months agoDRYD-1451: Xlsx Report Configuration (#421)
Michael Ritter [Tue, 3 Sep 2024 22:13:50 +0000 (16:13 -0600)]
DRYD-1451: Xlsx Report Configuration (#421)

19 months agoDuty of Care Updates (#419)
Michael Ritter [Tue, 30 Jul 2024 20:34:42 +0000 (16:34 -0400)]
Duty of Care Updates (#419)

19 months agoDRYD-1487: Fix text search configuration does not exist error (#418)
Ray Lee [Thu, 25 Jul 2024 01:52:50 +0000 (21:52 -0400)]
DRYD-1487: Fix text search configuration does not exist error (#418)

19 months agoAdd comment.
Ray Lee [Wed, 24 Jul 2024 15:04:15 +0000 (11:04 -0400)]
Add comment.

20 months agoDRYD-1438: Workflow Report Updates (#417)
Michael Ritter [Fri, 19 Jul 2024 18:38:21 +0000 (12:38 -0600)]
DRYD-1438: Workflow Report Updates (#417)

20 months agoDRYD-1330: Updates to new claim (#415)
Michael Ritter [Fri, 12 Jul 2024 19:44:12 +0000 (13:44 -0600)]
DRYD-1330: Updates to new claim (#415)

20 months agoDRYD-1390: Consultation Procedure (#414)
Michael Ritter [Fri, 5 Jul 2024 18:36:39 +0000 (12:36 -0600)]
DRYD-1390: Consultation Procedure (#414)

20 months agoConvert Statements to PreparedStatements (#413)
Michael Ritter [Thu, 27 Jun 2024 17:43:52 +0000 (11:43 -0600)]
Convert Statements to PreparedStatements (#413)

21 months agoDRYD-1358: Held-in-Trust (#412)
Michael Ritter [Tue, 18 Jun 2024 16:08:02 +0000 (10:08 -0600)]
DRYD-1358: Held-in-Trust (#412)

21 months agoDRYD-1333: Summary Documentation (#411)
Michael Ritter [Tue, 11 Jun 2024 18:35:13 +0000 (12:35 -0600)]
DRYD-1333: Summary Documentation (#411)

21 months agoDRYD-1331: NAGPRA Inventory (#410)
Michael Ritter [Wed, 5 Jun 2024 00:52:44 +0000 (18:52 -0600)]
DRYD-1331: NAGPRA Inventory (#410)

21 months agoDRYD-1330: Add NAGPRA Claim (#409)
Michael Ritter [Wed, 22 May 2024 01:08:01 +0000 (19:08 -0600)]
DRYD-1330: Add NAGPRA Claim (#409)

22 months agoDRYD-1423: Fix errors in nagpra report filed group data migration.
Ray Lee [Thu, 16 May 2024 18:47:20 +0000 (14:47 -0400)]
DRYD-1423: Fix errors in nagpra report filed group data migration.

22 months agoDRYD-1422: Improve running of database upgrade scripts.
Ray Lee [Thu, 16 May 2024 03:59:50 +0000 (23:59 -0400)]
DRYD-1422: Improve running of database upgrade scripts.

- All upgrade scripts for a version of CSpace and the update of the database version number are now correctly running in one transaction.
- DB upgrade scripts are now correctly undeployed.
- DB upgrade scripts for versions of CSpace newer than the current version are now ignored.
- Custom version number comparison code has been removed in favor of org.apache.maven.artifact.versioning.ComparableVersion.

22 months agoDRYD-1417: Set password success login URL to UI authorization page. (#408)
Ray Lee [Fri, 10 May 2024 23:41:10 +0000 (19:41 -0400)]
DRYD-1417: Set password success login URL to UI authorization page. (#408)

22 months agoDRYD-1412: Fix handling of null salt when upgrading users table. (#407)
Ray Lee [Thu, 9 May 2024 16:59:09 +0000 (12:59 -0400)]
DRYD-1412: Fix handling of null salt when upgrading users table. (#407)

22 months agoAdd DutyOfCare (#405)
Michael Ritter [Thu, 9 May 2024 02:23:57 +0000 (20:23 -0600)]
Add DutyOfCare (#405)

23 months agoChange release version to 8.1.0-SNAPSHOT.
Ray Lee [Thu, 18 Apr 2024 16:37:59 +0000 (12:37 -0400)]
Change release version to 8.1.0-SNAPSHOT.

23 months agoRemove old spring jars when undeploying libs.
Ray Lee [Wed, 3 Apr 2024 16:07:07 +0000 (12:07 -0400)]
Remove old spring jars when undeploying libs.

23 months agoChange release version to 8.0.0.
Ray Lee [Fri, 22 Mar 2024 17:12:04 +0000 (13:12 -0400)]
Change release version to 8.0.0.

23 months agoUpdate ui versions.
Ray Lee [Fri, 22 Mar 2024 15:42:33 +0000 (11:42 -0400)]
Update ui versions.

23 months agoUpdate ui versions.
Ray Lee [Fri, 22 Mar 2024 14:34:55 +0000 (10:34 -0400)]
Update ui versions.

2 years agoUpdate ui versions.
Ray Lee [Wed, 20 Mar 2024 03:22:30 +0000 (23:22 -0400)]
Update ui versions.

2 years agoAdjust bindings so that replacement happens in the correct order (#404)
Michael Ritter [Tue, 19 Mar 2024 23:41:24 +0000 (17:41 -0600)]
Adjust bindings so that replacement happens in the correct order (#404)

2 years agoRemove unneeded SQL.
Ray Lee [Sun, 17 Mar 2024 19:04:47 +0000 (15:04 -0400)]
Remove unneeded SQL.

2 years agoIncrease pause to wait for es startup when reindexing.
Ray Lee [Sun, 17 Mar 2024 15:04:52 +0000 (11:04 -0400)]
Increase pause to wait for es startup when reindexing.

2 years agoDRYD-1372: Add numberofobjects to objectcountgroup upgrade script. (#403)
Ray Lee [Sat, 16 Mar 2024 01:41:19 +0000 (21:41 -0400)]
DRYD-1372: Add numberofobjects to objectcountgroup upgrade script. (#403)

2 years agoAdd SQL to upgrade acl_object_identity table for 8.0.
Ray Lee [Sat, 16 Mar 2024 00:45:21 +0000 (20:45 -0400)]
Add SQL to upgrade acl_object_identity table for 8.0.

2 years agoIncrease ES connection timeout.
Ray Lee [Wed, 13 Mar 2024 03:30:45 +0000 (23:30 -0400)]
Increase ES connection timeout.

2 years agoUpdate ui versions.
Ray Lee [Mon, 11 Mar 2024 19:43:12 +0000 (15:43 -0400)]
Update ui versions.

2 years agoAttempt to start ElasticSearchService when reindexing if connection failed on startup.
Ray Lee [Sat, 9 Mar 2024 01:33:48 +0000 (20:33 -0500)]
Attempt to start ElasticSearchService when reindexing if connection failed on startup.

2 years agoAdd migration script for collectionobject fieldCollectionPlaces (#402)
Michael Ritter [Fri, 8 Mar 2024 22:55:27 +0000 (15:55 -0700)]
Add migration script for collectionobject fieldCollectionPlaces (#402)

2 years agoNormalize whitespace.
Ray Lee [Fri, 8 Mar 2024 00:07:45 +0000 (19:07 -0500)]
Normalize whitespace.

2 years agoNormalize whitespace.
Ray Lee [Thu, 7 Mar 2024 23:44:55 +0000 (18:44 -0500)]
Normalize whitespace.

2 years agoLog reindexing exceptions at error level.
Ray Lee [Thu, 7 Mar 2024 21:59:05 +0000 (16:59 -0500)]
Log reindexing exceptions at error level.

2 years agoFix last login time updated too frequently, and delete expired oauth tokens on login...
Ray Lee [Thu, 7 Mar 2024 04:56:33 +0000 (23:56 -0500)]
Fix last login time updated too frequently, and delete expired oauth tokens on login success.

The last login time was being updated when an authorization success event was triggered from a JWT token, which is now basically every request. A JWT token indicates a continuing session, not what a user would consider a log in event.