Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E extensions.typo3.org
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 84
    • Issues 84
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • servicesservices
  • t3o sites
  • extensions.typo3.org
  • extensions.typo3.org
  • Merge requests
  • !534

Return version string instead object when uploading via soap

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Thomas Löffler requested to merge bugfix/return-version-as-string-on-soap-upload into develop Jul 23, 2020
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Reason:

Did something change regarding the TER upload?
Having this error:
https://travis-ci.org/github/AOEpeople/crawler/jobs/709961070#L365
But the version was still pushed and also already downloaded. Just find it strange that the script fails.
https://github.com/helhum/ter-client/blob/master/src/Cli/Command/UploadCommand.php#L100
travis-ci.orgtravis-ci.org
Travis CI - Test and Deploy Your Code with Confidence
Travis CI enables your team to test and ship your apps with confidence. Easily sync your projects with Travis CI and you'll be testing your code in minutes.
src/Cli/Command/UploadCommand.php:100
            $output->writeln('<info>Successfully uploaded new version: ' . $result[Connection::SOAP_RETURN_VERSION] . '</info>');
<https://github.com/helhum/ter-client|helhum/ter-client>helhum/ter-client | Added by GitHub

Error: https://travis-ci.org/github/AOEpeople/crawler/jobs/709961070#L365

Thrown at: https://github.com/helhum/ter-client/blob/master/src/Cli/Command/UploadCommand.php#L100

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bugfix/return-version-as-string-on-soap-upload