BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
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
Show 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
gl_dropdown.js.coffee
app/assets/javascripts/gl_dropdown.js.coffee
+1
-0
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