Commit f9f930a8 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Resolve a few files

parent 8e12e163
...@@ -13,10 +13,7 @@ See the documentation below for details on how to configure these services. ...@@ -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 - [Gmail actions buttons](gmail_action_buttons_for_gitlab.md) Adds GitLab actions to messages
- [Jenkins](jenkins.md) Integrate with the Jenkins CI - [Jenkins](jenkins.md) Integrate with the Jenkins CI
- [JIRA](../user/project/integrations/jira.md) Integrate with the JIRA issue tracker - [JIRA](../user/project/integrations/jira.md) Integrate with the JIRA issue tracker
<<<<<<< HEAD
- [Kerberos](kerberos.md) Integrate with Kerberos - [Kerberos](kerberos.md) Integrate with Kerberos
=======
>>>>>>> upstream/master
- [LDAP](ldap.md) Set up sign in via LDAP - [LDAP](ldap.md) Set up sign in via LDAP
- [OAuth2 provider](oauth_provider.md) OAuth2 application creation - [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 - [OmniAuth](omniauth.md) Sign in via Twitter, GitHub, GitLab.com, Google, Bitbucket, Facebook, Shibboleth, SAML, Crowd, Azure and Authentiq ID
......
...@@ -987,8 +987,6 @@ msgstr "" ...@@ -987,8 +987,6 @@ msgstr ""
msgid "Push Rules" msgid "Push Rules"
msgstr "" msgstr ""
<<<<<<< HEAD
=======
msgid "ProjectsDropdown|Loading projects" msgid "ProjectsDropdown|Loading projects"
msgstr "" msgstr ""
...@@ -1007,7 +1005,6 @@ msgstr "" ...@@ -1007,7 +1005,6 @@ msgstr ""
msgid "ProjectsDropdown|This feature requires browser localStorage support" msgid "ProjectsDropdown|This feature requires browser localStorage support"
msgstr "" msgstr ""
>>>>>>> upstream/master
msgid "Push events" msgid "Push events"
msgstr "" msgstr ""
......
...@@ -114,7 +114,6 @@ describe Projects::ArtifactsController do ...@@ -114,7 +114,6 @@ describe Projects::ArtifactsController do
end end
end end
end end
<<<<<<< HEAD
context 'when the file does not exist' do context 'when the file does not exist' do
let(:path) { 'unknown' } let(:path) { 'unknown' }
...@@ -125,8 +124,6 @@ describe Projects::ArtifactsController do ...@@ -125,8 +124,6 @@ describe Projects::ArtifactsController do
expect(response).to be_not_found expect(response).to be_not_found
end end
end end
=======
>>>>>>> upstream/master
end end
describe 'GET latest_succeeded' do describe 'GET latest_succeeded' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment