aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/coding-rules/layout.js
Commit message (Expand)AuthorAgeFilesLines
* format code using prettier (#1774)Stas Vilchik2017-03-171-5/+4
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* enforce js code style5.5-M14Stas Vilchik2016-04-051-1/+0
* improve code qualityStas Vilchik2016-02-221-8/+8
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-0/+19
* improve code qualityStas Vilchik2015-12-081-2/+0
* improve the web build system, introduce gulp and browserifyStas Vilchik2015-10-141-2/+2
* SONAR-6207 Provide a keyboard shortcut to activate a rule from the list of rulesStas Vilchik2015-09-211-0/+4
* migrate js apps to es2015 modulesStas Vilchik2015-09-181-37/+35
* clean up file headersStas Vilchik2015-09-161-19/+0
* Revert "use single web app"Stas Vilchik2015-09-101-3/+20
* use the single web appStas Vilchik2015-08-261-20/+3
* improve start of js appsStas Vilchik2015-06-221-4/+3
* upgrade backbone.marionetteStas Vilchik2015-06-091-1/+1
* change web structure: separate componentsStas Vilchik2015-05-191-0/+60
an> "url": "http://bassistance.de" }, { "name": "Kris Borchers", "email": "kris.borchers@gmail.com", "url": "http://krisborchers.com" }, { "name": "Corey Frang", "email": "gnarf37@gmail.com", "url": "http://gnarf.net" }, { "name": "Mike Sherov", "email": "mike.sherov@gmail.com", "url": "http://mike.sherov.com" }, { "name": "TJ VanToll", "email": "tj.vantoll@gmail.com", "url": "http://tjvantoll.com" } ], "repository": { "type": "git", "url": "git://github.com/jquery/jquery-ui.git" }, "bugs": "http://bugs.jqueryui.com/", "licenses": [ { "type": "MIT", "url": "https://github.com/jquery/jquery-ui/blob/master/MIT-LICENSE.txt" } ], "scripts": { "test": "grunt" }, "dependencies": {}, "devDependencies": { "grunt": "0.4.1", "grunt-contrib-jshint": "0.6.3", "grunt-contrib-uglify": "0.1.1", "grunt-contrib-concat": "0.1.3", "grunt-contrib-qunit": "0.2.0", "grunt-contrib-csslint": "0.1.1", "grunt-compare-size": "0.4.0-rc.3", "grunt-html": "0.3.3", "grunt-git-authors": "1.2.0", "rimraf": "2.1.4", "testswarm": "1.1.0" }, "keywords": [] }