Giter Site home page Giter Site logo

fastlane-plugin-applivery's People

Contributors

alejandrojimenez avatar alesete avatar cesartrigo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fastlane-plugin-applivery's Issues

[Fastlane plugin] Action does not fail if curl command fails

The way the plugin is currently implemented, the action will not fail if the curl upload command fails. For example, if the build path is invalid and there is no file to upload, the upload API returns a failure code but the action silently ignores it and the lane succeeds. This is not helpful when using the action in CI/CD as it gives a false sense of success; the failure can only be detected by looking into the logs.

CI URL & Build URL

It's required to have a new input field that allows to provide the CI and BUILD URL's so that they can be displayed in Applivery Dashboard. As described in the Upload API docs, There are two variables available for that purpose:

  • CI URL: deployer.info.ciUrl
  • Build URL: deployer.info.buildUrl

Error in build when the commit message starts with "@"

/var/lib/gems/2.3.0/gems/fastlane-2.56.0/fastlane_core/lib/fastlane_core/ui/interface.rb:143:in `shell_error!': [!] Exit status of command 'curl "https://dashboard.applivery.com/api/builds" -H "Authorization: xxxxxx" -F app="xxxxxx" -F versionName="xxxxx" -F notes="Uploaded automatically with fastlane plugin" -F notify=true -F autoremove=true -F os=android -F tags="" -F deployer=fastlane -F package=@"/myApp/app/build/outputs/apk/app.apk" -F gitBranch="develop" -F gitCommit="xxxxx (FastlaneCore::Interface::FastlaneShellError)
" -F gitMessage="@ie fastlane Staging" -F gitRepositoryURL="xxxx
"' was 26 instead of 0.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (26) couldn't open file "ie fastlane Staging"

Branch name and CI URL not passing correctly

Hi. During testing of the Fastlane plugin, we have noticed 2 issues:

  1. Branch name comes through as 'HEAD' rather than the proper branch name. This doesn't appear to be defined properly in the code. It doesn't look like we can override this in the request.
  2. There doesn't appear to be a key to pass the CI URL when uploading a build, but this is exposed in the portal as a field.

Thanks.

Bad request

When the plugin tries to upload the .ipa to Applivery shows this error:

[17:25:56]: โ–ธ {"status":false,"error":{"code":400,"msg":"Bad request","field":"slug"}}

The "field" parameter on error sometimes change. In this case is "slug".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.