Skip to content

Commit

Permalink
Merge pull request #41 from tweag/40-consider-switching-from-serde_cy…
Browse files Browse the repository at this point in the history
…clonedx-to-cyclonedx-sbom

Frontend Rework - Switch from serde_cyclonedx to cyclonedx-bom
  • Loading branch information
Erin van der Veen authored Mar 27, 2024
2 parents cc4a738 + d3d13c0 commit 0550d05
Show file tree
Hide file tree
Showing 35 changed files with 13,449 additions and 16,213 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
- name: Building package
run: nix build . --extra-experimental-features 'nix-command flakes'
run: nix build .#all --extra-experimental-features 'nix-command flakes'
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
- [#34](https://github.com/tweag/genealogos/pull/34) implements a web-based GUI for Genealogos
- [#36](https://github.com/tweag/genealogos/pull/36) include nixtract's new narinfo information
- [#38](https://github.com/tweag/genealogos/pull/38) display nixtract's status information when running

### Changed
- [#41](https://github.com/tweag/genealogos/pull/41) reworked the Genealogos fronend, paving the way for supporting other bom formats
Loading

0 comments on commit 0550d05

Please sign in to comment.