-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore: features for 2.2.4 #912
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
jachro
commented
Mar 9, 2022
- chore: events throughput on the Event Log dashboard
- feat: sent_events_count metrics collecting sent events counts (feat: sent_events_count metrics collecting sent events counts #909)
- fix: authorizer to work with security records with mixed visibility (fix: authorizer to work with security records with mixed visibility #908)
- refactor: GitLab client in KG service (refactor: git lab client in kg #906)
- chore: CLI upgraded to 1.1.0
- fix: transformation flow to deduplicate different members with the same id (fix: transformation flow to deduplicate different members with the same id #903)
- fix: to awaiting deletion status change not to fail if the event is gone
- fix: missing project on cloning error as MalformedRepository
- fix: auth related problems on cloning as recoverable failures
- feat: migrations to restore failed events (feat: migrations to restore failed events #900)
- fix: triples generation not to fail when repo is dirty after checkout (fix: triples generation not to fail when repo is dirty after checkout #898)
- fix: event for repos that cannot be cloned to be non-recoverable (fix: event of repos that cannot be cloned to be non-recoverable #897)
- fix: sparql encoder to escape ' (fix: sparql encoder to escape ' #895)
- fix: event persistence to work in case of race condition (fix: event persistence to work in case of race condition #893)
- fix: reduce noise in EL logs (fix: reduce noise in EL logs #891)
- chore: MemberSyncEvent to be sent less frequently in the first hour
- fix: triples removal process not to timeout after 45s
- fix: token association not to fail on race condition (fix: token association not to fail on race condition #889)
- fix: status change event not to fail on 0 updated (fix: status change event not to fail on 0 updated #888)
- fix: TG processes not to log malformed repo issues (fix: TG processes not to log data related issues #887)
- fix: added retry mechanism when storing and fetching the access token (fix: added retry mechanism when storing and fetching the access token #886)
- fix: auth related issues on cloning to be classified as AuthRecoverableError (fix: auth related cloning issues to become AuthRecoverableErrors #885)
- chore: sentry-sdk for renku CLI upgraded to 1.5.5
- fix: project clean-up process not to log error for 401 on webhook removal (fix: the clean-up process not to log error for 401 on webhook removal #884)
- fix: global commit sync finder not to throw error when project is gone (fix: global commit sync finder not to throw error when project gone #882)
- fix: GET /events to render links in the response correctly
- fix: global commit sync to traverse commits from the oldest (feat: global commit to work from oldest to newest event #881)
- fix: commit sync flows to call GitLab without token on 403 (fix: commit sync flows to call GitLab without token on 403 #878)
Co-authored-by: Renku Bot <renku@datascience.ch>
* feat: added finder for AWAITING DELETION events * feat: added new change status category to rollback clean up events
Co-authored-by: Jakub Chrobasik <jakub.chrobasik@gmail.com> Co-authored-by: David Kunzmann <joke1196@users.noreply.github.com>
…848) * fix: member email finder not to traverse all project events if many * fix: Auth related issues in the transformation flow not to be logged
* docs: added project re-provisioning explanations
…t events (#853) * chore: CLI upgraded to 1.0.5 * fix: member email finding algorithm to check up to 30 pages of project events
…#886) * fix: added retry mechanism when storing and fetching the access token
* chore: zombie event handler not to log info on success * chore: status change event handler not to log info on success * chore: rollback status change event to be muted on accept
* refactor: SessionResource to be injectable through a context bound * feat: facility to restore failed events in case there's a fix for them * fix: restoration migration for fixed issues
* refactor: use GitLabClient in KG * refactor: remove gitlaburl * refactor: single project * refactor: single project
* refactor: EventSender to get event category name * refactor: MetricsRegistry to be passed through Context Bound * feat: EventsSender to increment sent events gauge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.