aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | SONAR-5091 Allow deletion of default quality gateJean-Baptiste Lievremont2014-03-182-6/+12
| |
* | SONAR-5091 Force selection of period for new_* metrics, show delta in period ↵Jean-Baptiste Lievremont2014-03-183-22/+33
|/ | | | label
* SONAR-5007 Display quality profiles on which a rule is activated and related ↵Stas Vilchik2014-03-1815-21/+392
| | | | actions
* SONAR-5119 Do not display warning log if rule characteristic has been overridenJulien Lancelot2014-03-188-35/+144
|
* SONAR-5056 Refactoring of DebtModelService to have a clean dedicated server ↵Julien Lancelot2014-03-189-238/+204
| | | | side API of debt
* SONAR-5092 Change message on default quality gate when user is not quality adminJean-Baptiste Lievremont2014-03-175-2/+16
|
* SONAR-5146 Some rules might not have some "rules.created_at" date and in ↵Julien Lancelot2014-03-171-4/+3
| | | | that case quality profile page can't be displayed
* Fix escaping of language in Q profiles pageSimon Brandhof2014-03-171-1/+1
|
* SONAR-4093 Fix JS error on Chrom* browsers, cleanupJean-Baptiste Lievremont2014-03-172-6/+2
|
* SONAR-5097 Drop alerts tableJean-Baptiste Lievremont2014-03-171-0/+30
|
* SONAR-5097 Convert existing alerts to quality gatesJean-Baptiste Lievremont2014-03-172-7/+85
|
* Fix quality flawsJulien Lancelot2014-03-171-12/+17
|
* SONAR-5007 Display quality profiles on which a rule is activated and related ↵Stas Vilchik2014-03-1715-100/+293
| | | | actions
* SONAR-5007 Refactor coding rules list & detailsStas Vilchik2014-03-176-138/+106
|
* SONAR-4326 Do not disable already disabled rules at server startupJulien Lancelot2014-03-174-6/+94
|
* Remove useless double try/catchJulien Lancelot2014-03-171-37/+41
|