Konstantinos Spyrou
60ff3dce6e
changes for new aai registry
2023-01-17 18:20:41 +02:00
Konstantinos Spyrou
40b20b1122
added LIMIT 1 when retrieving piwik site to avoid problems with existing duplicates in db
2023-01-17 17:56:18 +02:00
Konstantinos Spyrou
49cc3d74e8
fixed content type missmatch error when converting response from json to string in method getRepositoriesByCountry
2023-01-17 16:57:14 +02:00
Konstantinos Spyrou
e551a7a783
replaced manual configuration with automatic
2023-01-17 16:53:37 +02:00
Konstantinos Spyrou
788dac69ad
added tests for InterfaceComplianceRequest
2023-01-17 15:50:43 +02:00
Konstantinos Spyrou
b1e1185765
fixed condition
2023-01-17 13:49:00 +02:00
Konstantinos Spyrou
817446df41
Created the functionality to alter an interface's compliance after its successful validation
2023-01-16 20:30:09 +02:00
Konstantinos Spyrou
87f610b06b
merge conflict
2023-01-13 18:11:41 +02:00
Konstantinos Spyrou
e947fe3fec
1. removed exceptions from emails
...
2. changed update repository interface
3. wip: after validation completes change interface compliance
2023-01-13 18:06:30 +02:00
Lampros Smyrnaios
96003f9f88
Optimize imports.
2023-01-13 12:55:15 +02:00
Lampros Smyrnaios
d4e4624a3f
Merge branch 'develop' of https://code-repo.d4science.org/MaDgIK/uoa-repository-manager-service into develop
...
# Conflicts:
# src/main/java/eu/dnetlib/repo/manager/service/security/AuthoritiesMapper.java
# src/main/java/eu/dnetlib/repo/manager/service/security/AuthoritiesUpdater.java
2023-01-13 12:22:28 +02:00
Lampros Smyrnaios
eaa4083b04
- Code optimization and polishing.
...
- Improve error-checking and exception-handling.
2023-01-13 12:20:06 +02:00
Lampros Smyrnaios
f136488b0e
Improve performance by pre-compiling the regexes.
2023-01-12 19:23:42 +02:00
Konstantinos Spyrou
720ee5a9a4
fix: savePiwikInfo no longer creates duplicates
2023-01-12 16:38:29 +02:00
Konstantinos Spyrou
4dd0320255
removed script
2023-01-12 14:32:06 +02:00
Konstantinos Spyrou
af0482a9fb
Merge branch 'develop' of code-repo.d4science.org:MaDgIK/uoa-repository-manager-service into develop
2023-01-12 14:23:57 +02:00
Konstantinos Spyrou
830df7cb52
1. use sub for session instead of email 2. minor refactoring
2023-01-12 14:16:27 +02:00
Konstantinos Spyrou
d8eac0ac10
replaced log4j2 with slf4j
2023-01-11 18:50:31 +02:00
Lampros Smyrnaios
ceb53248ce
Fix merge-commit, missing the improvement introduced in commit: 63c9caaf96
2022-12-21 13:44:58 +02:00
Konstantinos Spyrou
4850581c53
merge commit
2022-12-20 20:53:54 +02:00
Konstantinos Spyrou
a5a4924c08
chenged methods retrieving AggregationInfo
2022-12-20 20:40:37 +02:00
Konstantinos Spyrou
6c2780927d
changed objectMapper and restTemplate configuration
2022-12-20 20:27:13 +02:00
Lampros Smyrnaios
63c9caaf96
Improve performance of "AggregationServiceImpl.createYearMap()".
2022-12-14 17:12:27 +02:00
Lampros Smyrnaios
a40c1b3e44
- Move all the Aggregation-related code from "RepositoryService" into the new "AggregationService".
...
- Add info about the thrown exceptions.
2022-12-14 17:09:38 +02:00
Lampros Smyrnaios
1a4df2b852
- Add "README.md"
...
- Code polishing.
2022-12-14 16:33:12 +02:00
Lampros Smyrnaios
deae3b8b54
- Add error-checking and improve exceptions handling.
...
- Code polishing.
2022-12-07 13:37:55 +02:00
Lampros Smyrnaios
f720446bdf
Remove the obsolete "AggregationDetails" code and rename the related variables (which have already changed types).
2022-12-01 18:37:03 +02:00
Lampros Smyrnaios
db88b2eecb
Optimize imports.
2022-12-01 15:19:29 +02:00
Lampros Smyrnaios
4a32d0278b
- Update the application.yml, which fixes runtime errors.
...
- Update the installAndRun.sh, to be able to only build the project (if desired to only produce the JAR), and also to handle errors better.
2022-12-01 14:56:52 +02:00
Konstantinos Spyrou
b3758da868
replaced AggregationDetails with AggregationInfo class
2022-11-30 20:58:08 +02:00
Konstantinos Spyrou
a792fd34c1
removed unnecessary operations
2022-11-30 17:33:09 +02:00
Lampros Smyrnaios
36b17e4ef1
Refactor the "Statistics" code:
...
- Merge the Aggregators' code inside "StatsServiceImpl.java".
- Remove the Hystrix related code, since it wasn't really used.
- Add exceptions-handling and error-checking.
2022-11-30 13:03:17 +02:00
Konstantinos Spyrou
01ba340f47
created paging for searchRegisteredRepositories - temporarily inactive
2022-11-24 18:36:37 +02:00
Konstantinos Spyrou
b533355c4f
set log level to info
2022-11-24 18:33:40 +02:00
Konstantinos Spyrou
33d28cefc1
all registered users can perform validations
2022-11-24 18:33:21 +02:00
Konstantinos Spyrou
c09cbbbcc0
created basic .gitignore
2022-11-24 15:58:30 +02:00
Konstantinos Spyrou
6a5c637f51
reformatted file
2022-11-24 15:55:09 +02:00
Lampros Smyrnaios
96d8ba8dde
Fix url in application.yml
2022-11-23 18:49:35 +02:00
Lampros Smyrnaios
dbe13a7ed1
- Fix memory leak.
...
- Add code's line-numbers in the logs.
2022-11-18 12:21:56 +02:00
Lampros Smyrnaios
83c77670ab
Improve the "installAndRun.sh" script:
...
- Add the "java -jar" run command.
- Add more sanity checks for cmd-args.
- Code polishing.
2022-11-17 15:01:27 +02:00
Konstantinos Spyrou
f41a5c8985
fixed prometheus test
2022-11-16 16:33:42 +02:00
Lampros Smyrnaios
83f9ce36ce
Add a script to install and run the app.
...
(some missing dependencies will be deployed on a public repo soon)
2022-11-16 16:20:58 +02:00
Konstantinos Spyrou
e99f334708
1. removed registeredBy from add/update interface controllers
...
2. changed authorization expression for interface validation
2022-11-10 17:34:23 +00:00
Konstantinos Spyrou
cff16a2d7c
refactored mails
2022-11-09 16:16:54 +00:00
Konstantinos Spyrou
ee01491995
1. fixed auth expression when updating a repository
...
2. filter out ftp interfaces
2022-11-08 18:37:51 +00:00
Konstantinos Spyrou
1491d8e280
fixed remaining spel expressions
2022-11-03 12:35:05 +00:00
Konstantinos Spyrou
82cf64a3e3
fixed null equality in spel expression
2022-11-03 11:09:12 +00:00
Konstantinos Spyrou
0b322c87d6
fixed auth expression
2022-11-01 12:08:42 +00:00
Konstantinos Spyrou
0f73e95209
filter out only sword and rest
2022-10-10 16:04:06 +00:00
Antonis Lempesis
9ca8aed160
ignoring non aoi interfaces
2022-10-10 11:27:28 +00:00