 Wolfgang WaltherandWolfgang Walther
|
d97bf3b864
|
refactor: Move each Wai Middleware to a separate file
|
2022-01-07 20:26:33 +01:00 |
|
Wolfgang Walther
|
6bc965e2a0
|
run postgrest-style
|
2022-01-07 11:39:41 +01:00 |
|
 monacoremoandWolfgang Walther
|
bfbec8fa36
|
refactor: Carve out QueryParams module
|
2022-01-07 09:32:33 +01:00 |
|
 steve-chavezandWolfgang Walther
|
51ee072f84
|
fix: clarify error for failed schema cache load
|
2022-01-07 09:31:30 +01:00 |
|
 steve-chavezandWolfgang Walther
|
aa82d2e277
|
Consider schema cache state on the ready check
* empty schema cache when it fails loading so the ready check can pick
its new state
|
2022-01-07 09:31:30 +01:00 |
|
 Wolfgang WaltherandWolfgang Walther
|
e13d912a79
|
cov: Add coverage overlay for impossible case in corsPolicy
|
2022-01-05 11:01:54 +01:00 |
|
 Wolfgang WaltherandWolfgang Walther
|
826ae7459a
|
refactor: simplify logger middleware
|
2022-01-05 11:01:54 +01:00 |
|
 Wolfgang WaltherandWolfgang Walther
|
cde9cd4ab7
|
cov: Remove unreachable static icon
|
2022-01-05 11:01:54 +01:00 |
|
steve-chavez
|
4a9ca9bdae
|
Add live endpoint to admin server
* refactor io tests
* add network package to windows
|
2022-01-04 20:12:52 -05:00 |
|
steve-chavez
|
65a3ae08f0
|
Change admin health endpoint to ready
|
2022-01-04 20:12:52 -05:00 |
|
steve-chavez
|
bba6e96fd3
|
Connect to main app socket on health check
|
2022-01-04 20:12:52 -05:00 |
|
 Wolfgang WaltherandWolfgang Walther
|
4f7ee6f36a
|
cov: Improve jwt claims test-cases
|
2021-12-25 13:27:53 +01:00 |
|
 Wolfgang WaltherandWolfgang Walther
|
14f3b25022
|
fix: Fix wrong CORS header Authentication -> Authorization
Also refactors defaultCorsPolicy and corsPolicy and cleans up CORS tests
|
2021-12-25 13:27:53 +01:00 |
|
 Wolfgang WaltherandWolfgang Walther
|
b99c8c897c
|
fix: Make recursive view parsing work with XMLTABLE + DEFAULT
|
2021-12-24 19:01:20 +01:00 |
|
 Steve ChavezandGitHub
|
ac3655df1d
|
feat: minimal health check (#2092)
|
2021-12-23 08:00:10 -05:00 |
|
 Laurence IslaandGitHub
|
c858d158aa
|
Add hint to verify table and foreign key existence on a relationship error
|
2021-12-20 12:11:07 -05:00 |
|
 Steve ChavezandGitHub
|
c86e254a24
|
fix: is not working with upper/mixed case values (#2081)
|
2021-12-14 19:13:38 -05:00 |
|
 Wolfgang WaltherandWolfgang Walther
|
031de4d35e
|
fix: Dump db-config option without quotes as it's a boolean
|
2021-12-11 08:12:59 +01:00 |
|
 Wolfgang WaltherandWolfgang Walther
|
c581148f1b
|
refactor: Make asJsonSingleF "safe", by accessing only the first element of a json_agg result
|
2021-12-01 09:19:47 +01:00 |
|
 Wolfgang WaltherandWolfgang Walther
|
0e20b47875
|
fix: Return 204 No Content without Content-Type for PUT
|
2021-12-01 09:19:47 +01:00 |
|
 Wolfgang WaltherandWolfgang Walther
|
1cb00d3c62
|
fix: Execute deferred constraint triggers when using Prefer: tx=rollback
Resolves #2020
|
2021-11-30 15:54:12 +01:00 |
|
 Wolfgang WaltherandWolfgang Walther
|
bbc07d3f40
|
fix: Link to latest docs in pre-release openapi output
Resolves #2018
|
2021-11-29 08:40:38 +01:00 |
|
steve-chavez
|
132ecd8d74
|
Correct count query when doing inner joins
|
2021-11-26 10:39:19 -05:00 |
|
 Wolfgang WaltherandWolfgang Walther
|
a65ac9b0f6
|
feat: drop support for pg 9.5
|
2021-11-24 19:42:53 +01:00 |
|
 Laurence IslaandGitHub
|
62243852b6
|
feat: Improve error message for ambiguous embedding
- Adds a relevant hint that includes unambiguous embedding suggestions.
- Joins origin and target into one single embedding key
|
2021-11-23 22:23:29 -05:00 |
|
steve-chavez
|
1b48531369
|
remove the db-embed-default-join config
|
2021-11-23 12:32:51 -05:00 |
|
steve-chavez
|
bf58a3600a
|
refactor: remove pgFmtLit
|
2021-11-18 17:01:58 -05:00 |
|
steve-chavez
|
bae5afbad6
|
feat: allow unknown on the is operator
Also make the IS values strict at the Parser level since IS cannot be
parametrized.
|
2021-11-18 17:01:58 -05:00 |
|
 Laurence IslaandGitHub
|
91689e28f0
|
Remove partitions from the schema cache
breaking: Embedding, OpenApi and other features related to the schema cache are no longer allowed on partitions.
|
2021-11-18 14:12:14 -05:00 |
|
monacoremo
|
43c8bde8ce
|
refactor: Add doctests
|
2021-11-13 04:07:46 +01:00 |
|
monacoremo
|
41ac0d5d93
|
refactor: Remove Protolude.Conv from Middleware
|
2021-11-12 20:25:22 +01:00 |
|
monacoremo
|
60db026dcc
|
refactor: Remove Protolude.Conv from RangeQuery
|
2021-11-12 20:25:22 +01:00 |
|
monacoremo
|
47b6f04a66
|
refactor: Remove Protolude.Conv from AppState
|
2021-11-12 20:25:22 +01:00 |
|
monacoremo
|
f228cccbae
|
refactor: Remove Protolude.Conv from Proxy
|
2021-11-12 20:25:22 +01:00 |
|
monacoremo
|
3820590649
|
refactor: Remove Protolude.Conv from SqlFragment
|
2021-11-12 20:25:22 +01:00 |
|
monacoremo
|
8cc8531e49
|
refactor: Remove Protolude.Conv from Workers
|
2021-11-12 20:25:22 +01:00 |
|
monacoremo
|
65062364c4
|
refactor: Remove Protolude.Conv from Error
|
2021-11-12 20:25:22 +01:00 |
|
monacoremo
|
ebe66cb985
|
refactor: Remove Protolude.Conv from Statements
|
2021-11-12 20:25:22 +01:00 |
|
monacoremo
|
9c172db534
|
refactor: Remove Protolude.Conv from CLI
|
2021-11-12 20:25:22 +01:00 |
|
monacoremo
|
de531b6b41
|
refactor: Remove Protolude.Conv from OpenAPIw
|
2021-11-12 20:25:22 +01:00 |
|
monacoremo
|
71cb8afc0d
|
refactor: Remove Protolude.Conv from JSPath
|
2021-11-12 20:25:22 +01:00 |
|
monacoremo
|
36dbd09459
|
refactor: Remove Protolude.Conv from ApiRequest
|
2021-11-12 20:25:22 +01:00 |
|
monacoremo
|
fa4df95f55
|
refactor: Remove Protolude.Conv from Parsers
|
2021-11-12 20:25:22 +01:00 |
|
monacoremo
|
4104f5fb75
|
refactor: Remove Protolude.Conv from App
|
2021-11-12 20:25:22 +01:00 |
|
monacoremo
|
abb6167caa
|
refactor: Remove Protolude.Conv from DbStructure
|
2021-11-12 20:25:22 +01:00 |
|
monacoremo
|
15ea7dfe09
|
refactor: Remove Protolude.Conv from GucHeader
|
2021-11-12 20:25:22 +01:00 |
|
monacoremo
|
a2c2544271
|
refactor: Remove Protolude.Conv from Config
|
2021-11-12 20:25:22 +01:00 |
|
monacoremo
|
2b22f889bd
|
refactor: Remove GHC.Show instances from JSPath module
|
2021-11-09 19:13:52 +01:00 |
|
monacoremo
|
cd3013569e
|
refactor: Remove GHC.Show instances from QualifiedIdentifier and Config
|
2021-11-09 19:13:52 +01:00 |
|
monacoremo
|
5dc37fc8e8
|
refactor: Remove GHC.Show instances from Request.Types module
|
2021-11-09 19:13:52 +01:00 |
|