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
13810b39
Commit
13810b39
authored
Jan 20, 2021
by
GitLab Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add latest changes from gitlab-org/gitlab@13-8-stable-ee
parent
6438df3a
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
17 additions
and
139 deletions
+17
-139
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+1
-1
scripts/rspec_helpers.sh
scripts/rspec_helpers.sh
+10
-0
vendor/gitignore/Clojure.gitignore
vendor/gitignore/Clojure.gitignore
+1
-14
vendor/gitignore/Clojure.gitignore
vendor/gitignore/Clojure.gitignore
+1
-14
vendor/gitignore/Fortran.gitignore
vendor/gitignore/Fortran.gitignore
+1
-32
vendor/gitignore/Fortran.gitignore
vendor/gitignore/Fortran.gitignore
+1
-32
vendor/gitignore/Kotlin.gitignore
vendor/gitignore/Kotlin.gitignore
+1
-23
vendor/gitignore/Kotlin.gitignore
vendor/gitignore/Kotlin.gitignore
+1
-23
vendor/project_templates/kotlin_native_linux.tar.gz
vendor/project_templates/kotlin_native_linux.tar.gz
+0
-0
vendor/project_templates/learn_gitlab_gold_trial.tar.gz
vendor/project_templates/learn_gitlab_gold_trial.tar.gz
+0
-0
No files found.
.gitlab/ci/rails.gitlab-ci.yml
View file @
13810b39
...
...
@@ -308,7 +308,7 @@ rspec db-library-code pg12:
-
.rails:rules:ee-and-foss-db-library-code
script
:
-
*base-script
-
rspec_
simple_job "-- spec/lib/gitlab/database/ spec/support/helpers/database/ ee/spec/lib/gitlab/database/ ee/spec/lib/ee/gitlab/database_spec.rb"
-
rspec_
db_library_code
rspec fast_spec_helper
:
extends
:
...
...
scripts/rspec_helpers.sh
View file @
13810b39
...
...
@@ -75,6 +75,16 @@ function rspec_simple_job() {
bin/rspec
-Ispec
-rspec_helper
--color
--format
documentation
--format
RspecJunitFormatter
--out
junit_rspec.xml
${
rspec_opts
}
}
function
rspec_db_library_code
()
{
local
db_files
=
"spec/lib/gitlab/database/ spec/support/helpers/database/"
if
[[
-d
"ee/"
]]
;
then
db_files
=
"
${
db_files
}
ee/spec/lib/gitlab/database/ ee/spec/lib/ee/gitlab/database_spec.rb"
fi
rspec_simple_job
"--
${
db_files
}
"
}
function
rspec_paralellized_job
()
{
read
-ra
job_name
<<<
"
${
CI_JOB_NAME
}
"
local
test_tool
=
"
${
job_name
[0]
}
"
...
...
vendor/gitignore/Clojure.gitignore
deleted
100644 → 0
View file @
6438df3a
pom.xml
pom.xml.asc
*.jar
*.class
/lib/
/classes/
/target/
/checkouts/
.lein-deps-sum
.lein-repl-history
.lein-plugins/
.lein-failures
.nrepl-port
.cpcache/
vendor/gitignore/Clojure.gitignore
0 → 120000
View file @
13810b39
Leiningen.gitignore
\ No newline at end of file
vendor/gitignore/Fortran.gitignore
deleted
100644 → 0
View file @
6438df3a
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
vendor/gitignore/Fortran.gitignore
0 → 120000
View file @
13810b39
C++.gitignore
\ No newline at end of file
vendor/gitignore/Kotlin.gitignore
deleted
100644 → 0
View file @
6438df3a
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
vendor/gitignore/Kotlin.gitignore
0 → 120000
View file @
13810b39
Java.gitignore
\ No newline at end of file
vendor/project_templates/kotlin_native_linux.tar.gz
0 → 100644
View file @
13810b39
File added
vendor/project_templates/learn_gitlab_gold_trial.tar.gz
0 → 100644
View file @
13810b39
File added
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