| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-7330 Add rules long date columns | Julien Lancelot | 2016-02-17 | 15 | -9/+396 |
* | SONAR-7352 Deterministic order of groups in My Account page | Teryk Bellahsene | 2016-02-16 | 2 | -2/+3 |
* | SONAR-7187 Rename CeActivityQuery to CeTaskQuery | Teryk Bellahsene | 2016-02-15 | 8 | -41/+44 |
* | SONAR-7187 Improve code coverage of CeQueueDao | Teryk Bellahsene | 2016-02-15 | 1 | -0/+53 |
* | SONAR-7187 WS api/ce/activity handles queue and past CE tasks | Teryk Bellahsene | 2016-02-15 | 9 | -28/+165 |
* | Enable QA pipeline at SonarSource | Simon Brandhof | 2016-02-10 | 2 | -23/+41 |
* | Improve quality | Duarte Meneses | 2016-02-08 | 1 | -11/+11 |
* | SONAR-7112 search box with correct component type order5.4-M13 | Teryk Bellahsene | 2016-02-05 | 1 | -0/+5 |
* | Fix quality gates | Simon Brandhof | 2016-02-05 | 3 | -13/+13 |
* | SONAR-7123 Improve size of projects name columns | Julien Lancelot | 2016-02-05 | 8 | -5/+136 |
* | SONAR-7123 Improve size of PROJECTS.LONG_NAME columns | Julien Lancelot | 2016-02-04 | 3 | -2/+3 |
* | SONAR-7242 Add a migration to remove the preview permission | Julien Lancelot | 2016-02-03 | 9 | -3/+177 |
* | SONAR-7242 Remove "Execute Preview Analysis" permission | Julien Lancelot | 2016-02-03 | 7 | -12/+10 |
* | Fix quality flaws | Teryk Bellahsene | 2016-02-01 | 1 | -0/+81 |
* | SONAR-7020 forbid login with a space when creating a user | Teryk Bellahsene | 2016-02-01 | 1 | -0/+4 |
* | SONAR-7249 Search email only on active users | Julien Lancelot | 2016-02-01 | 3 | -5/+12 |
* | SONAR-7233 remove email / SCM accounts when deactivating a user | Julien Lancelot | 2016-02-01 | 26 | -141/+588 |
* | SONAR-7233 Migrate disabled users to only keep login and name | Julien Lancelot | 2016-02-01 | 9 | -3/+247 |
* | SONAR-7249 Identity provider must provide user login | Julien Lancelot | 2016-02-01 | 5 | -60/+6 |
* | SONAR-6226 Set external identity columns on user admin on H2 | Julien Lancelot | 2016-02-01 | 1 | -1/+1 |
* | Fix minor quality flaws | Simon Brandhof | 2016-01-30 | 1 | -1/+1 |
* | squid:UselessPrenthesesCheck Useless parentheses around expression should be ... | Zeeshan Asghar | 2016-01-29 | 1 | -1/+1 |
* | squid:S1213 members of an interface decleration or class should appear in a p... | Zeeshan Asghar | 2016-01-29 | 4 | -15/+13 |
* | squid:S2209 static members should be accessed statically | Zeeshan Asghar | 2016-01-29 | 1 | -7/+7 |
* | SONAR-7070 Enforced leak period in quality gates - migration script | Teryk Bellahsene | 2016-01-29 | 9 | -3/+201 |
* | IN claus and group of OR should have constant order and no duplicate | Sébastien Lesaint | 2016-01-29 | 2 | -5/+115 |
* | avoid result array reallocation in DatabaseUtils.executeLargeInputs | Sébastien Lesaint | 2016-01-29 | 1 | -1/+1 |
* | SONAR-7129 WS api/components/tree leaves strategy with qualifiers fixed | Teryk Bellahsene | 2016-01-29 | 1 | -15/+17 |
* | SONAR-7250 WS users/current - add details | Teryk Bellahsene | 2016-01-28 | 1 | -0/+44 |
* | revert change to omponentDaoWithDuplicatedKeysTest | Sébastien Lesaint | 2016-01-28 | 2 | -12/+36 |
* | SONAR-7217 Fail to authenticate user with existing email | Julien Lancelot | 2016-01-27 | 5 | -0/+32 |
* | make selectComponentsHavingSameKeyOrderedById populate all fields | Sébastien Lesaint | 2016-01-27 | 1 | -1/+2 |
* | remove specific schema for ComponentDaoWithDuplicatedKeysTest | Sébastien Lesaint | 2016-01-27 | 2 | -36/+12 |
* | SONAR-7130 group deletion and purges of snapshots all together | Sébastien Lesaint | 2016-01-26 | 4 | -19/+40 |
* | SONAR-7130 don't do select for aborted build twice per component | Sébastien Lesaint | 2016-01-26 | 1 | -13/+3 |
* | SONAR-7130 faster purge: single SQL query for all PRJ children | Sébastien Lesaint | 2016-01-26 | 6 | -21/+16 |
* | SONAR-6226 USERS.EXTERNAL_IDENTITY columns has size 255 | Julien Lancelot | 2016-01-26 | 3 | -3/+3 |
* | SONAR-6226 Remove index on external identity columns | Julien Lancelot | 2016-01-26 | 3 | -4/+1 |
* | SONAR-6226 Add ext identity columns in USERS table | Julien Lancelot | 2016-01-25 | 20 | -12/+437 |
* | Fix random behaviour of unit test | Julien Lancelot | 2016-01-20 | 1 | -17/+17 |
* | add index on project_measures.person_id | Sébastien Lesaint | 2016-01-20 | 3 | -1/+4 |
* | add MeasureDao.selectProjectMeasuresByDeveloperForMetrics | Sébastien Lesaint | 2016-01-20 | 4 | -38/+167 |
* | SONAR-7134 WS api/measures/component | Teryk Bellahsene | 2016-01-20 | 2 | -0/+56 |
* | SONAR-7205 WS users/search with token count in response | Teryk Bellahsene | 2016-01-18 | 6 | -0/+91 |
* | SONAR-7135 WS api/measures/component_tree parameterized periods in a measure | Teryk Bellahsene | 2016-01-15 | 1 | -5/+1 |
* | SONAR-7135 WS api/measures/component_tree search query must match exactly the... | Teryk Bellahsene | 2016-01-15 | 2 | -20/+22 |
* | SONAR-7180 script to delete properties sonar.core.projectsdashboard.* | Sébastien Lesaint | 2016-01-14 | 7 | -3/+225 |
* | fix headers5.4-M5 | Sébastien Lesaint | 2016-01-14 | 3 | -3/+3 |
* | SONAR-6283 migrate permission profileadmin to profileadmin+gateadmin | Sébastien Lesaint | 2016-01-13 | 8 | -10/+466 |
* | SONAR-6283 add global permission gatesadmin and use it | Sébastien Lesaint | 2016-01-13 | 1 | -1/+3 |