Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: flora-pm/flora-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 33ff2bd7971b8837fc4d69084a758c4899b9e7a6
Choose a base ref
..
head repository: flora-pm/flora-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5d3ca82b04b06b0193015f5753e1968a5d409fc9
Choose a head ref
Showing with 20 additions and 1 deletion.
  1. +1 −1 cabal.project.freeze
  2. +19 −0 changelog.d/63
2 changes: 1 addition & 1 deletion cabal.project.freeze
Original file line number Diff line number Diff line change
@@ -218,7 +218,7 @@ constraints: any.Cabal ==3.10.3.0,
any.lens ==5.3.2,
lens -benchmark-uniplate -dump-splices +inlining -j +test-hunit +test-properties +test-templates +trustworthy,
any.libsodium-bindings ==0.0.2.0,
libsodium-bindings -homebrew +pkg-config,
libsodium-bindings -homebrew -pkg-config,
any.lifted-async ==0.10.2.6,
any.lifted-base ==0.2.3.12,
any.lockfree-queue ==0.2.4,
19 changes: 19 additions & 0 deletions changelog.d/63
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
synopsis: Membership data model for packages
prs: #785
issues: #556

description: {

- Migration for `create_package_groups` & `create_package_group_packages`
- Updates to various files as a result of the work done
- Created:
- `Flora/Model/PackageGroup/Query.hs`
- `Flora/Model/PackageGroup/Types.hs`
- `Flora/Model/PackageGroup/Update.hs`
- Created:
- `Flora/Model/PackageGroupPackage/Query.hs`
- `Flora/Model/PackageGroupPackage/Types.hs`
- `Flora/Model/PackageGroupPackage/Update.hs`
- Created:
- test/Flora/PackageGroupSpec.hs`
}