17399 Commits

Author SHA1 Message Date
Pierre Noël
199dd54e42 migrate user functions folder 2021-09-23 09:14:09 +02:00
Alexandre BODIN
24c8baf4f9
Merge pull request #11053 from strapi/v4/fix-distinct
Fix distinct
2021-09-22 20:30:29 +02:00
Alexandre Bodin
704ff5a612 Fix components ordering 2021-09-22 20:10:48 +02:00
Alexandre Bodin
549773698a Fix distinct 2021-09-22 18:49:04 +02:00
Convly
a303b0e5c4 Don't run shadowCRUD related operations if it's disabled 2021-09-22 18:17:51 +02:00
Alexandre BODIN
b23f090709
Merge pull request #11050 from strapi/v4/db-column-naming
Column naming convention
2021-09-22 18:00:48 +02:00
Alexandre Bodin
7855b7acbb Fix merge error 2021-09-22 17:20:31 +02:00
Alexandre Bodin
c5f9d16105 Rename creator fields 2021-09-22 17:06:16 +02:00
Alexandre Bodin
65eba8f63b Rename timestamps in front 2021-09-22 17:06:16 +02:00
Alexandre Bodin
fe85273301 Move published_at to publishedAt in frontend 2021-09-22 17:06:15 +02:00
Alexandre Bodin
58e024d3ad use columnName snake casing and rename timestamp attributes 2021-09-22 17:05:30 +02:00
Convly
c31478b01d Add possibility to disable fields in the graphql shadow crud 2021-09-22 16:52:45 +02:00
Convly
c38b1a0de9 integrate with new entity service params 2021-09-22 15:15:03 +02:00
Convly
f23d375e2d Merge branch 'releases/v4' into v4/graphql-schema-generation-refactor 2021-09-22 15:01:56 +02:00
Convly
6415624168 Use format services for return types in queries & mutationsé 2021-09-22 14:39:36 +02:00
Alexandre BODIN
872e7317ca
Merge pull request #11031 from strapi/v4/entity-service-refactor
Refacto entity service API to be more consistent with the DB layer
2021-09-22 14:33:39 +02:00
Convly
e9e2a8374a Fix getstarted gql example 2021-09-22 14:17:21 +02:00
Pierre Noël
a742f19e16 Disable templates for the moment 2021-09-22 10:55:22 +02:00
Convly
8b139ec162 Merge branch 'releases/v4' into v4/graphql-schema-generation-refactor 2021-09-22 10:48:29 +02:00
Convly
9c9df361c0 Merge branch 'v4/graphql-schema-generation-refactor' of github.com:strapi/strapi into v4/graphql-schema-generation-refactor 2021-09-21 19:39:30 +02:00
Jean-Sébastien Herbaux
22a9cdb9e0
[V4] Fix GraphQL e2e tests (#11034) 2021-09-21 19:38:15 +02:00
Alexandre Bodin
8ea16d7a54 Merge branch 'releases/v4' into v4/entity-service-refactor 2021-09-21 19:16:44 +02:00
Alexandre Bodin
3d302ba448 Fix distinct queries 2021-09-21 19:16:25 +02:00
Alexandre Bodin
9f337272f1 Refacto entity service API to be more consistent with the DB layer 2021-09-21 17:22:17 +02:00
Alexandre BODIN
5e7dfe3d47
Merge pull request #10950 from strapi/v4/db-migrations
Init migration v4
2021-09-21 17:21:51 +02:00
Alexandre Bodin
00a43df7bf Fix bug after merge 2021-09-21 15:32:49 +02:00
Alexandre Bodin
5b0ac47435 Merge branch 'releases/v4' into v4/db-migrations 2021-09-21 15:17:02 +02:00
Alexandre Bodin
4eea2b1569 Fix test and upgrade github workflows 2021-09-21 15:14:26 +02:00
Alexandre Bodin
f18cf15894 Process input when the query is ready and alias only when necessary 2021-09-21 13:26:56 +02:00
Alexandre BODIN
6276e77984
Merge pull request #10982 from strapi/v4/migrate-src
Change project structure to use src/ folder
2021-09-21 13:21:08 +02:00
Alexandre Bodin
2d02f8ec2d Use sub query on mysql to avoid alias issue & add mysql 5 tests 2021-09-20 19:29:06 +02:00
Alexandre Bodin
82fe2a1b87 Add timestamps lifecycles subscriber 2021-09-20 19:15:50 +02:00
Pierre Noël
938673db2f use src structure for templates 2021-09-20 11:35:42 +02:00
Alexandre Bodin
59eb3990dd Fix schema storage 2021-09-20 09:12:23 +02:00
Pierre Noël
b3f22bac5d use of strapi.dirs 2021-09-17 14:10:48 +02:00
Alexandre Bodin
0d9ba0e5fd Cleanup and add storage with hash to compare and sync in one direction only 2021-09-17 12:00:14 +02:00
Convly
12547dd074 Disable i18n 'locale' mutations 2021-09-17 07:16:30 +02:00
Convly
b94441a8a3 Fix extension state being shared & not reset between multiple Strapi instances 2021-09-17 07:15:42 +02:00
Alexandre Bodin
130aade450 some cleanup 2021-09-16 23:29:25 +02:00
Alexandre Bodin
bb1b3c2c6e Run sub queries for update and delete with joins 2021-09-16 22:18:13 +02:00
Alexandre Bodin
86a26da896 Clear unnecessary code 2021-09-16 17:53:00 +02:00
Alexandre Bodin
df4c67e5e1 Fix insensitive contains 2021-09-16 15:32:27 +02:00
Alexandre Bodin
e57a40b328 Use double type for more precision 2021-09-16 14:04:10 +02:00
Alexandre Bodin
76caaba714 Read schema after migrations 2021-09-16 13:37:13 +02:00
Alexandre Bodin
eef1737acb Remove schema storage now that we use schema inspection 2021-09-16 11:47:04 +02:00
Alexandre Bodin
72b5a19a7c Pg & Mysql schema reading & indexing fks 2021-09-16 11:37:44 +02:00
Convly
f37135ee77 Fix unit test, remove expected pagination for findOne query 2021-09-16 10:38:31 +02:00
Alexandre Bodin
c173fa416e wip 2021-09-15 19:53:15 +02:00
Rémi de Juvigny
b6e1e7a9a1 Add display name to sentry plugin 2021-09-15 16:44:19 +02:00
Rémi de Juvigny
8064e468a0 Format Sentry plugin name in kebab-case 2021-09-15 16:44:19 +02:00