index
:
sonarqube.git
4.5.5
6.7
Martin/DefaultSymbol_ErrorMessage
SONAR-24639
az/ps-wide-output
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-25.01
branch-25.1
branch-25.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
/
test
/
java
/
org
/
sonar
/
api
/
issue
/
IssueQueryTest.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
SONAR-5529 Move IssueQuery from api to server
Julien Lancelot
2014-10-02
1
-233
/
+0
*
ONAR-5132 Issues search WS should allow to search by language
Julien Lancelot
2014-04-22
1
-0
/
+5
*
Update copyright headers (replace 2013 by 2014)
Simon Brandhof
2014-03-11
1
-1
/
+1
*
Add a parameter 'hideRules' on the Issues search search in order to not retur...
Julien Lancelot
2014-02-07
1
-5
/
+7
*
Add some unit tests
Julien Lancelot
2013-08-21
1
-0
/
+6
*
Deprecate MAX_ISSUE_KEYS in favour of MAX_PAGE_SIZE in issue query
Julien Lancelot
2013-07-01
1
-1
/
+1
*
SONAR-4421 Update issues number limit from 100 to 500 that could be bulk changed
Julien Lancelot
2013-06-28
1
-2
/
+2
*
SONAR-4421 Remove empty actions and issues from bulk change parameters
Julien Lancelot
2013-06-28
1
-12
/
+29
*
Add some UT
Julien Lancelot
2013-06-20
1
-0
/
+24
*
Fix null collections in org.sonar.api.issue.IssueQuery
Simon Brandhof
2013-06-13
1
-0
/
+56
*
SONAR-3755 Role required to find issues should be USER instead of CODE VIEWER
Julien Lancelot
2013-06-07
1
-2
/
+2
*
SONAR-3755 replace the enum IssueQuery.Sort by String constants
Simon Brandhof
2013-05-29
1
-2
/
+2
*
Revert "SONAR-4301 Replace issues.severity column type from String to Integer"
Julien Lancelot
2013-05-21
1
-1
/
+0
*
SONAR-4301 Replace issues.severity column type from String to Integer
Julien Lancelot
2013-05-21
1
-0
/
+1
*
SONAR-3257 use max size when pageSize<=0
Simon Brandhof
2013-05-17
1
-10
/
+7
*
SONAR-3755 rename ISSUES.USER_LOGIN to REPORTER
Simon Brandhof
2013-05-14
1
-13
/
+26
*
SONAR-3755 Add action plans to issue query and add WS to add action plan to i...
Julien Lancelot
2013-05-07
1
-0
/
+2
*
SONAR-3755 refactor issue sorting
Simon Brandhof
2013-05-04
1
-11
/
+5
*
SONAR-3755 Add assigned parameter to IssueQuery
Julien Lancelot
2013-04-30
1
-0
/
+2
*
SONAR-3755 Rename key by issueKey in IssueQuery
Julien Lancelot
2013-04-29
1
-2
/
+2
*
SONAR-3755 Add sort in IssueQuery
Julien Lancelot
2013-04-24
1
-0
/
+51
*
SONAR-3755 Add pagination on Issues WS
Julien Lancelot
2013-04-24
1
-4
/
+4
*
SONAR-3755 Improve IssueFinder pagination
Julien Lancelot
2013-04-24
1
-1
/
+1
*
SONAR-3755 Add IssueFinder pagination
Julien Lancelot
2013-04-24
1
-4
/
+4
*
Update copyright headers
Simon Brandhof
2013-04-22
1
-4
/
+4
*
SONAR-4252 rename Sonar to SonarQube in source headers
Simon Brandhof
2013-04-21
1
-3
/
+3
*
SONAR-3755 rename Issue#message() to description()
Simon Brandhof
2013-04-19
1
-2
/
+2
*
SONAR-3755 support the parameter "rules" in /api/issues/search
Simon Brandhof
2013-04-17
1
-15
/
+14
*
Fix IssuePersisterTest
Simon Brandhof
2013-04-17
1
-2
/
+3
*
SONAR-3755 Add componentRoots filter to select issues from component and its ...
Julien Lancelot
2013-04-16
1
-0
/
+18
*
SONAR-3755 JRuby API for issues
Simon Brandhof
2013-04-12
1
-27
/
+17
*
SONAR-3755 refactor IssueFinder
Simon Brandhof
2013-04-12
1
-0
/
+56