Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-20 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-17 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-10 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-25 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-30 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-27 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-08 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-23 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-20 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-04 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-26 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-18 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-15 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-25 | 1 | -0/+1 |
| | |||||
* | Add skeleton Pages internal API61927-skeleton-pages-internal-api | Krasimir Angelov | 2019-09-06 | 1 | -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-gitignore | Yorick Peterse | 2019-09-03 | 1 | -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 support | Giorgenes Gelatti | 2019-09-02 | 1 | -1/+2 |
| | |||||
* | feat: SMIME signed notification emails | Diego Louzán | 2019-08-20 | 1 | -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-files | Nathan Friend | 2019-05-23 | 1 | -0/+1 |
| | | | | | This commit ignores the temporary cache directories that I _think_ are created by the VSCode Ruby extension. | ||||
* | Ignore PDF and balsamiq fixture files | Winnie Hellmann | 2019-05-02 | 1 | -2/+0 |
| | | | | (cherry picked from commit 1b33828811897b6a3f8a38044cc0839b87098d1f) | ||||
* | Generate searchable JSDoc documentation | Winnie Hellmann | 2019-01-14 | 1 | -0/+1 |
| | |||||
* | Setup Jest test environment | Winnie Hellmann | 2018-12-05 | 1 | -2/+2 |
| | |||||
* | Add experimental support for Pumaan-multithreading | Andrew Newdigate | 2018-10-25 | 1 | -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 tests | Winnie Hellmann | 2018-09-11 | 1 | -0/+1 |
| | |||||
* | Enable JUnit results for rspec | Kamil Trzciński | 2018-09-03 | 1 | -0/+1 |
| | |||||
* | Exclude Geo DB Yaml on CE too | Zeger-Jan van de Weg | 2018-06-25 | 1 | -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.json | Dimitrie Hoekstra | 2018-06-15 | 1 | -0/+1 |
| | |||||
* | Add /vendor/gitaly-ruby to gitignore | Jacob Vosmaer | 2018-05-30 | 1 | -0/+1 |
| | |||||
* | Ignore knapsack and rspec_flaky | Lin Jen-Shin | 2018-05-04 | 1 | -0/+2 |
| | |||||
* | Add gitlab-pages admin ping rake task | Jacob Vosmaer (GitLab) | 2018-04-27 | 1 | -0/+1 |
| | |||||
* | gitignore for vscode config file | Simon Knox | 2018-03-28 | 1 | -0/+1 |
| | |||||
* | Prettier Phase 1: Prettier Configuration, Prettifying of files and documentation | Tim Zallmann | 2018-03-14 | 1 | -0/+1 |
| | |||||
* | Remove sync script for gitlab-svgs and reference the vendored library directly | Mike Greiling | 2018-03-09 | 1 | -0/+3 |
| | |||||
* | Add /plugins to gitignore | Dmitriy Zaporozhets | 2018-02-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Run plugins as separate process and pass data via STDIN | Dmitriy Zaporozhets | 2018-02-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Ignore content in plugins dir | Dmitriy Zaporozhets | 2018-02-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Added .rej files to gitignore | Phil Hughes | 2018-01-12 | 1 | -0/+1 |
| | | | | [ci skip] | ||||
* | Git ignore po files ending in time_stampgitignore-po-timestamp | Achilleas Pipinellis | 2017-10-02 | 1 | -0/+1 |
| | | | | [ci skip] | ||||
* | Support multiple Redis instances based on queue type | Paul Charlton | 2017-07-11 | 1 | -0/+3 |
| | |||||
* | Allow developers to have custom rspec output settings | Jacob Vosmaer | 2017-06-30 | 1 | -0/+1 |
| | |||||
* | Ignore JSON files generated from PO files | Ruben Davila | 2017-06-27 | 1 | -0/+1 |
| | |||||
* | instruct yarn to utilize the persistant .yarn-cache directory | Mike Greiling | 2017-05-16 | 1 | -0/+1 |
| | |||||
* | Added balsamiq jasmine integration test | Luke "Jared" Bennett | 2017-05-15 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into 28433-internationalise-cycle-analytics-page | Ruben Davila | 2017-05-02 | 1 | -1/+2 |
|\ | |||||
| * | Merge branch 'pdflab-in-repo' into 'master' | Phil Hughes | 2017-05-02 | 1 | -0/+1 |
| |\ | | | | | | | | | | | | | Move PDFLab assets into repo See merge request !10642 | ||||
| | * | Move PDFLab into GitLabpdflab-in-repo | Sam Rose | 2017-04-28 | 1 | -0/+1 |
| | | | |||||
| * | | Ignore all builds* directories from version controlignore-all-builds-dirs | Achilleas Pipinellis | 2017-04-25 | 1 | -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 process | Ruben Davila | 2017-04-13 | 1 | -0/+3 |
|/ | |||||
* | Merge branch 'master' into feature/multi-level-container-registry-images | Grzegorz Bizon | 2017-03-21 | 1 | -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 output | Mike Greiling | 2017-02-21 | 1 | -0/+1 |
| | |