aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/api
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-13427 Add renew token badge for adminMathieu Suen2021-11-161-1/+5
|
* SONAR-13426 Enable project badge for private projectMathieu Suen2021-11-161-0/+27
|
* SONAR-15397 Fix Issue tags aren't filtered by branchZipeng WU2021-11-051-0/+2
|
* SONAR-15567 Add export UI to community editionMathieu Suen2021-11-041-0/+34
|
* SONAR-15588 Dismiss sonarlint promotionguillaume-peoch-sonarsource2021-11-031-0/+4
|
* SONAR-15441 QG permission management handles groupsJeremy Davis2021-10-221-0/+14
|
* SONAR-15440 Remove QG permissions for a userJeremy Davis2021-10-221-0/+4
|
* SONAR-15440 Add QG permissions to a userJeremy Davis2021-10-221-0/+5
|
* SONAR-15440 Show users with permissions on QGJeremy Davis2021-10-221-1/+9
|
* SONAR-15507 Add a prompt to warn when SonarQube need an updateMathieu Suen2021-10-211-0/+1
|
* SONAR-15338 Adapt to the new way of detecting secured settings being setMathieu Suen2021-09-161-2/+10
|
* SONAR-15313 drop endpoints from WebAPI deprecated since 7.XLukasz Jarocki2021-08-261-2/+1
| | | | | | Co-authored-by: Lukasz Jarocki <lukasz.jarocki@sonarsource.com> Co-authored-by: Philippe Perrin <philippe.perrin@sonarsource.com> Co-authored-by: MikeBirnstiehl <michael.birnstiehl@sonarsource.com>
* SONAR-15297 Move all code from sonar-ui-common back to respective sonar-web ↵Wouter Admiraal2021-08-2036-50/+38
| | | | folders
* SONAR-15297 Move sonar-ui-common code to sonar-webWouter Admiraal2021-08-2036-39/+44
|
* SONAR-15138 Add report download and subscription buttons for projects and ↵Philippe Perrin2021-08-091-17/+25
| | | | applications
* SONAR-10762 remove Custom Metric UIZipeng WU2021-07-071-34/+1
|
* SONAR-10762 Drop Custom Measures UIZipeng WU2021-07-071-34/+1
|
* SONAR-14932 Make alm config modal standalonePhilippe Perrin2021-06-281-4/+4
|
* SONAR-14871 Add PR decoration settings validation actionPhilippe Perrin2021-06-101-1/+22
|
* SONAR-14805 Add import action for bitbucket cloud onboardingMathieu Suen2021-05-211-0/+10
|
* SONAR-14802 Adding bitbucket cloud repository search formMathieu Suen2021-05-211-0/+18
|
* SONAR-14801 Adding App password form for Bitbucket cloud onboardingMathieu Suen2021-05-211-2/+8
|
* SONAR-14738 Make tutorial links available to project adminsWouter Admiraal2021-04-231-7/+5
|
* SONAR-13737 Show descriptive error messages for GitLab PAT validationWouter Admiraal2021-04-221-7/+9
|
* SONAR-13123 Handle WS errors when searching for issuesWouter Admiraal2021-04-091-1/+1
|
* SONAR-13998 Access to background task fail when not an main branchWouter Admiraal2021-03-031-6/+2
|
* Delete legacy SonarCloud codePhilippe Perrin2021-03-031-139/+0
|
* SONAR-14498 Support JSON field type in SettingsJay2021-02-261-3/+4
|
* Revert SONAR-14478, SONAR-14462, SONAR-14461lukasz-jarocki-sonarsource2021-02-261-0/+139
| | | | | | | | | | | | | | | | | | | | | * Revert "SONAR-14478 - Main Branch Documentation" This reverts commit 59eae7cf3f2e611e162a4e0122ae5846b10a45b1. * Revert "SONAR-14462 Do not display the branch name until the main branch is analyzed for the first time" This reverts commit 20f7319c06affdae62d39d1bad002f16504465a2. * Revert "SONAR-14461 main branch detection" This reverts commit c04baa1e8e3b492953d66a6bc4111c01f3ee3069. * Revert "SONAR-14461 Remove hardcoded usage of 'master'" This reverts commit 32eefaf2d36af375af280cc3ba664fd71e0f6afd. * Revert "SONAR-14461 save the default main branch when needed" This reverts commit 879a4be2afc570b2248fb4d639f42f913215805b.
* SONAR-14461 Remove hardcoded usage of 'master'Philippe Perrin2021-02-191-139/+0
|
* Improve code qualityWouter Admiraal2021-02-151-3/+30
|
* SONAR-13848 Remove deprecated API parametersWouter Admiraal2021-02-121-1/+0
|
* SONAR-14394 Add frontend for bitbucket cloud project binding.Mathieu Suen2021-02-081-0/+5
|
* SONAR-14393 Add admin form for Bitbucket Cloud integrationWouter Admiraal2021-02-081-0/+11
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0837-38/+37
|
* SONAR-13999 Drop frontend organizations leftoversJeremy Davis2020-12-225-51/+2
|
* SONAR-13999 Use global default project visibilityJeremy Davis2020-12-222-17/+1
|
* SONAR-13999 Drop orgs from rulesJeremy Davis2020-12-222-25/+4
|
* SONAR-13999 Remove orgs from issuesJeremy Davis2020-12-221-24/+4
|
* SONAR-13999 Drop orgs from QualityGatesJeremy Davis2020-12-221-43/+11
|
* SONAR-13999 Drop orgs from projectsJeremy Davis2020-12-221-3/+0
|
* SONAR-13999 Drop orgs from Quality ProfilesJeremy Davis2020-12-221-36/+14
|
* SONAR-13999 Drop orgs from webhooksJeremy Davis2020-12-221-5/+1
|
* SONAR-13999 Drop orgs from CEJeremy Davis2020-12-221-1/+0
|
* SONAR-13999 Drop deprecated api endpointsJeremy Davis2020-12-223-196/+0
|
* SONAR-14057 realign APIBelen Pruvost2020-11-251-2/+2
|
* SONAR-14059 Enable import of Azure repositoriesJeremy Davis2020-11-251-0/+12
|
* SONAR-14057 Enable Search for Azure RepositoriesJeremy Davis2020-11-251-0/+9
|
* SONAR-14057 Display Azure Projects and RepositoriesJeremy Davis2020-11-251-0/+17
|
* SONAR-13988 Display validation status for GitHub integrationJeremy Davis2020-11-041-1/+15
|