1917 Commits

Author SHA1 Message Date
Pierre Noël
f4ed17809a
Merge pull request #14909 from strapi/fix/schema-support-postgres
Fix schema support for postgres when using raw queries
2022-11-19 11:51:19 +01:00
Simone
0a1adb5c8d
Merge branch 'main' into enhancement/axios-refactoring 2022-11-18 16:05:25 +01:00
Josh
251c8cbec8 fix: rogue import 2022-11-18 10:10:43 +00:00
Josh
4ad46e481f Revert "chore: replace imports"
This reverts commit 1c8b34c3fa7002c0e44d3c583c844367e006f631.
2022-11-18 10:01:22 +00:00
Josh
1c8b34c3fa chore: replace imports 2022-11-18 08:56:10 +00:00
5idereal
3919e13274
update Traditional Chinese translation 2022-11-18 12:47:34 +08:00
jason.chang
00dcbf8ee2 fix: fix duplicated emails checking in connect method 2022-11-18 11:59:11 +08:00
Simone Taeggi
7a06c7e444 move the condition to show the warning inside the warapAxiosInstance 2022-11-18 00:43:19 +01:00
Josh
37f523b78d chore: update snapshots 2022-11-17 17:25:14 +00:00
Pierre Noël
9ff4f19660 fix schema support for postgres when using raw queries 2022-11-17 10:08:49 +01:00
Raphael Müßeler
5297657953
Merge branch 'main' into fix/swaggerParameterLocale 2022-11-16 20:31:33 +01:00
Simone
834b7c1917
Merge branch 'main' into enhancement/axios-refactoring 2022-11-16 18:18:55 +01:00
Convly
8c20ea2b5c v4.5.1 2022-11-16 18:00:30 +01:00
Simone Taeggi
d86d9cfa8f add conditions to show warnings only on dev mode 2022-11-16 17:47:08 +01:00
Simone
2405703db5
Merge branch 'main' into enhancement/axios-refactoring 2022-11-16 17:28:16 +01:00
Raphael Müßeler
db6e3b8097
Merge branch 'main' into fix/swaggerParameterLocale 2022-11-16 17:16:59 +01:00
Simone
2a455a6c54
Merge branch 'main' into enhancement/axios-refactoring 2022-11-16 09:40:45 +01:00
Alve Svarén
6eeda5695d
Merge branch 'main' into master 2022-11-15 22:58:32 +01:00
Raphael Müßeler
5ec28f30fd fix: added query parameter for locale (API Documentation Plugin) 2022-11-15 22:22:25 +01:00
markkaylor
c8888bf2cf
Merge branch 'main' into feature/custom-field-default-options 2022-11-15 18:38:48 +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
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
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
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
5f24350a48
Merge branch 'main' into chore/update-testing-library-react 2022-11-15 11:54:47 +01:00
Gustav Hansen
db6f0cd2b7
Merge pull request #14866 from strapi/chore/update-ds
chore: update design-system to 1.2.8
2022-11-15 11:53:43 +01:00
Gustav Hansen
65597622c6 Chore: Update @testing-library/react to 12.1.4 2022-11-15 11:15:30 +01:00
ivanThePleasant
073b79e76b Add new test to check for duplicate iso locales 2022-11-15 11:22:04 +02:00
dependabot[bot]
f60a188f71
chore(deps): bump swagger-ui-dist from 4.12.0 to 4.15.5
Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 4.12.0 to 4.15.5.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v4.12.0...v4.15.5)

---
updated-dependencies:
- dependency-name: swagger-ui-dist
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 09:11:17 +00:00
Josh
f0e94fde66 chore: update design-system to 1.2.8 2022-11-15 09:01:04 +00:00
Gustav Hansen
03d815ea17 Chore: Update @testing-library/dom to 8.19.0 2022-11-14 18:38:56 +01:00
Simone Taeggi
4da811c322 create a util to wrap the old axiosInstance implementations and log the warning 2022-11-14 16:36:30 +01:00
Simone Taeggi
68fee16bd2 Wrap axiosInstance inside a wrapper to contain the warnings 2022-11-11 17:54:11 +01:00
Simone
2c234d4d2d
Merge branch 'main' into enhancement/axios-refactoring 2022-11-11 10:19:51 +01:00
ivanThePleasant
eab8369fe8 Remove iso locales duplicates and save new tests snapshot 2022-11-10 17:37:04 +02:00
Alve Svarén
fcd7585656
Merge remote-tracking branch 'upstream/main' 2022-11-10 11:07:35 +01:00
Alexandre Bodin
3ef2eabdad Fix validation on user update 2022-11-09 19:10:41 +01:00
markkaylor
6a9007fb02
Merge branch 'main' into feature/custom-field-default-options 2022-11-09 16:58:22 +01:00
Simone
49d8787e22
Merge branch 'main' into enhancement/axios-refactoring 2022-11-09 16:49:43 +01:00
Convly
33debd5701 v4.5.0 2022-11-09 15:47:52 +01:00
Simone Taeggi
b79a83b9f1 add console logs 2022-11-09 10:35:38 +01:00
Simone Taeggi
afee29811c remove warnings 2022-11-09 10:24:11 +01:00
Simone
d5ae05ff3e
Merge branch 'main' into enhancement/axios-refactoring 2022-11-09 00:26:51 +01:00
Alexandre Bodin
5d77a53c06 Merge branch 'main' into chore/rename-e2e-to-api 2022-11-07 16:29:37 +01:00
Simone Taeggi
42f055b746 fix comments and move warning logs 2022-11-07 11:19:27 +01:00
Simone
f25a7d6801
Merge branch 'main' into enhancement/axios-refactoring 2022-11-07 09:43:37 +01:00
markkaylor
f194a68516
Merge branch 'main' into feature/custom-field-default-options 2022-11-07 09:11:08 +01:00
Convly
73b47a3901 v4.4.7 2022-11-04 16:52:57 +01:00