-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1706 from wireapp/release_2021_08_16
Release 2021-08-16
- Loading branch information
Showing
64 changed files
with
1,298 additions
and
406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
0.3.4: | ||
- initial version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,15 +4,15 @@ cabal-version: 1.12 | |
-- | ||
-- see: https://github.com/sol/hpack | ||
-- | ||
-- hash: 427354dd7819ba82a24149dd338a58c577aa8b4ba3a1682d80de4c8f3c459049 | ||
-- hash: b8d0589f22bc168d16fa3a2b2800d9cc3b14b4d94bb911fe973ccf2a2025e5e5 | ||
|
||
name: hscim | ||
version: 0.3.4 | ||
synopsis: ... | ||
description: ... | ||
version: 0.3.5 | ||
synopsis: hscim json schema and server implementation | ||
description: The README file will answer all the questions you might have | ||
category: Web | ||
homepage: https://github.com/wireapp/hscim/README.md | ||
bug-reports: https://github.com/wireapp/hscim/issues | ||
homepage: https://github.com/wireapp/wire-server/libs/hscim/README.md | ||
bug-reports: https://github.com/wireapp/wire-server/issues | ||
author: Wire Swiss GmbH | ||
maintainer: Wire Swiss GmbH <[email protected]> | ||
copyright: (c) 2018 Wire Swiss GmbH | ||
|
@@ -21,10 +21,12 @@ license-file: LICENSE | |
build-type: Simple | ||
extra-source-files: | ||
README.md | ||
CHANGELOG | ||
|
||
source-repository head | ||
type: git | ||
location: https://github.com/wireapp/hscim | ||
location: https://github.com/wireapp/wire-server | ||
subdir: hscim | ||
|
||
library | ||
exposed-modules: | ||
|
@@ -38,6 +40,7 @@ library | |
Web.Scim.Class.Auth | ||
Web.Scim.Class.Group | ||
Web.Scim.Class.User | ||
Web.Scim.Client | ||
Web.Scim.ContentType | ||
Web.Scim.Filter | ||
Web.Scim.Handler | ||
|
@@ -72,7 +75,7 @@ library | |
aeson >=1.4.5 && <1.5 | ||
, aeson-qq >=0.8.2 && <0.9 | ||
, attoparsec >=0.13.2 && <0.14 | ||
, base >=4.12 && <4.14 | ||
, base >=4.12 && <4.15 | ||
, bytestring >=0.10.8 && <0.11 | ||
, case-insensitive >=1.2.1.0 && <1.3 | ||
, email-validate >=2.3.2 && <2.4 | ||
|
@@ -93,11 +96,13 @@ library | |
, retry >=0.8.1.0 && <0.9 | ||
, scientific >=0.3.6 && <0.4 | ||
, servant >=0.16.2 && <0.19 | ||
, servant-client >=0.16.2 && <0.19 | ||
, servant-client-core >=0.16.2 && <0.19 | ||
, servant-server >=0.16.2 && <0.19 | ||
, stm >=2.5.0 && <2.6 | ||
, stm-containers >=1.1.0 && <1.2 | ||
, string-conversions >=0.4.0 && <0.5 | ||
, template-haskell >=2.14.0 && <2.16 | ||
, template-haskell >=2.14.0 && <2.17 | ||
, text >=1.2.3 && <1.3 | ||
, time >=1.8.0 && <1.10 | ||
, unordered-containers >=0.2.10 && <0.3 | ||
|
@@ -119,7 +124,7 @@ executable hscim-server | |
aeson >=1.4.5 && <1.5 | ||
, aeson-qq >=0.8.2 && <0.9 | ||
, attoparsec >=0.13.2 && <0.14 | ||
, base >=4.12 && <4.14 | ||
, base >=4.12 && <4.15 | ||
, bytestring >=0.10.8 && <0.11 | ||
, case-insensitive >=1.2.1.0 && <1.3 | ||
, email-validate >=2.3.2 && <2.4 | ||
|
@@ -141,11 +146,13 @@ executable hscim-server | |
, retry >=0.8.1.0 && <0.9 | ||
, scientific >=0.3.6 && <0.4 | ||
, servant >=0.16.2 && <0.19 | ||
, servant-client >=0.16.2 && <0.19 | ||
, servant-client-core >=0.16.2 && <0.19 | ||
, servant-server >=0.16.2 && <0.19 | ||
, stm >=2.5.0 && <2.6 | ||
, stm-containers >=1.1.0 && <1.2 | ||
, string-conversions >=0.4.0 && <0.5 | ||
, template-haskell >=2.14.0 && <2.16 | ||
, template-haskell >=2.14.0 && <2.17 | ||
, text >=1.2.3 && <1.3 | ||
, time >=1.8.0 && <1.10 | ||
, unordered-containers >=0.2.10 && <0.3 | ||
|
@@ -166,6 +173,7 @@ test-suite spec | |
Test.Class.UserSpec | ||
Test.FilterSpec | ||
Test.MiscSpec | ||
Test.Schema.MetaSchemaSpec | ||
Test.Schema.PatchOpSpec | ||
Test.Schema.UserSpec | ||
Paths_hscim | ||
|
@@ -179,7 +187,7 @@ test-suite spec | |
aeson >=1.4.5 && <1.5 | ||
, aeson-qq >=0.8.2 && <0.9 | ||
, attoparsec >=0.13.2 && <0.14 | ||
, base >=4.12 && <4.14 | ||
, base >=4.12 && <4.15 | ||
, bytestring >=0.10.8 && <0.11 | ||
, case-insensitive >=1.2.1.0 && <1.3 | ||
, email-validate >=2.3.2 && <2.4 | ||
|
@@ -201,11 +209,13 @@ test-suite spec | |
, retry >=0.8.1.0 && <0.9 | ||
, scientific >=0.3.6 && <0.4 | ||
, servant >=0.16.2 && <0.19 | ||
, servant-client >=0.16.2 && <0.19 | ||
, servant-client-core >=0.16.2 && <0.19 | ||
, servant-server >=0.16.2 && <0.19 | ||
, stm >=2.5.0 && <2.6 | ||
, stm-containers >=1.1.0 && <1.2 | ||
, string-conversions >=0.4.0 && <0.5 | ||
, template-haskell >=2.14.0 && <2.16 | ||
, template-haskell >=2.14.0 && <2.17 | ||
, text >=1.2.3 && <1.3 | ||
, time >=1.8.0 && <1.10 | ||
, unordered-containers >=0.2.10 && <0.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
name: hscim | ||
version: 0.3.4 | ||
synopsis: ... | ||
description: ... | ||
homepage: https://github.com/wireapp/hscim/README.md | ||
version: 0.3.5 | ||
synopsis: hscim json schema and server implementation | ||
description: The README file will answer all the questions you might have | ||
homepage: https://github.com/wireapp/wire-server/libs/hscim/README.md | ||
license: AGPL-3 | ||
license-file: LICENSE | ||
author: Wire Swiss GmbH | ||
maintainer: Wire Swiss GmbH <[email protected]> | ||
copyright: (c) 2018 Wire Swiss GmbH | ||
category: Web | ||
build-type: Simple | ||
github: wireapp/hscim | ||
github: wireapp/wire-server/hscim | ||
# TODO: should be `github: wireapp/wire-server/libs/hscim`, but hpack | ||
# 0.33.0 doesn't allow that: https://github.com/sol/hpack/pull/451. | ||
# (i think we should just move back to writing cabal files by hand.) | ||
|
||
default-extensions: | ||
- ConstraintKinds | ||
|
@@ -32,19 +35,19 @@ default-extensions: | |
|
||
extra-source-files: | ||
- README.md | ||
|
||
- CHANGELOG | ||
|
||
dependencies: | ||
- aeson >= 1.4.5 && < 1.5 | ||
- attoparsec >= 0.13.2 && < 0.14 | ||
- bytestring >= 0.10.8 && < 0.11 | ||
- base >= 4.12 && < 4.14 | ||
- base >= 4.12 && < 4.15 | ||
- case-insensitive >= 1.2.1.0 && < 1.3 | ||
- scientific >= 0.3.6 && < 0.4 | ||
- hashable >= 1.2.7 && < 1.4 | ||
- text >= 1.2.3 && < 1.3 | ||
- time >= 1.8.0 && < 1.10 | ||
- template-haskell >= 2.14.0 && < 2.16 | ||
- template-haskell >= 2.14.0 && < 2.17 | ||
- unordered-containers >= 0.2.10 && < 0.3 | ||
- aeson-qq >= 0.8.2 && < 0.9 | ||
- mtl >= 2.2.2 && < 2.3 | ||
|
@@ -66,6 +69,8 @@ dependencies: | |
- network-uri >= 2.6.2 && < 2.7 | ||
- servant >= 0.16.2 && < 0.19 | ||
- servant-server >= 0.16.2 && < 0.19 | ||
- servant-client >= 0.16.2 && < 0.19 | ||
- servant-client-core >= 0.16.2 && < 0.19 | ||
- warp >= 3.2.28 && < 3.4 | ||
- stm-containers >= 1.1.0 && < 1.2 | ||
- string-conversions >= 0.4.0 && < 0.5 | ||
|
Oops, something went wrong.