| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-8675 drop table resource_index | Simon Brandhof | 2017-01-25 | 6 | -3/+120 |
* | SONAR-8675 drop usage of table resource_index | Simon Brandhof | 2017-01-25 | 11 | -49/+8 |
* | SONAR-8675 drop unused internal WS api/components/search_view_components | Simon Brandhof | 2017-01-25 | 15 | -636/+10 |
* | use different qualifiers for search on code page | Stas Vilchik | 2017-01-25 | 1 | -2/+4 |
* | explicitly provide list of qualifiers to WS /api/components/tree | Stas Vilchik | 2017-01-25 | 1 | -1/+3 |
* | use WS /api/components/search for projects facet | Stas Vilchik | 2017-01-25 | 1 | -40/+21 |
* | SONAR-8675 drop unused param "q" in api/projects/search_my_projects | Simon Brandhof | 2017-01-25 | 3 | -90/+23 |
* | Drop unused exceptions in org.sonar.server.authentication | Simon Brandhof | 2017-01-25 | 2 | -72/+0 |
* | SONAR-8700 Missing redirect of codingrules to coding_rules | Stas Vilchik | 2017-01-25 | 1 | -0/+3 |
* | SONAR-8684 Add missing ServerSide annotations | Julien Lancelot | 2017-01-24 | 1 | -0/+2 |
* | SONAR-8684 Remove RailsHandler | Julien Lancelot | 2017-01-24 | 2 | -11/+5 |
* | SONAR-7305 Deprecate api/timemachine WS | Julien Lancelot | 2017-01-24 | 2 | -36/+8 |
* | SONAR-7298 Deprecate and rewrite WS api/projects/index in Java | Julien Lancelot | 2017-01-24 | 17 | -124/+473 |
* | SONAR-7299 Move code related to project creation to ComponentUpdater | Julien Lancelot | 2017-01-24 | 14 | -456/+563 |
* | SONAR-7299 Remove UserSession dependency from FavoriteUpdater | Julien Lancelot | 2017-01-24 | 12 | -45/+43 |
* | SONAR-7299 Replace Ruby WS api/projects/create by java | Julien Lancelot | 2017-01-24 | 11 | -55/+497 |
* | SONAR-7299 Remove ComponentFinder from ComponentService | Julien Lancelot | 2017-01-24 | 10 | -53/+28 |
* | SONAR-8684 Redirect /api to /api/webservices/list | Julien Lancelot | 2017-01-24 | 2 | -1/+31 |
* | SONAR-8684 Remove Java classes related to rails | Julien Lancelot | 2017-01-24 | 37 | -1588/+21 |
* | SONAR-8684 Remove Rails files | Julien Lancelot | 2017-01-24 | 990 | -138757/+0 |
* | SONAR-7298 replace usage of /api/projects/index by /api/components/search | Stas Vilchik | 2017-01-24 | 2 | -10/+3 |
* | SONAR-7303 replace usage of /api/resources/search by /api/components/search | Stas Vilchik | 2017-01-24 | 1 | -1/+18 |
* | SONAR-6506 Delete internal WS api/updatecenter/installed_plugins | Julien Lancelot | 2017-01-24 | 3 | -104/+4 |
* | SONAR-6309 Delete WS api/profiles/list | Julien Lancelot | 2017-01-24 | 3 | -178/+8 |
* | SONAR-6310 Delete WS api/profiles/index | Julien Lancelot | 2017-01-24 | 3 | -39/+8 |
* | SONAR-7303 Delete WS api/resources/search | Julien Lancelot | 2017-01-24 | 4 | -155/+2 |
* | SONAR-5270 Delete WS api/user_properties | Julien Lancelot | 2017-01-24 | 3 | -128/+6 |
* | SONAR-7277 Create a route to redirect profiles/export to api/qualityprofiles/... | Julien Lancelot | 2017-01-24 | 3 | -3/+30 |
* | SONAR-8609 Set api/components/search as public | Julien Lancelot | 2017-01-24 | 3 | -119/+148 |
* | SONAR-8643 Make the color palette consistent | Stas Vilchik | 2017-01-24 | 11 | -39/+46 |
* | SONAR-8692 Replace calls to api/timemachine/index WS by api/measures/search_h... | Stas Vilchik | 2017-01-24 | 3 | -38/+42 |
* | SONAR-7305 Create WS api/measures/search_history | Teryk Bellahsene | 2017-01-24 | 8 | -2/+899 |
* | SONAR-8236 Returned secured and license settings when user has only 'Execute ... | Julien Lancelot | 2017-01-24 | 2 | -30/+104 |
* | SONAR-7300 Replace key parameter by id | Julien Lancelot | 2017-01-24 | 4 | -10/+10 |
* | fix measures-test | Stas Vilchik | 2017-01-24 | 1 | -1/+1 |
* | SONAR-8393 Rating indicators are not consistent | Stas Vilchik | 2017-01-24 | 9 | -56/+74 |
* | SONAR-8679 Quality Profiles page never finishes loading when there is no plugins | Stas Vilchik | 2017-01-24 | 2 | -5/+4 |
* | SONAR-8645 Unexpected text wrapping on the Projects page | Stas Vilchik | 2017-01-24 | 1 | -1/+1 |
* | SONAR-8678 allow search for components by multiple, independent words | Daniel Schwarz | 2017-01-24 | 1 | -0/+48 |
* | SONAR-8451 fix problem with settings | Stas Vilchik | 2017-01-24 | 1 | -2/+1 |
* | SONAR-8568 change elasticsearch ngram filter to ngram tokenizer | Daniel Schwarz | 2017-01-24 | 1 | -9/+9 |
* | SONAR-8568 allow fuzzy search of component names | Daniel Schwarz | 2017-01-24 | 2 | -18/+45 |
* | Replace some Guava usages by Java 8 functions | Simon Brandhof | 2017-01-24 | 11 | -154/+18 |
* | Drop unused ResourceDao#findProvisionedProjects() | Simon Brandhof | 2017-01-24 | 4 | -366/+2 |
* | Replace some Guava usages by Java 8 functions | Simon Brandhof | 2017-01-24 | 6 | -38/+15 |
* | Replace some Guava usages by Java 8 functions | Simon Brandhof | 2017-01-24 | 4 | -88/+36 |
* | Delete unused test files | Simon Brandhof | 2017-01-24 | 5 | -949/+0 |
* | SONAR-8661 Display organization in the search | Stas Vilchik | 2017-01-24 | 4 | -4/+28 |
* | SONAR-8629 Display organization on the Background Tasks page | Stas Vilchik | 2017-01-24 | 3 | -26/+48 |
* | SONAR-8628 Display organizations on the Issues page | Stas Vilchik | 2017-01-24 | 3 | -3/+47 |