Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NodeSharedCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dojo Project (HES-SO)
Projects
Shared
NodeSharedCode
Compare revisions
102e79d9b78d79e495f7b82e5e767eb7898248db to 4d1e63ebbbe7e6fec1de74d79a2919047eea5775
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
dojo_project/projects/shared/nodesharedcode
Select target project
No results found
4d1e63ebbbe7e6fec1de74d79a2919047eea5775
Select Git revision
Branches
jw_sonar
jw_sonar_backup
main
move-to-esm-only
open_tool_for_self_hosting
v5.0
Tags
v4.1
v4.2
8 results
Swap
Target
dojo_project/projects/shared/nodesharedcode
Select target project
dojo_project/projects/shared/nodesharedcode
1 result
102e79d9b78d79e495f7b82e5e767eb7898248db
Select Git revision
Branches
jw_sonar
jw_sonar_backup
main
move-to-esm-only
open_tool_for_self_hosting
v5.0
Tags
v4.1
v4.2
8 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Add sonar route
· 44b2ae36
joel.vonderwe
authored
1 year ago
44b2ae36
Add sonar quality routes
· 4d1e63eb
joel.vonderwe
authored
1 year ago
4d1e63eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
types/Sonar/SonarRoute.ts
+5
-2
5 additions, 2 deletions
types/Sonar/SonarRoute.ts
with
5 additions
and
2 deletions
types/Sonar/SonarRoute.ts
View file @
4d1e63eb
...
...
@@ -2,8 +2,11 @@ enum SonarRoute {
SET_PAT
=
'
/api/alm_integrations/set_pat
'
,
PROJECT_CREATE_GITLAB
=
'
/api/alm_integrations/import_gitlab_project
'
,
PROJECT_ADD_GATE
=
'
/api/qualitygates/select
'
,
PROJECT_ADD_PROFILE
=
'
/api/qualityprofiles/add_project
'
,
GET_LANGUAGES
=
'
/api/languages/list
'
PROJECT_ADD_PROFILE
=
'
/api/qualityprofiles/add_project
'
,
PROJECT_DELETE
=
'
/api/projects/delete
'
,
GET_LANGUAGES
=
'
/api/languages/list
'
,
TEST_GATE
=
'
/api/qualitygates/show
'
,
TEST_PROFILE
=
'
/api/qualityprofiles/search
'
,
}
export
default
SonarRoute
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.