summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-171-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-101-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-251-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-081-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-231-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-041-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-261-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-181-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-151-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-251-0/+1
|
* Add skeleton Pages internal API61927-skeleton-pages-internal-apiKrasimir Angelov2019-09-061-0/+1
| | | | | | | Basic `/internal/pages` endpoint that will be used for Pages virtual domains internal API. The endpoint is currently behind feature flag and provides authetication similar to how Workhorse is authenticating with the GitLab.
* Fix Git ignore for tmp/, shared/, and plugins/fix-tmp-gitignoreYorick Peterse2019-09-031-3/+0
| | | | | | | | | | | | | | | | The old rules meant that any future changes to these directories would require the use of `git add -f` to be staged. This is problematic for the upcoming FOSS-only mirror of GitLab. Any changes to be synced to this mirror are staged using `git add --all .`, which due to the Git ignore rules would not add the tmp/ and shared/ directories. This then leads to various specs failing because they expect certain sub-directories of these directories to be available. This commit changes the rules so that we include the .gitkeep files, ignore other files, and completely ignore anything in tmp/test. This requires that the rules are specified in tmp/.gitignore and shared/.gitignore, instead of the top-level .gitignore, without this I could not get Git to include the .gitkeep files properly.
* Adds basic overcommit supportGiorgenes Gelatti2019-09-021-1/+2
|
* feat: SMIME signed notification emailsDiego Louzán2019-08-201-0/+2
| | | | | | - Add mail interceptor the signs outgoing email with SMIME - Add lib and helpers to work with SMIME data - New configuration params for setting up SMIME key and cert files
* Ignore tmp/rubocop_cache directoriesnfriend-ignore-rubocop-cache-filesNathan Friend2019-05-231-0/+1
| | | | | This commit ignores the temporary cache directories that I _think_ are created by the VSCode Ruby extension.
* Ignore PDF and balsamiq fixture filesWinnie Hellmann2019-05-021-2/+0
| | | | (cherry picked from commit 1b33828811897b6a3f8a38044cc0839b87098d1f)
* Generate searchable JSDoc documentationWinnie Hellmann2019-01-141-0/+1
|
* Setup Jest test environmentWinnie Hellmann2018-12-051-2/+2
|
* Add experimental support for Pumaan-multithreadingAndrew Newdigate2018-10-251-0/+1
| | | | | | 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.
* Generate JUnit report for Karma testsWinnie Hellmann2018-09-111-0/+1
|
* Enable JUnit results for rspecKamil Trzciński2018-09-031-0/+1
|
* Exclude Geo DB Yaml on CE tooZeger-Jan van de Weg2018-06-251-1/+1
| | | | | | | | | | | 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]
* Update .gitignore with ignoring package-lock.jsonDimitrie Hoekstra2018-06-151-0/+1
|
* Add /vendor/gitaly-ruby to gitignoreJacob Vosmaer2018-05-301-0/+1
|
* Ignore knapsack and rspec_flakyLin Jen-Shin2018-05-041-0/+2
|
* Add gitlab-pages admin ping rake taskJacob Vosmaer (GitLab)2018-04-271-0/+1
|
* gitignore for vscode config fileSimon Knox2018-03-281-0/+1
|
* Prettier Phase 1: Prettier Configuration, Prettifying of files and documentationTim Zallmann2018-03-141-0/+1
|
* Remove sync script for gitlab-svgs and reference the vendored library directlyMike Greiling2018-03-091-0/+3
|
* Add /plugins to gitignoreDmitriy Zaporozhets2018-02-261-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Run plugins as separate process and pass data via STDINDmitriy Zaporozhets2018-02-261-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Ignore content in plugins dirDmitriy Zaporozhets2018-02-261-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Added .rej files to gitignorePhil Hughes2018-01-121-0/+1
| | | | [ci skip]
* Git ignore po files ending in time_stampgitignore-po-timestampAchilleas Pipinellis2017-10-021-0/+1
| | | | [ci skip]
* 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
| |