Commit Graph

599 Commits

Author SHA1 Message Date
Mark H. Wood
65f04fcec9 First batch of errorprone fixes. #3061 2020-11-24 10:55:08 -05:00
Mark H. Wood
96742fe558 Satisfy Checkstyle. Small tidy-ups. #2956 2020-11-18 18:02:05 -05:00
Mark H. Wood
87cfac01d4 Replace deprecated JUnit and Mockito statics. #2956 2020-11-18 16:12:41 -05:00
Mark H. Wood
d77f6eef25 Replace deprecated org.apache.http.impl.client.DefaultHttpClient [#2956] 2020-11-17 15:05:55 -05:00
Mark H. Wood
7f53ab6bef Found a few more deprecated PosixParser, GnuParser, OptionBuilder. #2956 2020-11-17 15:05:51 -05:00
Mark H. Wood
6569089228 Remove deprecated setMetadata of CommunityService, CollectionService #2956
This introduces a new class:  a holder for metadata field names.
2020-11-17 13:53:49 -05:00
Mark H. Wood
5838cfd9c7 Remove long-deprecated un-localized methods from LocationUtils. [#2956] 2020-11-17 13:53:49 -05:00
Mark H. Wood
7ab6aed276 Remove deprecated getMetadata(Context, String) from CommunityService, CollectionService. 2020-11-17 13:46:10 -05:00
Mark H. Wood
8ee14c3abc Replace deprecated lang3.CharEncoding with nio.StandardCharsets. 2020-11-17 13:46:10 -05:00
Mark H. Wood
7395c5be8f Replace deprecated Spring @Required with @Autowired(required=true) 2020-11-17 13:46:06 -05:00
Mark H. Wood
95d0a2bf57 Remove long-deprecated ConfigurationManager. 2020-11-17 13:30:00 -05:00
Tim Donohue
6ac06c8a23 Merge pull request #3038 from atmire/importing-new-csv-with-relationships
Importing new csv with relationships
2020-11-10 11:38:21 -06:00
Raf Ponsaerts
a1cc44ebac Renamed MetadataImportTest to MetadataImportIT to better reflect that it is an Integration Test class 2020-11-10 14:43:53 +01:00
Raf Ponsaerts
eaa53c53b1 Rewrote MetadataImportTest with builders 2020-10-30 11:12:40 +01:00
Raf Ponsaerts
e33cc4735d Fixed imports for MetadataImportTest 2020-10-30 10:06:42 +01:00
Raf Ponsaerts
3df1ff5f70 [Task 71782] added test to the MetadataImport tests
Conflicts:
	dspace-api/src/test/java/org/dspace/app/bulkedit/MetadataImportTest.java
2020-10-30 10:06:04 +01:00
Raf Ponsaerts
27a6173360 [Task 71782] created support to check relationship.type metadata from the csv instead of the item which won't yet exist
Conflicts:
	dspace-api/src/test/java/org/dspace/app/bulkedit/MetadataImportTest.java
	dspace-api/src/test/resources/test-config.properties
2020-10-30 10:05:24 +01:00
Yana De Pauw
38e54ea21f 74190: Bugfix IRUS Integration Entities 2020-10-28 17:21:08 +01:00
Raf Ponsaerts
e41b70cfe3 Added javadoc 2020-10-12 15:32:48 +02:00
Raf Ponsaerts
ce04f78703 Cleaning up the cache of Builders after each test has ran 2020-10-12 15:21:38 +02:00
Tim Donohue
d645ec30e6 Merge pull request #2928 from atmire/w2p-72472_Delete-eperson
[DS-4036] Delete EPersons even if they are referenced
2020-10-08 12:06:46 -05:00
Yana De Pauw
4103b016ec 73977: Delete eperson: community feedback part 3 2020-10-06 17:16:38 +02:00
Ben Bosman
01cc856067 checkstyle 2020-10-05 10:35:23 +02:00
Ben Bosman
d6046dc7ff updated JavaDocs to explain the goal of the tests in more detail 2020-10-05 09:51:22 +02:00
Tim Donohue
6cb4b7e74a Merge pull request #2949 from tdonohue/upgrade_flyway
Upgrade to Flyway v6.5.5. Update code based on Flyway API changes
2020-10-02 09:17:07 -05:00
Yana De Pauw
d5e28e8a7c Merge remote-tracking branch 'upstream/main' into w2p-72472_Delete-eperson 2020-10-01 10:49:10 +02:00
Yana De Pauw
9b169afd35 73783: Delete eperson: community feedback part 2 2020-10-01 10:48:46 +02:00
Tim Donohue
8d57d71cb2 Merge pull request #2664 from atmire/DS-626
DS-626 : Exchange usage data with IRUS
2020-09-30 16:00:50 -05:00
Tim Donohue
a2cfa09c01 Upgrade to Flyway v6.5.5. Update code based on Flyway API changes 2020-09-24 12:23:53 -05:00
Tim Donohue
afb78e1e03 Merge pull request #2940 from atmire/w2p-72492_authorization-feature-for-edit-item-in-REST
Features endpoint - Edit item permissions in REST
2020-09-23 16:40:50 -05:00
Yana De Pauw
6f2c34050a Merge remote-tracking branch 'upstream/main' into DS-626 2020-09-18 15:06:16 +02:00
Yana De Pauw
9945ab1bc3 70906: Process IRUS DSpace 7 PR feedback 2020-09-18 11:52:19 +02:00
Tim Donohue
74f88197c2 Merge pull request #2930 from atmire/w2p-72503_default-anonymous-access-site-object
Default Anonymous READ rights for the site object
2020-09-17 11:28:37 -05:00
Yana De Pauw
f71202c8c3 Fix to tests post merge 2020-09-17 14:03:50 +02:00
Yana De Pauw
3977fe72c8 Merge remote-tracking branch 'upstream/main' into w2p-72472_Delete-eperson 2020-09-17 14:03:44 +02:00
Raf Ponsaerts
6f3719258c Merge remote-tracking branch 'dspace/main' into w2p-72498_scripts-and-processes-search
Conflicts:
	dspace-api/src/main/java/org/dspace/scripts/ProcessServiceImpl.java
	dspace-api/src/main/java/org/dspace/scripts/service/ProcessService.java
	dspace-server-webapp/src/test/java/org/dspace/app/rest/ProcessRestRepositoryIT.java
	dspace-server-webapp/src/test/java/org/dspace/app/rest/ScriptRestRepositoryIT.java
2020-09-14 14:48:02 +02:00
Tim Donohue
e24f924654 Merge pull request #2934 from atmire/w2p-72494_Export-script-output
Scripts and processes - Script output
2020-09-11 12:57:17 -05:00
Tim Donohue
0385352151 Merge pull request #2782 from atmire/w2p-71214_Usage-reports
DSpace (Solr) Statistics - Usage Reports
2020-09-11 12:40:20 -05:00
Tim Donohue
4340b50293 Merge pull request #2792 from 4Science/draft_vocabulary
Refactoring authority framework, value pairs and controlled vocabulary
2020-09-11 09:41:49 -05:00
Tim Donohue
280a4dc238 Ensure prior data is cleaned. Fix ordering of params in assert 2020-09-08 11:59:56 -05:00
Raf Ponsaerts
7484e47694 Merge remote-tracking branch 'dspace/main' into w2p-72494_Export-script-output 2020-09-08 09:29:52 +02:00
Raf Ponsaerts
f537eadcc3 [Task 73019] applied feedback to the export script output 2020-09-08 09:13:57 +02:00
Tim Donohue
bb6413af10 Merge pull request #2933 from atmire/w2p-72455_Cookie-Preferences-per-account
Cookie preferences & End User Agreement per account - initial registries update
2020-09-03 10:06:43 -05:00
Tim Donohue
f2f38872fc Merge pull request #2947 from atmire/w2p-72387-Workflow-minor-fixes
Workflow minor fixes
2020-09-02 16:37:52 -05:00
Tim Donohue
0523167625 Merge pull request #2926 from atmire/w2p-72232_curation-task-email-parameter
Curation task email parameter changes
2020-09-02 11:14:26 -05:00
Tim Donohue
debecc287a Merge pull request #2899 from atmire/w2p-71752_Metadata-field-search
Metadata field search
2020-08-31 16:28:50 -05:00
Yana De Pauw
959109a6a1 Merge remote-tracking branch 'upstream/main' into w2p-72494_Export-script-output 2020-08-28 17:03:23 +02:00
Samuel
8adc7e5c31 taskid 72455 Cookie Preferences per account - add scope notes and more realistic test value 2020-08-28 15:26:22 +02:00
jonas-atmire
ef57561993 Merge branch 'main' into w2p-72232_curation-task-email-parameter 2020-08-28 08:55:04 +02:00
Tim Donohue
af2726831f Merge pull request #2925 from atmire/AdministratorOfFeature-fixes
72450: AdministratorOfFeature: fixes
2020-08-27 16:39:41 -05:00