Giter VIP home page Giter VIP logo

Comments (6)

KrauseFx avatar KrauseFx commented on June 23, 2024

Right now the output is not sorted at all. It should easily be possible by parsing it as a RubyGem version and then properly sorting them.

Currently they're just printed out in the order I get them back from iTunes Connect.

Do you think it would make sense to separate them by the Version #?

from pilot.

ekurutepe avatar ekurutepe commented on June 23, 2024

hmmm, separating by version # would make sense if you're running beta for two (or more?) different versions at the same time. I've never had to do that. When beta testing a single build, chances are the builds for the earlier versions are expired already. I wouldn't bother :)

from pilot.

lacostej avatar lacostej commented on June 23, 2024

I made a tentative fix for this, completely untested. I decided to sort by upload date instead of build number, hoping that it would work as well for builds not yet processed (who might not yet have a version number to parse)

from pilot.

lacostej avatar lacostej commented on June 23, 2024

By completely untested, it's not 100% true. I did the following tests:

  • run pilot on my app (which has currently only one build, and zero processing builds)
  • added this test to spaceship
    it "XXXX" do
      builds = app.build_trains.values.collect{ |t| t.builds }.flatten
      builds.sort! {|a,b| a.upload_date <=> b.upload_date }
      puts builds[0]
    end

and checked the result manually :)

from pilot.

KrauseFx avatar KrauseFx commented on June 23, 2024

This will be in the next release. I'll close this issue for now.

from pilot.

fastlanebot avatar fastlanebot commented on June 23, 2024

This issue was migrated to fastlane/fastlane#3313. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo 🚀

from pilot.

Related Issues (20)

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.