graphql-engine/server/src-lib/Data
Antoine Leblanc f96b889401 Replace all occurrences of mapMaybe id by catMaybes.
### Description

Several libraries define `catMaybes` as `mapMaybe id`. We had it defined in `Data.HashMap.Strict.Extended` already. This small PR also defines it in `Extended` modules for other containers and replaces every occurrence of `mapMaybe id` accordingly.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3884
GitOrigin-RevId: d222a2ca2f4eb9b725b20450a62a626d3886dbf4
2022-03-03 20:13:10 +00:00
..
Aeson server: fix JSON path in error when parsing sources in metadata 2021-11-11 15:56:36 +00:00
GADT/Compare server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
HashMap/Strict Replace all occurrences of mapMaybe id by catMaybes. 2022-03-03 20:13:10 +00:00
IntMap/Strict Replace all occurrences of mapMaybe id by catMaybes. 2022-03-03 20:13:10 +00:00
List Generalize remote schemas IR 2022-02-25 20:38:46 +00:00
Parser server: Refresh JWKs maximum once per second 2022-01-28 00:18:56 +00:00
Sequence server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Set Extract generic containers from the codebase 2022-03-01 16:04:22 +00:00
Text server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Time/Clock server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Tuple server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
URL server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Environment.hs Allows for mock env vars in test-webhook-transform endpoint 2021-12-09 07:59:46 +00:00
SqlCommenter.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
TByteString.hs Feature/webhook response transforms 2022-01-19 04:47:36 +00:00
Trie.hs Extract generic containers from the codebase 2022-03-01 16:04:22 +00:00