aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/webapp
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7030 Add migration to update LOADED_TEMPLATESJulien Lancelot2015-12-081-0/+33
| | | | In order to not have 2 default dashboards 'Custom', the entry in LOADED_TEMPLATES is renamed from the old name 'Dashboard' to the new one 'Custom'
* SONAR-6900 New WS api/qualitygates/project_status quality gate details of an ↵Teryk Bellahsene2015-12-081-1/+1
| | | | analysis
* SONAR-6900 add snapshot_id column in ce_activity db tableTeryk Bellahsene2015-12-081-0/+31
|
* SONAR-6939 ability for plugins to override the decimal scale of floatSimon Brandhof2015-12-072-4/+37
| | | | measures
* SONAR-6925 add missing index on ce_activity.is_last_keySébastien Lesaint2015-12-041-0/+32
|
* SONAR-6884 Update existing collation columns on MsSQLJulien Lancelot2015-12-031-0/+33
|
* SONAR-6884 Create and update columns on MsSQL with collationJulien Lancelot2015-12-031-1/+3
|
* apply different ui feedback on the overview pageStas Vilchik2015-12-034-12/+11
|
* do not display overview pages for developersStas Vilchik2015-12-021-1/+1
|
* SONAR-6890 Wrong link while drilling down from quality gate widget to new issuesStas Vilchik2015-12-021-1/+1
|
* SONAR-7078 Open drilldown on "Technical Debt on New code" when failed ↵Stas Vilchik2015-12-021-1/+5
| | | | condition is "Technical Debt Ratio on New Code"
* improve display of project navigationStas Vilchik2015-12-012-2/+0
|
* SONAR-6946 Add an ability to drilldown on the overview treemapStas Vilchik2015-11-301-0/+1
|
* SONAR-7069 Improve support of views on the overview pageStas Vilchik2015-11-301-6/+10
|
* SONAR-7059 Improve navigation between dashboards inside the project spaceStas Vilchik2015-11-262-3/+1
|
* SONAR-6890 Wrong link while drilling down from quality gate widget to new issuesStas Vilchik2015-11-251-1/+1
|
* SONAR-7073 revert fix of SNAPSHOTS.SCOPESimon Brandhof2015-11-251-33/+0
| | | | | Because of O.R.A.C.L.E. It allowed us to create a column with name "scope" but now it fails to alter it because reserved name (only in Oracle btw).
* SONAR-7073 fix nullability of SNAPSHOTS.SCOPE/QUALIFIERSimon Brandhof2015-11-252-2/+2
| | | | as it was done previously (for bad reasons)
* SONAR-7073 Size of db column SNAPSHOTS.QUALIFIER is not correctSimon Brandhof2015-11-253-2/+70
|
* SONAR-7054 Token based authenticationTeryk Bellahsene2015-11-242-1/+19
|
* Fix index size limit of user_tokens_login_nameTeryk Bellahsene2015-11-241-1/+1
|
* SONAR-7039 Generate user tokensTeryk Bellahsene2015-11-231-0/+38
|
* SONAR-7055 Ability to display key as a column of measure filtersSimon Brandhof2015-11-211-0/+1
|
* SONAR-7033 fix ssfStas Vilchik2015-11-201-1/+1
|
* fix SONAR-7041 Overview page fails when period date is emptyStas Vilchik2015-11-181-1/+1
|
* SONAR-6361 add detailed "Duplications" panel for the "Overview" main pageStas Vilchik2015-11-091-1/+1
|
* SONAR-6331 fix project overview redirectionStas Vilchik2015-11-091-5/+14
|
* SONAR-6331 display overview page by defaultStas Vilchik2015-11-061-0/+5
|
* SONAR-6357 add detailed "Size" panel for the "Overview" main pageStas Vilchik2015-11-061-0/+1
|
* Automatic merge from branch-5.2Jenkins CI2015-11-021-0/+21
|\ | | | | | | | | * origin/branch-5.2: SONAR-5851 Add back the WS /profiles/export web page
| * SONAR-5851 Add back the WS /profiles/export web pageTeryk Bellahsene2015-10-301-0/+21
| |
* | SONAR-6331 improve UX of the project overview pageStas Vilchik2015-10-301-53/+1
| |
* | SONAR-6331 apply feedbackStas Vilchik2015-10-271-7/+7
| |
* | Automatic merge from branch-5.2Jenkins CI2015-10-271-4/+4
|\| | | | | | | | | | | * origin/branch-5.2: Do not log the size of uncompressed CE report improve display of default non-official logo
| * improve display of default non-official logoStas Vilchik2015-10-261-4/+4
| |
* | SONAR-6928 apply feedbackStas Vilchik2015-10-222-8/+0
| |
* | SONAR-6331 add project overview pageStas Vilchik2015-10-202-0/+210
| |
* | SONAR-6928 Rewrite the System Info pageStas Vilchik2015-10-193-57/+4
| |
* | SONAR-6928 Rewrite the System Info pageStas Vilchik2015-10-163-6/+8
| |
* | stop using Roboto fontStas Vilchik2015-10-1516-2448/+0
| |
* | fix forced authenticationStas Vilchik2015-10-151-0/+1
| |
* | fix the page showing a single widgetStas Vilchik2015-10-151-0/+5
| |
* | Automatic merge from branch-5.2Jenkins CI2015-10-142-1/+13
|\| | | | | | | | | | | | | | | * origin/branch-5.2: SONAR-6880 Fix return_to fix the components page of just provisioned project Add missing commons-email dependency for plugins using API < 5.2 SONAR-6277 Fix incorrect offset conversion with old Mac line ends '\r'
| * SONAR-6880 Fix return_toJulien Lancelot2015-10-141-0/+8
| | | | | | | | | | Because of the reset of the session, the return_to value was removed. (cherry picked from commit 22de220)
| * fix the components page of just provisioned projectStas Vilchik2015-10-141-1/+5
| |
* | use moment.js installed by npmStas Vilchik2015-10-141-1/+0
| |
* | Automatic merge from branch-5.2Jenkins CI2015-10-142-0/+197
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-5.2: SONAR-6880 Fix SSF-37 Revert "SONAR-6310 Delete RoR WS api/profiles/index" SONAR-6397 remove last line trick from ComputeFileSourceData SONAR-6397 read changeset from DB only if File is unmodified SONAR-6397 ScmInfoRepository optimisation for non FILE components Clean all temporary JS dependencies before release Prevent integration test modules to be deployed on central repository Deploy module sonar-server to maven central fix alignment in the file details fix applying of issue filter when user is not authenticated Revert "SONAR-6309 Delete RoR WS profiles/list"
| * SONAR-6880 Fix SSF-37Fabrice Bellingard2015-10-141-0/+3
| |
| * Revert "SONAR-6310 Delete RoR WS api/profiles/index"Teryk Bellahsene2015-10-141-0/+22
| | | | | | | | This reverts commit 4dba36f4e20ac32291d473a3169ee372408a9a22.
| * Revert "SONAR-6309 Delete RoR WS profiles/list"Teryk Bellahsene2015-10-141-0/+172
| | | | | | | | This reverts commit 7992a218b2dd4df3734d38ea1a2a71514d1e2949.