Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42 | GitLab Bot | 2020-12-17 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42 | GitLab Bot | 2020-11-19 | 1 | -0/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42 | GitLab Bot | 2020-10-21 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-4-stable-ee | GitLab Bot | 2020-09-19 | 1 | -508/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-3-stable-ee | GitLab Bot | 2020-08-20 | 1 | -1/+509 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-2-stable-ee | GitLab Bot | 2020-07-20 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-1-stable-ee | GitLab Bot | 2020-06-18 | 1 | -1/+3 |
| | |||||
* | 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 |
| |