7070 Commits

Author SHA1 Message Date
Jamie Howard
4b1f8101e6 fix(entity-manager): use db.connection for .raw()
chore(database): revert getConnection()
2022-11-16 09:34:08 +00:00
Mark Kaylor
7db54acd8d Test getCustomFieldUidsFromLayout 2022-11-16 10:16:11 +01:00
Ben Irvin
bcc1eed9fd
Merge pull request #14837 from strapi/fix/14802-postgres-token-duration
Fix 30- and 90-day API token creation
2022-11-16 09:59:53 +01:00
Ben Irvin
b44626d000 exit on error 2022-11-16 09:42:01 +01:00
Simone
2a455a6c54
Merge branch 'main' into enhancement/axios-refactoring 2022-11-16 09:40:45 +01:00
Ben Irvin
059250959e empty key prompts and string key can be passed in 2022-11-16 09:37:33 +01:00
Simone
e5160aaf54
Merge branch 'main' into chore/tracking-access-CTB 2022-11-16 09:34:22 +01:00
Bart Lagerweij
e82b63ba75 Updated dutch translation to strapi 4.5 2022-11-16 09:11:09 +01:00
Bart Lagerweij
f498f4bcc1
Merge branch 'main' into patch-4 2022-11-16 08:42:26 +01:00
Alve Svarén
6eeda5695d
Merge branch 'main' into master 2022-11-15 22:58:32 +01:00
Alve Svarén
8941d92127
Merge branch 'master' of github.com:alvesvaren/strapi-tranlsation-sv 2022-11-15 22:57:17 +01:00
Alve Svarén
c369330b62
Fix missing translations 2022-11-15 22:57:06 +01:00
a-ulasevich
6320f9dcfc Update russian translation 2022-11-15 23:20:14 +03:00
Ben Irvin
e20ce4ba47 add default types 2022-11-15 21:15:16 +01:00
Ben Irvin
1a98345a9a fix code for tests 2022-11-15 20:58:50 +01:00
Ben Irvin
7f68db7fe7 add (failing) test for bootstrap 2022-11-15 20:35:22 +01:00
Pierre Noël
306d5c4abc finally drop temp table 2022-11-15 18:57:13 +01:00
Ben Irvin
603145c3c6 rename bootstrap 2022-11-15 18:51:43 +01:00
Ben Irvin
93592cad68 rename bootstrap 2022-11-15 18:51:20 +01:00
Ben Irvin
bf2442a2f5 move test-utils 2022-11-15 18:51:20 +01:00
Mark Kaylor
9f404467fa Fix check for layouts 2022-11-15 18:44:14 +01:00
Ben Irvin
6312d5e1d5 comment 2022-11-15 18:43:53 +01:00
Ben Irvin
5afd6ce9ce combine progress into one object 2022-11-15 18:42:34 +01:00
Pierre Noël
e2234ed9f1 use connection instead of getConnection 2022-11-15 18:42:18 +01:00
Convly
36c4f36556 Merge branch 'main' of github.com:strapi/strapi into features/morphs-populate 2022-11-15 18:41:10 +01:00
markkaylor
c8888bf2cf
Merge branch 'main' into feature/custom-field-default-options 2022-11-15 18:38:48 +01:00
Convly
0c205d0f58 Fix convert query params for 'true' subPopulate 2022-11-15 18:31:33 +01:00
Mark Kaylor
6cef5fd6a9 Move function to utils 2022-11-15 18:30:44 +01:00
Ben Irvin
b8c81bcf09 use emit instead of passing type 2022-11-15 18:23:31 +01:00
Mark Kaylor
7f25aaf796 Remove useMemo 2022-11-15 18:21:09 +01:00
Mark Kaylor
96401f044d Refactor createAttributeLayout function to avoid eslint warning 2022-11-15 18:20:33 +01:00
Mark Kaylor
1d9ec79211 Refactor nested grids into component for readability 2022-11-15 18:16:56 +01:00
Ben Irvin
ccd6785c47 clean up table layout 2022-11-15 18:09:21 +01:00
Ben Irvin
f6671127fc fix total 2022-11-15 17:59:58 +01:00
markkaylor
f9b57d1d00
Merge branch 'main' into fix/custom-fields-breaking-inputs 2022-11-15 16:59:16 +01:00
Pierre Noël
887ea1ae59 Avoid use of window functions for MySQL versions below 8 2022-11-15 16:43:04 +01:00
Simone Taeggi
b720106392 trigger the didGoToCTB event when clicking on the Content Type Builder link 2022-11-15 15:56:31 +01:00
Convly
8c2fb155b8 hanlde morphToOne populate & re-add legacy way of querying DZs 2022-11-15 15:14:28 +01:00
Simone
98e3ec7e8a
Merge branch 'main' into enhancement/axios-refactoring 2022-11-15 15:10:30 +01:00
Gustav Hansen
9ffd38f6c9 Chore: Update tests for @testing-library/user-event API changes 2022-11-15 15:01:19 +01:00
Josh
b4eaa97842
Merge branch 'main' into chore/use-path-instead-of-require 2022-11-15 13:57:18 +00:00
Ben Irvin
64ae9f324b
Merge pull request #14716 from strapi/deits/ts-linting
[DEITS] Add eslint+prettier for typescript files
2022-11-15 14:49:48 +01:00
Jamie Howard
5553538c18 chore 2022-11-15 13:37:18 +00:00
Ben Irvin
5888531e7c rename step to stage 2022-11-15 14:30:42 +01:00
Jamie Howard
0f7eb70fd2 fix(database): refactor getConnection to not use schemas 2022-11-15 13:28:35 +00:00
Christian Capeans
ec2c6178f4 Refactor selectedSchema naming 2022-11-15 14:17:10 +01:00
Christian Capeans
a9d20f759b Refactor schema comparisson to make it simpler 2022-11-15 14:15:25 +01:00
Christian Capeans
00c964b1d7 Reorder imports 2022-11-15 13:52:11 +01:00
Gustav Hansen
ea0ab221c3 Chore: Update @testing-library/user-event to 14.4.3 2022-11-15 13:00:49 +01:00
Simone Taeggi
d8a449e2ed refactor the fetchClient to the getFetchClient utils 2022-11-15 12:48:32 +01:00