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: NixOS/ofborg
base: 97495c3f116b
Choose a base ref
...
head repository: NixOS/ofborg
compare: de1b197555d2
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 3, 2018

  1. buildresult: replace serialization with an enum to simplify compatibi…

    …lity
    
    This separates the serialized BuildResult type that requires backwards
    compatibility to avoid breaking results received from older builders and
    the LegacyBuildResult type use internally.
    LnL7 committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    d641690 View commit details
    Browse the repository at this point in the history
  2. buildresult: add v1 format

    This drops the old build success format and makes the request_id
    mandatory (was optional for compatibility).
    LnL7 committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    5797b28 View commit details
    Browse the repository at this point in the history
  3. use v1 build result format in build tasks

    With this builders should start producing messages that include a
    version tag.
    LnL7 committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    758c94e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Merge pull request #218 from LnL7/build-result-enum

    buildresult: replace serialization with an enum to simplify compatibility
    grahamc committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    de1b197 View commit details
    Browse the repository at this point in the history