aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/web
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-16232 Delete sonar-plugin-api moduleDuarte Meneses2022-04-218-770/+0
|
* Update license headers for 2022 [update headers]Pierre2022-01-288-8/+8
|
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-171-13/+0
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-088-8/+8
|
* Remove deprecated APIs since at least 6.7Julien HENRY2020-03-2327-1367/+0
|
* Format all headers for 2020Wouter Admiraal2020-01-0735-35/+35
|
* fix missing package-info.java filesSébastien Lesaint2019-10-141-0/+23
|
* Remove use of Guava in main sources of sonar-plugin-apiDuarte Meneses2019-07-122-7/+6
|
* SONAR-12109 Web Analytics plugins (#1652)Grégoire Aubert2019-05-231-0/+136
|
* Drop unused Java API org.sonar.api.web.CriterionSimon Brandhof2019-04-031-167/+0
|
* Fix license headers for 2019Duarte Meneses2019-01-0234-34/+34
|
* SONARCLOUD-213 fix Quality flawsSimon Brandhof2018-12-121-6/+5
|
* SONARCLOUD-213 clarify "scan" in org vs project permissionsSimon Brandhof2018-12-121-0/+6
|
* SONARCLOUD-213 remove useless method in PermissionServiceSimon Brandhof2018-12-121-0/+9
|
* SONARCLOUD-45 Advertise featured projects on SonarCloudPascal Mugnier2018-11-011-1/+1
| | | | | | | | | | | | * Update code to use the new homepage.json file * Update fields name * Add business metric project_public_projects * Add business metric project_public_loc * generator of JSON input for SonarCloud homepage * add generator zip to burgr * add integration test * rename "7dNewPullRequests" to "newPullRequests7d" * Use new 'newPullRequests7d' field
* SONAR-11271 Add migration to create new permissionsEric Hartmann2018-10-101-6/+0
|
* SONAR-11271 Introduce two new rightsEric Hartmann2018-10-101-0/+6
| | | | | APPLICATION_CREATOR to allow creation of Applications PORTFOLIO_CREATOR to allow creation of Portfolios
* SONAR-10887 Create a new permission: Administer Security HotspotsJulien HENRY2018-07-041-0/+5
|
* SONARCLOUD-62 Move /sq/* pages and terms.pdf (#382)Stas Vilchik2018-06-211-3/+2
| | | | | | | | | * extract SonarCloudPage * add "As a Service" page * add "Branch analysis & PR decoration" page * add "SonarLint integration" page * add VSTS page * Move terms.pdf
* SONAR-10673 Stop using font for icons (#252)Stas Vilchik2018-05-231-1/+1
|
* Fix Quality flawsSimon Brandhof2018-05-101-0/+8
|
* SONAR-10611 Serve .jpg and .jpeg as static resourcesTeryk Bellahsene2018-05-031-1/+1
|
* Fix WS routingJulien HENRY2018-04-041-3/+12
| | | | When a regular WS path is a suffix of a "ServletFilter" path, the regular WS can't be reached.
* VSTS-142 Handle authentication to display private project in VSTS widgetsGrégoire Aubert2018-03-261-2/+4
|
* VSTS-141 Add VSTS Quality widgetGrégoire Aubert2018-03-261-1/+1
|
* Fix license headers for 2018Simon Brandhof2018-01-0734-34/+34
|
* SONAR-9551 Page API supports APP qualifierTeryk Bellahsene2017-07-311-0/+1
|
* Decrease coupling with GuavaSimon Brandhof2017-07-251-3/+2
|
* Remove some usages of Guava in APISimon Brandhof2017-06-193-6/+8
|
* SONAR-7818 Remove RubyRailsWebservice APIJulien Lancelot2017-04-201-41/+0
|
* SONAR-9138 Improve logs displaying servlet filter patterns at server startupJulien Lancelot2017-04-181-0/+18
|
* SONAR-9054 PageDefinition has ORGANIZATION scopeTeryk Bellahsene2017-04-122-2/+4
|
* Fix Quality flawsSimon Brandhof2017-03-281-1/+3
|
* SONAR-7860 Remove CodeColorizerFormat APIDuarte Meneses2017-03-161-82/+0
|
* SONAR-8823 Deprecate API org.sonar.api.web.FooterTeryk Bellahsene2017-02-211-0/+2
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1036-88/+72
|
* SONAR-8721 Redirect links should be using httpsStas Vilchik2017-02-091-1/+1
|
* SONAR-8470 Add favicon and apple touch icons (#1644)Stas Vilchik2017-02-091-1/+1
|
* SONAR-6395 Remove measure filter extension pointJulien Lancelot2017-02-013-307/+0
|
* SONAR-8470 Allow rendering some static files from rootJulien Lancelot2017-02-011-1/+2
|
* SONAR-8684 Cleanup code related to railsJulien Lancelot2017-01-261-1/+1
| | | | Signed-off-by: Julien Lancelot <julien.lancelot@sonarsource.com>
* SONAR-8582 Deprecate old Page API and related classesTeryk Bellahsene2017-01-1312-41/+42
|
* SONAR-8581 Create new PagesDefinition API to create a new page in a pluginTeryk Bellahsene2017-01-134-0/+323
|
* SONAR-8354 Complete javadoc on deprecated class related to dashboardsJulien Lancelot2016-11-0912-12/+12
|
* SONAR-8354 Deprecate API related to dashboardsJulien Lancelot2016-11-0912-0/+31
|
* SONAR-7917 Do not register project dashboardTeryk Bellahsene2016-07-281-5/+6
|
* SONAR-7853 Stop support of API org.sonar.api.web.RequiredMeasuresSimon Brandhof2016-06-301-59/+0
|
* Improve org.sonar.api.web.ServletFilter.UrlPatternSimon Brandhof2016-06-151-91/+99
|
* SONAR-7713 Exclude static resources from token validation filterJulien Lancelot2016-06-151-39/+140
|
* remove usage of deprecated methods of Guava ObjectsSébastien Lesaint2016-05-241-2/+2
|