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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
58c76f4b
Commit
58c76f4b
authored
Jul 08, 2016
by
tiagonbotelho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes missing field on basicprojectdetails
parent
94d9e168
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
0 deletions
+2
-0
.Gemfile.swm
.Gemfile.swm
+0
-0
.Gemfile.swn
.Gemfile.swn
+0
-0
app/assets/javascripts/gl_dropdown.js.coffee
app/assets/javascripts/gl_dropdown.js.coffee
+1
-0
lib/api/entities.rb
lib/api/entities.rb
+1
-0
No files found.
.Gemfile.swm
0 → 100644
View file @
58c76f4b
File added
.Gemfile.swn
0 → 100644
View file @
58c76f4b
File added
app/assets/javascripts/gl_dropdown.js.coffee
View file @
58c76f4b
...
...
@@ -399,6 +399,7 @@ class GitLabDropdown
selected
=
true
# Set URL
console
.
log
(
data
)
if
@
options
.
url
?
url
=
@
options
.
url
(
data
)
else
...
...
lib/api/entities.rb
View file @
58c76f4b
...
...
@@ -54,6 +54,7 @@ module API
class
BasicProjectDetails
<
Grape
::
Entity
expose
:id
expose
:http_url_to_repo
,
:web_url
expose
:name
,
:name_with_namespace
expose
:path
,
:path_with_namespace
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