Commit Graph

6547 Commits

Author SHA1 Message Date
Azri Kahar
f474b012cd fix readme emoji (#7893) 2021-09-07 13:51:44 -04:00
renovate[bot]
e57d0f6c2d Update vue monorepo to v3.2.9 (#7842)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-07 13:08:22 -04:00
renovate[bot]
bd5cb2fa21 Update dependency axios to v0.21.4 (#7865)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-07 12:58:20 -04:00
renovate[bot]
f2b224cd98 Update dependency @vitejs/plugin-vue to v1.6.1 (#7859)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-07 11:52:46 -04:00
renovate[bot]
2d7b20fb75 Update dependency pino to v6.13.2 (#7860)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-07 11:50:21 -04:00
Nitwel
18ded9715d fix reverting to created revision (#7864) 2021-09-07 11:50:02 -04:00
Nitwel
2a6ff9afc5 Add scope to v-tab-items (#7884) 2021-09-07 11:46:39 -04:00
Azri Kahar
bfdeb42cff fix readme filename in sync-dockerhub-readme.yml (#7892) 2021-09-07 11:46:02 -04:00
renovate[bot]
b7b9065178 Update typescript-eslint monorepo to v4.31.0 (#7866)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-07 11:35:13 -04:00
Azri Kahar
058bf9054e add github action for syncing readme to dockerhub (#7889) 2021-09-07 11:34:57 -04:00
renovate[bot]
8676c8c18a Update dependency @types/keyv to v3.1.3 (#7882)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-07 11:19:08 -04:00
renovate[bot]
ba42378959 Update dependency vite to v2.5.4 (#7886)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-07 11:15:29 -04:00
Nitwel
909d7f922d parse created arrays in parseFilter (#7883) 2021-09-07 11:15:15 -04:00
renovate[bot]
4d7d942b00 Update dependency dockerode to v3.3.1 (#7876)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-07 10:51:00 -04:00
Azri Kahar
ff9c78b137 Fix display labels translations (#7858)
* translate choice text in display labels

* fix translation keys for directus_activity fields

* add activity fields translations
2021-09-07 10:50:23 -04:00
renovate[bot]
013d5f6819 Update dependency axios to v0.21.3 (#7829)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-05 10:17:59 -04:00
renovate[bot]
0f65afd6ca Update dependency tedious to v12.2.0 (#7835)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-05 10:16:08 -04:00
Azri Kahar
b3135c3af1 fix url format for Azure storage endpoint (#7831) 2021-09-04 10:12:30 -04:00
renovate[bot]
698580a661 Update dependency knex to v0.95.11 (#7819)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-03 18:31:22 -04:00
Azri Kahar
92ff994b38 fix minor typo in api-hooks.md (#7821) 2021-09-03 18:26:55 -04:00
Azri Kahar
ef53869afb make csv imports try to parse values to json (#7820) 2021-09-03 17:25:33 -04:00
Harun Kilic
9200b88db4 Update modules.md (#7795) 2021-09-03 12:36:16 -04:00
renovate[bot]
5d55047e24 Update dependency pinia to v2.0.0-rc.7 (#7817)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-03 16:17:48 +00:00
José Varela
a98ca0c184 Apply "in" to query even if array is empty (#7816)
* fetch only avatar id for current user

* apply "in" to query even if array is empty
if the "in" array is empty we need to add it to query anyways,
otherwise all records will be attached causing out of memory on
subsequent calls
2021-09-03 12:12:19 -04:00
José Varela
85b6d5c366 Fix return error for GraphQL mutations (#7814) 2021-09-03 12:09:19 -04:00
Oreille
44ff1484f6 Fix map interface controls not showing (#7812) 2021-09-03 12:08:31 -04:00
Oreille
1c1215b04e Map selection behaviour (#7811)
* Use https for openmaptiles fonts.

* Changed map selection behaviour: replace instead of adding them by default.
2021-09-03 12:06:21 -04:00
Azri Kahar
b125cd2837 fix type for deep query with underscore prefix (#7815) 2021-09-03 12:01:34 -04:00
Oreille
c078e130a1 Use https for openmaptiles fonts. (#7801) 2021-09-03 11:22:22 -04:00
Dieter Luypaert
689ac586a1 Datetime interface "Set to now" sets seconds to 0 (#7794)
When "Include seconds" is disabled.

Fixes #7779
2021-09-03 10:55:23 -04:00
ian
c23025f473 Fix incorrect database exclude tables environment variable in docs. (#7798) 2021-09-03 10:19:51 -04:00
Nitwel
f04d0b21ad fix false is proper value (#7796) 2021-09-03 09:15:52 -04:00
Nitwel
737e60e2bf fix wrong icon (#7800) 2021-09-03 09:14:49 -04:00
Azri Kahar
362f5de75e Fix WYSIWYG field not being cleared after "Save and Create New" (#7754)
* fix WYSIWYG field not being cleared

* return empty string when null for tinymce

* Update app/src/components/v-form/form-field.vue

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-09-03 02:17:31 +00:00
Sam Milledge
62af357b53 Update logging in CLI commands (#7676)
* Replace console logs with logger in CLI commands

* Fix double sparkles in migration command

* Apply suggestions from code review

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>

* Use stdout for init command output

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-09-03 02:06:05 +00:00
Rijk van Zanten
4d50a85ff8 Update changelog.md 2021-09-02 22:00:34 -04:00
rijkvanzanten
a6e88183e9 v9.0.0-rc.92 v9.0.0-rc.92 2021-09-02 21:53:23 -04:00
Rijk van Zanten
f3e6bd1da2 New Crowdin updates (#7765)
* New translations en-US.yaml (Hungarian)

* New translations en-US.yaml (Hungarian)

* New translations en-US.yaml (Hungarian)

* New translations en-US.yaml (Hungarian)

* New translations en-US.yaml (Hungarian)

* New translations en-US.yaml (Hungarian)

* New translations en-US.yaml (Polish)
2021-09-02 20:39:25 -04:00
Rijk van Zanten
2abb1674ed Add environment variable to force-exclude tables from Directus (#7789) 2021-09-02 20:39:11 -04:00
Ben Haynes
9cf957445c Improve card selection styling (#7787) 2021-09-02 19:34:10 -04:00
renovate[bot]
4985a79040 Update dependency npm to v7.22.0 (#7786)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-02 18:03:25 -04:00
renovate[bot]
a1ccc189b5 Update vue monorepo to v3.2.8 (#7785)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-02 19:52:24 +00:00
Oreille
d7f50ab6f6 Fixes bug when trying to edit geometry in code interface. (#7778) 2021-09-02 13:49:09 -04:00
Dieter Luypaert
da6f492a44 Expose logger through ExtensionContext (#7777)
Fixes #7737.
2021-09-02 13:46:51 -04:00
renovate[bot]
4f284e455e Update dependency sass to v1.39.0 (#7770)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-02 11:46:49 -04:00
mikhail sergienko
87c57f6178 tiny rewrite in docs/reference/filter-rules (#7771) 2021-09-02 11:46:27 -04:00
Oreille
e35bf1784f Use OpenMapTiles font instead of ArcGIS (#7780) 2021-09-02 11:31:42 -04:00
renovate[bot]
5757d96912 Update dependency knex-schema-inspector to v1.6.0 (#7769) 2021-09-01 21:22:27 -04:00
Rijk van Zanten
7b32f0c5a0 Fix hash link in docs module (#7768) 2021-09-01 19:35:03 -04:00
renovate[bot]
e50b75a4b7 Update vue monorepo to v3.2.7 (#7766)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-01 19:24:06 -04:00