25556 Commits

Author SHA1 Message Date
Josh
e6b493874b chore: typo 2022-11-16 14:31:47 +00:00
Pierre Noël
6103e4de1f
Merge branch 'main' into fix/relation-mysql-below-8 2022-11-16 15:26:47 +01:00
Josh
128d230046 feat: add relations fe state management conceptual documentation 2022-11-16 13:58:42 +00:00
Simone
16c9f10f38
Merge branch 'main' into enhancement/axios-refactoring 2022-11-16 14:45:08 +01:00
Simone Taeggi
9cfac9b63a add a test 2022-11-16 14:35:30 +01:00
Sid
7d2a8bb337 chore: fixing spelling cont., missed a file 2022-11-16 14:17:17 +01:00
Sid
2ca3443a21 chore:fix spelling of SchemaProvideer to SchemaProvider 2022-11-16 14:17:17 +01:00
Mark Kaylor
55a420d35d Test useLazyComponents 2022-11-16 13:57:21 +01:00
Jamie Howard
49c4ba2e73
Merge pull request #14839 from strapi/fix/relations-knex-raw
Fix: knex withSchema.raw error
2022-11-16 12:27:11 +00:00
Pierre Noël
6ca7814a43
add missing await
Co-authored-by: Nathan Pichon <npichon.walchshofer@gmail.com>
2022-11-16 12:45:44 +01:00
Jamie Howard
04295573f1 chore(entity-manager): revert to not handle multiple pg schemas 2022-11-16 11:22:22 +00:00
Simone
393009b142
Merge branch 'main' into enhancement/axios-refactoring 2022-11-16 10:59:02 +01:00
Pierre Noël
5e5d1c92c2 use getDatabaseInformation instead of databaseInformation 2022-11-16 10:58:28 +01:00
Simone Taeggi
36a35d8653 add some test getFetchClient utility 2022-11-16 10:57:38 +01:00
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
Simone
2a455a6c54
Merge branch 'main' into enhancement/axios-refactoring 2022-11-16 09:40:45 +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
Raphael Müßeler
5ec28f30fd fix: added query parameter for locale (API Documentation Plugin) 2022-11-15 22:22:25 +01:00
a-ulasevich
6320f9dcfc Update russian translation 2022-11-15 23:20:14 +03:00
Pierre Noël
306d5c4abc finally drop temp table 2022-11-15 18:57:13 +01:00
Mark Kaylor
9f404467fa Fix check for layouts 2022-11-15 18:44:14 +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
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
Gustav Hansen
82534279e9
Merge pull request #14861 from strapi/chore/update-testing-user-event
Chore: Update @testing-library/user-event to 14.4.3
2022-11-15 17:47:55 +01:00
markkaylor
f9b57d1d00
Merge branch 'main' into fix/custom-fields-breaking-inputs 2022-11-15 16:59:16 +01:00
Christian
16dda55874
Merge pull request #14787 from strapi/fix/update-delete-mutations-ignore-locale
Fix the findParams argument to be passed correctly
2022-11-15 16:44:41 +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
Jamie Howard
5553538c18 chore 2022-11-15 13:37:18 +00:00
Jamie Howard
0f7eb70fd2 fix(database): refactor getConnection to not use schemas 2022-11-15 13:28:35 +00:00
ivanThePleasant
9a2046f16f
Merge branch 'main' into chore/fix-iso-locales 2022-11-15 14:06:51 +02:00
Gustav Hansen
ea0ab221c3 Chore: Update @testing-library/user-event to 14.4.3 2022-11-15 13:00:49 +01:00
Gustav Hansen
ab9248dfbd
Merge pull request #14859 from strapi/chore/update-testing-library-react
Chore: Update @testing-library/react to 12.1.4
2022-11-15 12:59:22 +01:00