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
b36b4f8c
Commit
b36b4f8c
authored
Apr 20, 2018
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CE->EE: Fix conflicts relating to project snapshots
parent
ca8f95c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
doc/api/projects.md
doc/api/projects.md
+0
-4
lib/api/helpers/project_snapshots_helpers.rb
lib/api/helpers/project_snapshots_helpers.rb
+0
-3
No files found.
doc/api/projects.md
View file @
b36b4f8c
...
...
@@ -1545,7 +1545,3 @@ GET /projects/:id/snapshot
| --------- | ---- | -------- | ----------- |
|
`id`
| integer/string | yes | The ID or
[
URL-encoded path of the project
](
README.md#namespaced-path-encoding
)
|
|
`wiki`
| boolean | no | Whether to download the wiki, rather than project, repository |
<<<<<<< HEAD
=======
>>>>>>> upstream/master
lib/api/helpers/project_snapshots_helpers.rb
View file @
b36b4f8c
module
API
module
Helpers
module
ProjectSnapshotsHelpers
<<<<<<<
HEAD
prepend
::
EE
::
API
::
Helpers
::
ProjectSnapshotsHelpers
=======
>>>>>>>
upstream
/
master
def
authorize_read_git_snapshot!
authenticated_with_full_private_access!
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