Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6845 Add index on PROJECTS.QUALIFIER | Julien Lancelot | 2015-09-17 | 3 | -1/+4 |
| | |||||
* | SONAR-6821 WS qualityprofiles/search load default quality profiles or ↵ | Teryk Bellahsene | 2015-09-17 | 2 | -0/+52 |
| | | | | project quality profiles | ||||
* | SONAR-6818 Add migration in rows-h2.sql | Teryk Bellahsene | 2015-09-17 | 1 | -0/+1 |
| | |||||
* | SONAR-6818 Add revision column in file_sources db table | Teryk Bellahsene | 2015-09-16 | 12 | -28/+44 |
| | |||||
* | Remove some useless views queries | Julien Lancelot | 2015-09-15 | 5 | -146/+0 |
| | | | | selectRootViews and selectViewTree are not used anymore in Views | ||||
* | Simplify deletion of a project in PurgeDao | Julien Lancelot | 2015-09-15 | 5 | -38/+25 |
| | | | | | - Rename deleteResourceTree to deleteProject - deleteProject only takes a uuid as parameter (instead of a IdUUidPair) | ||||
* | Exclude generated protobuf codebase from analysis | Simon Brandhof | 2015-09-11 | 1 | -0/+4 |
| | |||||
* | Upgrade protobuf lib to 3.0.0-beta-1 | Simon Brandhof | 2015-09-11 | 3 | -572/+548 |
| | |||||
* | SONAR-6052 Drop secondary locations from db/ws | Simon Brandhof | 2015-09-10 | 2 | -686/+323 |
| | |||||
* | SONAR-6644 fix debt when characteristic is none | Simon Brandhof | 2015-09-09 | 2 | -7/+72 |
| | |||||
* | SONAR-6840 Allow measure values of integers with more than 10 digits in database | Simon Brandhof | 2015-09-09 | 2 | -1/+2 |
| | |||||
* | add ComponentDtoFunctions to factor ComponentDto functions | Sébastien Lesaint | 2015-09-08 | 1 | -0/+84 |
| | |||||
* | fix ComponentTesting: Subview in table PROJECTS have no path | Sébastien Lesaint | 2015-09-08 | 1 | -5/+4 |
| | |||||
* | SONAR-6827 fix selectBySnapshotAndMetricKeys | Julien Lancelot | 2015-09-07 | 6 | -3/+120 |
| | | | | it should also return rule/characteristic measures | ||||
* | Remove useless MeasureDto.componentKey | Julien Lancelot | 2015-09-07 | 4 | -16/+0 |
| | |||||
* | SONAR-6749 Add query to get custom measures from a metric key and a text value | Julien Lancelot | 2015-09-07 | 9 | -24/+50 |
| | |||||
* | Update DbTester javadoc | Teryk Bellahsene | 2015-09-04 | 1 | -2/+2 |
| | |||||
* | SONAR-6495 WS permissions/search_templates search for permission templates | Teryk Bellahsene | 2015-09-04 | 6 | -30/+324 |
| | |||||
* | SONAR-6813 Drop ES index sourceLines | Simon Brandhof | 2015-09-04 | 1 | -0/+5 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-09-02 | 12 | -9/+153 |
| | |||||
* | SONAR-6487 WS permissions/search_project_permissions do not return component ↵ | Teryk Bellahsene | 2015-09-02 | 3 | -4/+10 |
| | | | | copies used in views for example | ||||
* | All measures on person_id_must be ignored | Julien Lancelot | 2015-09-02 | 2 | -20/+3 |
| | | | | | As dev cockpit is not compatible with current dev of SonarQube, all measures related to this plugin must be ignored For instance, FillMeasuresWithVariationsStep is failing in setVariationMeasures() if there's some dev measures. | ||||
* | Rename WsGroup and WsProject to WsGroupRef and WsProjectRef | Teryk Bellahsene | 2015-09-02 | 2 | -3/+20 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-09-02 | 5 | -3/+51 |
| | |||||
* | move DAOs, Mappers and Dtos from Views to Core | Sébastien Lesaint | 2015-08-29 | 9 | -0/+247 |
| | |||||
* | SONAR-6812 Improve format of generated UUIDs for better usage of Lucene | Simon Brandhof | 2015-08-28 | 5 | -5/+5 |
| | |||||
* | SONAR-6498 WS permissions/delete_template impossible to delete a default ↵ | Teryk Bellahsene | 2015-08-28 | 5 | -65/+45 |
| | | | | template | ||||
* | Sanitize PermissionTemplateDao methods | Teryk Bellahsene | 2015-08-27 | 2 | -9/+9 |
| | |||||
* | SONAR-6498 WS permissions/delete_template delete a permission template | Teryk Bellahsene | 2015-08-27 | 4 | -33/+57 |
| | |||||
* | Remove PermissionTemplateDao#insert(String,String,String) | Teryk Bellahsene | 2015-08-27 | 3 | -38/+12 |
| | |||||
* | SONAR-6497 WS permissions/update/template update a permission template | Teryk Bellahsene | 2015-08-27 | 2 | -7/+9 |
| | |||||
* | SONAR-6496 WS permissions/create_template create a permission template | Teryk Bellahsene | 2015-08-27 | 5 | -39/+65 |
| | |||||
* | SONAR-6693 WS issue_filters/search rewrite WS | Teryk Bellahsene | 2015-08-26 | 4 | -12/+61 |
| | | | | | | | * return user filters and all shared filters * add the favorite info on each filter * requires authentication * return [SonarQube] when it's a system issue filter | ||||
* | SONAR-6503 WS permissions/remove_group_from_template remove a group from a ↵ | Teryk Bellahsene | 2015-08-24 | 1 | -9/+17 |
| | | | | permission template | ||||
* | SONAR-6479 WS permissions/users display email in response | Teryk Bellahsene | 2015-08-24 | 4 | -1/+24 |
| | |||||
* | make PersistSnapshotsStep support Views Components | Sébastien Lesaint | 2015-08-24 | 1 | -6/+16 |
| | |||||
* | add RuleDao.selectById to be used by Views plugin | Sébastien Lesaint | 2015-08-24 | 4 | -2/+22 |
| | |||||
* | add MeasureDao.selectBySnapshotIdAndMetricKeys to be used by Views | Sébastien Lesaint | 2015-08-24 | 4 | -8/+79 |
| | |||||
* | fix MyBatis and mapper loading to support mapper in server extensions | Sébastien Lesaint | 2015-08-24 | 5 | -113/+233 |
| | | | | | | BatchSession and DbSession constructors need to be public to be used from server extensions fix MyBatis XML mapper file loading which did not support mapper defined in a plugin ClassLoader add MyBatisConfBuilder so that conf building code can be shared with server extensions | ||||
* | SONAR-6502 WS permissions/add_group_to_template add a group to a permission ↵ | Teryk Bellahsene | 2015-08-24 | 3 | -8/+46 |
| | | | | template | ||||
* | SONAR-6501 WS permissions/remove_user_from_template remove a user from a ↵ | Teryk Bellahsene | 2015-08-24 | 2 | -12/+25 |
| | | | | permission template | ||||
* | SONAR-6500 WS permissions/add_user_to_template add a user to a permission ↵ | Teryk Bellahsene | 2015-08-24 | 2 | -7/+53 |
| | | | | template | ||||
* | Rename ComponentPermissions to ProjectPermissions | Teryk Bellahsene | 2015-08-24 | 1 | -2/+2 |
| | |||||
* | Remove selectGroupByName methods from UserDao | Teryk Bellahsene | 2015-08-24 | 5 | -54/+6 |
| | |||||
* | Create PermissionValueValidator | Teryk Bellahsene | 2015-08-24 | 2 | -1/+4 |
| | |||||
* | SONAR-6485 WS permissions/search_project_permissions add paging field in ↵ | Teryk Bellahsene | 2015-08-19 | 1 | -3/+4 |
| | | | | response | ||||
* | SONAR-6485 WS permissions/search_project_permissions search for project ↵ | Teryk Bellahsene | 2015-08-19 | 12 | -16/+383 |
| | | | | permissions | ||||
* | Move ComponentTesting to sonar-db | Teryk Bellahsene | 2015-08-19 | 1 | -0/+160 |
| | |||||
* | Fix typo in PermissionQuery | Teryk Bellahsene | 2015-08-19 | 1 | -1/+3 |
| | |||||
* | Fix quality flaws | Teryk Bellahsene | 2015-08-18 | 1 | -1/+1 |
| |