Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
08de52a4
Commit
08de52a4
authored
Jul 09, 2018
by
Alessio Caiazza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitignore, .gitlab-ci.yml, and Dockerfile templates for 11.1.0
parent
70b3fde6
Changes
25
Show whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
86 additions
and
37 deletions
+86
-37
vendor/gitignore/Autotools.gitignore
vendor/gitignore/Autotools.gitignore
+1
-2
vendor/gitignore/CraftCMS.gitignore
vendor/gitignore/CraftCMS.gitignore
+3
-2
vendor/gitignore/Delphi.gitignore
vendor/gitignore/Delphi.gitignore
+1
-1
vendor/gitignore/Eagle.gitignore
vendor/gitignore/Eagle.gitignore
+0
-1
vendor/gitignore/GWT.gitignore
vendor/gitignore/GWT.gitignore
+0
-3
vendor/gitignore/Global/Backup.gitignore
vendor/gitignore/Global/Backup.gitignore
+5
-0
vendor/gitignore/Global/CodeKit.gitignore
vendor/gitignore/Global/CodeKit.gitignore
+1
-0
vendor/gitignore/Global/Eclipse.gitignore
vendor/gitignore/Global/Eclipse.gitignore
+4
-1
vendor/gitignore/Global/JetBrains.gitignore
vendor/gitignore/Global/JetBrains.gitignore
+10
-2
vendor/gitignore/Global/Matlab.gitignore
vendor/gitignore/Global/Matlab.gitignore
+9
-6
vendor/gitignore/Global/Patch.gitignore
vendor/gitignore/Global/Patch.gitignore
+2
-0
vendor/gitignore/Global/SynopsysVCS.gitignore
vendor/gitignore/Global/SynopsysVCS.gitignore
+4
-4
vendor/gitignore/Global/Vim.gitignore
vendor/gitignore/Global/Vim.gitignore
+2
-1
vendor/gitignore/LabVIEW.gitignore
vendor/gitignore/LabVIEW.gitignore
+1
-0
vendor/gitignore/Maven.gitignore
vendor/gitignore/Maven.gitignore
+1
-3
vendor/gitignore/Node.gitignore
vendor/gitignore/Node.gitignore
+6
-0
vendor/gitignore/Objective-C.gitignore
vendor/gitignore/Objective-C.gitignore
+3
-0
vendor/gitignore/Perl6.gitignore
vendor/gitignore/Perl6.gitignore
+7
-0
vendor/gitignore/Swift.gitignore
vendor/gitignore/Swift.gitignore
+3
-0
vendor/gitignore/TeX.gitignore
vendor/gitignore/TeX.gitignore
+3
-3
vendor/gitignore/Typo3.gitignore
vendor/gitignore/Typo3.gitignore
+4
-1
vendor/gitignore/Umbraco.gitignore
vendor/gitignore/Umbraco.gitignore
+1
-1
vendor/gitignore/UnrealEngine.gitignore
vendor/gitignore/UnrealEngine.gitignore
+0
-3
vendor/gitignore/VisualStudio.gitignore
vendor/gitignore/VisualStudio.gitignore
+3
-3
vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml
vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml
+12
-0
No files found.
vendor/gitignore/Autotools.gitignore
View file @
08de52a4
...
...
@@ -9,7 +9,7 @@ Makefile.in
# http://www.gnu.org/software/autoconf
/
autom4te.cache
autom4te.cache
/autoscan.log
/autoscan-*.log
/aclocal.m4
...
...
@@ -39,4 +39,3 @@ m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
autom4te.cache
vendor/gitignore/CraftCMS.gitignore
View file @
08de52a4
# Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore]
# Craft 2 Storage (https://craftcms.com/support/craft-storage-gitignore)
# not necessary for Craft 3 (https://github.com/craftcms/craft/issues/26)
/craft/storage/*
!/craft/storage/logo/*
\ No newline at end of file
!/craft/storage/rebrand
vendor/gitignore/Delphi.gitignore
View file @
08de52a4
vendor/gitignore/Eagle.gitignore
View file @
08de52a4
...
...
@@ -35,7 +35,6 @@ eagle.epf
*.gpi
*.pls
*.ger
*.gpi
*.xln
*.drd
...
...
vendor/gitignore/GWT.gitignore
View file @
08de52a4
...
...
@@ -18,9 +18,6 @@ war/WEB-INF/classes/
#compilation logs
.gwt/
#caching for already compiled files
gwt-unitCache/
#gwt junit compilation files
www-test/
...
...
vendor/gitignore/Global/Backup.gitignore
0 → 100644
View file @
08de52a4
*.bak
*.gho
*.ori
*.orig
*.tmp
vendor/gitignore/Global/CodeKit.gitignore
View file @
08de52a4
# General CodeKit files to ignore
config.codekit
config.codekit3
/min
vendor/gitignore/Global/Eclipse.gitignore
View file @
08de52a4
...
...
@@ -47,6 +47,9 @@ local.properties
# Code Recommenders
.recommenders/
# Annotation Processing
.apt_generated/
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
...
...
vendor/gitignore/Global/JetBrains.gitignore
View file @
08de52a4
...
...
@@ -4,6 +4,7 @@
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
...
...
@@ -20,9 +21,16 @@
.idea/**/gradle.xml
.idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# CMake
cmake-build-debug/
cmake-build-release/
cmake-build-*/
# Mongo Explorer plugin
.idea/**/mongoSettings.xml
...
...
vendor/gitignore/Global/Matlab.gitignore
View file @
08de52a4
...
...
@@ -18,6 +18,9 @@ helpsearch*/
slprj/
sccprj/
# Matlab code generation folders
codegen/
# Simulink autosave extension
*.autosave
...
...
vendor/gitignore/Global/Patch.gitignore
0 → 100644
View file @
08de52a4
*.orig
*.rej
vendor/gitignore/Global/SynopsysVCS.gitignore
View file @
08de52a4
vendor/gitignore/Global/Vim.gitignore
View file @
08de52a4
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
...
...
vendor/gitignore/LabVIEW.gitignore
View file @
08de52a4
...
...
@@ -14,3 +14,4 @@
# Metadata
*.aliases
*.lvlps
.cache/
vendor/gitignore/Maven.gitignore
View file @
08de52a4
...
...
@@ -7,6 +7,4 @@ release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
!/.mvn/wrapper/maven-wrapper.jar
.mvn/wrapper/maven-wrapper.jar
vendor/gitignore/Node.gitignore
View file @
08de52a4
...
...
@@ -57,9 +57,15 @@ typings/
# dotenv environment variables file
.env
# parcel-bundler cache (https://parceljs.org/)
.cache
# next.js build output
.next
# nuxt.js build output
.nuxt
# vuepress build output
.vuepress/dist
...
...
vendor/gitignore/Objective-C.gitignore
View file @
08de52a4
...
...
@@ -35,6 +35,9 @@ xcuserdata/
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
#
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace
# Carthage
#
...
...
vendor/gitignore/Perl6.gitignore
0 → 100644
View file @
08de52a4
# Gitignore for Perl 6 (http://www.perl6.org)
# As part of https://github.com/github/gitignore
# precompiled files
.precomp
lib/.precomp
vendor/gitignore/Swift.gitignore
View file @
08de52a4
...
...
@@ -47,6 +47,9 @@ playground.xcworkspace
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
#
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace
# Carthage
#
...
...
vendor/gitignore/TeX.gitignore
View file @
08de52a4
...
...
@@ -226,6 +226,9 @@ TSWLatexianTemp*
# Texpad
.texpadtmp
# LyX
*.lyx~
# Kile
*.backup
...
...
@@ -241,6 +244,3 @@ TSWLatexianTemp*
# standalone packages
*.sta
# generated if using elsarticle.cls
*.spl
vendor/gitignore/Typo3.gitignore
View file @
08de52a4
...
...
@@ -8,12 +8,15 @@
/typo3conf/temp_CACHED*
/typo3conf/temp_fieldInfo.php
/typo3conf/deprecation_*.log
/typo3conf/AdditionalConfiguration.php
/typo3conf/ENABLE_INSTALL_TOOL
/typo3conf/realurl_autoconf.php
/FIRST_INSTALL
# Ignore system folders, you should have them symlinked.
# If not comment out the following entries.
/typo3
/typo3_src
/typo3_src-*
/Packages
/.htaccess
/index.php
# Ignore temp directory.
...
...
vendor/gitignore/Umbraco.gitignore
View file @
08de52a4
vendor/gitignore/UnrealEngine.gitignore
View file @
08de52a4
# Visual Studio 2015 user specific files
.vs/
# Visual Studio 2015 database file
*.VC.db
# Compiled Object files
*.slo
*.lo
...
...
vendor/gitignore/VisualStudio.gitignore
View file @
08de52a4
vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml
View file @
08de52a4
...
...
@@ -105,11 +105,14 @@ code_quality:
-
code_quality
artifacts
:
paths
:
[
gl-code-quality-report.json
]
only
:
-
branches
except
:
variables
:
-
$CODE_QUALITY_DISABLED
license_management
:
stage
:
test
image
:
docker:stable
variables
:
DOCKER_DRIVER
:
overlay2
...
...
@@ -121,6 +124,8 @@ license_management:
-
license_management
artifacts
:
paths
:
[
gl-license-management-report.json
]
only
:
-
branches
except
:
variables
:
-
$LICENSE_MANAGEMENT_DISABLED
...
...
@@ -161,6 +166,8 @@ sast:
-
sast
artifacts
:
paths
:
[
gl-sast-report.json
]
only
:
-
branches
except
:
variables
:
-
$SAST_DISABLED
...
...
@@ -178,6 +185,8 @@ dependency_scanning:
-
dependency_scanning
artifacts
:
paths
:
[
gl-dependency-scanning-report.json
]
only
:
-
branches
except
:
variables
:
-
$DEPENDENCY_SCANNING_DISABLED
...
...
@@ -195,6 +204,8 @@ container_scanning:
-
container_scanning
artifacts
:
paths
:
[
gl-container-scanning-report.json
]
only
:
-
branches
except
:
variables
:
-
$CONTAINER_SCANNING_DISABLED
...
...
@@ -365,6 +376,7 @@ production_manual:
kubernetes
:
active
variables
:
-
$STAGING_ENABLED
-
$CANARY_ENABLED
except
:
variables
:
-
$INCREMENTAL_ROLLOUT_ENABLED
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment