-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.4.0 #434
Release 2.4.0 #434
Commits on Mar 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 833a105 - Browse repository at this point
Copy the full SHA 833a105View commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fdd130e - Browse repository at this point
Copy the full SHA fdd130eView commit details
Commits on Jun 15, 2023
-
Cache questionnaires and standardize github client access
- Use GithubClient inside GithubProtocolFetcherStrategy to improve readability and remove deplication. - Use GithubService as a proxy for GithubClient in endpoint. This caches any values from the questionnaire. - Created FunctionCache that caches the result of a throwing function for a given amount of time. - Added more checks on the request being performed: number of bytes for content length, more strict URL validation (only https://api.github.com is allowed now instead of for example http://api.github.com.my.domain.
Configuration menu - View commit details
-
Copy full SHA for b4694ca - Browse repository at this point
Copy the full SHA b4694caView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee82188 - Browse repository at this point
Copy the full SHA ee82188View commit details -
Configuration menu - View commit details
-
Copy full SHA for 940bd08 - Browse repository at this point
Copy the full SHA 940bd08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6729986 - Browse repository at this point
Copy the full SHA 6729986View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4505f8 - Browse repository at this point
Copy the full SHA a4505f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c23c11f - Browse repository at this point
Copy the full SHA c23c11fView commit details
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f804133 - Browse repository at this point
Copy the full SHA f804133View commit details -
Merge pull request #432 from RADAR-base/cacheQuestionnaires
Cache questionnaires and standardize github client access
Configuration menu - View commit details
-
Copy full SHA for 40d2930 - Browse repository at this point
Copy the full SHA 40d2930View commit details
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 623ca79 - Browse repository at this point
Copy the full SHA 623ca79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f52f40 - Browse repository at this point
Copy the full SHA 8f52f40View commit details -
Merge pull request #433 from RADAR-base/release-2.3.0
Sync release with dev
Configuration menu - View commit details
-
Copy full SHA for cd2c9be - Browse repository at this point
Copy the full SHA cd2c9beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37a4920 - Browse repository at this point
Copy the full SHA 37a4920View commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cbd6791 - Browse repository at this point
Copy the full SHA cbd6791View commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f34f9b0 - Browse repository at this point
Copy the full SHA f34f9b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ab22bb - Browse repository at this point
Copy the full SHA 0ab22bbView commit details -
Avoid connection resets on simultaneous requests
HTTP/1.1 does less connection sharing, causing the requests to go through without connection resets.
Configuration menu - View commit details
-
Copy full SHA for 76d2a12 - Browse repository at this point
Copy the full SHA 76d2a12View commit details -
Use async processing to avoid database timeouts
In the previous handling of events, event were handled immediately during the transaction, in the same thread. This caused a lot of delays, blocking the database threads. The EventListener annotations are replaced by TransactionalEventListener to ensure that the previous transaction has been committed before processing the event. It explicitly creates a new transaction to avoid overlapping transactions. Finally, it enables async processing to avoid the existing transaction threads being blocked.
Configuration menu - View commit details
-
Copy full SHA for 575ebe0 - Browse repository at this point
Copy the full SHA 575ebe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c73d2d9 - Browse repository at this point
Copy the full SHA c73d2d9View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 85de9eb - Browse repository at this point
Copy the full SHA 85de9ebView commit details
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3868d92 - Browse repository at this point
Copy the full SHA 3868d92View commit details -
Merge pull request #440 from RADAR-base/remove-unused-deps
Remove unused spring-data-rest dependency
Configuration menu - View commit details
-
Copy full SHA for 5ae08f2 - Browse repository at this point
Copy the full SHA 5ae08f2View commit details
Commits on Oct 9, 2023
-
Merge pull request #437 from RADAR-base/limitTransactionTime
Use async processing to avoid database timeouts
Configuration menu - View commit details
-
Copy full SHA for b4ebd3e - Browse repository at this point
Copy the full SHA b4ebd3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a02c24 - Browse repository at this point
Copy the full SHA 1a02c24View commit details -
Merge pull request #443 from RADAR-base/update-release
Update release with latest changes
Configuration menu - View commit details
-
Copy full SHA for 75f353d - Browse repository at this point
Copy the full SHA 75f353dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 001cab7 - Browse repository at this point
Copy the full SHA 001cab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d341a3 - Browse repository at this point
Copy the full SHA 8d341a3View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ceed468 - Browse repository at this point
Copy the full SHA ceed468View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7249224 - Browse repository at this point
Copy the full SHA 7249224View commit details