reportportal / service-tfs

Bug Tracking Integration with TFS. Post/Read bugs
GNU General Public License v3.0
6 stars 3 forks source link

Update to RP v4 #3

Closed iKozzz closed 6 years ago

iKozzz commented 6 years ago

can build and create docker container starting with issues: docker-compose logs - OK service appears at Consul list with OK status but never appear in RP: [index service] Current version: Analysis Service: 4.3.0; API Service: 4.3.3; Index Service: 4.2.0; Authorization Service: 4.2.0; Service UI: 4.3.5; [nothing in 'Bug tracking system' in project settings]

added into docker-compose tfs: image: 'reportportal-dev/service-tfs:latest' environment:

navinchandrac commented 6 years ago

Need to upgrade this source code according to latest dependencies version (4.2.0) and Also add latest dependencies in build.gradle.

Existing dependencies details: dependencies { compile 'com.epam.reportportal:commons-bugtracking:3.1.0' compile 'com.epam.reportportal:commons:3.1.0' compile 'org.jasypt:jasypt:1.9.2' compile name: 'com.microsoft.tfs.sdk-14.120.0' }

Right now getting ReportPortalExceptionResolver > For input string : "types" error after configuring TFS details in ReportPortal dashboard.