aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove generated filesStas Vilchik2014-03-241-509/+0
|
* Remove useless space in uiJulien Lancelot2014-03-243-6/+3
|
* SONAR-4843 move URL to /api/system/restart and complete ws-clientSimon Brandhof2014-03-215-18/+16
|
* SONAR-5011 Allow to install two plugins sharing the same dependencyJulien HENRY2014-03-212-5/+38
|
* SONAR-4843 do not fail if filenames between source and dest dirs are equalSimon Brandhof2014-03-213-60/+76
|
* SONAR-4366 Rework rename/copy modalStas Vilchik2014-03-213-54/+14
|
* Remove generated js fileStas Vilchik2014-03-211-107/+0
|
* SONAR-5121 Refactor the way remediation function is defined on rules in ↵Julien Lancelot2014-03-217-103/+90
| | | | order to remove the static creation and to be able to know which rule is failing when a wrong function is defined.
* SONAR-5007 Add characteristic criterionStas Vilchik2014-03-213-1/+63
|
* SONAR-4366 Some UI improvementsStas Vilchik2014-03-213-2/+5
|
* SONAR-5007 Add languages next to quality profilesStas Vilchik2014-03-212-11/+11
|
* SONAR-5007 Rework bulk changeStas Vilchik2014-03-219-79/+166
|
* SONAR-5007 Improve coding rule details displayStas Vilchik2014-03-214-8/+10
|
* SONAR-5056 Fix issue when removing characteristic and rules linked with ↵Julien Lancelot2014-03-202-26/+33
| | | | default characteristic linked on it was updated
* SONAR-5056 Fix issue on move up/downJulien Lancelot2014-03-206-25/+48
|
* SONAR-5056 Create restore from language actionJulien Lancelot2014-03-205-52/+140
|
* SONAR-5056 Create restore from provided model actionJulien Lancelot2014-03-2014-632/+1376
|
* Merge branch 'grunt'Stas Vilchik2014-03-20214-6102/+1227
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sonar-server/src/main/webapp/WEB-INF/app/views/coding_rules/templates/_coding_rules_detail_quality_profile_template.hbs.erb sonar-server/src/main/webapp/WEB-INF/app/views/coding_rules/templates/_coding_rules_detail_template.hbs.erb sonar-server/src/main/webapp/WEB-INF/app/views/coding_rules/templates/_coding_rules_list_item_template.hbs.erb sonar-server/src/main/webapp/WEB-INF/app/views/quality_gates/templates/_quality_gate_detail_condition_template.hbs.erb sonar-server/src/main/webapp/javascripts/coding-rules/mockjax.js sonar-server/src/main/webapp/javascripts/coding-rules/views/coding-rules-detail-quality-profile-view.js sonar-server/src/main/webapp/javascripts/coding-rules/views/coding-rules-detail-view.js sonar-server/src/main/webapp/javascripts/quality-gate/collections/conditions.js sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-condition-view.js sonar-server/src/main/webapp/stylesheets/coding-rules.css sonar-server/src/main/webapp/stylesheets/icons.css
| * Merge branch 'master' into gruntStas Vilchik2014-03-2048-162/+748
| |\ | | | | | | | | | | | | | | | | | | Conflicts: sonar-server/src/main/webapp/WEB-INF/app/views/quality_gates/templates/_quality_gate_detail_conditions_template.hbs.erb sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-condition-view.js sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-header-view.js
| * | Grunt HandlebarsStas Vilchik2014-03-20171-3472/+1881
| | |
| * | Grunt BuildStas Vilchik2014-03-193-35/+9
| | |
| * | Merge branch 'master' into gruntStas Vilchik2014-03-1911-227/+376
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-condition-view.js sonar-server/src/main/webapp/stylesheets/quality-gates.css
| * | | Grunt for developmentStas Vilchik2014-03-18106-2658/+316
| | | |
* | | | SONAR-5007 Apply some feedbackStas Vilchik2014-03-2013-76/+100
| | | |
* | | | Fix quality flawsJean-Baptiste Lievremont2014-03-201-8/+14
| | | |
* | | | SONAR-4366 Transform WORK_DUR in read-only modeStas Vilchik2014-03-202-2/+2
| | | |
* | | | Refactor privileged code execution, protecting against un-stop()-ed ↵Jean-Baptiste Lievremont2014-03-203-31/+90
| | | | | | | | | | | | | | | | privileged sections
* | | | SONAR-5007 Add missed fileStas Vilchik2014-03-201-0/+107
| | | |
* | | | SONAR-5083 SONAR-5112 Add placeholder for WORK_DUR and RATING fieldsStas Vilchik2014-03-204-2/+23
| | | |
* | | | SONAR-4366 Transform WORK_DUR in read-only mode. Sort conditions.Stas Vilchik2014-03-204-23/+35
| | | |
* | | | Revert SONAR-4950Simon Brandhof2014-03-201-4/+2
| |_|/ |/| |
* | | SONAR-926 improve documentation of exclusion settingsSimon Brandhof2014-03-191-35/+32
| | |
* | | SONAR-5096 Provide a builtin quality gateJean-Baptiste Lievremont2014-03-193-0/+158
| | |
* | | Add utility to execute privileged code without user session from HTTPJean-Baptiste Lievremont2014-03-192-0/+85
| | |
* | | SONAR-5056 Refactor the way characteristics and rules are imported from XMLJulien Lancelot2014-03-1910-59/+117
| | |
* | | SONAR-5152 RuleRepositories.repositories() do not return all repositoriesJulien Lancelot2014-03-192-1/+39
| | |
* | | SONAR-926 fix documentation of exclusion settingsSimon Brandhof2014-03-191-3/+100
| | |
* | | SONAR-5091 Update deletion confirm messages in conformance to UI guidelinesJean-Baptiste Lievremont2014-03-196-28/+38
| | |
* | | SONAR-5091 Change display of inline help paragraphJean-Baptiste Lievremont2014-03-192-22/+22
| | |
* | | SONAR-5091 Make sure that conditions are kept in sync between QG model and ↵Jean-Baptiste Lievremont2014-03-192-0/+2
| | | | | | | | | | | | collection
* | | SONAR-4915 Rename rules.effort_to_fix_l10_key to ↵Julien Lancelot2014-03-1917-40/+40
| | | | | | | | | | | | rules.effort_to_fix_description and add a warning when rule define a linear or linear with offset remediation function with setting description
* | | SONAR-5056 Add delete characteristic actionJulien Lancelot2014-03-193-16/+165
| | |
* | | SONAR-4843 /extensions/downloads does not override /extensions/plugins if ↵Simon Brandhof2014-03-191-1/+1
| | | | | | | | | | | | same filename in both directories
* | | Fix path size for Windows build...Simon Brandhof2014-03-192-1/+1
| |/ |/|
* | Restore rule association from Characteristic to fix issue with the Views pluginJulien Lancelot2014-03-191-0/+3
| |
* | SONAR-5092 Use consistent styles across message boxesJean-Baptiste Lievremont2014-03-183-4/+17
| |
* | SONAR-5056 Create rename, move up and move down actionsJulien Lancelot2014-03-182-23/+196
| |
* | SONAR-5143 revert. Inclusions are coming back to UI !Simon Brandhof2014-03-181-35/+0
| | | | | | | | | | | | | | Conflicts: sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql sonar-server/src/main/webapp/WEB-INF/db/migrate/499_delete_inclusions_properties.rb
* | SONAR-5056 Add create profileJulien Lancelot2014-03-183-29/+166
| |
* | SONAR-5091 Fix icon wrapping under input fieldJean-Baptiste Lievremont2014-03-181-2/+2
| |