Raf Ponsaerts
|
6cdab6effd
|
Rewrote MetadataImportTest and added a test for empty value support
|
2020-10-26 14:38:36 +01:00 |
|
Raf Ponsaerts
|
3905601e20
|
Merge remote-tracking branch 'dspace/main' into csv-import-empty-value-support
|
2020-10-26 13:28:54 +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
|
c9b4c6b773
|
[maven-release-plugin] prepare for next development iteration
|
2020-10-10 12:09:24 -05:00 |
|
Tim Donohue
|
5be0009a3c
|
[maven-release-plugin] prepare release dspace-7.0-beta4.1
|
2020-10-10 12:09:15 -05:00 |
|
Tim Donohue
|
99c8d12dd9
|
[maven-release-plugin] prepare for next development iteration
|
2020-10-10 11:46:38 -05:00 |
|
Tim Donohue
|
63d1775eaa
|
[maven-release-plugin] prepare release dspace-7.0-beta4.1
|
2020-10-10 11:46:29 -05:00 |
|
Tim Donohue
|
041a714d0e
|
[maven-release-plugin] prepare for next development iteration
|
2020-10-09 16:48:00 -05:00 |
|
Tim Donohue
|
c03a858d3a
|
[maven-release-plugin] prepare release dspace-7.0-beta4
|
2020-10-09 16:47:52 -05:00 |
|
Tim Donohue
|
095acc8777
|
Rollback beta4 again. One more try coming up
|
2020-10-09 14:26:43 -05:00 |
|
Tim Donohue
|
14701733eb
|
[maven-release-plugin] prepare for next development iteration
|
2020-10-09 11:23:00 -05:00 |
|
Tim Donohue
|
63ff4c9463
|
[maven-release-plugin] prepare release dspace-7.0-beta4
|
2020-10-09 11:22:48 -05:00 |
|
Tim Donohue
|
d5b2fc9ea8
|
[maven-release-plugin] rollback the release of dspace-7.0-beta4
|
2020-10-09 10:02:39 -05:00 |
|
Tim Donohue
|
2ea30353fe
|
[maven-release-plugin] prepare for next development iteration
|
2020-10-09 09:22:20 -05:00 |
|
Tim Donohue
|
b66159c3e4
|
[maven-release-plugin] prepare release dspace-7.0-beta4
|
2020-10-09 09:22:09 -05: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 |
|
Yana De Pauw
|
3b563e4906
|
73422: Delete eperson: community feedback
|
2020-09-28 17:31:00 +02:00 |
|
Tim Donohue
|
bd0e20cb18
|
Merge pull request #2950 from tdonohue/ordered_processes
Ensure processes are ordered by ID by default.
|
2020-09-24 14:36:38 -05:00 |
|
Tim Donohue
|
569169a852
|
Per feedback, refactor MigrationUtils.resourceToString into getResourceAsString. Remove usage of ClassPathResource
|
2020-09-24 13:31:33 -05:00 |
|
Tim Donohue
|
71bdd8341b
|
Ensure Flyway database table also checked by main() method. Removed some invalid comments too
|
2020-09-24 12:23:54 -05:00 |
|
Tim Donohue
|
b36849d110
|
Ignore license header in new Flyway upgrade scripts
|
2020-09-24 12:23:53 -05:00 |
|
Tim Donohue
|
6379c06461
|
Minor change to Context. Add synchronized to ensure database upgrade only triggered once
|
2020-09-24 12:23:53 -05:00 |
|
Tim Donohue
|
d137ce179f
|
Add support for upgrading database directly from DSpace 5.x to 7.x
|
2020-09-24 12:23:53 -05:00 |
|
Tim Donohue
|
ae7ef8577b
|
Minor fixes. Flyway migration paths now prefer slashes to dots. Add Flyway version to 'info' command.
|
2020-09-24 12:23:53 -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 |
|
Tim Donohue
|
1272782bab
|
Merge pull request #2971 from mwoodiupui/2970
Replace FindBugs with SpotBugs.
|
2020-09-22 15:06:24 -05:00 |
|
Tim Donohue
|
8c5f1a12ca
|
Merge pull request #2980 from tdonohue/travis_parallel_codecov
(CodeCov.io Alternative) Update Travis/Maven configs to run Unit & Integration Tests in parallel
|
2020-09-22 14:19:32 -05:00 |
|
Tim Donohue
|
21700f7eed
|
Merge pull request #2960 from atmire/duplicate-discovery-bugfix
Bugfix to avoid duplicates in discovery consumer
|
2020-09-22 12:18:45 -05:00 |
|
Tim Donohue
|
9908de3979
|
Replace skipTests with skipUnitTests and skipIntegrationTests
|
2020-09-21 16:18:26 -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
|
6a3ec14d26
|
Ensure processes are ordered by ID by default.
|
2020-09-17 11:40:14 -05: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 |
|
Mark H. Wood
|
88413f50d6
|
Replace FindBugs with SpotBugs.
|
2020-09-16 17:35:09 -04:00 |
|
Peter Nijs
|
ad9913986c
|
73011: Edit item permissions community feedback
|
2020-09-15 17:45:08 +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 |
|