Giter Site home page Giter Site logo

Comments (12)

xabolcs avatar xabolcs commented on July 25, 2024

How do you define: beta builds? Or how do you define: release builds?

Supporting beta builds in pushlog feature obsoletes nightlyApp.repository and "renames" nightly.isTrunk().

from nightlytt.

whimboo avatar whimboo commented on July 25, 2024

Beta is: http://www.mozilla.org/en-US/firefox/channel/
Repository: https://hg.mozilla.org/releases/mozilla-beta

It gets new builds each week and it would be pretty helpful to see the changes in-between those.

I would rename nightly.isTrunk() to nightly.isTestChannel(). nightlyApp.repository would have to be expanded.

from nightlytt.

whimboo avatar whimboo commented on July 25, 2024

Well, we could probably even do this with release builds if this change is easy enough.

from nightlytt.

xabolcs avatar xabolcs commented on July 25, 2024

whimboo commented

Well, we could probably even do this with release builds if this change is easy enough.

Change would be easy, but the benefits are doubtful. :(
Are You sure about giving a 1+ month timerange based pushlog (for example: 10.0.2 -> 11.0) to Release users?

from nightlytt.

whimboo avatar whimboo commented on July 25, 2024

Why not? Would be a good start for hunting down regressions. Having a list of all patches would help us a lot to quickly search through all of them to find possible regressing ones. The changelog in-between major releases can be huge but I can clear see benefits especially for point releases like on the ESR branch. Gotcha... one more branch we could/should track because it has nightly builds.

from nightlytt.

xabolcs avatar xabolcs commented on July 25, 2024

Why not? ...

Because my connection resets if I try to download the pushlog linked above. :)

We could track the release if we wouldn't DoS hg.mozilla.org with those links.
Limiting the enablement of pushlog menuitem based on the saved changesets time range would be nice.

As You said other "channels" are welcome: for example nightly-ux. :)

from nightlytt.

whimboo avatar whimboo commented on July 25, 2024

Do you have such a query which times out for you? I would be interested in.

Regarding the channel I think we can make it dynamic by reading in the currently used repository from application.ini or even via a service. That way we wouldn't have to maintain our own list and could expand the pushlog feature to all available branches.

from nightlytt.

xabolcs avatar xabolcs commented on July 25, 2024

After some pm with whimboo about this timeout problem we decided to

  • warn the user if he/she tries to open a probably long pushlog (for example a changelog in-between major releases)
  • long pushlog == prevChangeset is too old ~ (almost equal) the latest successful update is too old
  • date of latest successful update could be retrieved from NsIUpdateManager
  • to decide what constitutes old, a preference is added - we should figure out a default value.

If we would like to improve reliability we could parse nsIUpdate's buildID up to day precision.

If for some reason the NsIUpdateManager is not available we could decide to store the previous buildID along with prevChangeset.

from nightlytt.

whimboo avatar whimboo commented on July 25, 2024

Thanks @xabolcs for the nice write-up. This sounds like a good plan.

from nightlytt.

xabolcs avatar xabolcs commented on July 25, 2024

Rapid Betas should be tracked.
Therefore it would be nice to ship this before FF15 enters beta (at July 7, 2012).

from nightlytt.

xabolcs avatar xabolcs commented on July 25, 2024

This is the original beta pushlog issue.

A few years ago there was a timeout problem, now that was fixed.

Cc @whimboo, @Cai0407.

from nightlytt.

xabolcs avatar xabolcs commented on July 25, 2024

Fixed by the commit 60e1ba7 above.

from nightlytt.

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.