aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-10053 Display error message when entering license of unknown edition ↵Grégoire Aubert2018-02-233-41/+88
| | | | in marketplace
* SONAR-10440 Remove useless tooltips on project overview measuresGrégoire Aubert2018-02-239-124/+88
|
* SONAR-10207 Show a loading spinner in tags selectorGrégoire Aubert2018-02-232-12/+23
|
* Fix styling in rules meta dataGrégoire Aubert2018-02-231-1/+2
|
* create and use Button component (#3087)Stas Vilchik2018-02-21146-1273/+1155
|
* review source viewer measures overlay in react (#3084)Stas Vilchik2018-02-211-4/+3
|
* SONAR-10411 use link name from l10n bundle for provided linksStas Vilchik2018-02-203-4/+9
|
* SONAR-10299 drop special rendering of developer connection linkStas Vilchik2018-02-204-100/+68
|
* rewrite parts of permission templates app in react (#3070)Stas Vilchik2018-02-1623-534/+599
|
* SONAR-10404 Add Tooltip on issues count in rules pageGrégoire Aubert2018-02-151-7/+25
|
* SONAR-10432 Bring back installed filter tab in MarketplaceGrégoire Aubert2018-02-155-37/+37
|
* rewrite maintenance app in react (#3055)Stas Vilchik2018-02-1439-341/+902
|
* update typescript to 2.7 (#3054)Stas Vilchik2018-02-13125-187/+205
|
* rewrite custom measures app in react (#3052)Stas Vilchik2018-02-1341-809/+1815
|
* rewrite custom metrics app in react (#3036)Stas Vilchik2018-02-0939-561/+1519
|
* enable eslint rules to enforce newlines (#3043)Stas Vilchik2018-02-097-0/+10
|
* SONAR-10414 Missing l10n message in Marketplace (#3038)Stas Vilchik2018-02-092-3/+3
|
* update eslint and plugins, add new rules (#3041)Stas Vilchik2018-02-095-3/+7
|
* SONAR-10375 Project's homepage sidebar improvements (#3032)Stas Vilchik2018-02-0814-119/+146
|
* SONAR-10289 Update login page UI and allow to display identity providers helpStas Vilchik2018-02-0726-187/+258
|
* SONAR-10338 Implement /sessions/email_already_exists pageStas Vilchik2018-02-075-1/+311
|
* strengthen import/order (#3024)Stas Vilchik2018-02-0775-105/+105
|
* SONAR-10319 Display Analysis Scope on rules detail page (#2995)Grégoire Aubert2018-02-074-19/+33
| | | | | | * SONAR-10319 Display Analysis Scope on rules detail page * fix icons alignment
* rewrite groups app with react (#3017)Stas Vilchik2018-02-0648-1074/+1485
|
* Automatic merge from branch-7.0ssjenka2018-02-051-1/+1
|\ | | | | | | | | | | | | | | * origin/branch-7.0: Prepare version 7.0-SNAPSHOT Release 7.0 SONAR-10384 No more possible to remove an email of a user SONAR-10296 Connection to PostgreSQL database fails if SOCKS proxy is enabled
| * SONAR-10384 No more possible to remove an email of a userStas Vilchik2018-02-021-1/+1
| |
* | fix rendering of secondary measures on the Measures pageStas Vilchik2018-02-012-8/+58
| |
* | Merge remote-tracking branch 'origin/branch-7.0'Grégoire Aubert2018-02-012-46/+40
|\|
| * Add back missing action to bulk unassign issuesGrégoire Aubert2018-01-312-46/+40
| |
* | add min length requirement for rules searchStas Vilchik2018-01-311-0/+1
| |
* | rewrite rules app with react (#2982)Stas Vilchik2018-01-29154-4643/+5321
| |
* | SONAR-10266 Update svg templates and metrics listGrégoire Aubert2018-01-251-0/+1
| |
* | Fetch metrics with redux on project dashboard pagesGrégoire Aubert2018-01-2515-160/+172
| |
* | Migrate parts of overview app to TSGrégoire Aubert2018-01-2555-1076/+755
| |
* | Migrate App to tsx and clean up measures related typesGrégoire Aubert2018-01-254-166/+2
| |
* | Make branch parameter optional in some helper functionsGrégoire Aubert2018-01-254-30/+21
| |
* | SONAR-10264 Add ITs for project badges pageGrégoire Aubert2018-01-252-1/+4
| |
* | SONAR-10264 Create the project badges page for SonarCloudGrégoire Aubert2018-01-2517-13/+904
| | | | | | | | | | | | | | | | - SONAR-10268 Create the badges page with the Scanned on SonarCloud badge - SONAR-10272 Allow user to choose the color of the badge - SONAR-10268 Add the "Scanned on SonarCloud" svg files - SONAR-10264 SONAR-10271 Add standard measure badges - SONAR-10264 Allow user to choose a metric for the standard badge
* | Fix styling issue on some commands in the project creation tutorialGrégoire Aubert2018-01-2510-36/+36
| |
* | Create a Clipboard buttonGrégoire Aubert2018-01-253-134/+25
| |
* | Create a getHostUrl function in the urls helperGrégoire Aubert2018-01-251-8/+7
| |
* | Remove unused router from overview Meta componentGrégoire Aubert2018-01-252-9/+10
|/
* update gradle version in tutorialStas Vilchik2018-01-222-3/+3
|
* SONAR-10120 Add server id and date in the system info json nameGrégoire Aubert2018-01-1510-42/+54
|
* SONAR-10284 Retreive onSonarCloud param in SimpleContainerGrégoire Aubert2018-01-151-10/+13
|
* fix file headersStas Vilchik2018-01-15532-1872/+810
|
* GOV-289 Porfolio deletion should redirect to Portfolios pageStas Vilchik2018-01-121-1/+1
|
* update jest & enzymeStas Vilchik2018-01-1249-197/+225
|
* fix scrolling of the issues sidebar on the Explore pageStas Vilchik2018-01-121-1/+1
|
* SONAR-10239 Stop using "External link" iconStas Vilchik2018-01-123-14/+18
|