aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps
Commit message (Collapse)AuthorAgeFilesLines
* update react (#2288)Stas Vilchik2017-07-25114-295/+417
|
* SONAR-9583 fix missing pages layoutStas Vilchik2017-07-253-3/+3
|
* SONAR-9565 Display quality gate directly if there is only one and the user ↵Grégoire Aubert2017-07-251-5/+11
| | | | can't edit
* SONAR-9566 Don't redirect to "My Issues" at organization levelGrégoire Aubert2017-07-253-18/+4
|
* SONAR-9566 Move "Members" tab after "Quality Gates" in organizations navbarGrégoire Aubert2017-07-252-35/+35
|
* SONAR-9565 Move the Quality Gates link to organization levelGrégoire Aubert2017-07-2511-76/+139
|
* SONAR-9566 Remove organization name from component path when in issues page ↵Grégoire Aubert2017-07-256-9/+27
| | | | at org level
* SONAR-9566, SONAR-9571 Update bulk operation to display only tags and ↵Grégoire Aubert2017-07-252-4/+15
| | | | assignee related to the selected organization
* SONAR-9566, SONAR-9569 Update facets to only show items of the selected ↵Grégoire Aubert2017-07-256-31/+51
| | | | organization when doing a search
* SONAR-9566 Add Issues link at organization level navbarGrégoire Aubert2017-07-257-13/+100
|
* Merge branch 'branch-6.5'Stas Vilchik2017-07-242-13/+33
|\
| * fix onboarding using personal organization (#2286)Stas Vilchik2017-07-242-13/+33
| |
* | Fix merge errorGrégoire Aubert2017-07-241-2/+1
| |
* | Merge remote-tracking branch 'origin/branch-6.5'Grégoire Aubert2017-07-241-1/+2
|\|
| * SONAR-9572 Fix bulk apply permission templateGrégoire Aubert2017-07-242-3/+5
| |
| * Move 'Analyse' section just after tags on the project dashboard sidebarGrégoire Aubert2017-07-242-3/+3
| |
| * Display tooltips on measures on top instead of bottom on the dashboard pageGrégoire Aubert2017-07-249-118/+120
| |
| * Correctly display Issues graph as default if no custom metrics are selected.Grégoire Aubert2017-07-241-2/+5
| |
| * Rename project activity graph Overview to IssuesGrégoire Aubert2017-07-2420-60/+75
| |
* | Fix merge conflict with branch-6.5Grégoire Aubert2017-07-2420-141/+139
| |
* | Rename project activity graph Overview to IssuesGrégoire Aubert2017-07-2421-49/+58
| |
* | make sure all pages fit on minimum widthStas Vilchik2017-07-216-7/+7
| |
* | SONAR-9583 Use fixed width layout for navigationStas Vilchik2017-07-2111-454/+425
| |
* | SONAR-9582 Use fixed width layout on administration pagesStas Vilchik2017-07-213-3/+3
| |
* | SONAR-9581 Use fixed width layout on Quality Gates pageStas Vilchik2017-07-216-48/+51
| |
* | SONAR-9580 Use fixed width layout on Rules pageStas Vilchik2017-07-216-55/+27
| |
* | SONAR-9546 Display only the first custom graph as preview on project dashboardGrégoire Aubert2017-07-198-21/+46
| |
* | SONAR-9546 Sync tooltips from the two graphsGrégoire Aubert2017-07-1910-267/+477
| |
* | SONAR-9546 Allow to create two custom graphs on the project activity pageGrégoire Aubert2017-07-1938-608/+558
| |
* | Merge branch 'branch-6.5'Stas Vilchik2017-07-196-113/+191
|\|
| * SONAR-9357 support two or more providers (#2259)Stas Vilchik2017-07-186-112/+193
| |
* | replace require.ensure with dymamic import (#2187)Stas Vilchik2017-07-1827-174/+94
| |
* | Automatic merge from branch-6.5ssjenka2017-07-1810-56/+69
|\| | | | | | | | | | | * origin/branch-6.5: SONAR-9403 Display project activity custom graphs on the project dashboard too SONAR-9403 Fix metric translation for plugins metrics on project activity page
| * SONAR-9403 Display project activity custom graphs on the project dashboard tooGrégoire Aubert2017-07-182-17/+28
| |
| * SONAR-9403 Fix metric translation for plugins metrics on project activity pageGrégoire Aubert2017-07-188-39/+41
| |
* | SONAR-9508 Display worker counter in background tasks pageStas Vilchik2017-07-179-5/+837
| |
* | upgrade prettier and remove prettier-eslint (#2254)Stas Vilchik2017-07-17281-1081/+1670
|/
* SONAR-9403 Change style of metrics with no historical data in the custom ↵Grégoire Aubert2017-07-138-28/+94
| | | | graph legend
* SONAR-9403 Display more information messages when adding new metrics to a ↵Grégoire Aubert2017-07-131-11/+25
| | | | custom graph
* SONAR-9410 Make more obvious that the reset button will only reset the date ↵Grégoire Aubert2017-07-134-4/+4
| | | | on the project activity page
* SONAR-9403 Add a tooltip on the button to show the metric history on the ↵Grégoire Aubert2017-07-131-6/+9
| | | | measures page
* SONAR-9418 Prevent from autozooming on the graph when selecting a date in ↵Grégoire Aubert2017-07-132-15/+10
| | | | the project activity list
* Change color of the activity events iconsGrégoire Aubert2017-07-131-3/+3
|
* Display missing data on the activity graph preview on the project dashboard pageGrégoire Aubert2017-07-133-12/+23
|
* Fix a bug with the version badges when filtering on an event categoryGrégoire Aubert2017-07-139-185/+698
|
* SONAR-9403 Add information message when selecting a metric to build a custom ↵Grégoire Aubert2017-07-131-4/+11
| | | | graph
* SONAR-9410 Add date selectors to the project activity pageGrégoire Aubert2017-07-139-15/+191
|
* SONAR-8611 Add shortcuts to project activity page on project dashboardGrégoire Aubert2017-07-136-28/+65
|
* Apply several feedbacksGrégoire Aubert2017-07-1310-36/+41
| | | | | | | | * Fix dates serializing * Prevent clicks on event button to activate the graph tooltip * Throttle part of the zoom graph * Reload history when an analysis is deleted * Fix multiple style flaws
* SONAR-9418 Add tooltips on the project dashboard preview graphGrégoire Aubert2017-07-1316-42/+513
|