Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | SONAR-5742 Add ignorePaging parameter handle to WS client (for IT) | Jean-Baptiste Lievremont | 2014-11-28 | 2 | -2/+13 | |
| | | ||||||
* | | SONAR-5718 Apply feedback | Stas Vilchik | 2014-11-28 | 16 | -93/+159 | |
| | | ||||||
* | | Fix quality gate modals | Stas Vilchik | 2014-11-28 | 1 | -1/+0 | |
| | | ||||||
* | | Omit lucene norms on non-analyzed string fields | Simon Brandhof | 2014-11-28 | 1 | -2/+3 | |
| | | ||||||
* | | Do not memory store for elasticsearch tests | Simon Brandhof | 2014-11-28 | 1 | -4/+3 | |
| | | ||||||
* | | Fix closing of connection in SourceLineResultSetIteratorTest | Simon Brandhof | 2014-11-28 | 2 | -5/+6 | |
| | | ||||||
* | | Fix DB connection leak | Jean-Baptiste Lievremont | 2014-11-28 | 1 | -3/+2 | |
| | | ||||||
* | | SONAR-5742 Add explicit parameter to ignore paging in issue search | Jean-Baptiste Lievremont | 2014-11-28 | 9 | -13/+85 | |
| | | ||||||
* | | Do not reuse previous Elasticsearch installations in EsTester | Simon Brandhof | 2014-11-28 | 1 | -3/+4 | |
| | | ||||||
* | | SONAR-5872 Apply feedback | Stas Vilchik | 2014-11-28 | 3 | -4/+7 | |
| | | ||||||
* | | SONAR-5877 Make the coverage and duplication popups work | Stas Vilchik | 2014-11-28 | 4 | -27/+12 | |
| | | ||||||
* | | Fix quality flaws | Stas Vilchik | 2014-11-28 | 1 | -7/+6 | |
| | | ||||||
* | | SONAR-5718 Drop old issues page | Stas Vilchik | 2014-11-28 | 11 | -1340/+0 | |
| | | ||||||
* | | Fix quality flaws | Stas Vilchik | 2014-11-28 | 2 | -465/+427 | |
| | | ||||||
* | | SONAR-5877 Fix adding manual issues | Stas Vilchik | 2014-11-28 | 1 | -1/+1 | |
| | | ||||||
* | | Migrate source viewer to js | Stas Vilchik | 2014-11-28 | 10 | -548/+699 | |
| | | ||||||
* | | Fix compatibility of migration FeedFileSources with Oracle | Simon Brandhof | 2014-11-27 | 1 | -27/+52 | |
| | | ||||||
* | | SONAR-5866 Add coverage data to lines WS | Jean-Baptiste Lievremont | 2014-11-27 | 9 | -16/+179 | |
| | | ||||||
* | | Increase timeout of ES to go to yellow status (3s -> 30s) | Simon Brandhof | 2014-11-27 | 1 | -1/+1 | |
| | | ||||||
* | | Add module sonar-server-benchmark | Simon Brandhof | 2014-11-27 | 8 | -14/+359 | |
| | | ||||||
* | | SONAR-5877 Unified source viewer | Stas Vilchik | 2014-11-27 | 36 | -474/+1132 | |
| | | ||||||
* | | Fix quality flaws | Jean-Baptiste Lievremont | 2014-11-27 | 4 | -10/+9 | |
| | | ||||||
* | | SONAR-5866 Fix UT | Julien HENRY | 2014-11-27 | 1 | -1/+1 | |
| | | ||||||
* | | Update web MTs | Stas Vilchik | 2014-11-27 | 4 | -7/+2 | |
| | | ||||||
* | | SONAR-5866 Add IT and Overall coverage data into file_sources | Julien HENRY | 2014-11-27 | 8 | -47/+181 | |
| | | ||||||
* | | Stabilize startup of ES in tests | Simon Brandhof | 2014-11-27 | 2 | -0/+8 | |
| | | ||||||
* | | Add some missing close() | Simon Brandhof | 2014-11-27 | 2 | -1/+2 | |
| | | ||||||
* | | Improve issue indexing | Simon Brandhof | 2014-11-27 | 28 | -41/+142 | |
| | | ||||||
* | | SONAR-5801 support empty files | Simon Brandhof | 2014-11-27 | 21 | -134/+198 | |
| | | | | | | | | + fix quality flaws | |||||
* | | Support empty files in SourceLineResultSetIterator | Simon Brandhof | 2014-11-26 | 8 | -44/+80 | |
| | | ||||||
* | | Change type of column PROJECTS.AUTHORIZATION_UPDATED_AT from TIMESTAMP to BIGINT | Simon Brandhof | 2014-11-26 | 33 | -67/+63 | |
| | | ||||||
* | | Temporarily disable benchmark of issue db extraction | Simon Brandhof | 2014-11-26 | 1 | -0/+2 | |
| | | ||||||
* | | Refactor issue authorizations in Elasticsearch | Simon Brandhof | 2014-11-26 | 48 | -2107/+853 | |
| | | ||||||
* | | Fix DB connection leak | Jean-Baptiste Lievremont | 2014-11-26 | 1 | -2/+0 | |
| | | ||||||
* | | SONAR-5819 Fix handling of empty line (IOOBE in WS) | Jean-Baptiste Lievremont | 2014-11-26 | 2 | -1/+10 | |
| | | ||||||
* | | SONAR-5868 Protect against NPE when there is no source for a file (e.g ↵ | Jean-Baptiste Lievremont | 2014-11-26 | 2 | -3/+17 | |
| | | | | | | | | directory) | |||||
* | | Fix faulty test | Jean-Baptiste Lievremont | 2014-11-26 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-5819 Add highlighting in api/sources/lines | Jean-Baptiste Lievremont | 2014-11-26 | 9 | -15/+82 | |
| | | ||||||
* | | SONAR-5872 Apply feedback | Stas Vilchik | 2014-11-26 | 5 | -16/+21 | |
| | | ||||||
* | | SONAR-5868 Add WS to fetch line hashes for issue tracking | Jean-Baptiste Lievremont | 2014-11-25 | 11 | -7/+227 | |
| | | ||||||
* | | SONAR-5845 Fix overlap of issue message and issue line number | Stas Vilchik | 2014-11-25 | 1 | -1/+1 | |
| | | ||||||
* | | Update qualifier icons | Stas Vilchik | 2014-11-25 | 8 | -14/+13 | |
| | | ||||||
* | | SONAR-5845 Fix separator between issues | Stas Vilchik | 2014-11-25 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-5718 Small UI fix | Stas Vilchik | 2014-11-25 | 1 | -2/+2 | |
| | | ||||||
* | | SONAR-5718 Fix double page loading | Stas Vilchik | 2014-11-25 | 2 | -1/+6 | |
| | | ||||||
* | | Consistent view of source scm | Stas Vilchik | 2014-11-25 | 1 | -19/+18 | |
| | | ||||||
* | | SONAR-5718 Fix grouping issues by component | Stas Vilchik | 2014-11-25 | 1 | -0/+5 | |
| | | ||||||
* | | SONAR-5718 Show SCM around the code | Stas Vilchik | 2014-11-25 | 5 | -34/+52 | |
| | | ||||||
* | | SONAR-5718 Group issues by component | Stas Vilchik | 2014-11-25 | 8 | -26/+137 | |
| | | ||||||
* | | Fix some quality flaws | Simon Brandhof | 2014-11-25 | 3 | -15/+8 | |
| | |