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
67fa5d23
Commit
67fa5d23
authored
Dec 18, 2019
by
raju249
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change key in entity
parent
c4f7787b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
app/services/error_tracking/project_settings_service.rb
app/services/error_tracking/project_settings_service.rb
+12
-0
lib/api/entities.rb
lib/api/entities.rb
+1
-1
No files found.
app/services/error_tracking/project_settings_service.rb
0 → 100644
View file @
67fa5d23
# frozen_string_literal: true
module
ErrorTracking
class
ProjectSettingsService
<
ErrorTracking
::
BaseService
private
def
fetch
project_error_tracking_setting
.
sentry_project_settings
end
end
end
\ No newline at end of file
lib/api/entities.rb
View file @
67fa5d23
...
@@ -168,7 +168,7 @@ module API
...
@@ -168,7 +168,7 @@ module API
class
SentryProjectErrorTrackingSettings
<
Grape
::
Entity
class
SentryProjectErrorTrackingSettings
<
Grape
::
Entity
expose
:project_name
expose
:project_name
expose
:
project
_url
expose
:
sentry_external
_url
end
end
class
RemoteMirror
<
Grape
::
Entity
class
RemoteMirror
<
Grape
::
Entity
...
...
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