summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-0/+3
|
* Allow developers to have custom rspec output settingsJacob Vosmaer2017-06-301-0/+1
|
* Ignore JSON files generated from PO filesRuben Davila2017-06-271-0/+1
|
* instruct yarn to utilize the persistant .yarn-cache directoryMike Greiling2017-05-161-0/+1
|
* Added balsamiq jasmine integration testLuke "Jared" Bennett2017-05-151-0/+1
|
* Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila2017-05-021-1/+2
|\
| * Merge branch 'pdflab-in-repo' into 'master' Phil Hughes2017-05-021-0/+1
| |\ | | | | | | | | | | | | Move PDFLab assets into repo See merge request !10642
| | * Move PDFLab into GitLabpdflab-in-repoSam Rose2017-04-281-0/+1
| | |
| * | Ignore all builds* directories from version controlignore-all-builds-dirsAchilleas Pipinellis2017-04-251-1/+1
| |/ | | | | | | | | The restore process copies the old builds/ dir into builds.<epoch>/ which results in Git complaining about untracked files
* | Ignore some files required to the translation processRuben Davila2017-04-131-0/+3
|/
* Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-211-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (1327 commits) Merge branch 'render-json-leak' into 'security' Merge branch 'ssrf' into 'security' Merge branch 'ssrf' into 'security' Merge branch 'fix-links-target-blank' into 'security' Merge branch '28058-hide-emails-in-atom-feeds' into 'security' Fix karma test Reset filters after click Handle Route#name being nil after an update Only add frontend code coverage instrumentation when generating coverage report fix recompile assets step in 9.0 upgrade guide to use yarn Undo explicit conversion to Integer Make level_value accept string integers Make feature spec more robust Removed d3.js from the main application.js bundle Extend compound status for manual actions specs Update css to be nice and tidy. Fix pipeline status for transition between stages add an index to the ghost column Return 404 in project issues API endpoint when project cannot be found Improve rename projects migration ... Conflicts: doc/ci/docker/using_docker_build.md spec/lib/gitlab/import_export/all_models.yml
| * add webpack bundle analyzer to production outputMike Greiling2017-02-211-0/+1
| |
* | Add configured container registry key to .gitignoreGrzegorz Bizon2017-03-211-0/+1
|/
* Generate ESLint HTML report (!7374)winniehell2016-11-221-0/+1
|
* add ESLintwinniehell2016-10-261-0/+1
| | | | ESLint config: https://github.com/airbnb/javascript
* Verify JWT messages from gitlab-workhorseJacob Vosmaer2016-09-051-0/+1
|
* Add test coverage analysis for CoffeeScript (!5052)winniehell2016-08-071-0/+1
|
* Use absolute paths wherever is possible for .gitignore entries.Ruben Davila2016-05-291-38/+38
|
* Ignore files under "/shared" directory and not other subdirectories that ↵Ruben Davila2016-05-291-1/+1
| | | | | | | contains that name It's working fine now but by making it more explicit we can make tools like 'The Silver Searcher' to parse properly the .gitignore file
* Ignore .byebug_historyignore-byebug-historyZeger-Jan van de Weg2016-03-091-0/+1
|
* Use dedicated relative_url.rb initializerArtem Sidorenko2016-02-291-0/+1
| | | | in order to have it the same way like in omnibus
* Ignore config/sidekiq.yml [ci skip]The rugged tests are fragile2015-12-151-0/+1
|
* Add support for git lfs.lfsMarin Jankovski2015-11-161-0/+1
|
* Move tmp artifacts to shared/artifacts/tmp/. Check for GitLab-Workhorse nowKamil Trzcinski2015-11-101-2/+0
|
* Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+3
| | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
* Make Reply by email easier to configureDouwe Maan2015-10-131-1/+0
|
* Fix builds directory storeKamil Trzcinski2015-09-151-1/+1
|
* Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDouwe Maan2015-08-261-1/+0
|\
* | Update gitignore, change literal DB table names, fix errors, fix fontawesomeDouwe Maan2015-08-261-0/+3
|/
* Reply by email POCDouwe Maan2015-08-181-0/+1
|
* Remove the volumes from the single image to keep it simple.Sytse Sijbrandij2015-05-071-3/+0
|
* Ignore mounted Docker directories.Sytse Sijbrandij2015-05-071-0/+3
|
* Don't ignore any folder called tags :|Douwe Maan2015-04-301-1/+1
|
* Sort .gitignore.Ciro Santilli2014-11-291-28/+28
|
* add gitlab-shell identificationValery Sizov2014-10-151-0/+1
|
* Ignore tags file.Ciro Santilli2014-09-191-0/+1
|
* add smtp_settings.rb to gitignore fileWilliam Herry2014-06-031-0/+1
|
* Added the dump.rdb file to gitignoreJeroen van Baarsen2014-04-061-0/+1
| | | | | | 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
* Add envrc to git-ignoreJeroen van Baarsen2014-03-061-0/+1
| | | | | envrc files are created when you use direnv (Its recommended in combination with spring, see: https://github.com/rails/spring#setup)
* Add public assets to gitignoreDmitriy Zaporozhets2014-01-221-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add documentation to help section, rack_attack as exampleMarin Jankovski2013-09-301-0/+1
|
* Added .ruby-version & .ruby-gemset in .gitignoreYatish Mehta2013-09-161-0/+2
|
* Fix confusing situation where install guide told you to install init.d ↵Sytse Sijbrandij2013-08-191-1/+0
| | | | script for puma.
* move backup logic to lib. Fixed removing outdated backupsDmitriy Zaporozhets2013-08-051-0/+1
|
* Added ability to close milestone with opened issues. UI for milestone page ↵Dmitriy Zaporozhets2013-08-021-0/+1
| | | | improved
* Generate the Rails secret token on first run.ash2013-05-221-0/+1
| | | | | Store the secret token in a .gitignored file called ".secret", which is created by the initializer if it doesn't exist.
* Replace unicorn with PumaDmitriy Zaporozhets2013-04-041-0/+1
|
* Merge pull request #2990 from raphendyr/gitignore_and_logrotateDmitriy Zaporozhets2013-02-181-1/+1
|\ | | | | Change .gitignore to ignore logrotated log files.
| * Change .gitignore to ignore logrotated log files.Jaakko Kantojärvi2013-02-141-1/+1
| |
* | uppercase Gitlab version and revision constants. check api return gitlab ↵Dmitriy Zaporozhets2013-02-161-0/+1
|/ | | | version now