aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/project-admin
Commit message (Collapse)AuthorAgeFilesLines
* finish typing redux store and simplify connected components (#675)Stas Vilchik2018-09-032-2/+2
|
* drop organization members from redux store (#637)Stas Vilchik2018-08-221-7/+1
|
* rewrite project deletion in typescript (#633)Stas Vilchik2018-08-223-180/+0
|
* drop project links from redux store (#632)Stas Vilchik2018-08-2210-595/+0
|
* SONAR-9369 Add search for module, directory, file and author facets (#606)Stas Vilchik2018-08-211-2/+1
|
* update main dependencies & fix autofixable eslint warnings (#601)Stas Vilchik2018-08-103-19/+28
|
* SONAR-10675 Decrease JavaScript boot-up time (#283)Stas Vilchik2018-05-291-30/+0
|
* SONAR-10673 Stop using font for icons (#252)Stas Vilchik2018-05-232-36/+16
|
* rewrite some components in ts (#243)Stas Vilchik2018-05-151-1/+1
|
* replace native buttons with Button component (#235)Stas Vilchik2018-05-143-38/+28
|
* SONAR-10612 replace .icon-detach with DetachIconStas Vilchik2018-05-031-1/+2
|
* rewrite remaining backbone modals in reactStas Vilchik2018-02-2719-508/+505
|
* SONAR-10411 use link name from l10n bundle for provided linksStas Vilchik2018-02-202-2/+7
|
* SONAR-10299 drop special rendering of developer connection linkStas Vilchik2018-02-202-19/+6
|
* strengthen import/order (#3024)Stas Vilchik2018-02-075-5/+5
|
* GOV-289 Porfolio deletion should redirect to Portfolios pageStas Vilchik2018-01-121-1/+1
|
* Fix license headers for 2018Simon Brandhof2018-01-0727-27/+27
|
* SONAR-10188 Update project/organization headerStas Vilchik2018-01-022-5/+7
|
* Move 'parseError' to request libGrégoire Aubert2017-11-244-4/+4
|
* SONAR-10024 Group of buttons shouldn't look like tabsStas Vilchik2017-11-031-8/+6
|
* wrap react-modal and react-select in own components (#2759)Stas Vilchik2017-10-301-7/+2
|
* delete portfolios with api/views/deleteStas Vilchik2017-09-251-2/+4
|
* update prettierStas Vilchik2017-09-1312-95/+67
|
* SONAR-9736 fix access to project admin pagesStas Vilchik2017-09-1214-810/+3
|
* SONAR-9702 Build UI for short-lived branches (#2371)Stas Vilchik2017-09-125-43/+15
|
* SONAR-9784 rewrite projects management pageStas Vilchik2017-09-111-1/+1
|
* comment flow annotations (#2335)Stas Vilchik2017-08-143-3/+5
|
* SONAR-9531 Change the application spaceStas Vilchik2017-07-311-2/+5
|
* update react (#2288)Stas Vilchik2017-07-2516-38/+54
|
* upgrade prettier and remove prettier-eslint (#2254)Stas Vilchik2017-07-1710-33/+67
|
* SONAR-9482 Rename api getQualityProfiles to seachQualityProfilesGrégoire Aubert2017-07-041-4/+4
|
* rework some modals (#2113)Stas Vilchik2017-05-293-74/+79
|
* SONAR-8369 SONAR-8722 Sanitize page titlesGrégoire Aubert2017-05-105-0/+15
|
* MMF-661 rework search (#2030)Stas Vilchik2017-05-092-2/+2
|
* upgrade prettier (#1954)Stas Vilchik2017-04-203-80/+70
|
* improve react usage (#1936)Stas Vilchik2017-04-1921-140/+86
| | | | | | | | | | | | | | | | | | | | | | * remove React.createClass * remove react-addons-shallow-compare * convert to functional components * replace Component with PureComponent * remove react-router-redux * declare function components consistently * fix quality flaws * fix typo * declare children prop consistently * pass location to ComponentNavMenu
* SONAR-9064 Rework facets sidebar on the issues pageStas Vilchik2017-04-131-1/+1
|
* SONAR-9008 support quality profiles for organizationsStas Vilchik2017-04-032-20/+32
|
* re-format js code (#1877)Stas Vilchik2017-03-312-6/+3
|
* optimize js bundles (#1855)Stas Vilchik2017-03-2710-16/+10
|
* SONAR-8974 Update "view" to "portfolio" in UI (#1818)Stas Vilchik2017-03-202-2/+11
|
* format code using prettier (#1774)Stas Vilchik2017-03-1739-754/+690
|
* fix indentationStas Vilchik2017-02-237-30/+30
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1039-78/+78
|
* SONAR-8713 change bug tracker iconStas Vilchik2017-01-301-0/+9
|
* upgrade eslint and its plugins, tune rules (#1481)Stas Vilchik2016-12-222-3/+3
|
* reorganize store directoriesStas Vilchik2016-12-098-10/+10
| | | | | move store/ outside of app/ move components/store/* to store/
* SONAR-8505 Implement smooth transition between pages (#1440)Stas Vilchik2016-12-084-37/+0
|
* SONAR-8451 Run js app outside of ruby containerStas Vilchik2016-12-075-9/+25
|
* step towards a single-entry-point js app (#1362)Stas Vilchik2016-11-2810-94/+66
|