aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/quality-gates
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9822 Quality Gate cannot be displayed directly if it includes a custom ...Stas Vilchik2017-10-161-4/+9
* SONAR-9792 Fix sidebar position with a notificationGrégoire Aubert2017-09-291-10/+11
* update prettierStas Vilchik2017-09-138-159/+126
* translate all routes files to ts (#2378)Stas Vilchik2017-08-181-3/+5
* Add missing error messages in quality gates pageGrégoire Aubert2017-08-172-7/+3
* make SelectList available for extensionsStas Vilchik2017-07-311-2/+2
* update react (#2288)Stas Vilchik2017-07-253-6/+9
* SONAR-9565 Display quality gate directly if there is only one and the user ca...Grégoire Aubert2017-07-251-5/+11
* SONAR-9565 Move the Quality Gates link to organization levelGrégoire Aubert2017-07-256-71/+76
* make sure all pages fit on minimum widthStas Vilchik2017-07-211-1/+1
* SONAR-9581 Use fixed width layout on Quality Gates pageStas Vilchik2017-07-216-48/+51
* replace require.ensure with dymamic import (#2187)Stas Vilchik2017-07-181-9/+3
* upgrade prettier and remove prettier-eslint (#2254)Stas Vilchik2017-07-178-25/+36
* SONAR-8369 SONAR-8722 Sanitize page titlesGrégoire Aubert2017-05-102-1/+7
* clean quality gates stylesStas Vilchik2017-05-104-15/+10
* SONAR-9003 Fix Xss vulnerabilityGrégoire Aubert2017-04-281-2/+3
* upgrade prettier (#1954)Stas Vilchik2017-04-202-6/+14
* improve react usage (#1936)Stas Vilchik2017-04-192-2/+2
* Add format rule : order react component lifecycle methods (#1882)Grégoire Aubert2017-03-311-6/+6
* re-format js code (#1877)Stas Vilchik2017-03-312-8/+4
* optimize js bundles (#1855)Stas Vilchik2017-03-273-16/+26
* format code using prettier (#1774)Stas Vilchik2017-03-1726-537/+485
* fix indentationStas Vilchik2017-02-238-49/+49
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1026-52/+52
* fix quality flawsStas Vilchik2017-02-021-2/+5
* remove explicit _ and $ dependecies (#1487)Stas Vilchik2016-12-293-7/+7
* upgrade eslint and its plugins, tune rules (#1481)Stas Vilchik2016-12-2214-24/+9
* fix error message on quality gates pageStas Vilchik2016-12-205-19/+53
* reorganize store directoriesStas Vilchik2016-12-092-2/+2
* step towards a single-entry-point js app (#1362)Stas Vilchik2016-11-281-1/+1
* extend the main js app (#1345)Stas Vilchik2016-11-049-115/+84
* SONAR-8119 fix period selectionStas Vilchik2016-10-281-1/+1
* improve front end dx (#1331)Stas Vilchik2016-10-271-1/+1
* SONAR-5857 remove "E" optionStas Vilchik2016-10-171-2/+1
* SONAR-8119 restrict options when defining a condition on ratingsStas Vilchik2016-10-052-37/+76
* SONAR-8136 Provide a special input to configure conditions based on ratingsStas Vilchik2016-09-223-20/+202
* SONAR-8119 Correctly display rating conditions in quality gates and in projec...Stas Vilchik2016-09-221-4/+4
* remove usages of periodsStas Vilchik2016-09-223-6/+2
* refactor react components (#1033)Stas Vilchik2016-06-101-2/+2
* SONAR-6336 display warning only for saved conditionsStas Vilchik2016-05-161-2/+3
* SONAR-7634 Metric names should be localized (#967)Stas Vilchik2016-05-135-9/+11
* SONAR-6336 show WS errorsStas Vilchik2016-05-122-61/+98
* SONAR-6336 display warning when duplicated conditions usedStas Vilchik2016-05-101-0/+28
* fix quality flawsStas Vilchik2016-04-151-1/+1
* fix bug which prevents to add a quality gate condition for "new_" metricStas Vilchik2016-04-111-0/+4
* enforce js code style5.5-M14Stas Vilchik2016-04-057-6/+1
* SONAR-7494 Web: Reintroduce the web app contextStas Vilchik2016-03-312-4/+4
* remove unnecessary routerMiddleware from quality gates appStas Vilchik2016-03-291-2/+2
* fix adding first condition to quality gateStas Vilchik2016-03-211-1/+2
* improve code qualityStas Vilchik2016-03-112-10/+10