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
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-03-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-06Add skeleton Pages internal APIKrasimir Angelov
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.
2019-09-03Fix Git ignore for tmp/, shared/, and plugins/Yorick Peterse
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.
2019-09-02Adds basic overcommit supportGiorgenes Gelatti
2019-08-20feat: SMIME signed notification emailsDiego Louzán
- 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
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