303 Commits

Author SHA1 Message Date
Rijk van Zanten
5606a9c197 Update dependabot.yml 2024-07-18 08:53:47 -04:00
Rijk van Zanten
9793d991ea Update docs_suggestions.yml 2024-07-12 11:17:36 -04:00
Rijk van Zanten
440d9aa91c Rename feature-requests.yml to draft-feature-requests.yml 2024-06-27 10:55:22 -04:00
Pascal Jufer
84a9174a1e Fix links & typo in docs issue template (#22607)
Co-authored-by: ian <licitdev@gmail.com>
2024-05-30 18:05:32 +02:00
Pascal Jufer
eb7c01879f Add database info to bug report template (#22480) 2024-05-13 10:56:02 +00:00
Pascal Jufer
160b982928 Patch Tuesday 🐸 (#22063)
Co-authored-by: Hannes Küttner <4376726+hanneskuettner@users.noreply.github.com>
2024-04-30 10:49:20 +02:00
Pascal Jufer
bd417ed679 Override default label for dependabot PRs (#22071) 2024-04-03 16:51:53 +00:00
Pascal Jufer
75e45f66ce Remove label for dependabot PRs (#22064) 2024-04-03 12:35:24 -04:00
Vamsi Madduluri
b87530cc94 Add autocomplete for 2FA input (#21986)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2024-03-27 11:00:23 +00:00
Pascal Jufer
a0d2c7abb7 Reduce schedule for lock threads workflow to a daily basis (#21782) 2024-03-08 17:32:50 -05:00
Rijk van Zanten
632053adf2 Update stale-issues.yml 2024-03-08 14:46:45 -05:00
Pascal Jufer
206a7cae0b Update dependencies (#21428) 2024-02-14 12:12:50 +01:00
Pascal Jufer
ed395199d1 Configure inactive days for PRs and Discussions in Lock Thread workflow (#21270) 2024-02-01 02:45:46 +01:00
Rijk van Zanten
1f2208c98b Update lock-threads.yml 2024-01-31 16:39:52 -05:00
Rijk van Zanten
cada86c13a Update lock-threads.yml 2024-01-31 16:30:03 -05:00
Pascal Jufer
b600318ca3 Add workflow to lock threads after cooling time (#21224) 2024-01-31 15:15:53 -05:00
Pascal Jufer
12290b6031 Update cache action in release workflow (#21231) 2024-01-29 11:22:12 +01:00
Pascal Jufer
8b548c991e Format / Clean-up GitHub workflows (#21223) 2024-01-28 23:20:13 +01:00
Pascal Jufer
86aedeb27c Patch Tuesday 🐸 (#21221)
* Update root deps

* Update `@directus/api` deps

* Update `@directus/app` deps

* Update `docs` deps

* Update `@directus/components` deps

* Update `@directus/composables` deps

* Update `create-directus-extension` deps

* Update `create-directus-project` deps

* Update `@directus/data` deps

* Update `@directus/data-driver-postgres` deps

* Update `@directus/data-sql` deps

* Update `@directus/env` deps

* Update `@directus/extensions` deps

* Update `@directus/extensions-sdk` deps

* Update `@directus/memory` deps

* Update `@directus/random` deps

* Update `@directus/release-notes-generator` deps

* Update `@directus/storage` deps

* Update `@directus/storage-driver-cloudinary` deps

* Update `@directus/storage-driver-local` deps

* Update `@directus/storage-driver-s3` deps

* Update `@directus/storage-driver-supabase` deps

* Update `@directus/stores` deps

* Update `@directus/themes` deps

* Update `@directus/update-check` deps

* Update `@directus/utils` deps

* Update `@directus/validation` deps

* Update `tests/blackbox` deps

* Add changeset

* Bump pnpm to 8.15.0

* Update GH actions
2024-01-28 22:56:34 +01:00
Pascal Jufer
86b8bcba8b Add blackbox test timeout (#21079) 2024-01-14 21:05:52 +01:00
Pascal Jufer
df44649f94 Start splitting blackbox tests (#21078) 2024-01-14 19:34:23 +01:00
Pascal Jufer
984ec8f85b Drop EOL DB versions from blackbox tests (#21077) 2024-01-14 19:28:57 +01:00
Pascal Jufer
98532788d5 Selective Patch Tuesday 🐸 (#20796) 2023-12-20 00:26:15 +01:00
Steve Fan
71032776f9 Add the latest version of oracledb to api/package.json (#19067)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2023-12-18 12:17:05 +00:00
Pascal Jufer
eb9655ac1e Update GitHub actions in workflows (#20705) 2023-12-11 17:41:34 +01:00
Rijk van Zanten
38f65b5a5b Update CLA bot 2023-12-07 13:25:26 +01:00
Rijk van Zanten
45007d521d Exclude all major versions 2023-12-07 13:13:13 +01:00
Rijk van Zanten
a21dff1ed5 Fix ecosystem flag 2023-12-07 13:12:35 +01:00
Rijk van Zanten
e08671aad9 Setup dependabot (#20665) 2023-12-07 13:08:55 +01:00
Kevin Lewis
e67ed8acf7 Add docs for themes extension type (#20561)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-11-28 19:58:51 +00:00
Kevin Lewis
bce8847a57 Added docs suggestions issue template (#20554) 2023-11-28 10:35:37 +01:00
Pascal Jufer
59d40451ba Fix "Format" check in CI (#20482) 2023-11-20 16:22:08 +01:00
Rijk van Zanten
258621981e All incoming code is through PRs
See the irony of this being a direct commit? hihi
2023-11-08 16:12:50 -05:00
Rijk van Zanten
421e3e8f9f Only run CI against files that changed (#20365)
* Only run eslint against the files that have changed

* Don't build for eslint?

* Only run unit tests against changed files

* Fix unit test runner

* Run CodeQL daily, not on PR

* Checkout base ref for vitest to be able to check

* Inching closer

* Trial and error is my favorite

* With origin?

* Is this still needed?

* Does this work?

* It needs the whole fetch depth

Without it, the current HEAD doesn't have a shared base which causes a "no merge base" error

* Add comment to ensure we don't remove this later
2023-11-08 15:57:46 -05:00
Rijk van Zanten
6509e06a54 Update assign-next-release-milestone.yml 2023-11-06 10:02:14 -05:00
Rijk van Zanten
46d5a8ddde Temporarily remove the on-PR blackbox tests (#20208)
* Temporarily remove the on-PR blackbox tests

* Fix formatting, rename file
2023-10-26 16:44:56 -04:00
Pascal Jufer
f29b5a167a Enable npm provenance (#20182) 2023-10-25 13:13:46 -04:00
Pascal Jufer
61b7432950 Use fixed tag for prereleases (#20180) 2023-10-25 11:21:07 +02:00
Pascal Jufer
4fa20578f5 Optimize MSSQL test setup (#19979) 2023-10-10 13:27:36 +02:00
Pascal Jufer
b6f7dcaa0b Consider OS release for pnpm cache in GH workflows (#19973) 2023-10-10 10:27:50 +02:00
Rijk van Zanten
e1c8eaa82a Update pull_request_template.md 2023-10-09 18:26:31 -04:00
Rijk van Zanten
8dc68730ff Update name of milestone 2023-10-05 11:59:35 -04:00
Pascal Jufer
1ec1f98431 Bye-bye, Jest (#19886)
* Bye-bye, Jest

* Clean-up non-null assertions for PORT

* Test all vendors

* Consistent file names

* Try with MSSQL 2022

* Revert "Try with MSSQL 2022"

This reverts commit da807c6ec8.

* Try to run on Windows for better MSSQL perf

* Worth a try (hopefully runs MSSQL faster this way)

* Start docker services via bash

* Quick attempt with local installation of MSSQL

* Test with MSSQL 2019

* Back to ubuntu-latest for other tests

* Add typecheck cmd

* Revert "Test all vendors"

This reverts commit d6fbdd76c9.

* Use TS for Vitest config file

* Simplify vendors typecasting

---------

Co-authored-by: ian <licitdev@gmail.com>
2023-10-04 14:53:36 -04:00
Rijk van Zanten
e5a775f769 Update pull_request_template.md 2023-10-02 13:31:18 -04:00
Rijk van Zanten
a238e0dc25 Update pull_request_template.md 2023-10-02 13:26:16 -04:00
Rijk van Zanten
aab269ba7c Run formatter 2023-09-29 09:41:49 -04:00
Rijk van Zanten
d8d1d3a60a Update pull_request_template.md 2023-09-29 09:25:46 -04:00
Rijk van Zanten
05f8e9b95c Update pull_request_template.md 2023-09-29 09:25:25 -04:00
Brainslug
0deadb9062 Improve stale github action (#19551)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-08-29 18:23:26 +02:00
Pascal Jufer
96bb544c56 Support for prereleases in release workflow (#19510)
* Make release workflow compatible for prereleases

* Support prereleases in release-notes-generator

* Update readme

* Create metal-dodos-return.md

* Update .changeset/metal-dodos-return.md

* Override version of main package

* Rework & enable usage with changesets's prerelease mode

* Fix conditional DIRECTUS_PRERELEASE_ID output

Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>

* Add hint to beforeExit event

* Add basic test for getInfo

---------

Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>
2023-08-25 16:48:50 +02:00