Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Iohk nix #4183

Merged
merged 4 commits into from
Jul 12, 2019
Merged

Iohk nix #4183

merged 4 commits into from
Jul 12, 2019

Conversation

disassembler
Copy link
Contributor

@disassembler disassembler commented Jul 9, 2019

Description

This is a complete rewrite of all the nix code in cardano-sl. Even though we don't anticipate having another release of SL, this will ease changes needed for the byron-proxy until we're able to shutdown the proxies.

hydra jobs

Task List:

  • add iohk-nix
  • switch to only building with nix-tools
  • cleanup of default.nix and release.nix
  • move launch scripts to nix directory
  • move tests to nix directory
  • fix daedalus bridge
  • add proposalGui to connectScripts
  • get validateYamlJson working again
  • add all connect scripts and docker images to required jobset
  • mapTestOn connectScripts to build for multiple platforms
  • test daedalus bridge on all 3 platforms
  • test wallet and explorer connectScripts on linux/mac
  • test docker containers
  • add all test derivations to required jobset
  • fix hard-coded version/rev propagation

Linked issue

Type of change

  • 🐞 Bug fix (non-breaking change which fixes an issue)
  • 🛠 New feature (non-breaking change which adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)
  • 🏭 Refactoring that does not change existing functionality but does improve things like code readability, structure etc
  • 🔨 New or improved tests for existing code
  • ⛑ git-flow chore (backport, hotfix, etc)

Developer checklist

  • I have read the style guide document, and my code follows the code style of this project.
  • If my code deals with exceptions, it follows the guidelines.
  • I have updated any documentation accordingly, if needed. Documentation changes can be reflected in opening a PR on cardanodocs.com, amending the inline Haddock comments, any relevant README file or one of the document listed in the docs directory.
  • CHANGELOG entry has been added and is linked to the correct PR on GitHub.

Testing checklist

  • I have added tests to cover my changes.
  • All new and existing tests passed.

QA Steps

Screenshots (if available)

How to merge

Send the message bors r+ to merge this PR. For more information, see
docs/how-to/bors.md.

erikd added 3 commits July 8, 2019 17:46
Satisfying the constraints of both packages *and* those of the
cardano-byron-proxy was simply too difficult.
@angerman
Copy link
Contributor

angerman commented Jul 9, 2019

See input-output-hk/iohk-nix#126 for the clock issue. The rest is mostly disabling haddock and forcing to ignore package bounds, which stackage probably does anyway.

Copy link
Contributor

@cleverca22 cleverca22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the yaml validation tests appear to be missing from hydra now

.buildkite/pipeline.yml Show resolved Hide resolved
lib.nix Show resolved Hide resolved
@disassembler
Copy link
Contributor Author

bors r+

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Jul 12, 2019

👎 Rejected by label

@disassembler
Copy link
Contributor Author

bors r+

iohk-bors bot added a commit that referenced this pull request Jul 12, 2019
4183: Iohk nix r=disassembler a=disassembler

## Description

This is a complete rewrite of all the nix code in cardano-sl. Even though we don't anticipate having another release of SL, this will ease changes needed for the byron-proxy until we're able to shutdown the proxies.

[hydra jobs](https://hydra.iohk.io/jobset/Cardano/cardano-sl-pr-4183#tabs-jobs)

Task List:
- [x] add iohk-nix
- [x] switch to only building with nix-tools
- [x] cleanup of default.nix and release.nix
- [x] move launch scripts to nix directory
- [x] move tests to nix directory
- [x] fix daedalus bridge
- [x] add proposalGui to connectScripts
- [x] get validateYamlJson working again
- [x] add all connect scripts and docker images to required jobset
- [x] mapTestOn connectScripts to build for multiple platforms
- [ ] test daedalus bridge on all 3 platforms
- [ ] test wallet and explorer connectScripts on linux/mac
- [ ] test docker containers
- [ ] add all test derivations to required jobset
- [ ] fix hard-coded version/rev propagation

## Linked issue

<!--- Put here the relevant issue from YouTrack -->



Co-authored-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Co-authored-by: Samuel Leathers <samuel.leathers@iohk.io>
Co-authored-by: Moritz Angermann <moritz.angermann@gmail.com>
Co-authored-by: Michael Bishop <michael.bishop@iohk.io>
@disassembler
Copy link
Contributor Author

bors r-

@disassembler
Copy link
Contributor Author

bors r+

iohk-bors bot added a commit that referenced this pull request Jul 12, 2019
4183: Iohk nix r=disassembler a=disassembler

## Description

This is a complete rewrite of all the nix code in cardano-sl. Even though we don't anticipate having another release of SL, this will ease changes needed for the byron-proxy until we're able to shutdown the proxies.

[hydra jobs](https://hydra.iohk.io/jobset/Cardano/cardano-sl-pr-4183#tabs-jobs)

Task List:
- [x] add iohk-nix
- [x] switch to only building with nix-tools
- [x] cleanup of default.nix and release.nix
- [x] move launch scripts to nix directory
- [x] move tests to nix directory
- [x] fix daedalus bridge
- [x] add proposalGui to connectScripts
- [x] get validateYamlJson working again
- [x] add all connect scripts and docker images to required jobset
- [x] mapTestOn connectScripts to build for multiple platforms
- [ ] test daedalus bridge on all 3 platforms
- [ ] test wallet and explorer connectScripts on linux/mac
- [ ] test docker containers
- [ ] add all test derivations to required jobset
- [ ] fix hard-coded version/rev propagation

## Linked issue

<!--- Put here the relevant issue from YouTrack -->



Co-authored-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Co-authored-by: Samuel Leathers <samuel.leathers@iohk.io>
@disassembler
Copy link
Contributor Author

bors r+

iohk-bors bot added a commit that referenced this pull request Jul 12, 2019
4183: Iohk nix r=disassembler a=disassembler

## Description

This is a complete rewrite of all the nix code in cardano-sl. Even though we don't anticipate having another release of SL, this will ease changes needed for the byron-proxy until we're able to shutdown the proxies.

[hydra jobs](https://hydra.iohk.io/jobset/Cardano/cardano-sl-pr-4183#tabs-jobs)

Task List:
- [x] add iohk-nix
- [x] switch to only building with nix-tools
- [x] cleanup of default.nix and release.nix
- [x] move launch scripts to nix directory
- [x] move tests to nix directory
- [x] fix daedalus bridge
- [x] add proposalGui to connectScripts
- [x] get validateYamlJson working again
- [x] add all connect scripts and docker images to required jobset
- [x] mapTestOn connectScripts to build for multiple platforms
- [ ] test daedalus bridge on all 3 platforms
- [ ] test wallet and explorer connectScripts on linux/mac
- [ ] test docker containers
- [ ] add all test derivations to required jobset
- [ ] fix hard-coded version/rev propagation

## Linked issue

<!--- Put here the relevant issue from YouTrack -->



Co-authored-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Co-authored-by: Samuel Leathers <samuel.leathers@iohk.io>
@disassembler
Copy link
Contributor Author

bors r+

iohk-bors bot added a commit that referenced this pull request Jul 12, 2019
4183: Iohk nix r=disassembler a=disassembler

## Description

This is a complete rewrite of all the nix code in cardano-sl. Even though we don't anticipate having another release of SL, this will ease changes needed for the byron-proxy until we're able to shutdown the proxies.

[hydra jobs](https://hydra.iohk.io/jobset/Cardano/cardano-sl-pr-4183#tabs-jobs)

Task List:
- [x] add iohk-nix
- [x] switch to only building with nix-tools
- [x] cleanup of default.nix and release.nix
- [x] move launch scripts to nix directory
- [x] move tests to nix directory
- [x] fix daedalus bridge
- [x] add proposalGui to connectScripts
- [x] get validateYamlJson working again
- [x] add all connect scripts and docker images to required jobset
- [x] mapTestOn connectScripts to build for multiple platforms
- [ ] test daedalus bridge on all 3 platforms
- [ ] test wallet and explorer connectScripts on linux/mac
- [ ] test docker containers
- [ ] add all test derivations to required jobset
- [ ] fix hard-coded version/rev propagation

## Linked issue

<!--- Put here the relevant issue from YouTrack -->



Co-authored-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Co-authored-by: Samuel Leathers <samuel.leathers@iohk.io>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Jul 12, 2019

Canceled

@disassembler
Copy link
Contributor Author

bors r+

iohk-bors bot added a commit that referenced this pull request Jul 12, 2019
4183: Iohk nix r=disassembler a=disassembler

## Description

This is a complete rewrite of all the nix code in cardano-sl. Even though we don't anticipate having another release of SL, this will ease changes needed for the byron-proxy until we're able to shutdown the proxies.

[hydra jobs](https://hydra.iohk.io/jobset/Cardano/cardano-sl-pr-4183#tabs-jobs)

Task List:
- [x] add iohk-nix
- [x] switch to only building with nix-tools
- [x] cleanup of default.nix and release.nix
- [x] move launch scripts to nix directory
- [x] move tests to nix directory
- [x] fix daedalus bridge
- [x] add proposalGui to connectScripts
- [x] get validateYamlJson working again
- [x] add all connect scripts and docker images to required jobset
- [x] mapTestOn connectScripts to build for multiple platforms
- [ ] test daedalus bridge on all 3 platforms
- [ ] test wallet and explorer connectScripts on linux/mac
- [ ] test docker containers
- [ ] add all test derivations to required jobset
- [ ] fix hard-coded version/rev propagation

## Linked issue

<!--- Put here the relevant issue from YouTrack -->



Co-authored-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Co-authored-by: Samuel Leathers <samuel.leathers@iohk.io>
@disassembler
Copy link
Contributor Author

bors r+

iohk-bors bot added a commit that referenced this pull request Jul 12, 2019
4183: Iohk nix r=disassembler a=disassembler

## Description

This is a complete rewrite of all the nix code in cardano-sl. Even though we don't anticipate having another release of SL, this will ease changes needed for the byron-proxy until we're able to shutdown the proxies.

[hydra jobs](https://hydra.iohk.io/jobset/Cardano/cardano-sl-pr-4183#tabs-jobs)

Task List:
- [x] add iohk-nix
- [x] switch to only building with nix-tools
- [x] cleanup of default.nix and release.nix
- [x] move launch scripts to nix directory
- [x] move tests to nix directory
- [x] fix daedalus bridge
- [x] add proposalGui to connectScripts
- [x] get validateYamlJson working again
- [x] add all connect scripts and docker images to required jobset
- [x] mapTestOn connectScripts to build for multiple platforms
- [ ] test daedalus bridge on all 3 platforms
- [ ] test wallet and explorer connectScripts on linux/mac
- [ ] test docker containers
- [ ] add all test derivations to required jobset
- [ ] fix hard-coded version/rev propagation

## Linked issue

<!--- Put here the relevant issue from YouTrack -->



Co-authored-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Co-authored-by: Samuel Leathers <samuel.leathers@iohk.io>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Jul 12, 2019

@iohk-bors iohk-bors bot merged commit 33183b0 into develop Jul 12, 2019
@iohk-bors iohk-bors bot deleted the iohk-nix branch July 12, 2019 23:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants