Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-11-23 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-10-30 | 1 | -0/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-10-30 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-10-28 | 1 | -0/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-10-28 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-09-23 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-09-01 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-08-26 | 1 | -508/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-08-21 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-08-19 | 1 | -1/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-07-31 | 1 | -0/+220 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-07-30 | 1 | -0/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-07-30 | 1 | -0/+283 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-30 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-09 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-02 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-05-27 | 1 | -1/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-05-26 | 1 | -0/+1 |
| | |||||
* | 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 |
| |