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
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
2015-08-22Fix check task for development.Douwe Maan
2015-08-22Add development section to doc.Douwe Maan
2015-08-21Merge pull request #9535 from bbodenmiller/patch-3Jacob Vosmaer
2015-08-21Fix MailRoom running check.Douwe Maan
2015-08-21Add gitlab:reply_by_email:check rake task.Douwe Maan
2015-08-17Merge branch 'master' into remove-satellitesDmitriy Zaporozhets
2015-08-17check uploads dirBen Bodenmiller
2015-08-16Require Ruby 2.1.0 in `gitlab:app:check` taskRobert Speicher
2015-08-11Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets
2015-08-11Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets
2015-08-04Merge branch 'master' into drop-satellitesDmitriy Zaporozhets
2015-07-30Check that hooks directory exists before attempting to call realpathStan Hu
2015-07-15Remove satellitesDmitriy Zaporozhets
2015-06-23Replace GITLAB with GitLab in rake task descriptionsDmitriy Zaporozhets
2015-06-03Add autocrlf back to installation docs, add a check for it.Marin Jankovski
2015-06-03Remove gitlab:env:check task.Marin Jankovski
2015-05-06Revert "Allow to configure smtp and sendmail in gitlab.yml"Dmitriy Zaporozhets
2015-05-06Allow to configure smtp and sendmail in gitlab.ymlJakub Jirutka
2015-04-25fix redis 3.0.0tonic