aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-11675 delete scan contexts and CE activities on project purgeSébastien Lesaint2019-05-317-204/+425
* Fix build task ":sonar-application:zip" and remove ":server:sonar-web:copyBra...Evgeny Mandrikov2019-05-301-11/+0
* SONAR-12112 Fix issue actionsJeremy Davis2019-05-291-0/+1
* Remove useless declarations of resource filters from buildEvgeny Mandrikov2019-05-292-20/+0
* SONAR-11676 Fix Bulk Apply Permission TemplateJeremy Davis2019-05-294-5/+34
* SONAR-12114 Add Links in codeviewer headerJeremy Davis2019-05-292-45/+118
* SONAR-12025 Allow spaces to be typed in project nameJeremy Davis2019-05-294-33/+31
* SONAR-9898 Deprecate org.sonar.api.i18n.I18nJulien Lancelot2019-05-2924-26/+26
* Improve test coverageWouter Admiraal2019-05-294-10/+833
* SONAR-11875 Connect WorkspaceComponentViewer to the branch redux store, and r...Wouter Admiraal2019-05-293-5/+66
* SONAR-11875 Connect Measures to the branch redux store, and refresh branch st...Wouter Admiraal2019-05-296-25/+103
* SONAR-11875 Connect Code to the branch redux store, and refresh branch status...Wouter Admiraal2019-05-293-11/+41
* SONAR-11875 Connect Issues to the redux store, and refresh branch status when...Wouter Admiraal2019-05-292-15/+53
* SONAR-11875 Move QG conditions to the branch redux storeWouter Admiraal2019-05-296-98/+116
* Update failing tests due to new lodash mockWouter Admiraal2019-05-294-8/+6
* SONAR-11875 Provide new action for refreshing a branch statusWouter Admiraal2019-05-293-7/+90
* Remove redundant entries from .gitignore filesEvgeny Mandrikov2019-05-283-47/+2
* Fix sonar-docs readme (#1671)Evgeny Mandrikov2019-05-281-8/+4
* SONAR-12120 Fix users duplicated values on EXTERNAL_LOGIN and EXTERNAL_IDJulien Lancelot2019-05-287-52/+70
* SONAR-10034 HealthStateRefresher must implement StartableSébastien Lesaint2019-05-281-1/+2
* Reformat sonar-docs readme using PrettierGrégoire Aubert2019-05-271-42/+49
* SONARCLOUD-669 Fix favorite star behaviorSiegfried Ehret2019-05-2713-179/+347
* Fix formatting issueWouter Admiraal2019-05-271-1/+1
* SONAR-11921 Fix collapse block on static docs siteWouter Admiraal2019-05-272-18/+28
* SONAR-12127 Update the Gatsby config for custom blocksWouter Admiraal2019-05-271-7/+7
* SONAR-12125 Escape special characters before constructing regexWouter Admiraal2019-05-271-1/+4
* SONAR-11954 Document how to use iframes in documentation, update stylesWouter Admiraal2019-05-272-1/+49
* DOC reorder upgrade notes by importanceG. Ann Campbell2019-05-251-7/+7
* DOC ES bootstrap checks in upgrade notesG. Ann Campbell2019-05-241-0/+3
* SONAR_11996 Fallback to line comparison to detect new lines in Short Lived Br...Duarte Meneses2019-05-247-21/+134
* SONAR-12109 Fix initial vendor bundle size, and re-activate bundle size check...Grégoire Aubert2019-05-2412-76/+134
* SONAR-11264 don't enforce ES bootstrap checks when connecting to H2Sébastien Lesaint2019-05-242-1/+34
* SONAR-12112 horizontal scrollingJeremy Davis2019-05-238-183/+1592
* SONAR-12116 Add branch parameter when expanding a snippetJeremy Davis2019-05-232-5/+33
* SONAR-12113 Fix line permalink in new exec flowJeremy Davis2019-05-232-19/+23
* SONAR-12110 Fix extra lines/snippets issueJeremy Davis2019-05-232-141/+154
* SONAR-12111 Fix source misalignmentJeremy Davis2019-05-233-11/+16
* SONAR-12109 Web Analytics plugins (#1652)Grégoire Aubert2019-05-2326-185/+549
* SONAR-11264 enforce ES boostrap checks on all editionsSébastien Lesaint2019-05-235-18/+50
* SONAR-10034 drop support of reflection-based Pico Container lifecycle managementSébastien Lesaint2019-05-2310-28/+61
* SONAR-11950 complete example in doc page "Webhooks"Simon Brandhof2019-05-221-6/+8
* Fix typo in page 'Analysis Parameters'Simon Brandhof2019-05-221-1/+1
* SONAR-11950 add sonar.scm.revision to documentationSimon Brandhof2019-05-221-0/+1
* SONAR-11950 do not accept empty string for revision in CESimon Brandhof2019-05-2210-37/+52
* SONAR-11950 copy revisions migrationMichal Duda2019-05-227-43/+194
* SONAR-11950 add scm revision scanner parameterMichal Duda2019-05-229-9/+36
* SONAR-11950 add revision to response of WS api/project_analysis/searchSimon Brandhof2019-05-224-7/+17
* SONAR-11950 add revision to response of WS api/projects/searchSimon Brandhof2019-05-225-28/+38
* SONAR-11950 add revision to webhooksSimon Brandhof2019-05-2210-54/+58
* SONAR-11950 add SnapshotDto#revisionSimon Brandhof2019-05-224-6/+27