aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web
Commit message (Collapse)AuthorAgeFilesLines
* open comment box on issue transitionStas Vilchik2017-03-201-0/+6
|
* fix organization projects pageStas Vilchik2017-03-204-6/+4
|
* SONAR-8843 Add the tags on the projects page and project homepage (#1801)Grégoire Aubert2017-03-2010-10/+204
|
* SONAR-8974 Update "view" to "portfolio" in UI (#1818)Stas Vilchik2017-03-203-3/+16
|
* do not lint GlobalFooterBrandingStas Vilchik2017-03-171-0/+1
| | | | it's replaced by another file during the build
* fix quality flawsStas Vilchik2017-03-171-4/+5
|
* SONAR-8959 display portfolios link near projects link (#1802)Stas Vilchik2017-03-176-3/+65
|
* format code using prettier (#1774)Stas Vilchik2017-03-171057-15689/+15668
|
* SONAR-8922 Add tags facet on project page (#1790)Grégoire Aubert2017-03-1634-418/+1364
| | | | | | | * Refactor the way filters are rendered * SONAR-8922 Add the tags facet on the projects page * SONAR-8923 Add the tags searchbox
* SONAR-8961 drilldown on local views (#1796)Stas Vilchik2017-03-152-2/+2
|
* SONAR-8953 Isolate scrolling of facets sidebar on projects pageStas Vilchik2017-03-146-22/+56
|
* SONAR-8800 remove usages of deprecated apiStas Vilchik2017-03-146-19/+23
|
* SONAR-8881 display ws changelogStas Vilchik2017-03-144-14/+149
|
* SONAR-8779 hide deprecated api by defaultStas Vilchik2017-03-1411-231/+446
|
* SONAR-8778 display deprecated key and its versionStas Vilchik2017-03-145-62/+160
|
* add type annotationsStas Vilchik2017-03-141-3/+39
|
* SONAR-8452 change default projects page (#1777)Stas Vilchik2017-03-146-25/+80
|
* fix js exception when location message is emptyStas Vilchik2017-03-144-2/+39
|
* SONAR-8521 Improve size, duplication and coverage facets style (#1776)Grégoire Aubert2017-03-135-59/+66
|
* run eslint, flow and jest tests on travis (#1779)Stas Vilchik2017-03-133-27/+3
|
* SONAR-8875 Fixes a bug with array metrics (languages, tags)Grégoire Aubert2017-03-131-3/+9
|
* Revert some changes of 788f8da breaking the project searchGrégoire Aubert2017-03-133-72/+79
|
* SONAR-8878 Add ut and it's for Language, Search and Sort filtersGrégoire Aubert2017-03-136-0/+481
|
* SONAR-8878 Split to components and containersGrégoire Aubert2017-03-1312-84/+121
|
* improve web performace of projects pageStas Vilchik2017-03-1017-148/+188
|
* use rc-tooltipStas Vilchik2017-03-105-27/+164
|
* SONAR-8913 display analysis date on projects page (#1765)Stas Vilchik2017-03-095-48/+170
|
* SONAR-8452 open the last state of projects page (#1760)Stas Vilchik2017-03-0911-40/+152
|
* SONAR-8815 Improve rating facets style (#1764)Grégoire Aubert2017-03-094-10/+96
|
* SONAR-8815 Specify the operator on projects page facets (#1763)Grégoire Aubert2017-03-091-3/+3
|
* Automatic merge from branch-6.3ssjenka2017-03-091-2/+2
|\ | | | | | | | | | | * origin/branch-6.3: fix styles on landing page SONAR-8623 Index all source files, even the ones with no supported language
| * fix styles on landing pageStas Vilchik2017-03-081-2/+2
| |
| * Back to development version 6.3-SNAPSHOTSimon Brandhof2017-03-061-1/+1
| |
| * Publish 6.3-RC4Simon Brandhof2017-03-031-1/+1
| |
| * fix quality flawStas Vilchik2017-03-021-2/+0
| |
* | SONAR-8878 Add a sorting buttons on projects page facets (#1754)Grégoire Aubert2017-03-0810-64/+299
| |
* | Polish new source viewer (#1755)Stas Vilchik2017-03-0871-2230/+1701
| |
* | SONAR-8876 Rename language facet to languagesGrégoire Aubert2017-03-073-9/+12
| |
* | SONAR-8877 Projects searchbox on projects page (#1747)Grégoire Aubert2017-03-078-30/+153
| |
* | MMF-703 More efficient UX for issue multiple locations (#1749)Stas Vilchik2017-03-0720-152/+849
| |
* | SONAR-8876 Language facet searchbox on projects page (#1741)Aubert Grégoire2017-03-064-3/+116
| |
* | SONAR-8435 support STARTING status in web appStas Vilchik2017-03-065-41/+27
| |
* | refactor source viewer (#1744)Stas Vilchik2017-03-0365-490/+2815
| |
* | SONAR-8875 Add language facet on projects page (#1737)Aubert Grégoire2017-03-0315-21/+198
| |
* | Revert "refactor source viewer (#1705)"Stas Vilchik2017-03-0365-2787/+497
| | | | | | | | This reverts commit ce9f0892fc3d15638c4eaa4054ed06f3d7e5fc19.
* | fix quality flawStas Vilchik2017-03-021-2/+0
| |
* | refactor source viewer (#1705)Stas Vilchik2017-03-0265-497/+2787
| |
* | add .vscode to .gitignoreStas Vilchik2017-03-021-0/+3
| |
* | Automatic merge from branch-6.3ssjenka2017-03-022-3/+6
|\| | | | | | | | | | | | | | | * origin/branch-6.3: SONAR-8835 support NULL in column file_sources.line_hashes SONAR-8835 file move detection does not need to compute source hash SONAR-8451 fix bad state on measures page SONAR-8659 Bring back "Edit Permissions" to system administrators
| * SONAR-8451 fix bad state on measures pageStas Vilchik2017-03-012-3/+6
| |