Giacomo Triggiano
|
24ba1a22fb
|
Fix migrations exit code
|
2020-12-10 11:22:41 +01:00 |
|
Ben Haynes
|
73a4c756fd
|
new api readme for npm
|
2020-12-09 16:06:54 -05:00 |
|
rijkvanzanten
|
4dc8d7e742
|
v9.0.0-rc.22
|
2020-12-09 08:35:17 -05:00 |
|
rijkvanzanten
|
203f3f7bbb
|
v9.0.0-rc.21
|
2020-12-08 18:37:41 -05:00 |
|
rijkvanzanten
|
ea1853acfb
|
Alias joins to prevent naming conflicts in nested queries
Fixes #3294
|
2020-12-08 17:55:40 -05:00 |
|
rijkvanzanten
|
996e9f34ac
|
Fix lang import, use system-languages interface on users
|
2020-12-08 13:39:50 -05:00 |
|
Igor Savin
|
7cddb458cb
|
Run prettier across app and api
|
2020-12-08 02:22:00 +02:00 |
|
Rijk van Zanten
|
e8ea6d61af
|
Merge pull request #3339 from kibertoad/feat/estlint-typescript
Replace TSlint with ESLint TS plugin.
|
2020-12-07 19:09:18 -05:00 |
|
rijkvanzanten
|
a5e8da9677
|
Exit the process on successfull CLI commands
Fixes #3256
|
2020-12-07 18:52:17 -05:00 |
|
Igor Savin
|
b8812df86a
|
Unify ESLint configs as well
|
2020-12-08 01:48:55 +02:00 |
|
Igor Savin
|
1234f68716
|
More explicit linting path
|
2020-12-08 01:35:50 +02:00 |
|
rijkvanzanten
|
5bedda945c
|
Warn, don't error, on missing PKs in schema
Fixes #3251
|
2020-12-07 18:24:33 -05:00 |
|
Igor Savin
|
87db93f88d
|
Replace TSlint with ESLint TS plugin.
Unify Prettier configuration
Add linting Lerna job
|
2020-12-08 01:22:52 +02:00 |
|
rijkvanzanten
|
9e3f579b22
|
Allow custom tab size in editor in editorconfig
|
2020-12-07 18:14:12 -05:00 |
|
rijkvanzanten
|
d6878621b5
|
UNIX "rm rf" to cross-platforrm Rimraf
|
2020-12-07 12:00:35 -05:00 |
|
Nicola Krumschmidt
|
a4ceab217d
|
Improve cli init error message
|
2020-12-06 23:07:52 +01:00 |
|
rijkvanzanten
|
5bcb004ca6
|
v9.0.0-rc.20
|
2020-12-03 13:23:00 -05:00 |
|
Rijk van Zanten
|
2785135d34
|
Update README.md
|
2020-12-03 13:04:20 -05:00 |
|
rijkvanzanten
|
d352609a50
|
Add support for custom migrations extension
|
2020-12-02 15:51:58 -05:00 |
|
rijkvanzanten
|
c30d2059d7
|
Remove key/secret check
|
2020-12-02 15:29:57 -05:00 |
|
rijkvanzanten
|
e3d289b7a4
|
Add CLI bootstrap command
|
2020-12-02 15:27:54 -05:00 |
|
Rijk van Zanten
|
39a11dc882
|
Merge pull request #3261 from nickrum/required-cleanup
Remove unused required properties
|
2020-12-01 17:06:52 -05:00 |
|
Rijk van Zanten
|
a59221caab
|
Merge pull request #3260 from nickrum/keyv-typo-fix
Fix a typo in cache.ts
|
2020-12-01 17:06:18 -05:00 |
|
Nicola Krumschmidt
|
7a36dd3d0a
|
Remove unused required properties
|
2020-12-01 18:51:27 +01:00 |
|
Nicola Krumschmidt
|
47b06dc99f
|
Fix a typo in cache.ts
|
2020-12-01 18:48:26 +01:00 |
|
rijkvanzanten
|
9ce3f264b6
|
Bad log, no log
|
2020-12-01 12:45:09 -05:00 |
|
rijkvanzanten
|
d7b74e3473
|
v9.0.0-rc.19
|
2020-11-27 21:01:35 -05:00 |
|
rijkvanzanten
|
eb306e91b1
|
Ignore dist in tsconfig
|
2020-11-27 20:58:25 -05:00 |
|
rijkvanzanten
|
e8c2a61277
|
Fix wrong import
|
2020-11-27 20:58:10 -05:00 |
|
rijkvanzanten
|
cc2b18d711
|
Cas't string default value NULL to null
Fixes #2924
|
2020-11-27 20:53:51 -05:00 |
|
rijkvanzanten
|
100937c2dd
|
Fix *.*.* fields using wrong default fields
Fixes #3219
|
2020-11-27 19:44:53 -05:00 |
|
rijkvanzanten
|
a9ffc40979
|
Fix schema not handling uppercases in PG
Fixes #3213
|
2020-11-27 19:31:25 -05:00 |
|
rijkvanzanten
|
0dbaefcb4c
|
Add default nested limit
|
2020-11-27 19:16:44 -05:00 |
|
Rijk van Zanten
|
da84dbbc71
|
Merge pull request #3173 from patvong/patvong/no-limit-to-relationnal-fields
Fetching the relational fields were incorrectly bounded to a maximum of 100 items.
|
2020-11-27 18:58:07 -05:00 |
|
rijkvanzanten
|
08c248f4a0
|
Don't treat leading zero values as numbers
Fixes #3216
|
2020-11-27 18:42:25 -05:00 |
|
rijkvanzanten
|
0cdc85e607
|
Revert global width
Needs some more thinking / experimentation
|
2020-11-27 18:28:07 -05:00 |
|
rijkvanzanten
|
1b3aa5a059
|
Finish m2a setup
|
2020-11-27 17:31:00 -05:00 |
|
rijkvanzanten
|
665ab42c5d
|
Merge branch 'main' into m2a-interface
|
2020-11-27 13:55:06 -05:00 |
|
rijkvanzanten
|
1f88cd4a32
|
Add relational nested updates to API
|
2020-11-27 13:44:57 -05:00 |
|
rijkvanzanten
|
8272786315
|
v9.0.0-rc.18
|
2020-11-25 16:40:39 -05:00 |
|
Pat Vongphrachanh
|
e2e524d324
|
Fetching the relational fields were incorrectly bounded to a maximum of 100 items.
|
2020-11-23 16:52:38 -05:00 |
|
rijkvanzanten
|
023424d2b0
|
Fix import of exception
|
2020-11-23 10:52:18 -05:00 |
|
rijkvanzanten
|
e07fc813f9
|
Show table in PK service exception
Ref #3130
|
2020-11-23 10:51:05 -05:00 |
|
rijkvanzanten
|
c8f9831eb1
|
Throw error if table doens't have primary key
Fixes #3130
|
2020-11-23 10:49:42 -05:00 |
|
rijkvanzanten
|
7891920209
|
Fix nested or filter in permissions
Fixes #3167
|
2020-11-23 10:24:00 -05:00 |
|
rijkvanzanten
|
56028c4136
|
v9.0.0-rc.17
|
2020-11-20 15:31:31 -05:00 |
|
rijkvanzanten
|
c2057c2680
|
v9.0.0-rc.16
|
2020-11-20 15:26:25 -05:00 |
|
rijkvanzanten
|
0002393486
|
Allow nested objects in env vars
FE: DB_SSL__CA=example
|
2020-11-20 15:19:38 -05:00 |
|
rijkvanzanten
|
290d272b54
|
v9.0.0-rc.15
|
2020-11-18 21:09:22 -05:00 |
|
rijkvanzanten
|
d44f99331c
|
Fix links to next repo
|
2020-11-18 20:34:14 -05:00 |
|