Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
7aaa9f9
Database connection pool refactored and used also for requests db
enricovianello Feb 9, 2021
7b3084a
Removed CentOS 6 stuff
enricovianello Feb 23, 2021
296fdab
Bug fixing
enricovianello Feb 23, 2021
bfedabb
Added pom dependency
enricovianello Feb 23, 2021
4699f8e
Missing dbUrl
enricovianello Feb 23, 2021
9e1a26a
Refactoring DatabaseStrategy
enricovianello Feb 23, 2021
6ee4e3f
Refactor init of connection pools
enricovianello Feb 24, 2021
4ea8f35
Replaced hostname with connection url on bds
enricovianello Feb 24, 2021
2d0c406
Bug fixing
enricovianello Feb 24, 2021
91373a1
Fixed broken query
enricovianello Mar 11, 2021
acbd07f
Fixed log message
enricovianello Mar 11, 2021
ab06063
Cosmetic fixes
enricovianello Mar 11, 2021
699ddb3
Merge branch 'v1.11.20' into STOR-1333
enricovianello Mar 16, 2021
cd09bcb
Merge branch 'v1.11.20' into STOR-1333
enricovianello Mar 25, 2021
9a0f996
Merge branch 'develop' into STOR-1333
enricovianello Apr 13, 2021
8976ac1
Guava version 30.0-jre
enricovianello Apr 13, 2021
70a99e4
WIP
enricovianello May 10, 2021
a472f82
Merge branch 'develop' into STOR-1333
enricovianello May 14, 2021
8a9afb9
Merge branch 'develop' into STOR-1333
enricovianello May 27, 2021
690cfd9
Moved to version 1.12.0 and removed not used maven plugins
enricovianello May 28, 2021
36cc3ab
Cleanup code
enricovianello May 28, 2021
758feb7
Added metrics to dbcp2 datasource
enricovianello Jul 27, 2021
63d1097
Fixed registry link
enricovianello Jul 27, 2021
ae257f7
Fixed metric name duplication
enricovianello Aug 2, 2021
97e6a96
Fixed database connection pool metrics logging
enricovianello Aug 2, 2021
dc141f7
Cosmetic fix
enricovianello Aug 3, 2021
07b5c2f
Configuration properties refactoring
enricovianello Aug 3, 2021
b317f1e
Configuration parameters names refactoring
enricovianello Aug 19, 2021
f8139ae
Configuration initialization through static init method
enricovianello Aug 19, 2021
f8250e9
Fixed wrong property names in template
enricovianello Aug 26, 2021
99432e5
Enable XMLRPC security by default
Aug 28, 2021
1af7eef
Cosmetic fixes
Aug 28, 2021
cbe38a9
Merge branch 'STOR-1333' of git@github.com:italiangrid/storm.git into…
Aug 28, 2021
9bdc3a6
Fixed typo
Aug 29, 2021
9b925ce
StoRM properties configuration load refactored
enricovianello Sep 5, 2021
5b95aa5
Removed not used param
enricovianello Sep 8, 2021
affa8c8
Refactoring of configuration load phase
enricovianello Sep 15, 2021
e925756
PathAuthz path fixed + cosmetic fixes
Sep 17, 2021
5f53689
Cosmetic fix
Sep 17, 2021
005ff4e
Cosmetic fix
Sep 17, 2021
e39c962
Cosmetic fix
Sep 17, 2021
ea9dcc0
Cosmetic fix
Sep 17, 2021
07339d1
Cosmetic fixes
enricovianello Sep 27, 2021
c03c79e
Tentative fix for https://issues.infn.it/jira/browse/STOR-1324
enricovianello Oct 28, 2021
562df1e
Added CHANGELOG
enricovianello Nov 18, 2021
b19f0f1
Merge branch 'STOR-1333' of github.com:italiangrid/storm into STOR-1333
enricovianello Dec 2, 2021
7f69cad
Try to avoid updating storage space info created field
enricovianello Jan 13, 2022
1e9e206
Bunch of fixes and features
enricovianello Jan 26, 2022
3f38f09
WIP Info endpoints refactoring
enricovianello Jan 31, 2022
5fe69f2
WIP new info endpoint and removed interfaces
enricovianello Feb 3, 2022
453f610
Use proper image for CI
enricovianello Feb 4, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
94 changes: 94 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

[Ensure Database connection pool tests connections on borrow and while idle][STOR-1333]

### Fixed

[If database is restarted while storm is running, it doesn't reconnect and needs a restart][STOR-482]

## 1.11.21 - 2021-05-12

### Fixed

[StoRM Backend service enters failed state when stopped][STOR-1395]
[Upgrading to StoRM v1.11.20 could break connections with MariaDB][STOR-1397]
[Ensure MariaDB is started before StoRM Backend on boot][STOR-1401]

## 1.11.20 - 2021-04-01

### Added

- [StoRM Backend and native libs should run with Java 11][STOR-1357]

## 1.11.19 - 2020-10-29

### Added

- [Include Jetty handler metrics reporting in storm-backend-metrics log][STOR-1251]

### Fixed

- [BoL and PtG requests statuses not updated after recall success][STOR-1260]
- [Uncaught RuntimeException raised when user.storm.pinned attribute is not found causes SRM_INTERNAL_ERROR during srmReleaseFiles][STOR-1267]

## 1.11.18 - 2020-08-07

### Added

- [Make Background DU configurable to run periodically in order to update used space info on db][STOR-932]
- [Fix useless verbosity in log][STOR-1036]
- [Include thread pool and jetty handler metrics reporting in storm-backend-metrics log][STOR-1174]
- [Add Date to Backend's metrics log][STOR-1198]
- [SystemD support for StoRM Backend][STOR-1089]

### Fixed

- [Log as ERROR only internal errors][STOR-892]
- [Understand what is the purpose of the recallBuckets map and whether it can be removed][STOR-1175]
- [SrmRm file does not exist should not be logged as ERROR][STOR-1176]
- [Include mysql-connector-java into maven dependencies][STOR-1216]

## 1.11.17 - 2019-12-17

### Fixed

- [Service storm-backend-server status returns 0 even if backend is not running][STOR-821]

## 1.11.16 - 2019-10-02

### Fixed

- [Improve error description when srmMkdir path contains non existing intermediate directories][STOR-1099]



[STOR-482]: https://issues.infn.it/jira/browse/STOR-482
[STOR-821]: https://issues.infn.it/jira/browse/STOR-821
[STOR-892]: https://issues.infn.it/jira/browse/STOR-892
[STOR-932]: https://issues.infn.it/jira/browse/STOR-932
[STOR-1036]: https://issues.infn.it/jira/browse/STOR-1036
[STOR-1089]: https://issues.infn.it/jira/browse/STOR-1089
[STOR-1099]: https://issues.infn.it/jira/browse/STOR-1099
[STOR-1174]: https://issues.infn.it/jira/browse/STOR-1174
[STOR-1175]: https://issues.infn.it/jira/browse/STOR-1175
[STOR-1176]: https://issues.infn.it/jira/browse/STOR-1176
[STOR-1198]: https://issues.infn.it/jira/browse/STOR-1198
[STOR-1216]: https://issues.infn.it/jira/browse/STOR-1216
[STOR-1251]: https://issues.infn.it/jira/browse/STOR-1251
[STOR-1260]: https://issues.infn.it/jira/browse/STOR-1260
[STOR-1267]: https://issues.infn.it/jira/browse/STOR-1267
[STOR-1333]: https://issues.infn.it/jira/browse/STOR-1333
[STOR-1357]: https://issues.infn.it/jira/browse/STOR-1357
[STOR-1395]: https://issues.infn.it/jira/browse/STOR-1395
[STOR-1397]: https://issues.infn.it/jira/browse/STOR-1397
[STOR-1401]: https://issues.infn.it/jira/browse/STOR-1401

2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline {
label "${kubeLabel}"
cloud 'Kube mwdevel'
defaultContainer 'jnlp'
inheritFrom 'ci-template'
inheritFrom 'ci-template-java11'
}
}

Expand Down
Loading