Commit Graph

6290 Commits

Author SHA1 Message Date
renovate[bot]
0207d78ffe update vue monorepo to v3.2.2 (#7355)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-11 17:43:55 -04:00
renovate[bot]
cc7c479301 update dependency supertest to v6.1.5 (#7360)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-11 17:43:36 -04:00
renovate[bot]
e5766fd9c0 update dependency nanoid to v3.1.24 (#7365)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-11 17:32:59 -04:00
Rijk van Zanten
e13adb77e3 Update changelog.md 2021-08-11 13:48:30 -04:00
rijkvanzanten
9f4e855826 v9.0.0-rc.90 v9.0.0-rc.90 2021-08-11 13:46:49 -04:00
Adrian Dimitrov
8fefc31a31 Add missing translations (#7358) 2021-08-11 13:42:00 -04:00
rijkvanzanten
bf733afe4b Treat alias-only fields properly 2021-08-11 12:07:42 -04:00
rijkvanzanten
86ce598edd Tweak, hopefully fix release flow 2021-08-10 16:22:32 -04:00
rijkvanzanten
a31523aed1 Add import ref for TS 2021-08-10 15:23:06 -04:00
rijkvanzanten
61b5080956 Update release script 2021-08-10 14:57:39 -04:00
Adrian Dimitrov
6ef348a118 Schema field types are not translated in the app (#7327)
* Fix field type label translations

* Use translate-object-values util

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-08-10 20:50:05 +02:00
Rijk van Zanten
8d78f70050 Check for non-existing parent pk records (#7331)
Fixes #7330
2021-08-10 20:46:30 +02:00
Adrian Dimitrov
670b456237 Fix colors on different types (#7322)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-08-10 16:45:16 +00:00
Rijk van Zanten
2789e27c26 Check for related collection before creation relation (#7323)
Fixes #7302
2021-08-10 18:39:58 +02:00
Rijk van Zanten
3f3b3f0e16 Fix graphql GET request cache query extraction (#7319)
Fixes #7298
2021-08-10 17:16:29 +02:00
rijkvanzanten
26a8291e3e Resolve sorting in list-o2m-tree-view on dnd 2021-08-10 11:01:23 -04:00
rijkvanzanten
5b92d7fa66 Import access from fs-extra instead of fs/promises 2021-08-10 10:52:16 -04:00
Pascal Jufer
443f4591d7 Mention TELEMETRY environment variable in docs (#7317)
* Mention TELEMETRY environment variable in docs

* Add clarification

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-08-10 16:41:06 +02:00
rijkvanzanten
260506d5cf Improve type checking 2021-08-10 10:23:45 -04:00
Rijk van Zanten
64fdc48ade Clear the file payload after file upload (#7315)
Fixes #7305
2021-08-10 16:14:51 +02:00
Rijk van Zanten
0214b9a1bb Fix uuid resolving in SQLite (#7312)
Fixes #7306
2021-08-10 16:00:22 +02:00
renovate[bot]
7437f594bd update dependency eslint-plugin-vue to v7.16.0 (#7300)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-10 09:46:02 -04:00
Pascal Jufer
123c3b1182 Add perm check for sqlite, upload, extensions dirs (#7310)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-08-10 09:39:47 -04:00
Pascal Jufer
cacd4f4ff1 Fix HTTP method for collections.createMany in SDK (#7304)
* Fix HTTP method for collections.createMany in SDK

* Post collections in data body

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-08-10 09:30:24 -04:00
renovate[bot]
b4a6d73835 update dependency rollup to v2.56.2 (#7303)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-10 08:56:38 -04:00
renovate[bot]
a131005f6e update dependency pinia to v2.0.0-rc.4 (#7297)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 22:04:04 +00:00
rijkvanzanten
942b6a6b9f Update changelog 2021-08-09 17:53:46 -04:00
rijkvanzanten
1330f69eb8 Update release script
To workaround breaking change in npm patch 🎉
2021-08-09 17:51:54 -04:00
rijkvanzanten
96be02701b Update package-lock v9.0.0-rc.89 2021-08-09 17:43:37 -04:00
rijkvanzanten
dc9ede85ee v9.0.0-rc.89 2021-08-09 17:27:01 -04:00
Rijk van Zanten
917d575319 Flush caches on server (re)start (#7294) 2021-08-09 23:22:36 +02:00
renovate[bot]
1fa975e59f update vue monorepo to v3.2.1 (#7293)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 21:20:38 +00:00
renovate[bot]
1ab765f003 update dependency pinia to v2.0.0-rc.3 (#7055)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 17:12:00 -04:00
Rijk van Zanten
8558beb07c Handle JSON in labels display (#7292)
Fixes #7278
2021-08-09 22:57:50 +02:00
renovate[bot]
5ad5544bf4 update dependency vue to v3.2.0 (#7289)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 16:35:59 -04:00
renovate[bot]
802f7de853 update dependency @vue/compiler-sfc to v3.2.0 (#7288)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 20:19:05 +00:00
Jay Cammarano
d8889d777e Only treat tinyint(1) and tinyint(0) as booleans (#7287)
* added an if catch for tinyint(1) and tinyint(0)

* made suggested changes toLowerCase()
2021-08-09 15:36:24 -04:00
renovate[bot]
e1c6bc5ac9 update typescript-eslint monorepo to v4.29.1 (#7283)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 14:13:41 -04:00
Rijk van Zanten
82967f7ec2 New Crowdin updates (#7260)
* New translations en-US.yaml (Spanish)

* New translations en-US.yaml (Spanish)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Russian)
2021-08-09 12:39:58 -04:00
Nicola Krumschmidt
e5683e0d0b Fix gitignore file in extension templates being deleted when publishing (#7279) 2021-08-09 12:00:09 -04:00
Nicola Krumschmidt
aca8c1078e Only loads app extensions if SERVE_APP is true (#7275)
This also ensures API/App only load their respective extensions in dev.
2021-08-09 09:44:27 -04:00
renovate[bot]
d1b851e34a update dependency ts-node to v10.2.0 (#7271)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 09:38:49 -04:00
renovate[bot]
e43065bc12 update dependency vue-router to v4.0.11 (#7272)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 09:38:35 -04:00
renovate[bot]
4449310c1a update dependency rollup to v2.56.1 (#7269)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 09:38:24 -04:00
Nicola Krumschmidt
b1f1f6d25b Log error message when registering app extension fails (#7274) 2021-08-09 12:09:20 +00:00
Nicola Krumschmidt
11ba37f6c7 Move p-queue to app dev dependencies (#7273) 2021-08-09 14:06:21 +02:00
renovate[bot]
6eafe0101c update dependency @vitejs/plugin-vue to v1.4.0 (#7263)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-07 09:25:48 -04:00
renovate[bot]
6b7ee361ba update dependency p-queue to v7 (#7255)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-06 19:22:52 -04:00
Rijk van Zanten
f6a7853e7d Rely on RETURNING when possible (#7259)
* WIP use returning clause instead of max from id

* Use returning where applicable, fallback to fetch

Fixes #6279
2021-08-07 00:21:50 +02:00
Rijk van Zanten
90793d5645 Don't use tags interface for CSV filter (#7258)
Fixes #6778
2021-08-06 23:53:15 +02:00