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
2019-05-23Ignore tmp/rubocop_cache directoriesNathan Friend
This commit ignores the temporary cache directories that I _think_ are created by the VSCode Ruby extension.
2019-05-03Ignore PDF and balsamiq fixture filesWinnie Hellmann
(cherry picked from commit 1b33828811897b6a3f8a38044cc0839b87098d1f)
2019-01-15Generate searchable JSDoc documentationWinnie Hellmann
2018-12-05Setup Jest test environmentWinnie Hellmann
2018-10-25Add experimental support for PumaAndrew Newdigate
This allows us (and others) to test drive Puma without it affecting all users. Puma can be enabled by setting the environment variable "EXPERIMENTAL_PUMA" to a non empty value.
2018-09-12Generate JUnit report for Karma testsWinnie Hellmann
2018-09-03Enable JUnit results for rspecKamil Trzciński
2018-06-25Exclude Geo DB Yaml on CE tooZeger-Jan van de Weg
For Geo, a file is created for configuration of the database. This file shouldn't appear in CE, but if you've setup your GDK with a remote pointing to CE and one to EE, this file might be around when switching branches. This will mark the workspace dirty, which annoys me more than it should. [ci skip]
2018-06-15Update .gitignore with ignoring package-lock.jsonDimitrie Hoekstra
2018-05-30Add /vendor/gitaly-ruby to gitignoreJacob Vosmaer
2018-05-04Ignore knapsack and rspec_flakyLin Jen-Shin
2018-04-27Add gitlab-pages admin ping rake taskJacob Vosmaer (GitLab)
2018-03-28gitignore for vscode config fileSimon Knox
2018-03-14Prettier Phase 1: Prettier Configuration, Prettifying of files and documentationTim Zallmann
2018-03-10Remove sync script for gitlab-svgs and reference the vendored library directlyMike Greiling
2018-02-26Add /plugins to gitignoreDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-02-26Run plugins as separate process and pass data via STDINDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-02-26Ignore content in plugins dirDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-01-12Added .rej files to gitignorePhil Hughes
[ci skip]
2017-10-02Git ignore po files ending in time_stampAchilleas Pipinellis
[ci skip]
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-06-30Allow developers to have custom rspec output settingsJacob Vosmaer
2017-06-27Ignore JSON files generated from PO filesRuben Davila
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