aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/portfolio
Commit message (Expand)AuthorAgeFilesLines
* Fix eslint's issuesPhilippe Perrin2020-04-082-2/+5
* SONAR-13147 lazyloadingJeremy Davis2020-03-061-2/+2
* SONAR-12632 Extract measure and history buttons from portfolio to shared comp...Wouter Admiraal2020-02-1011-236/+17
* Format all headers for 2020Wouter Admiraal2020-01-0727-28/+27
* SONAR-12877 Add aria-label attributes to quality gate badges when necessaryWouter Admiraal2020-01-023-24/+123
* Fix formatting issues due to the new version of prettierPhilippe Perrin2019-12-301-4/+1
* SONAR-12591 Creating a new portfolio / application leads to a blank pagePhilippe Perrin2019-10-182-2/+39
* Bump to eslint-config-sonarqube 0.5.1philippe-perrin-sonarsource2019-07-193-3/+3
* Sort import in sonar-webphilippe-perrin-sonarsource2019-07-1918-33/+33
* SC-704 Extract components into sonar-ui-common (#1714)Grégoire Aubert2019-07-1112-27/+27
* SONAR-12235 Adjust portfolio metric freshness font sizeJeremy Davis2019-06-281-1/+0
* SONAR-12189 Make dashes smaller for empty measuresJeremy Davis2019-06-281-0/+1
* SONAR-12092 Fix broken empty portfolio displayGrégoire Aubert2019-06-282-16/+28
* SONAR-12204 Add measures icon to nloc link in portfolio overviewWouter Admiraal2019-06-288-62/+77
* SONAR-12156 Add security review rating to portfolio overviewJeremy Davis2019-06-1439-1517/+937
* SONAR-12119 Change "Worst project" links in portfoliosphilippe-perrin-sonarsource2019-06-132-1/+7
* Update prettier to last versionGrégoire Aubert2019-03-292-26/+23
* Add tests for untested componentsWouter Admiraal2019-03-291-0/+34
* Remove dead codeWouter Admiraal2019-03-291-34/+0
* Introduce new T.Dict<T> type constructorWouter Admiraal2019-03-2910-14/+14
* SONAR-11616 Save selected activity graph per projectGrégoire Aubert2019-01-092-32/+29
* Fix license headers for 2019Duarte Meneses2019-01-0236-36/+36
* remove some usages of legacy react contextStas Vilchik2018-12-111-1/+1
* replace deprecated componentKey in web api callsStas Vilchik2018-12-112-2/+2
* create global type definitions (#1017)Stas Vilchik2018-12-054-9/+5
* SONAR-11321 Create organization from GitHub organization or BitBucket teamJulien Lancelot2018-11-161-1/+2
* SONAR-11289 Make portfolio creation popup accessible to non global adminGrégoire Aubert2018-10-101-0/+33
* rewrite project activity app in ts (#740)Stas Vilchik2018-09-251-6/+6
* finish typing redux store and simplify connected components (#675)Stas Vilchik2018-09-034-10/+11
* update main dependencies & fix autofixable eslint warnings (#601)Stas Vilchik2018-08-105-14/+15
* SONAR-10963 Improve privacy badges of projects and organizationGrégoire Aubert2018-07-111-0/+10
* SONAR-10813 Add project branchesPascal Mugnier2018-06-291-0/+3
* Fix malformed license headersJanos Gyerik2018-06-141-20/+0
* SONAR-10671 Reduce render-blocking stylesheets (#297)Stas Vilchik2018-05-312-6/+6
* SONAR-10673 Stop using font for icons (#252)Stas Vilchik2018-05-233-3/+3
* SONAR-10601 refresh the page when the web app can not load a js bundleStas Vilchik2018-05-101-4/+2
* SONAR-9843 Open measure page in blank page when middle click on a filePascal Mugnier2018-04-184-6/+8
* GOV-288 Portfolio containing only provisioned projects is not 'empty'Pascal Mugnier2018-04-175-24/+65
* GOV-316 Add "has always been X" for ratings that never changedPascal Mugnier2018-04-1711-8/+38
* SONAR-10580 Local storage references should not use window.localStorage (#145)Pascal Mugnier2018-04-162-5/+13
* SONAR-10486 Display badges for applicationsPascal Mugnier2018-03-295-53/+136
* SONAR-10374 Support pull request in the web appTeryk Bellahsene2018-03-1311-32/+9
* Use Button component in webhooks consoleGrégoire Aubert2018-03-011-2/+0
* SONAR-10324 Improve tick and cross iconsGrégoire Aubert2018-03-012-3/+6
* create and use Button component (#3087)Stas Vilchik2018-02-212-13/+10
* rewrite maintenance app in react (#3055)Stas Vilchik2018-02-141-3/+2
* update typescript to 2.7 (#3054)Stas Vilchik2018-02-134-4/+4
* Fetch metrics with redux on project dashboard pagesGrégoire Aubert2018-01-256-36/+45
* Migrate parts of overview app to TSGrégoire Aubert2018-01-258-191/+73
* Migrate App to tsx and clean up measures related typesGrégoire Aubert2018-01-251-2/+1