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
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
2016-12-16Modify `ApiHelpers` spec to adhere to the Four-Phase test style.Timothy Andrew
2016-12-16 Calls to the API are checked for scope.Timothy Andrew
2016-12-13Be smarter when finding a sudoed user in API::HelpersRémy Coutable
2016-12-12API: Memoize the current_user so that the sudo can work properlyRémy Coutable