Commit Graph

6066 Commits

Author SHA1 Message Date
Nicola Krumschmidt
337e979bb6 Update the required Node version to 12.20.0 (#6578) 2021-06-30 10:14:56 -04:00
rijkvanzanten
3e5a78e547 v9.0.0-rc.83 2021-06-30 10:14:56 -04:00
Rijk van Zanten
bd2a8282dd New Crowdin updates (#6554)
* New translations en-US.yaml (Bulgarian)

* Update source file en-US.yaml
2021-06-30 10:14:56 -04:00
Rijk van Zanten
81fa88322a Fix order of form group filter (#6566)
Fixes #6557
2021-06-30 10:14:56 -04:00
renovate[bot]
e1a0d80b4e update dependency ts-node-dev to v1.1.7 (#6564)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-30 10:14:56 -04:00
rijkvanzanten
2e9d192d25 Fix cleaning order 2021-06-30 10:14:55 -04:00
Zorin Sergey
96c7963782 Add limit options for deleteMany files (#6561)
* Changed filesize to bigint for large files

* Update api/src/database/migrations/20210626A-change-filesize-bigint.ts

* add `limit -1` for deleteMany files options from #6560

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-06-30 10:14:55 -04:00
Rijk van Zanten
6116b627f4 Update changelog.md 2021-06-30 10:14:55 -04:00
rijkvanzanten
7f34fa51eb v9.0.0-rc.82 2021-06-30 10:14:55 -04:00
Rijk van Zanten
1b113ed0a7 Fix auto-fill of directus_files in relational setup (#6555)
Fixes #6487
2021-06-30 10:14:55 -04:00
Oreille
6b49b26e33 Fixed typo (#6558) 2021-06-29 08:23:25 -04:00
rijkvanzanten
b04379ed78 Merge branch 'aggregation' into insights 2021-06-28 19:20:51 -04:00
rijkvanzanten
4965cb0d00 Merge branch 'main' into aggregation 2021-06-28 19:18:53 -04:00
Rijk van Zanten
0a20b90691 Add support for field grouping (#6553)
* Update icon font, add group type to field setup

* Add group type, start on group-raw interface

* Add style for group

* Finish nested groups

* Finish field group setup

* Add type check

* Work on group raw group

* Various

* Fix support for nested groups

* Add group-divider interface

* Remove unused file

* Fix linter warning
2021-06-28 19:17:55 -04:00
Matt
64a50e5e31 Added escaping on file paths including "\u" (#6215)
* - Added escaping on file paths including "\u" as JS inteprets this as hexa value
 -- Occurs on Windows OS due nodejs path.join converting paths from "/" to "\"

* Use path/posix to normalize paths interpreted as URLs

Co-authored-by: Nicola Krumschmidt <nicola.krumschmidt@freenet.de>
2021-06-28 16:46:37 -04:00
Nicola Krumschmidt
7f60fb0fc1 Add directus-extension CLI to extension-sdk (#6548)
* Remove return from api cli entrypoint

* Add directus-extension cli to extension-sdk

The initial version only implements the "build" command.
Executing "build" in the root of an extension package bundles the
extension to a single distributable and loadable entrypoint.

* Update extension docs to use directus-extension build
2021-06-28 15:56:01 -04:00
WoLfulus
043ae13e40 Adds request and response interceptors on Axios transport (#6538) 2021-06-28 18:44:38 +00:00
renovate[bot]
eb161cec6d update typescript-eslint monorepo to v4.28.1 (#6547)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-28 18:16:16 +00:00
Zorin Sergey
3ef8d25bef Changed filesize to bigint for large files (#6516)
* Changed filesize to bigint for large files

* Update api/src/database/migrations/20210626A-change-filesize-bigint.ts

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-06-28 14:11:37 -04:00
renovate[bot]
b886281914 update dependency jest to v27.0.6 (#6546)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-28 14:10:36 -04:00
renovate[bot]
8a3796b8bb update dependency commander to v8 (#6498)
* update dependency commander to v8

* Update import to match new version

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-06-28 14:05:55 -04:00
Rijk van Zanten
b6bee11c69 New Crowdin updates (#6515)
* New translations en-US.yaml (Korean)

* New translations en-US.yaml (Korean)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)
2021-06-28 14:05:20 -04:00
Luan Mattner Müller
9da9874905 Fix MailService to throw sending errors (#6541) 2021-06-28 13:29:23 -04:00
Ben Haynes
8d1c5649b6 Reorder fields (#6544) 2021-06-28 12:56:59 -04:00
Nicola Krumschmidt
ed1127f3b1 Fix extension loading when PUBLIC_URL is absolute without origin (#6534)
* Fix extension loading when PUBLIC_URL is absolute without origin

* Minify extension bundler output

* Make extension loading in dev more robust

* Rename ensureExtensionsDirs to ensureExtensionDirs
2021-06-28 11:20:30 -04:00
renovate[bot]
514b301fb0 update dependency @vitejs/plugin-vue to v1.2.4 (#6520)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-28 11:04:49 -04:00
renovate[bot]
358e51b847 update dependency simple-git-hooks to v2.5.1 (#6518)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-28 11:04:34 -04:00
Nicola Krumschmidt
8823434046 Fix translations interface options crashing the App (#6530) 2021-06-28 11:04:11 -04:00
Ben Haynes
978a435bf9 time series style updates 2021-06-27 00:22:28 -04:00
Ben Haynes
f2704433c5 new time series min width 2021-06-27 00:22:11 -04:00
Ben Haynes
00e49e9467 new metric min width 2021-06-27 00:22:01 -04:00
Ben Haynes
193cb1ea7b less blocking whitespace 2021-06-27 00:21:24 -04:00
Rijk van Zanten
2dcf611c05 Update changelog.md 2021-06-26 22:13:00 -04:00
rijkvanzanten
a469bb728f v9.0.0-rc.81 v9.0.0-rc.81 2021-06-26 22:09:40 -04:00
rijkvanzanten
4b6efe3053 Add prepublish scripts to new packages 2021-06-26 22:07:52 -04:00
rijkvanzanten
79eed74d43 Tweak asset transform max allowed default
Allows for Directus to run ootb on smaller containers/servers, while allowing higher processing speeds for  environments that can handle it
2021-06-26 22:03:25 -04:00
rijkvanzanten
76d471a602 Fix calendar not loading locale in prod 2021-06-26 21:52:46 -04:00
rijkvanzanten
5756954dd7 Fix edge case in fk replacing 2021-06-26 21:27:46 -04:00
renovate[bot]
21d4c0fa4a update dependency prettier to v2.3.2 (#6509)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-26 12:15:26 -04:00
Rijk van Zanten
352f6056ae Update support.md 2021-06-26 12:01:59 -04:00
Rijk van Zanten
11e34662df Delete bug_report.md 2021-06-26 12:01:01 -04:00
renovate[bot]
dc94addd71 update dependency marked to v2.1.3 (#6507)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-25 18:34:56 -04:00
Rijk van Zanten
3f9b588079 New Crowdin updates (#6496)
* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)
2021-06-25 10:10:18 -04:00
renovate[bot]
24a7134171 update dependency rollup to v2.52.3 (#6499)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-25 10:00:05 -04:00
renovate[bot]
9dda3681f9 update dependency eslint-plugin-vue to v7.12.1 (#6497)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-25 09:53:45 -04:00
rijkvanzanten
da80cf6321 Fix min 0 in time-series 2021-06-24 19:02:24 -04:00
rijkvanzanten
2868be55af Fix abbreviate decimal places 2021-06-24 19:00:38 -04:00
rijkvanzanten
740faf143a Have metric render 0 2021-06-24 18:58:47 -04:00
rijkvanzanten
013b6a9702 Undo sync test 2021-06-24 18:50:33 -04:00
rijkvanzanten
c13a31665e Use synced charts 2021-06-24 18:40:10 -04:00