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-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2020-01-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-12-04Extract system check rake task logicMichael Kozono
2018-11-09Migrate storage checks to GitalyZeger-Jan van de Weg
2018-10-24Add gitlab:gitaly:check task for Gitaly health checkAlejandro Rodríguez
2018-07-31Remove gitlab:user:check_repos taskZeger-Jan van de Weg
2018-07-31Remove git rake tasksZeger-Jan van de Weg
2018-06-12Find and mark more Git disk access locations, part 2Jacob Vosmaer
2018-04-25Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg
2018-03-21Route path lookups through legacy_disk_pathJacob Vosmaer
2018-02-28Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad
2018-01-26Eliminate the warnings from task helpersLin Jen-Shin
2018-01-18typo fixBen Bodenmiller
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2018-01-04deprecate check integrity taskJames Lopez
2017-09-12Refactor on namespace and repository checks and added specsGabriel Mazetto
2017-09-12Detect orphaned repositories and namespaces in any storageGabriel Mazetto
2017-09-06Merge branch 'system-checks-incoming-email' into 'master'Sean McGivern
2017-09-04Add a system check for the git user's custom SSH configurationNick Thomas
2017-09-04Refactored Incoming Email checks to use SystemCheck libraryGabriel Mazetto
2017-08-08Just extend main, rather than include to KernelLin Jen-Shin
2017-08-01Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto
2017-06-09Don't check if MailRoom is running on OmnibusDouwe Maan
2017-05-31Fixed and improved some existing checks and SystemCheck libraryGabriel Mazetto
2017-05-31Add ActiveUsers CheckGabriel Mazetto
2017-05-31Refactor gitlab:app:checks to use SystemCheckGabriel Mazetto
2017-05-31WIP SystemCheck library for executing checks from a rake taskGabriel Mazetto
2017-04-12Fix the `gitlab:gitlab_shell:check` taskRémy Coutable
2017-03-29There might be ps utilities out there, that assume 80chars insteadSebastian Reitenbach
2017-03-03Update storage settings to allow extra values per shardAlejandro Rodríguez
2017-02-23Don’t exclude some file in lib from rubocopDouwe Maan
2017-02-21Fix incomming email check task to use same patch we did in mail_roomGabriel Mazetto
2016-11-09Introduce better credential and error checking to `rake gitlab:ldap:check`Drew Blessing
2016-09-25Move reply by email docs to a new locationAchilleas Pipinellis
2016-08-11Use `File::exist?` instead of `File::exists?`bogdanvlviv
2016-08-10Rename `run` task helper method to prevent conflict with StateMachineRobert Speicher
2016-07-20Use limit parameter rather than hardcoded valueM. Ricketts
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-06-03Replace colorize gem with rainbow.Connor Shea
2016-05-19Fixed advice on invalid permissions on upload pathJazz
2016-03-25Improve and finish the fallback to the In-Reply-To and References header for ...Rémy Coutable
2016-03-16Bump Git version requirement to 2.7.3Douwe Maan
2016-02-29Fix `gitlab:incoming_email:check` task.Douwe Maan
2016-02-23Merge branch 'uploads-700' into 'master' Marin Jankovski
2016-02-17Remove remaining sqlite method callAchilleas Pipinellis
2016-02-10Remove sqlite check in raketaskAchilleas Pipinellis
2016-02-10Simplify permissions creationAchilleas Pipinellis
2016-02-09Restrict permissions on public/uploadsAchilleas Pipinellis
2016-01-05Suggest prefacing find command with sudo when base permissions are wrongStan Hu
2015-12-15Merge branch 'add_user_repo_integrity_rake_task' into 'master' Robert Speicher