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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
069c54a7
Commit
069c54a7
authored
Apr 11, 2017
by
Robert Speicher
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'gitlab-update_templates' into 'master'
Update templates See merge request !10619
parents
17bcf250
d41eb62e
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
68 additions
and
70 deletions
+68
-70
vendor/gitignore/C.gitignore
vendor/gitignore/C.gitignore
+1
-0
vendor/gitignore/Dart.gitignore
vendor/gitignore/Dart.gitignore
+3
-24
vendor/gitignore/Global/Eclipse.gitignore
vendor/gitignore/Global/Eclipse.gitignore
+0
-6
vendor/gitignore/Global/JetBrains.gitignore
vendor/gitignore/Global/JetBrains.gitignore
+3
-0
vendor/gitignore/Global/macOS.gitignore
vendor/gitignore/Global/macOS.gitignore
+25
-26
vendor/gitignore/Python.gitignore
vendor/gitignore/Python.gitignore
+3
-0
vendor/gitignore/Rails.gitignore
vendor/gitignore/Rails.gitignore
+1
-1
vendor/gitignore/TeX.gitignore
vendor/gitignore/TeX.gitignore
+3
-0
vendor/gitignore/Unity.gitignore
vendor/gitignore/Unity.gitignore
+0
-1
vendor/gitignore/VisualStudio.gitignore
vendor/gitignore/VisualStudio.gitignore
+2
-1
vendor/gitlab-ci-yml/Django.gitlab-ci.yml
vendor/gitlab-ci-yml/Django.gitlab-ci.yml
+16
-1
vendor/gitlab-ci-yml/Pages/Hexo.gitlab-ci.yml
vendor/gitlab-ci-yml/Pages/Hexo.gitlab-ci.yml
+6
-7
vendor/gitlab-ci-yml/Pages/Jekyll.gitlab-ci.yml
vendor/gitlab-ci-yml/Pages/Jekyll.gitlab-ci.yml
+4
-2
vendor/gitlab-ci-yml/Scala.gitlab-ci.yml
vendor/gitlab-ci-yml/Scala.gitlab-ci.yml
+1
-1
No files found.
vendor/gitignore/C.gitignore
View file @
069c54a7
...
...
@@ -45,6 +45,7 @@
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
...
...
vendor/gitignore/Dart.gitignore
View file @
069c54a7
# See https://www.dartlang.org/tools/private-files.html
# Files and directories created by pub
# SDK 1.20 and later (no longer creates packages directories)
.packages
.pub/
build/
# Older SDK versions
# (Include if the minimum SDK version specified in pubsepc.yaml is earlier than 1.20)
.project
.buildlog
**/packages/
# Files created by dart2js
# (Most Dart developers will use pub build to compile Dart, use/modify these
# rules if you intend to use dart2js directly
# Convention is to use extension '.dart.js' for Dart compiled to Javascript to
# differentiate from explicit Javascript files)
*.dart.js
*.part.js
*.js.deps
*.js.map
*.info.json
# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock
# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
doc/api/
# Don't commit pubspec lock file
# (Library packages only! Remove pattern if developing an application package)
pubspec.lock
vendor/gitignore/Global/Eclipse.gitignore
View file @
069c54a7
...
...
@@ -11,9 +11,6 @@ local.properties
.loadpath
.recommenders
# Eclipse Core
.project
# External tool builders
.externalToolBuilders/
...
...
@@ -26,9 +23,6 @@ local.properties
# CDT-specific (C/C++ Development Tooling)
.cproject
# JDT-specific (Eclipse Java Development Tools)
.classpath
# Java annotation processor (APT)
.factorypath
...
...
vendor/gitignore/Global/JetBrains.gitignore
View file @
069c54a7
...
...
@@ -36,6 +36,9 @@
# JIRA plugin
atlassian-ide-plugin.xml
# Cursive Clojure plugin
.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
...
...
vendor/gitignore/Global/macOS.gitignore
View file @
069c54a7
*.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
*.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
...
...
vendor/gitignore/Python.gitignore
View file @
069c54a7
...
...
@@ -92,3 +92,6 @@ ENV/
# Rope project settings
.ropeproject
# mkdocs documentation
/site
vendor/gitignore/Rails.gitignore
View file @
069c54a7
...
...
@@ -8,7 +8,7 @@ capybara-*.html
/public/system
/coverage/
/spec/tmp
*
*
.orig
*.orig
rerun.txt
pickle-email-*.html
...
...
vendor/gitignore/TeX.gitignore
View file @
069c54a7
...
...
@@ -148,6 +148,9 @@ _minted*
# pax
*.pax
# pdfpcnotes
*.pdfpc
# sagetex
*.sagetex.sage
*.sagetex.py
...
...
vendor/gitignore/Unity.gitignore
View file @
069c54a7
...
...
@@ -23,7 +23,6 @@ ExportedObj/
*.svd
*.pdb
# Unity3D generated meta files
*.pidb.meta
...
...
vendor/gitignore/VisualStudio.gitignore
View file @
069c54a7
...
...
@@ -219,6 +219,7 @@ UpgradeLog*.htm
# SQL Server files
*.mdf
*.ldf
*.ndf
# Business Intelligence projects
*.rdl.data
...
...
@@ -284,4 +285,4 @@ __pycache__/
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs
\ No newline at end of file
*.xsd.cs
vendor/gitlab-ci-yml/Django.gitlab-ci.yml
View file @
069c54a7
...
...
@@ -26,9 +26,24 @@ before_script:
# - apt-get update -q && apt-get install nodejs -yqq
-
pip install -r requirements.txt
# To get Django tests to work you may need to create a settings file using
# the following DATABASES:
#
# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.postgresql_psycopg2',
# 'NAME': 'ci',
# 'USER': 'postgres',
# 'PASSWORD': 'postgres',
# 'HOST': 'postgres',
# 'PORT': '5432',
# },
# }
#
# and then adding `--settings app.settings.ci` (or similar) to the test command
test
:
variables
:
DATABASE_URL
:
"
postgresql://postgres:postgres@postgres:5432/$POSTGRES_DB"
script
:
-
python manage.py migrate
-
python manage.py test
vendor/gitlab-ci-yml/Pages/Hexo.gitlab-ci.yml
View file @
069c54a7
# Full project: https://gitlab.com/pages/hexo
image
:
node:
4.2.2
image
:
node:
6.10.0
pages
:
cache
:
paths
:
-
node_modules/
script
:
-
npm install hexo-cli -g
-
npm install
-
hexo deploy
-
./node_modules/hexo/bin/hexo generate
artifacts
:
paths
:
-
public
cache
:
paths
:
-
node_modules
key
:
project
only
:
-
master
vendor/gitlab-ci-yml/Pages/Jekyll.gitlab-ci.yml
View file @
069c54a7
# Template project: https://gitlab.com/pages/jekyll
# Docs: https://docs.gitlab.com/ce/pages/
# Jekyll version: 3.4.0
image
:
ruby:2.3
variables
:
JEKYLL_ENV
:
production
before_script
:
-
bundle install
...
...
@@ -25,4 +27,4 @@ pages:
-
public
only
:
-
master
\ No newline at end of file
vendor/gitlab-ci-yml/Scala.gitlab-ci.yml
View file @
069c54a7
...
...
@@ -9,7 +9,7 @@ before_script:
-
apt-get install apt-transport-https -yqq
# Add keyserver for SBT
-
echo "deb http://dl.bintray.com/sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list
-
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 642AC823
-
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv
2EE0EA64E40A89B84B2DF73499E82A75
642AC823
# Install SBT
-
apt-get update -yqq
-
apt-get install sbt -yqq
...
...
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