index
:
sonarqube.git
4.5.5
6.7
Martin/DefaultSymbol_ErrorMessage
branch-10.0
branch-10.1
branch-10.2
branch-10.3
branch-10.4
branch-10.5
branch-10.6
branch-10.7
branch-10.8
branch-5.6
branch-6.0
branch-6.1
branch-6.2
branch-6.3
branch-6.4
branch-6.5
branch-6.5-M1
branch-6.6
branch-6.6-M1
branch-6.7
branch-7.0
branch-7.9
branch-8.1
branch-8.3
branch-8.4
branch-8.5
branch-8.6
branch-8.7
branch-8.9
branch-9.0
branch-9.1
branch-9.2
branch-9.3
branch-9.4
branch-9.5
branch-9.6
branch-9.7
branch-9.8
branch-9.9
bug/cv/SONAR-20986-open-source-build-on-travis-failing
bugfix/cv/upgrade-travisenv-j17
copy_of_master
docs/th/AzureExtensionCompat15621
feat/smarini/BUILD-6088-add-security-md
feature/jay/fix-travis-build
feature/jh/scanner_report_uploader
feature/wad/do-not-merge-do-not-merge
feature/wad/refresh-cache
feature/wad/wip-node-18
fix/jp/fix-jrog
greg/test-new-cirrus-config
jp/test-ut
lj/testing-release
lj/travis-fix-for-master
master
ms/test-timeout
poc/kirill+dam/open-issue-in-ide
poc/me/travis-public-repo
prevent-jvm-override
task/mm/restore-public-build
task/sma/SONAR-22676_DO-NOT-MERGE
wip/ak/BUILD-3755-test-pr
wip/ant1/try_BUILD-3755_no_public_build_for_lts
wouter-admiraal-sonarsource-patch-1
Continuous Inspection: https://github.com/SonarSource/sonarqube
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sonar-plugin-api
/
src
/
main
/
java
/
org
/
sonar
Commit message (
Expand
)
Author
Age
Files
Lines
*
SONAR-5056 Deprecate Requirement
Julien Lancelot
2014-03-11
4
-4
/
+24
*
SONAR-5056 Read debt from rule during analysis
Julien Lancelot
2014-03-11
15
-10
/
+172
*
SONAR-5094 Revert back to alert_status metric, will be renamed eventually
Jean-Baptiste Lievremont
2014-03-10
1
-8
/
+0
*
Fix quality flaws
Julien Lancelot
2014-03-07
1
-1
/
+1
*
SONAR-5094 Create Quality Gate Status metric
Jean-Baptiste Lievremont
2014-03-07
1
-4
/
+12
*
SONAR-5056 Create new Durations API to format Duration and convert String to ...
Julien Lancelot
2014-03-06
3
-78
/
+139
*
SONAR-5056 Update Duration API : remove days, hours and minutes methods as it...
Julien Lancelot
2014-03-06
1
-60
/
+31
*
SONAR-5056 Set Rule remediation factor and offset as String
Julien Lancelot
2014-03-06
1
-2
/
+2
*
SONAR-5056 Update Issue.debt from Long to Duration
Julien Lancelot
2014-03-05
2
-5
/
+12
*
SONAR-5056 Create Duration API
Julien Lancelot
2014-03-05
1
-0
/
+159
*
SONAR-5056 Add debt columns on rules and update Rule API to define some debt ...
Julien Lancelot
2014-03-05
2
-0
/
+98
*
Move WorkDuration API to internal package as it will be refactored is 4.3
Julien Lancelot
2014-03-05
6
-6
/
+7
*
Add WebService.Controller#isInternal()
Simon Brandhof
2014-03-03
1
-0
/
+16
*
SONAR-5010 rename some methods before publishing API
Simon Brandhof
2014-03-03
1
-9
/
+50
*
SONAR-5010 rename isPrivate() by isInternal()
Simon Brandhof
2014-03-03
1
-7
/
+7
*
SONAR-4996 Update work duration message and move code to i18n API
Julien Lancelot
2014-03-03
1
-0
/
+9
*
Improve rule tag validation message
Julien Lancelot
2014-02-27
1
-1
/
+1
*
Revert "In the rule tag validation message, do not display tag on ui side"
Julien Lancelot
2014-02-27
2
-8
/
+2
*
In the rule tag validation message, do not display tag on ui side
Julien Lancelot
2014-02-27
2
-2
/
+8
*
Return information on groupId and rootId on issue WS
Julien Lancelot
2014-02-27
1
-0
/
+15
*
Deprecate remaining Java-specific stuff
Simon Brandhof
2014-02-27
2
-79
/
+6
*
SONAR-5067 Use a MessageException when activating already activated rules on ...
Julien Lancelot
2014-02-26
1
-1
/
+2
*
SONAR-926 fix loading of quality profile alerts on multi-modules projects
Simon Brandhof
2014-02-26
1
-0
/
+25
*
SONAR-5067 Update message displayed when activating already activated rules o...
Julien Lancelot
2014-02-26
1
-3
/
+4
*
SONAR-5067 Fail when activating already activated rules on a profile
Julien Lancelot
2014-02-26
1
-1
/
+13
*
SONAR-926 remove ModuleLanguages from API. Replaced by FileSystem#languages()
Simon Brandhof
2014-02-26
5
-56
/
+34
*
Remove unused classes
Simon Brandhof
2014-02-26
1
-16
/
+0
*
Fix rebase with master
Julien Lancelot
2014-02-25
1
-7
/
+0
*
SONAR-4996 Update issue debt to seconds (backend + display)
Julien Lancelot
2014-02-25
1
-0
/
+7
*
SONAR-4996 Save debt on issues and measures in minutes (instead of seconds)
Julien Lancelot
2014-02-25
2
-24
/
+22
*
SONAR-4996 Measure on added debt are now in seconds
Julien Lancelot
2014-02-25
1
-1
/
+1
*
SONAR-4996 Display debt variation
Julien Lancelot
2014-02-25
1
-1
/
+2
*
SONAR-4996 Update debt on measures sqale_index
Julien Lancelot
2014-02-25
2
-10
/
+3
*
Fix merge
Julien Lancelot
2014-02-25
1
-7
/
+0
*
SONAR-4996 Update issue debt to seconds (backend + display)
Julien Lancelot
2014-02-25
1
-0
/
+7
*
SONAR-4996 Prepare migration to update issue changelog debt to seconds
Julien Lancelot
2014-02-25
1
-0
/
+4
*
SONAR-4996 Update issue changelog debt to seconds (backend + display)
Julien Lancelot
2014-02-25
1
-0
/
+4
*
SONAR-4996 Fix unit test on migration
Julien Lancelot
2014-02-25
1
-7
/
+0
*
SONAR-4996 Update issue debt to seconds (backend + display)
Julien Lancelot
2014-02-25
1
-0
/
+7
*
Fix merge
Julien Lancelot
2014-02-25
1
-5
/
+5
*
SONAR-4996 Update issue debt to seconds (backend + display)
Julien Lancelot
2014-02-25
2
-7
/
+12
*
Fix some quality flaws
Simon Brandhof
2014-02-24
3
-3
/
+3
*
Fix quality flaws
Julien Lancelot
2014-02-24
1
-1
/
+3
*
Fix quality flaws
Julien Lancelot
2014-02-24
1
-8
/
+6
*
Fix quality flaws
Julien Lancelot
2014-02-24
1
-1
/
+3
*
Fix some quality flaws
Simon Brandhof
2014-02-24
2
-10
/
+2
*
Fix quality flaws
Julien Lancelot
2014-02-24
1
-3
/
+3
*
Fix some quality flaws
Simon Brandhof
2014-02-24
2
-2
/
+2
*
SONAR-926 Preload files in DefaultModuleFileSystem
Simon Brandhof
2014-02-23
1
-0
/
+12
*
SONAR-926 Add module key information on components for IntelliJ
Julien HENRY
2014-02-21
3
-0
/
+29
[next]