Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-11-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-11-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-08-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-01-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-12-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-12-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-11-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-07ActiveSession.cleaned_up_lookup_entries to use Redis#pipelinedImre Farkas
2019-07-22Rake task to cleanup expired ActiveSession lookup keysImre Farkas
In some cases ActiveSession.cleanup was not called after authentication, so for some user ActiveSession lookup keys grew without ever cleaning up. This Rake task manually iterates over the lookup keys and removes ones without existing ActiveSession.
2019-07-17Do Redis lookup in batches in ActiveSession.sessions_from_idsImre Farkas
By doing smaller mget calls to Redis, it can better schedule the workload. Currently a single mget with a lot of keys can keep Redis busy for long, while nothing in its queue gets processed.
2019-05-15Sessions can be listed for a given userJames Edwards-Jones
Adds ActiveSession#session_ids_for_user for listing session IDs for a given user, and adds ActiveSession#list_sessions for listing session data directly.
2019-02-27Filter active sessions belonging to an admin impersonating the userImre Farkas
2018-07-27Enable frozen string in app/models/*.rbgfyoung
Partially addresses #47424.
2018-05-02Display and revoke active sessionsAlexis Reigel ( 🌴 may 2nd - may 9th 🌴 )