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
f9f930a8
Commit
f9f930a8
authored
Sep 08, 2017
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve a few files
parent
8e12e163
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
+0
-9
doc/integration/README.md
doc/integration/README.md
+0
-3
locale/gitlab.pot
locale/gitlab.pot
+0
-3
spec/controllers/projects/artifacts_controller_spec.rb
spec/controllers/projects/artifacts_controller_spec.rb
+0
-3
No files found.
doc/integration/README.md
View file @
f9f930a8
...
...
@@ -13,10 +13,7 @@ See the documentation below for details on how to configure these services.
-
[
Gmail actions buttons
](
gmail_action_buttons_for_gitlab.md
)
Adds GitLab actions to messages
-
[
Jenkins
](
jenkins.md
)
Integrate with the Jenkins CI
-
[
JIRA
](
../user/project/integrations/jira.md
)
Integrate with the JIRA issue tracker
<<<<<<< HEAD
-
[
Kerberos
](
kerberos.md
)
Integrate with Kerberos
=======
>>>>>>> upstream/master
-
[
LDAP
](
ldap.md
)
Set up sign in via LDAP
-
[
OAuth2 provider
](
oauth_provider.md
)
OAuth2 application creation
-
[
OmniAuth
](
omniauth.md
)
Sign in via Twitter, GitHub, GitLab.com, Google, Bitbucket, Facebook, Shibboleth, SAML, Crowd, Azure and Authentiq ID
...
...
locale/gitlab.pot
View file @
f9f930a8
...
...
@@ -987,8 +987,6 @@ msgstr ""
msgid "Push Rules"
msgstr ""
<<<<<<< HEAD
=======
msgid "ProjectsDropdown|Loading projects"
msgstr ""
...
...
@@ -1007,7 +1005,6 @@ msgstr ""
msgid "ProjectsDropdown|This feature requires browser localStorage support"
msgstr ""
>>>>>>> upstream/master
msgid "Push events"
msgstr ""
...
...
spec/controllers/projects/artifacts_controller_spec.rb
View file @
f9f930a8
...
...
@@ -114,7 +114,6 @@ describe Projects::ArtifactsController do
end
end
end
<<<<<<<
HEAD
context
'when the file does not exist'
do
let
(
:path
)
{
'unknown'
}
...
...
@@ -125,8 +124,6 @@ describe Projects::ArtifactsController do
expect
(
response
).
to
be_not_found
end
end
=======
>>>>>>>
upstream
/
master
end
describe
'GET latest_succeeded'
do
...
...
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