Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitrise-steplib/steps-deploy-to-bitrise-io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.7.3
Choose a base ref
...
head repository: bitrise-steplib/steps-deploy-to-bitrise-io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 211 files changed
  • 6 contributors

Commits on Feb 21, 2024

  1. Handle nonexistent deploy path (#196)

    * Handle nonexistent deploy path
    
    * Update main.go
    
    Co-authored-by: lpusok <7979773+lpusok@users.noreply.github.com>
    
    * Update main.go
    
    Co-authored-by: lpusok <7979773+lpusok@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: lpusok <7979773+lpusok@users.noreply.github.com>
    ofalvai and lpusok authored Feb 21, 2024
    Copy the full SHA
    2a49db6 View commit details

Commits on Mar 1, 2024

  1. Filter invalid reports (#197)

    * Filter invalid reports
    
    * Check for exact match
    tothszabi authored Mar 1, 2024
    Copy the full SHA
    9e8abfd View commit details

Commits on Mar 5, 2024

  1. Set content type for known extensions (#198)

    * Add css and js content type override
    
    * Add tests
    
    * Use mime package
    
    * Update html content type
    
    * Use valid html code
    tothszabi authored Mar 5, 2024
    Copy the full SHA
    03ba0ca View commit details

Commits on Apr 18, 2024

  1. Add fallback zip reader to the ipa uploader (#199)

    * Add flabck zip reader to the ipa uploader
    
    * Code cleanup
    
    * Wire in new zip reader to the xcarchive uploader
    
    * Update go-xcode
    
    * Pull lates go-xcode and code cleanup
    
    * Pull latest go-xcode
    
    * Pull latest go-xcode
    
    * Pull go-xcode@v2.0.0-alpha.44
    godrei authored Apr 18, 2024
    Copy the full SHA
    5ae9364 View commit details

Commits on Jun 3, 2024

  1. Copy the full SHA
    3c37618 View commit details

Commits on Jun 4, 2024

  1. Provide more artifact information (#200)

    * Improve with AppName
    
    * Improve AAB info with MinSDKVersion
    
    * Add details page url as env var
    
    * Update README.md and step.yml
    
    * Revert README.md table formatting
    
    * Refactor android artifact handling based on the review items
    
    * Revert env var rename
    
    * Small changes
    
    * Update vendor folder and fix linter issue
    
    * Fix review item
    
    * Fix review item
    gaborpongracz authored Jun 4, 2024
    Copy the full SHA
    8831a88 View commit details

Commits on Jun 5, 2024

  1. Retry test results deployment http calls (#202)

    * Retry test results deployment http calls
    
    * Wire in v2 logger for test results deployment
    
    * Fix missing v2 loggers
    
    * Fix master merge
    godrei authored Jun 5, 2024
    Copy the full SHA
    45842c8 View commit details

Commits on Jul 23, 2024

  1. Lint codebase, fix CI (#205)

    * Fix CI
    
    * Lint codebase
    
    * Fix deprecations
    
    * *
    
    * Fix test
    
    * Revert panic
    ofalvai authored Jul 23, 2024
    Copy the full SHA
    a8287bd View commit details
  2. chore(deps): update module github.com/hashicorp/go-retryablehttp to v…

    …0.7.7 [security] (#203)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 23, 2024
    Copy the full SHA
    60e219b View commit details
  3. Fix file size upload param (#204)

    * Fix file size upload param
    
    * Fix vendor
    
    * Fix?
    
    * Query file size only once
    
    * Revert unintentional change
    ofalvai authored Jul 23, 2024
    Copy the full SHA
    d3b1275 View commit details

Commits on Aug 2, 2024

  1. Deploy the snapshot of generic files under 1GB file size (#207)

    * Deploy the snapshot of generic files under 1GB file size
    
    * Code cleanup
    
    * Log snapshot deployment
    
    * Update uploaders/fileuploader.go
    
    Co-authored-by: Olivér Falvai <oliver.falvai@bitrise.io>
    
    ---------
    
    Co-authored-by: Olivér Falvai <oliver.falvai@bitrise.io>
    godrei and ofalvai authored Aug 2, 2024
    Copy the full SHA
    2242bfb View commit details

Commits on Aug 8, 2024

  1. [RA-3066] Use libs for artifact meta data parsing (#206)

    * Use go-android lib
    
    * Update go-android version and use new features
    
    * Fix smaller issues
    
    * Update go-android version
    
    * updates
    
    * Fix missing logger
    
    * Use go-xcode lib for parsing
    
    * Update go-xcode lib version
    
    * update xcode lib version and apply fixes
    
    * Update step
    
    * Fix logger usage
    
    * Fix review items
    
    * Update go-android version to v2.0.0-alpha.7
    
    * Update go-xcode version to v2.0.0-alpha.46
    
    * Iterate on the appInfo logs
    
    * Update the app info printing format
    gaborpongracz authored Aug 8, 2024
    Copy the full SHA
    04a173a View commit details

Commits on Aug 23, 2024

  1. Copy the full SHA
    f14128c View commit details

Commits on Aug 26, 2024

  1. Use legacy flag for xcresulttool, needed for Xcode 16 support. (#209)

    * Use legacy flag for xcresulttool, needed for Xcode 16 support.
    
    * Remove artifacts
    lpusok authored Aug 26, 2024
    Copy the full SHA
    1335841 View commit details
Loading