aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/custom-measures
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8972 Limit the input length when creating custom metricsStas Vilchik2017-10-121-1/+1
|
* SONAR-8828 Make sure all messages can be localized (#2600)Stas Vilchik2017-10-035-20/+20
|
* SONAR-9803 Prevent crashes when the date is undefinedGrégoire Aubert2017-09-131-2/+6
|
* SONAR-9702 Build UI for short-lived branches (#2371)Stas Vilchik2017-09-122-10/+2
|
* translate all routes files to ts (#2378)Stas Vilchik2017-08-181-1/+3
|
* replace require.ensure with dymamic import (#2187)Stas Vilchik2017-07-181-2/+2
|
* SONAR-8369 SONAR-8722 Sanitize page titlesGrégoire Aubert2017-05-101-1/+8
|
* upgrade prettier (#1954)Stas Vilchik2017-04-201-1/+2
|
* improve react usage (#1936)Stas Vilchik2017-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | * 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
* optimize js bundles (#1855)Stas Vilchik2017-03-273-7/+11
|
* format code using prettier (#1774)Stas Vilchik2017-03-1714-91/+83
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1014-28/+28
|
* remove explicit _ and $ dependecies (#1487)Stas Vilchik2016-12-294-15/+16
|
* upgrade eslint and its plugins, tune rules (#1481)Stas Vilchik2016-12-226-13/+9
|
* reorganize store directoriesStas Vilchik2016-12-091-1/+1
| | | | | move store/ outside of app/ move components/store/* to store/
* SONAR-8451 Run js app outside of ruby containerStas Vilchik2016-12-071-10/+10
|
* step towards a single-entry-point js app (#1362)Stas Vilchik2016-11-283-8/+73
|
* use limited page width on history and custom measures pagesStas Vilchik2016-08-261-1/+1
|
* fix quality flawsStas Vilchik2016-04-151-1/+1
|
* enforce js code style5.5-M14Stas Vilchik2016-04-0511-11/+0
|
* SONAR-7494 Web: Reintroduce the web app contextStas Vilchik2016-03-312-2/+2
|
* improve code qualityStas Vilchik2016-02-2210-80/+80
|
* SONAR-7122 drop web context from js codeStas Vilchik2016-02-192-2/+2
|
* Fix project title in copyright headersSimon Brandhof2016-01-1312-12/+12
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0512-0/+228
|
* install webpackStas Vilchik2015-12-185-10/+9
|
* improve the web build system, introduce gulp and browserifyStas Vilchik2015-10-148-23/+22
|
* migrate js apps to es2015 modulesStas Vilchik2015-09-1812-337/+328
|
* SONAR-6697 update UI of the custom measures pageStas Vilchik2015-09-156-79/+83
|
* Revert "use single web app"Stas Vilchik2015-09-1010-31/+24
|
* use the single web appStas Vilchik2015-08-2610-24/+31
|
* SONAR-6697 show updated date if availableStas Vilchik2015-07-081-1/+5
|
* SONAR-6697 filter available metricsStas Vilchik2015-07-083-11/+38
|
* SONAR-6697 add new custom measures pageStas Vilchik2015-07-0818-0/+500