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
2017-05-16instruct yarn to utilize the persistant .yarn-cache directoryMike Greiling
2017-05-15Added balsamiq jasmine integration testLuke "Jared" Bennett
2017-05-02Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila
2017-05-02Merge branch 'pdflab-in-repo' into 'master' Phil Hughes
Move PDFLab assets into repo See merge request !10642
2017-04-28Move PDFLab into GitLabSam Rose
2017-04-25Ignore all builds* directories from version controlAchilleas Pipinellis
The restore process copies the old builds/ dir into builds.<epoch>/ which results in Git complaining about untracked files
2017-04-13Ignore some files required to the translation processRuben Davila
2017-03-21Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon
* 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
2017-03-21Add configured container registry key to .gitignoreGrzegorz Bizon
2017-02-22add webpack bundle analyzer to production outputMike Greiling
2016-11-22Generate ESLint HTML report (!7374)winniehell
2016-10-26add ESLintwinniehell
ESLint config: https://github.com/airbnb/javascript
2016-09-05Verify JWT messages from gitlab-workhorseJacob Vosmaer
2016-08-07Add test coverage analysis for CoffeeScript (!5052)winniehell
2016-05-30Use absolute paths wherever is possible for .gitignore entries.Ruben Davila
2016-05-30Ignore files under "/shared" directory and not other subdirectories that ↵Ruben Davila
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
2016-03-09Ignore .byebug_historyZeger-Jan van de Weg
2016-02-29Use dedicated relative_url.rb initializerArtem Sidorenko
in order to have it the same way like in omnibus
2015-12-15Ignore config/sidekiq.yml [ci skip]The rugged tests are fragile
2015-11-16Add support for git lfs.Marin Jankovski
2015-11-10Move tmp artifacts to shared/artifacts/tmp/. Check for GitLab-Workhorse nowKamil Trzcinski
2015-11-10Implement Build ArtifactsKamil Trzcinski
- Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
2015-10-13Make Reply by email easier to configureDouwe Maan
2015-09-15Fix builds directory storeKamil Trzcinski
2015-08-27Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDouwe Maan
2015-08-27Update gitignore, change literal DB table names, fix errors, fix fontawesomeDouwe Maan
2015-08-19Reply by email POCDouwe Maan
2015-05-07Remove the volumes from the single image to keep it simple.Sytse Sijbrandij
2015-05-07Ignore mounted Docker directories.Sytse Sijbrandij
2015-04-30Don't ignore any folder called tags :|Douwe Maan
2014-11-29Sort .gitignore.Ciro Santilli
2014-10-15add gitlab-shell identificationValery Sizov
2014-09-19Ignore tags file.Ciro Santilli
2014-06-02add smtp_settings.rb to gitignore fileWilliam Herry
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