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-04-04Allow console messages be sent to gitlab-shellAsh McKenzie
2019-03-26Allow multiple repositories per projectBob Van Landuyt
2019-03-12Merge branch 'resolve-lib-differences' into 'master'Robert Speicher
2019-03-12Remove fake repository_path responseFabio Papa
2019-03-04Move LFS HTTP URL to a separate methodYorick Peterse
2019-02-16Include gl_project_path in API /internal/allowed responseStan Hu
2019-02-15Include expires_in for LFS authentication payloadAsh McKenzie
2019-02-11Move LFS auth hash creation into GitLab::LfsTokenAsh McKenzie
2018-12-31Add support for Git push options, specifically ci.skipJonathon Reinhart
2018-10-25Adds tracing messages for slow git pushesTiago Botelho
2018-10-18Make getting a user by the username case insensitiveWilliam George
2018-09-30Enable frozen string in lib/api and lib/backupgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-09-07Add receive_max_input_size setting to Application settingsRubén Dávila
2018-09-06Update /api/v4/allowedAsh McKenzie
2018-08-01Add support for SSH certificate authenticationÆvar Arnfjörð Bjarmason
2018-05-28Merge branch 'zj-internal-repo-path' into 'master'Grzegorz Bizon
2018-05-25Return '/' as a bogus repo path to gitlab-shellJacob Vosmaer
2018-05-24Replace Gitlab::REVISION with Gitlab.revision and handle installations withou...Rémy Coutable
2018-05-17Don't pass the repository path to Gitlab ShellZeger-Jan van de Weg
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2018-03-30Remove support for absolute dirs from Git::EnvJacob Vosmaer (GitLab)
2018-02-07Use hashed storage in the specsNick Thomas
2018-02-06Moves project creationg to git access check for git pushTiago Botelho
2018-02-06Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho
2018-02-06Move new project on push logic to a serviceTiago Botelho
2018-02-06Add specsTiago Botelho
2018-02-06Adds remote messsage when project is created in a push over SSH or HTTPTiago Botelho
2018-02-06Adds option to push over SSH to create a new projectTiago Botelho
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2018-01-08Backport authorized_keys branch 'find-key-by-fingerprint'Pablo Carranza
2017-12-24Gracefully handle orphaned write deploy keys in /internal/post_receiveStan Hu
2017-12-08Allow git pull/push on project redirectsMayra Cabrera
2017-11-14Use relative git object paths to construct absolute ones before setting EnvAhmad Sherif
2017-09-30add username to authorized result, so that gitlab-shell can pass it to hooksDavid Turner
2017-09-28refactor users update serviceJames Lopez
2017-09-28refactor services to match EE signatureJames Lopez
2017-09-06Implement /internal/pre-receive for shell operationsAlejandro Rodríguez
2017-09-06Return a value to check if redis is available on /internal/checkAlejandro Rodríguez
2017-08-31Implement /internal/post_receive unified endpoint for PostReceive tasksAlejandro Rodríguez
2017-07-18Renamed Gitaly servicesAndrew Newdigate
2017-07-14Handle case when BroadcastMessage.current is nilStan Hu
2017-07-07Send Gitaly Repository with /api/internal/allowedKim "BKC" Carlbäcker
2017-06-23update code based on feedbackJames Lopez
2017-06-23refactor update user service not to do auth checksJames Lopez
2017-06-23more refactoring based on feedbackJames Lopez
2017-06-23added service in the rest of controllers and classesJames Lopez
2017-06-20Allow discover by userid - issue 28517Matt Walsh
2017-06-17Add “Project moved” error to Git-over-SSHMichael Kozono
2017-06-15#13336 - display multiple messages in both the UI and git outputMike Ricketts