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 (Expand)Author
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-09-01Add latest changes from gitlab-org/security/gitlab@13-3-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-02-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-16Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot
2019-12-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-25refactor: remove Sentry from application settingsRoger Meier
2019-05-13Add correlation id to all sentry errorsBob Van Landuyt
2019-04-18Migrate correlation and tracing code to LabKitAndrew Newdigate
2018-12-19Update specs to rails5 formatblackst0ne
2018-12-06Log and pass correlation-id between Unicorn, Sidekiq and GitalyKamil Trzciński
2018-11-29Add config to disable impersonationImre Farkas
2018-10-18Make getting a user by the username case insensitiveWilliam George
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-05-24Add username to terms message in git and API callsBob Van Landuyt
2018-05-10Block access to API & git when terms are enforcedBob Van Landuyt
2018-01-09Save user ID and username in Grape API log (api_json.log)Stan Hu
2017-11-17Moved Exceptions to Gitlab::AuthFrancisco Lopez
2017-11-17Moving exceptions to UserAuthFindersFrancisco Lopez
2017-11-17Homogenising the type of the request handled by UserAuthFinder. Also tests fixedFrancisco Lopez
2017-11-17First refactorFrancisco Lopez
2017-11-02Update specs for sudo behaviorDouwe Maan
2017-11-02Add sudo API scopeDouwe Maan
2017-11-02Remove authentication using user.private_tokenDouwe Maan
2017-10-12Move all API authentication code to APIGuardDouwe Maan
2017-10-06Send API parameters as extra data for sentry errorsAlejandro Rodríguez
2017-09-29Ensure no exception is raised when Raven tries to get the current user in API...Rémy Coutable
2017-09-28Make sure API responds with 401 when invalid authentication info is providedDouwe Maan
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
2017-07-27Add specsDouwe Maan
2017-06-28Test OAuth token scope verification in the `API::Users` endpointTimothy Andrew
2017-06-28Allow API scope declarations to be applied conditionally.Timothy Andrew
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-05-01Auto-correct `RSpec/DescribedClass` violationsRobert Speicher
2017-04-27Merge branch '29505-allow-admins-sudo-to-blocked-users' into 'master' Rémy Coutable
2017-04-26Allow admins to sudo to blocked users.Timothy Andrew
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
2017-03-09fix a brittle stubhttp://jneen.net/
2017-01-20Fix specsKamil Trzcinski
2016-12-23Fix a Grape deprecation, use `#request_method` instead of `#route_method`Rémy Coutable