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
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
2015-12-15[ci skip] Add user repository integrity check rake taskDrew Blessing
2015-12-12Bump Redis requirement to 2.8 for Sidekiq 4 requirementsStan Hu
2015-11-04Replace all usages of `git` command with configurable binary pathRobert Speicher
2015-10-19Fix regex in redis version checkBenny Schimmer
2015-10-13Make Reply by email easier to configureDouwe Maan
2015-09-22Skip check_initd_configured_correctly on omnibus installsAchilleas Pipinellis
2015-09-21Rename reply_by_email to incoming_email to prepare for the future.Douwe Maan
2015-09-07Merge branch 'upgrade-redis-required-check' into 'master'Marin Jankovski
2015-09-06Use File.join to prevent extra slash in help message from appearing. Before:Stan Hu
2015-09-06Upgrade Redis requirement check to 2.4.0 per https://github.com/mperham/sidek...Stan Hu
2015-08-22Merge branch 'reply-by-email' into 'master'Robert Speicher