]>
source.dussan.org Git - sonarqube.git/log
Julien Lancelot [Mon, 23 Jan 2017 15:54:03 +0000 (16:54 +0100)]
SONAR-8684 Redirect /api to /api/webservices/list
This redirection was previously done by rails
Julien Lancelot [Thu, 19 Jan 2017 10:36:23 +0000 (11:36 +0100)]
SONAR-8684 Decrease expected jar app size due to removal of rails
Julien Lancelot [Thu, 19 Jan 2017 10:00:29 +0000 (11:00 +0100)]
SONAR-8684 Remove Java classes related to rails
Julien Lancelot [Thu, 19 Jan 2017 09:52:40 +0000 (10:52 +0100)]
SONAR-8684 Remove Rails files
Stas Vilchik [Thu, 19 Jan 2017 09:59:44 +0000 (10:59 +0100)]
SONAR-7298 replace usage of /api/projects/index by /api/components/search
Stas Vilchik [Thu, 19 Jan 2017 09:56:07 +0000 (10:56 +0100)]
SONAR-7303 replace usage of /api/resources/search by /api/components/search
Julien Lancelot [Thu, 19 Jan 2017 08:29:40 +0000 (09:29 +0100)]
SONAR-6506 Delete internal WS api/updatecenter/installed_plugins
Julien Lancelot [Thu, 19 Jan 2017 08:17:44 +0000 (09:17 +0100)]
SONAR-6309 Delete WS api/profiles/list
Julien Lancelot [Thu, 19 Jan 2017 08:15:30 +0000 (09:15 +0100)]
SONAR-6310 Delete WS api/profiles/index
Julien Lancelot [Thu, 19 Jan 2017 07:59:35 +0000 (08:59 +0100)]
SONAR-7303 Delete WS api/resources/search
This is an internal WS, the action is completely removed
Julien Lancelot [Thu, 19 Jan 2017 07:53:37 +0000 (08:53 +0100)]
SONAR-5270 Delete WS api/user_properties
As this is a public WS, the action is still declared but the response code will always be 410
Julien Lancelot [Wed, 18 Jan 2017 18:07:20 +0000 (19:07 +0100)]
SONAR-7277 Create a route to redirect profiles/export to api/qualityprofiles/export
Julien Lancelot [Wed, 18 Jan 2017 17:21:53 +0000 (18:21 +0100)]
SONAR-8609 Set api/components/search as public
Julien Lancelot [Mon, 23 Jan 2017 09:40:58 +0000 (10:40 +0100)]
SONAR-8467 Fix ProjectAnalysisService#search
Stas Vilchik [Wed, 18 Jan 2017 15:36:50 +0000 (16:36 +0100)]
SONAR-8643 Make the color palette consistent
Stas Vilchik [Tue, 24 Jan 2017 12:11:34 +0000 (13:11 +0100)]
SONAR-8692 Replace calls to api/timemachine/index WS by api/measures/search_history
Teryk Bellahsene [Tue, 24 Jan 2017 13:55:29 +0000 (14:55 +0100)]
SONAR-7305 Create WS api/measures/search_history
Julien Lancelot [Tue, 24 Jan 2017 14:48:52 +0000 (15:48 +0100)]
SONAR-8236 Add ITs on permission used by analysis
Julien Lancelot [Tue, 24 Jan 2017 14:13:24 +0000 (15:13 +0100)]
SONAR-8236 Add ITs on analysis with only 'Execute Analysis' permission
Julien Lancelot [Tue, 24 Jan 2017 13:25:55 +0000 (14:25 +0100)]
SONAR-8236 Returned secured and license settings when user has only 'Execute Analysis' permission
Julien Lancelot [Tue, 24 Jan 2017 11:05:44 +0000 (12:05 +0100)]
SONAR-7300 Replace key parameter by id
Key parameter was badly used instead of id when rewritting api/properties to Java
Stas Vilchik [Tue, 24 Jan 2017 15:18:20 +0000 (16:18 +0100)]
fix measures-test
Stas Vilchik [Tue, 24 Jan 2017 15:02:52 +0000 (16:02 +0100)]
SONAR-8393 Rating indicators are not consistent
Stas Vilchik [Tue, 24 Jan 2017 14:41:45 +0000 (15:41 +0100)]
SONAR-8679 Quality Profiles page never finishes loading when there is no plugins
Stas Vilchik [Tue, 24 Jan 2017 13:51:48 +0000 (14:51 +0100)]
SONAR-8645 Unexpected text wrapping on the Projects page
Daniel Schwarz [Tue, 24 Jan 2017 10:47:05 +0000 (11:47 +0100)]
SONAR-8678 allow search for components by multiple, independent words
Stas Vilchik [Tue, 24 Jan 2017 13:46:57 +0000 (14:46 +0100)]
SONAR-8451 fix problem with settings
Daniel Schwarz [Tue, 24 Jan 2017 10:27:18 +0000 (11:27 +0100)]
SONAR-8568 change elasticsearch ngram filter to ngram tokenizer
Daniel Schwarz [Tue, 24 Jan 2017 10:10:01 +0000 (11:10 +0100)]
SONAR-8568 allow fuzzy search of component names
Simon Brandhof [Mon, 23 Jan 2017 22:49:22 +0000 (23:49 +0100)]
Drop unused methods in SnapshotDao
Simon Brandhof [Mon, 23 Jan 2017 22:49:07 +0000 (23:49 +0100)]
Replace some Guava usages by Java 8 functions
Simon Brandhof [Mon, 23 Jan 2017 22:36:47 +0000 (23:36 +0100)]
Drop unused ResourceDao#findProvisionedProjects()
Simon Brandhof [Mon, 23 Jan 2017 22:18:36 +0000 (23:18 +0100)]
Drop unused FileSourceDao#updateDateWhenUpdatedDateIsZero()
Simon Brandhof [Mon, 23 Jan 2017 22:18:13 +0000 (23:18 +0100)]
Replace some Guava usages by Java 8 functions
Simon Brandhof [Mon, 23 Jan 2017 22:08:32 +0000 (23:08 +0100)]
Replace unused OldPermissionQuery
Simon Brandhof [Mon, 23 Jan 2017 21:11:32 +0000 (22:11 +0100)]
Replace some Guava usages by Java 8 functions
Simon Brandhof [Mon, 23 Jan 2017 21:10:48 +0000 (22:10 +0100)]
Delete unused test files
Simon Brandhof [Mon, 23 Jan 2017 21:10:19 +0000 (22:10 +0100)]
Add some missing jdbcType attributes to MyBatis mappers
Stas Vilchik [Thu, 19 Jan 2017 10:18:43 +0000 (11:18 +0100)]
SONAR-8661 Display organization in the search
Stas Vilchik [Wed, 18 Jan 2017 13:13:02 +0000 (14:13 +0100)]
SONAR-8629 Display organization on the Background Tasks page
Stas Vilchik [Wed, 18 Jan 2017 12:39:48 +0000 (13:39 +0100)]
SONAR-8628 Display organizations on the Issues page
Stas Vilchik [Wed, 18 Jan 2017 09:38:13 +0000 (10:38 +0100)]
SONAR-8627 Display organization on the project dashboard
Stas Vilchik [Thu, 12 Jan 2017 13:35:30 +0000 (14:35 +0100)]
SONAR-8626 Display organization on the Projects page
Simon Brandhof [Mon, 23 Jan 2017 17:15:54 +0000 (18:15 +0100)]
Support all qualifiers in ComponentDao#xxxProvisioned()
Simon Brandhof [Mon, 23 Jan 2017 14:53:57 +0000 (15:53 +0100)]
Drop unused DefaultComponentFinder and related classes
Simon Brandhof [Mon, 23 Jan 2017 14:37:04 +0000 (15:37 +0100)]
Remove unused methods from ComponentFinder
Simon Brandhof [Mon, 23 Jan 2017 14:36:44 +0000 (15:36 +0100)]
Refactor WS about association of Q profiles and projects
- remove class from CE
- do not use multiple DB sessions
- reuse existing code
- load project once
Simon Brandhof [Mon, 23 Jan 2017 12:52:33 +0000 (13:52 +0100)]
Fix Quality flaws
Simon Brandhof [Mon, 23 Jan 2017 12:52:20 +0000 (13:52 +0100)]
Drop methods from ComponentService
which duplicate ComponentDao
Sébastien Lesaint [Thu, 19 Jan 2017 10:31:16 +0000 (11:31 +0100)]
SONAR-8681 delete perm,groups&components in api/organizations/delete
Daniel Schwarz [Mon, 23 Jan 2017 15:08:49 +0000 (16:08 +0100)]
SONAR-8238 when updating a project, clear ALL components from index
Sébastien Lesaint [Mon, 23 Jan 2017 08:46:54 +0000 (09:46 +0100)]
SONAR-8682 fix error when filtering on name
and a given group name exists in multiple organizations
Sébastien Lesaint [Wed, 18 Jan 2017 10:06:06 +0000 (11:06 +0100)]
SONAR-8660 add organization to response of api/components/suggestions
Simon Brandhof [Wed, 18 Jan 2017 19:58:21 +0000 (20:58 +0100)]
SONAR-7289 Drop unused api/gwp_resources Ruby web service
It was used only by the MotionChart plugin, which is
not compatible for a while
Simon Brandhof [Wed, 18 Jan 2017 19:53:46 +0000 (20:53 +0100)]
SONAR-8554 Drop unused old Ruby Page extensions
Simon Brandhof [Wed, 18 Jan 2017 19:42:01 +0000 (20:42 +0100)]
Drop unused Ruby helpers
Simon Brandhof [Wed, 18 Jan 2017 19:41:29 +0000 (20:41 +0100)]
Drop author.rb
Simon Brandhof [Wed, 18 Jan 2017 19:40:48 +0000 (20:40 +0100)]
Remove dead code in JRubyFacade
Simon Brandhof [Wed, 18 Jan 2017 19:21:47 +0000 (20:21 +0100)]
Drop unused (and failing) tests_controller.rb
Simon Brandhof [Wed, 18 Jan 2017 19:18:17 +0000 (20:18 +0100)]
Remove unused Platform#getServer()
Simon Brandhof [Wed, 18 Jan 2017 19:12:32 +0000 (20:12 +0100)]
Clean-up internal.rb
Simon Brandhof [Wed, 18 Jan 2017 19:08:23 +0000 (20:08 +0100)]
Remove Internal.durations in Ruby
Simon Brandhof [Wed, 18 Jan 2017 18:57:22 +0000 (19:57 +0100)]
Remove unused trends_chart.rb
Simon Brandhof [Wed, 18 Jan 2017 18:57:07 +0000 (19:57 +0100)]
Clean-up DefaultUserService
because it's not used anymore from Ruby
Simon Brandhof [Wed, 18 Jan 2017 17:32:56 +0000 (18:32 +0100)]
Remove unused RubyTextService
Simon Brandhof [Wed, 18 Jan 2017 17:12:10 +0000 (18:12 +0100)]
Remove dead code related to Elasticsearch utilities
Simon Brandhof [Wed, 18 Jan 2017 17:02:33 +0000 (18:02 +0100)]
Remove unused RubyRuleService
and the associated deprecated ES utilities
Simon Brandhof [Wed, 18 Jan 2017 16:49:04 +0000 (17:49 +0100)]
Remove dead code related to Elasticsearch utilities
Simon Brandhof [Wed, 18 Jan 2017 16:48:35 +0000 (17:48 +0100)]
Remove dead code related to ComponentDao
Simon Brandhof [Wed, 18 Jan 2017 15:34:27 +0000 (16:34 +0100)]
Remove dead code related to ResourceDao
Julien HENRY [Wed, 18 Jan 2017 15:46:27 +0000 (16:46 +0100)]
Don't wait for CE queue to complete
since this test is about preview mode (so no publish).
Julien Lancelot [Wed, 18 Jan 2017 11:37:08 +0000 (12:37 +0100)]
SONAR-8574 Delete api/resources/index WS
Julien Lancelot [Tue, 17 Jan 2017 11:19:23 +0000 (12:19 +0100)]
SONAR-8574 Replace usage of api/resources/index by api/measures/component in ITs
Julien Lancelot [Wed, 18 Jan 2017 08:23:43 +0000 (09:23 +0100)]
SONAR-8467 Add ProjectAnalysisService
Sébastien Lesaint [Tue, 17 Jan 2017 17:25:52 +0000 (18:25 +0100)]
SONAR-8238 index authorization of views in components index
Sébastien Lesaint [Mon, 16 Jan 2017 14:58:54 +0000 (15:58 +0100)]
SONAR-8615 add organization to response of api/issues/search
Sébastien Lesaint [Mon, 16 Jan 2017 13:47:29 +0000 (14:47 +0100)]
SONAR-8673 add organization to response of api/ce/component
Sébastien Lesaint [Mon, 16 Jan 2017 13:38:59 +0000 (14:38 +0100)]
SONAR-8674 add organization to response of api/ce/task
Sébastien Lesaint [Mon, 16 Jan 2017 13:38:41 +0000 (14:38 +0100)]
SONAR-8614 add organization to response of api/ce/activity
Sébastien Lesaint [Mon, 16 Jan 2017 15:19:24 +0000 (16:19 +0100)]
SONAR-8595 fix backward incompatible change in proto of api/components
Sébastien Lesaint [Mon, 16 Jan 2017 15:18:47 +0000 (16:18 +0100)]
SONAR-8614 fix backward incompatible change in proto of api/ce
Daniel Schwarz [Tue, 17 Jan 2017 08:48:02 +0000 (09:48 +0100)]
change name of project measures index type (to singular)
The name of the index is now "projectmeasures" (plural), the name of the type is "projectmeasure" (singular).
Tom [Tue, 17 Jan 2017 09:30:26 +0000 (10:30 +0100)]
Automatic merge from branch-xx
* origin/branch-6.2:
Prepare for next development iteration
Release 6.2.1
Tom [Tue, 17 Jan 2017 09:25:51 +0000 (10:25 +0100)]
Prepare for next development iteration
Stas Vilchik [Tue, 17 Jan 2017 08:16:18 +0000 (09:16 +0100)]
fix issue assignment
Stas Vilchik [Mon, 16 Jan 2017 21:12:55 +0000 (22:12 +0100)]
SONAR-7674 display activity page only for projects
Julien HENRY [Fri, 13 Jan 2017 15:12:38 +0000 (16:12 +0100)]
SONAR-8652 Pass value of sonar.organization in the scanner report
Daniel Schwarz [Mon, 16 Jan 2017 10:42:44 +0000 (11:42 +0100)]
SONAR-7282 move ReportComputationSteps behind PurgeDatastoresStep
Daniel Schwarz [Fri, 13 Jan 2017 16:27:12 +0000 (17:27 +0100)]
SONAR-7282 add authorization to the ComponentIndex
Daniel Schwarz [Thu, 12 Jan 2017 18:00:40 +0000 (19:00 +0100)]
SONAR-7282 remove project from ComponentIndex, when it gets deleted
Daniel Schwarz [Thu, 12 Jan 2017 11:38:19 +0000 (12:38 +0100)]
SONAR-7282 improve relevancy of results
Changes regarding index definition, code style, tests.
Daniel Schwarz [Wed, 11 Jan 2017 18:18:31 +0000 (19:18 +0100)]
SONAR-7282 make ComponentIndexer clean up contents before indexing
When a project and it's sub-components get indexed, remove any existing documents for that project right before.
Daniel Schwarz [Wed, 11 Jan 2017 15:11:13 +0000 (16:11 +0100)]
SONAR-7282 send only one indexing request to elasticsearch per project
Indexing everything will index every project. Indexing a project will cause all components of that project to be sent to elasticsearch in one bulk request.
Daniel Schwarz [Wed, 11 Jan 2017 13:10:46 +0000 (14:10 +0100)]
SONAR-7282 implement global search with elasticsearch
Change api/component/suggestions.
The index is not yet cleaned up if a project's content changes or a project is deleted.
Delete previous ruby implementation of the webservice.
Tom [Mon, 16 Jan 2017 16:00:20 +0000 (17:00 +0100)]
Release 6.2.1
Daniel Schwarz [Wed, 11 Jan 2017 12:25:10 +0000 (13:25 +0100)]
SONAR-7282 rename .component.es to .measure.index
* All other elastic search indexes reside in
"index" subpackages.
* We want to introduce a new component index
and need the .component.index-package name
for that one.
Daniel Schwarz [Fri, 13 Jan 2017 09:44:59 +0000 (10:44 +0100)]
SONAR-7282 drop method "JRubyFacade.indexComponent"; it was unused
The method had been used by the developer cockpit. It would have required some changes concerning Indexation, but we did not want to do that, as dev cockpit is unmaintained.
Stas Vilchik [Mon, 16 Jan 2017 14:36:39 +0000 (15:36 +0100)]
make travis build fail when web job fails
Sébastien Lesaint [Mon, 16 Jan 2017 08:18:08 +0000 (09:18 +0100)]
SONAR-8613 add organizations param to api/organizations/search
Sébastien Lesaint [Fri, 13 Jan 2017 15:35:16 +0000 (16:35 +0100)]
SONAR-8613 add filter on keys to OrganizationDao.selectByQuery