Commit Graph

6382 Commits

Author SHA1 Message Date
rijkvanzanten
8f943a34f9 v9.0.0-rc.91 v9.0.0-rc.91 2021-08-23 16:08:06 -04:00
Rijk van Zanten
36dd31ab60 Improve stability of tree-view select interface (#7552)
* Update example env

* Allow nested lists in value preview

* Show nested selection on group selected
2021-08-23 16:02:46 -04:00
renovate[bot]
1c3bbba451 update typescript-eslint monorepo to v4.29.3 (#7550)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-23 13:42:49 -04:00
Nitwel
9e33413b1e fix field template removing text (#7549) 2021-08-23 11:20:33 -04:00
renovate[bot]
62b9edc281 update dependency tedious to v12 (#7548)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-23 10:51:25 -04:00
Rijk van Zanten
c85de4280d New Crowdin updates (#7526)
* New translations en-US.yaml (French)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Italian)
2021-08-23 10:43:57 -04:00
renovate[bot]
19ed19be72 update dependency ts-jest to v27.0.5 (#7453)
* update dependency ts-jest to v27.0.5

* update dependency @types/jest to v27

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-23 10:43:44 -04:00
renovate[bot]
27a98151f7 update dependency tedious to v11.8.0 (#7547)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-23 09:56:22 -04:00
renovate[bot]
cfa94b4bd4 update dependency rollup to v2.56.3 (#7542)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-23 09:37:19 -04:00
renovate[bot]
f22066c6c7 update dependency vuedraggable to v4.1.0 (#7539)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-23 13:37:06 +00:00
Nitwel
b36df28603 fix running useFieldTree to often (#7543) 2021-08-23 08:31:34 -04:00
renovate[bot]
44a9ac013a update dependency @types/js-yaml to v4.0.3 (#7529)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-22 16:07:11 -04:00
renovate[bot]
f4b1363992 update dependency eslint-plugin-prettier to v3.4.1 (#7532)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-22 16:06:53 -04:00
renovate[bot]
764f3d1b0d update dependency nock to v13.1.2 (#7530)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-22 16:06:35 -04:00
mikhail sergienko
c24df4ed5a remove undefined fitBounds (#7537) 2021-08-22 11:45:08 -04:00
renovate[bot]
f0e429387c update dependency pino-http to v5.7.0 (#7536)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-21 15:06:56 -04:00
renovate[bot]
d6f8c57eeb update dependency pino to v6.13.1 (#7534)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-21 15:06:40 -04:00
Jacob Rienstra
07848b73af Image auth (#7528)
* basic gatsby source plugin fix

* update import of sdk

* remove tar

* auth for images

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-08-20 16:54:52 +00:00
Nitwel
9b437ca98b don't sort filters alphabetical (#7525) 2021-08-20 10:50:34 -04:00
renovate[bot]
9a7705959d update dependency knex to v0.95.10 (#7521)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-20 10:29:24 -04:00
renovate[bot]
55666119fa update dependency codemirror to v5.62.3 (#7520)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-08-20 10:29:13 -04:00
renovate[bot]
89ce56ba46 update dependency @types/jsonwebtoken to v8.5.5 (#7510)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-20 14:20:26 +00:00
Oreille
c8d35a311d Hide filter input when filter operator is null/nnull. (#7515)
* Don't allow `empty` filter for non-string types. Add `null` filter.

* Hide filter input when filter operator is null/nnull.

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-08-20 14:05:19 +00:00
Sam Milledge
e1cbfc4ca4 Fix SDK request url in fields update one request (#7514)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-08-20 09:59:58 -04:00
Pascal Jufer
14d4a9d310 Link to awesome-directus in introduction doc (#7516) 2021-08-20 09:59:11 -04:00
renovate[bot]
1ef34d060d pin dependency gatsby-source-graphql to 3.12.0 (#7524)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-20 09:53:35 -04:00
Jacob Rienstra
cbefa74070 Update dependencies of gatsby-source-directus (#7523)
* basic gatsby source plugin fix

* update import of sdk

* remove tar

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-08-20 13:45:37 +00:00
Rijk van Zanten
301db2e120 Prevent 400 error on translations load for to-be-created items (#7513)
Fixes #7477
2021-08-20 00:36:58 +02:00
Rijk van Zanten
ebb810b9af Explicitly nullify user/role when the other is set in presets (#7512)
Fixes #7366
2021-08-20 00:15:43 +02:00
rijkvanzanten
256139ffd2 Fix double drop relation 2021-08-19 17:11:49 -04:00
Rijk van Zanten
c1c05d4c4f Allow fetching singleton content through pk route (#7509)
Fixes #7351
2021-08-19 22:19:46 +02:00
renovate[bot]
6efc916eb5 update dependency pinia to v2.0.0-rc.6 (#7503)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-19 15:19:16 -04:00
renovate[bot]
1982a08fdf update dependency npm to v7.21.0 (#7506)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-19 15:18:59 -04:00
renovate[bot]
05b3f27b78 pin dependency jest-environment-jsdom to 27.0.6 (#7504)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-19 12:52:43 -04:00
Oreille
d2823799f8 Set simple select mode when the value is loaded. (#7505)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-08-19 11:54:12 -04:00
Rob
8c965ba1e7 Fix SDK Tests (#7469)
* POST instead of PATCH for invite accept test

* Replace Jest JSDOM environment

Using `jest-environment-jsdom-global` didn't seem to bring any used advantages over the default `jest-environment-node`

* remove mockdate, use modern jest fake timers

* update package lock

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
Co-authored-by: Jay Cammarano <67079013+jaycammarano@users.noreply.github.com>
2021-08-19 10:51:45 -04:00
Rijk van Zanten
7cfe9a7b70 New Crowdin updates (#7408)
* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Slovenian)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (German)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (German)

* New translations en-US.yaml (Chinese Simplified)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Portuguese, Brazilian)

* New translations en-US.yaml (Portuguese, Brazilian)

* New translations en-US.yaml (Portuguese, Brazilian)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Russian)
2021-08-19 10:34:58 -04:00
Oreille
49e4a9b0de Don't allow empty filter for non-string types. Add null filter. (#7501) 2021-08-19 10:02:54 -04:00
renovate[bot]
67e9b94f10 update dependency gatsby-source-filesystem to v3.12.0 (#7482)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-18 15:19:26 -04:00
Oreille
fb64df54be Fix server error when a postgres view contains geometry columns (#7487)
* Fix server error when a postgres view contains geometry columns

* Fixed typo

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-08-18 15:19:12 -04:00
Tanc
2ad07b27b4 Add docker compose update instructions (#7479)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-08-18 14:16:36 -04:00
renovate[bot]
b9f4579067 update dependency supertest to v6.1.6 (#7472)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-18 14:14:26 -04:00
renovate[bot]
d66d55a6bf update dependency ts-node to v10.2.1 (#7495)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-18 14:14:06 -04:00
Oreille
02cf1741bb Fix server error when a postgres view contains geometry columns (#7486) 2021-08-18 15:14:46 +02:00
rijkvanzanten
3ec8d6443d Re-enable the default retrystrategy 2021-08-17 17:45:13 -04:00
Nicola Krumschmidt
f933663972 Add basic support for a config file to extension building (#7332)
The config file has to be a file inside the cwd.
It should be named "extension.config.(m|c)?js".
Right now it only supports specifying a plugins array.
2021-08-17 16:55:32 -04:00
renovate[bot]
6144b5b815 update vue monorepo to v3.2.4 (#7467)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-08-17 14:29:55 -04:00
Nitwel
e4d50c5f56 fix @ alias (#7463)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-08-17 14:27:49 -04:00
Nitwel
07f4acdaca Add edge case using mysql for tinyint as boolean (#7460)
* revert #7287

* add edge case for mysql to tinyint/boolean

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-08-17 12:56:41 -04:00
Nitwel
e6559c6f9c Improve conditional fields (#7462)
* fix item not rendering on empty condition

* add placeholder to rule field
2021-08-17 12:47:12 -04:00