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 (Collapse)Author
2014-04-06Added the dump.rdb file to gitignoreJeroen van Baarsen
Whenever i'm working on GitLab I have redis running, but redis is generating a db dump file called dump.rdb, I dont think that should be checked in, so it should be on the gitignore list
2014-03-06Add envrc to git-ignoreJeroen van Baarsen
envrc files are created when you use direnv (Its recommended in combination with spring, see: https://github.com/rails/spring#setup)
2014-01-22Add public assets to gitignoreDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-09-30Add documentation to help section, rack_attack as exampleMarin Jankovski
2013-09-16Added .ruby-version & .ruby-gemset in .gitignoreYatish Mehta
2013-08-19Fix confusing situation where install guide told you to install init.d ↵Sytse Sijbrandij
script for puma.
2013-08-05move backup logic to lib. Fixed removing outdated backupsDmitriy Zaporozhets
2013-08-02Added ability to close milestone with opened issues. UI for milestone page ↵Dmitriy Zaporozhets
improved
2013-05-23Generate the Rails secret token on first run.ash
Store the secret token in a .gitignored file called ".secret", which is created by the initializer if it doesn't exist.
2013-04-05Replace unicorn with PumaDmitriy Zaporozhets
2013-02-18Merge pull request #2990 from raphendyr/gitignore_and_logrotateDmitriy Zaporozhets
Change .gitignore to ignore logrotated log files.
2013-02-16uppercase Gitlab version and revision constants. check api return gitlab ↵Dmitriy Zaporozhets
version now
2013-02-14Change .gitignore to ignore logrotated log files.Jaakko Kantojärvi
2013-02-09ignore docs by gitDmitriy Zaporozhets
2013-01-09gitignore updates.VonC
Most yml files are ignored in gitlab/config/, except resque.yml => add it to the list of ignored files.
2013-01-03REpostiry, Team modelsDmitriy Zaporozhets
2012-11-30Added vendor/bundle to gitignore. Removed project js slugifyDmitriy Zaporozhets
2012-09-06Ignore chef dir.Sytse Sijbrandij
2012-07-24updated gitignore and added rake 0.8.7 to Gemfile because of errorsJeremy Anderson
2012-07-19Ignore backups dirDmitriy Zaporozhets
2012-04-04gitlab rake tasks refactoredDmitriy Zaporozhets
2012-03-23Move OmniAuth configuration details into a non-revision controlled file.Pat Thoyts
Provide an omniauth.rb.sample file to avoid encouraging end-users to commit their provider access details (passwords or api tokens) into their git repositories. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
2012-03-14Ignore db/data.yml after running `rake db:dump`.Ariejan de Vroom
2012-02-24Don't enforce rbenv versionChristos Trochalakis
It would be better not include either rbenv or a specific rbenv version with gitlab.
2012-02-19Merge branch 'config-examples' of https://github.com/artiom/gitlabhq into ↵Dmitriy Zaporozhets
artiom-config-examples Conflicts: .gitignore
2012-02-13add vagrant file to ignore listSaito
2012-01-12pybments.rb version up. gitignore improvedDmitriy Zaporozhets
2012-01-01Add .directory to .gitignoreshtirlic
2011-12-12rename database config to exampleArtiom Lunev
2011-12-12rename gitlab config file to exampleArtiom Lunev
2011-12-11.rvmrc not gitted anymoreBrendan Stennett
2011-10-09gitignoregitlabhq