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
3f2df9c3
Commit
3f2df9c3
authored
Jan 16, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in VERSION, db/schema.rb, and spec/models/service_spec.rb
parent
de3b9b9f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
11 deletions
+3
-11
VERSION
VERSION
+0
-4
db/schema.rb
db/schema.rb
+0
-4
spec/models/service_spec.rb
spec/models/service_spec.rb
+3
-3
No files found.
VERSION
View file @
3f2df9c3
<<<<<<< HEAD
10.4.0-pre
=======
10.3.4
>>>>>>> Update VERSION to 10.3.4
db/schema.rb
View file @
3f2df9c3
...
...
@@ -11,11 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
<<<<<<<
HEAD
ActiveRecord
::
Schema
.
define
(
version:
20180105212544
)
do
=======
ActiveRecord
::
Schema
.
define
(
version:
20171215121259
)
do
>>>>>>>
Merge
branch
'sh-migrate-can-push-to-deploy-keys-projects-10-3'
into
'security-10-3'
# These are extensions that must be enabled in order to support this database
enable_extension
"plpgsql"
...
...
spec/models/service_spec.rb
View file @
3f2df9c3
...
...
@@ -255,7 +255,6 @@ describe Service do
end
end
<<<<<<<
HEAD
describe
"#deprecated?"
do
let
(
:project
)
{
create
(
:project
,
:repository
)
}
...
...
@@ -279,7 +278,9 @@ describe Service do
it
'returns service template'
do
expect
(
KubernetesService
.
find_by_template
).
to
eq
(
kubernetes_service
)
=======
end
end
describe
'#api_field_names'
do
let
(
:fake_service
)
do
Class
.
new
(
Service
)
do
...
...
@@ -311,7 +312,6 @@ describe Service do
it
'filters out sensitive fields'
do
expect
(
service
.
api_field_names
).
to
eq
([
'safe_field'
])
>>>>>>>
Merge
branch
'security-10-3-do-not-expose-passwords-or-tokens-in-service-integrations-api'
into
'security-10-3'
end
end
end
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