- Sep 03, 2019
-
-
Yorick Peterse authored
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.
-
- Sep 02, 2019
-
-
- Aug 20, 2019
-
-
Diego Louzán authored
- 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
-
- May 23, 2019
-
-
Nathan Friend authored
This commit ignores the temporary cache directories that I _think_ are created by the VSCode Ruby extension.
-
- May 02, 2019
-
-
Winnie Hellmann authored
(cherry picked from commit 1b33828811897b6a3f8a38044cc0839b87098d1f)
-
- Jan 14, 2019
-
-
Winnie Hellmann authored
-
- Dec 05, 2018
-
-
Winnie Hellmann authored
-
- Oct 25, 2018
-
-
Andrew Newdigate authored
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.
-
- Sep 11, 2018
-
-
Winnie Hellmann authored
-
- Sep 03, 2018
-
-
Kamil Trzcińśki authored
-
- Jun 25, 2018
-
-
Zeger-Jan van de Weg authored
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]
-
- Jun 15, 2018
-
-
Dimitrie Hoekstra authored
-
- May 31, 2018
-
-
- May 30, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- May 04, 2018
-
-
Lin Jen-Shin authored
-
- Apr 27, 2018
-
-
- Mar 28, 2018
-
-
Simon Knox authored
-
- Mar 14, 2018
-
-
- Mar 09, 2018
-
-
Mike Greiling authored
-
- Feb 26, 2018
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jan 12, 2018
-
-
Phil Hughes authored
[ci skip]
-
- Oct 02, 2017
-
-
Achilleas Pipinellis authored
[ci skip]
-
- Jul 11, 2017
-
-
- Jun 30, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Jun 27, 2017
-
-
Ruben Davila authored
-
- May 16, 2017
-
-
Mike Greiling authored
-
- May 15, 2017
-
-
Luke "Jared" Bennett authored
-
- Apr 28, 2017
-
-
Sam Rose authored
-
- Apr 25, 2017
-
-
Achilleas Pipinellis authored
The restore process copies the old builds/ dir into builds.<epoch>/ which results in Git complaining about untracked files
-
- Apr 13, 2017
-
-
Ruben Davila authored
-
- Mar 21, 2017
-
-
Grzegorz Bizon authored
-
- Feb 21, 2017
-
-
Mike Greiling authored
-
- Nov 22, 2016
-
-
winniehell authored
-
- Oct 26, 2016
-
-
winniehell authored
ESLint config: https://github.com/airbnb/javascript
-
- Sep 05, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 07, 2016
-
-
winniehell authored
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-