Jay Cammarano
eaa5cc1f86
tedious downgrade and remove sqlite3 from tests. ( #8771 )
2021-10-13 21:17:33 +00:00
Oreille
0a089af30a
Fix layouts stuck at page 1 ( #8766 )
2021-10-13 15:56:12 -04:00
Sam Milledge
0ff35036f6
Fix disabled state of code input ( #8761 )
2021-10-13 11:01:34 -04:00
Azri Kahar
ffdc0c65bc
remove obsolete selectionFilters in O2M tree view ( #8756 )
2021-10-13 15:52:24 +08:00
Pascal Jufer
e944fb9798
Try to fix "Assign author to PR" action ( #8752 )
...
Currently, it doesn't work and the log shows the following message: `Warning: Resource not accessible by integration`
Follow up of #8733
2021-10-12 19:52:02 -04:00
renovate[bot]
2429d30917
Update dependency typescript to v4.4.4 ( #8749 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-12 16:51:36 -04:00
Oscar Dominguez
432fc0ff93
ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows ( #8748 )
2021-10-12 16:10:17 -04:00
Oreille
aff49835ee
Fixed cards layout pagination too. Fix return to page 1 on query change. ( #8747 )
2021-10-12 15:26:23 -04:00
renovate[bot]
b9a2a3a18b
Update dependency axios to v0.23.0 ( #8744 )
2021-10-12 14:45:16 -04:00
Nicola Krumschmidt
2908063d86
Transpile docs to vue components at build time ( #8743 )
2021-10-12 14:22:14 -04:00
Rijk van Zanten
3712892e79
Add missing geo type filters ( #8742 )
2021-10-12 14:13:35 -04:00
renovate[bot]
de5c6a549f
Update dependency pinia to v2.0.0-rc.13 ( #8740 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-12 13:50:20 -04:00
Oreille
63f3f0b474
Fixed tabular layout stuck at page 1 ( #8739 )
2021-10-12 13:49:42 -04:00
renovate[bot]
ae77ec8e2f
Update dependency @types/dockerode to v3.3.0 ( #8741 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-12 17:49:36 +00:00
Daniel Krásný
446da89a38
Add descriptions for Panels and Dashboards ( #8657 ) ( #8684 )
2021-10-12 17:36:50 +00:00
Pascal Jufer
99aa1d4984
Add GitHub action workflow to automate author assignment on pull requests ( #8733 )
...
* Add GitHub action workflows to automate issue and PR management
* Remove "Add label" action and bring back label on template
2021-10-12 13:03:36 -04:00
tstedjb04
6269065f3a
Add datetime placeholder ( #8712 )
...
Co-authored-by: dhanaithorn <>
2021-10-12 16:47:17 +00:00
Pascal Jufer
ca7e77e630
Adjust "Report Bug" link to the new issue template ( #8711 )
...
* Adjust "Report Bug" link to the new issue template
Unfortunately, it's not (yet?) possible to auto-fill the fields in the template
via querys...
* Adjust bug template & use corresponding params
As suggested by @azrikahar
2021-10-12 11:59:52 -04:00
rijkvanzanten
6b1c151839
Cleanup supported versions
2021-10-12 11:46:34 -04:00
Rijk van Zanten
e2191c14b7
Add missing arguments in aggregated resolver ( #8729 )
2021-10-12 15:44:00 +00:00
renovate[bot]
b2ec182493
Update typescript-eslint monorepo to v5 (major) ( #8702 )
...
* Update typescript-eslint monorepo to v5
* Fix linter warnings
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-10-12 11:07:46 -04:00
rijkvanzanten
b0c7fa20bd
Handle empty toolbar in wysiwyg
2021-10-12 10:45:48 -04:00
renovate[bot]
9c7b6cb6fb
Update dependency stylelint-config-prettier to v9 ( #8703 )
...
* Update dependency stylelint-config-prettier to v9
* Fix linter warnings
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-10-12 14:39:36 +00:00
Azri Kahar
68869474b5
fix directus_fields group cleanup on delete ( #8707 )
2021-10-12 09:55:40 -04:00
Oreille
9b66a77c39
Bug fixes in the new filter interface ( #8696 )
...
* Bug fixes in the new filter interface
* Removed `eq`, `neq` filter for geometry type.
* Fixed tests for getFilterOperatorForType on geometry type.
* Removed `eq`, `neq`, `in`, `nin` filter operator for json
* Added `bigInteger` and `float` support in getFilterOperatorForType and fixed tests
* Added input regex pattern for numbers and uuid in filter input component
2021-10-12 09:53:18 -04:00
Oreille
475f6349f0
Map layout and interface improvements ( #8628 )
...
* Map layout and interface improvements:
* Disable drag to rotate
* Add keyboard shortcut to delete items
* Hide unselect button when selection is empty
* Add display template setting
* Fixed fitData button behaviour
* Removed unused hoveredFeatureId
* Added translations
* Expose clearFilters to the layout.
2021-10-12 09:50:18 -04:00
Pascal Jufer
23a126b026
Fix eslint warnings and cleanup unused disable-directives ( #8718 )
...
* Fix eslint warnings
* Remove unused eslint disable-directives
2021-10-12 09:49:01 -04:00
renovate[bot]
0cbd9b697e
Update dependency codemirror to v5.63.3 ( #8724 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-12 09:48:03 -04:00
Rijk van Zanten
f717a35da2
Update CODEOWNERS
2021-10-12 09:46:18 -04:00
renovate[bot]
a9dbce8e4f
Update dependency tinymce to v5.10.0 ( #8688 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-12 09:30:57 -04:00
Nicola Krumschmidt
6a06aa42a0
Use Composition API in extension templates ( #8721 )
...
This also includes a few other cleanups.
2021-10-12 09:22:49 -04:00
Pascal Jufer
11ca5336f2
Add required envs to plain docker command ( #8719 )
...
As reported on Discord
2021-10-12 09:21:12 -04:00
renovate[bot]
1a7bdeb1d9
Update dependency lint-staged to v11.2.3 ( #8674 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-12 09:20:38 -04:00
renovate[bot]
82ef453f42
Update dependency apexcharts to v3.29.0 ( #8685 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-12 09:19:55 -04:00
Rijk van Zanten
48938be0f2
New Crowdin updates ( #8706 )
...
* New translations en-US.yaml (Vietnamese)
* New translations en-US.yaml (Vietnamese)
* New translations en-US.yaml (German)
* New translations en-US.yaml (German)
* New translations en-US.yaml (Spanish)
2021-10-12 09:18:39 -04:00
Rijk van Zanten
969621249f
New Crowdin updates ( #8676 )
...
* New translations en-US.yaml (Polish)
* New translations en-US.yaml (Polish)
* New translations en-US.yaml (Polish)
* New translations en-US.yaml (Polish)
* New translations en-US.yaml (German)
* New translations en-US.yaml (German)
* New translations en-US.yaml (Vietnamese)
* New translations en-US.yaml (Spanish)
2021-10-12 11:30:54 +08:00
renovate[bot]
2a370ac33a
Update dependency @types/codemirror to v5.60.5 ( #8705 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-12 10:49:04 +08:00
renovate[bot]
86861ecb8d
Update dependency ts-node to v10.3.0 ( #8700 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-12 10:46:18 +08:00
renovate[bot]
75508d96fe
Update dependency vite to v2.6.7 ( #8698 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-12 10:45:17 +08:00
renovate[bot]
4db768d698
Update dependency vue to v3.2.20 ( #8673 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-08 15:46:35 -04:00
Rijk van Zanten
fb36ded825
Remove deprecated code ( #8670 )
...
* Remove deprecated code
Just for you @aidenfoxx
* Fix type signature
2021-10-08 18:45:17 +00:00
renovate[bot]
1c70d2af90
Update dependency @vue/compiler-sfc to v3.2.20 ( #8667 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-08 17:25:43 +00:00
Nicola Krumschmidt
9913922edc
Fix activity layout filter ( #8664 )
2021-10-08 13:17:48 -04:00
renovate[bot]
b4bb1071f2
Update jest monorepo to v27.2.5 ( #8656 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-08 11:45:56 -04:00
Nicola Krumschmidt
d6e40f4873
Fix layout preview being empty when editing preview ( #8654 )
...
* Fix layout preview being empty when editing preview
Fixes #8645
* Remove collection prop from layout component
The prop is already passed through the layout state.
2021-10-08 17:07:41 +02:00
Azri Kahar
4c2de47cf3
fix validation not updated/saved ( #8629 )
2021-10-08 11:04:21 -04:00
rijkvanzanten
ecf255bf47
Show unexpected errors on batchDelete
2021-10-08 10:58:11 -04:00
Azri Kahar
d3a4869a96
Debounce search & filter inputs ( #8631 )
...
* debounce search input
* debounce filter input
* rename to emitValueDebounced
2021-10-08 10:46:47 -04:00
Rijk van Zanten
0915ca7b6b
New Crowdin updates ( #8630 )
...
* New translations en-US.yaml (Italian)
* New translations en-US.yaml (Italian)
2021-10-08 10:36:15 -04:00
Alejandro Castaño González
829e996574
Exclude creation of primary and unique indexes ( #8640 )
2021-10-08 10:29:23 -04:00