21533 Commits

Author SHA1 Message Date
Convly
e62efa2a6a Type => AttributeType 2022-05-30 14:44:06 +02:00
Convly
12b125d2df Add generic typings for schemas & attributes 2022-05-30 14:34:09 +02:00
Jean-Sébastien Herbaux
c4addbad6e
Merge pull request #13290 from fingeg/features/typescript
[@strapi/database]: Add missing WhereParams attributes to the type definition
v4.2.0-beta.3
2022-05-24 08:04:27 +02:00
Convly
66e3aa5dcb Merge branch 'master' into features/typescript 2022-05-24 08:02:38 +02:00
DMehaffy
d3b957e5c6
Merge pull request #13302 from strapi/update/security
Update security doc to reference extended v3 support
2022-05-23 15:41:31 -07:00
Jean-Sébastien Herbaux
d5111b9a49
Merge pull request #13378 from strapi/typescript/incremental-builds
Add incremental build by default in the generated tsconfig.json
2022-05-23 20:13:11 +02:00
Vincent
2ef3556d07
Merge pull request #13249 from davefv/master
Upload Plugin UI Catalan translation
2022-05-23 17:14:37 +02:00
Convly
eb012fa242 Add incremental build by default in the generated tsconfig.json 2022-05-23 16:55:42 +02:00
Jean-Sébastien Herbaux
c3a10abc45
Merge pull request #13309 from strapi/typescript/fix-cli
Typescript Fix cli commands when outDir is changed
2022-05-23 16:15:47 +02:00
Bassel Kanso
63bc28f9d4 change error message 2022-05-23 16:55:28 +03:00
Alexandre BODIN
e0c6b33355
Merge pull request #13354 from sargreal/fix/ctb-extendfields-used-only-once
Fix CTB not adding all field extensions
2022-05-23 11:37:26 +02:00
Gustav Hansen
9f6baa3bf0
Merge pull request #13352 from heartlessnan/strapi/tests/incorrect-password-check
Added test case to check password validity
2022-05-23 10:32:59 +02:00
Gustav Hansen
4a9806d753 chore: Update test names 2022-05-23 09:41:36 +02:00
Alexandre BODIN
6f82429600
Merge pull request #12694 from cupofnestor/no-prompt-when-has-db-options
Don't prompt to choose installation type when user has provided database options
2022-05-20 19:22:13 +02:00
Alexandre BODIN
6c76e7d974
Merge pull request #12203 from Fyndl-io/fix-before-after-shared-state
Implement state sharing between DB before and after lifecycles events
2022-05-20 18:26:56 +02:00
Alexandre BODIN
0528aa29db
Merge pull request #13298 from pointout/patch-3
dots in bucket names
2022-05-20 17:35:37 +02:00
Bassel Kanso
0ba862f990 throw error incase outDir folder doesn't exist 2022-05-20 15:53:42 +03:00
Robin Goupil
eb6a244bc8
Apply suggestions from code review
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2022-05-20 13:31:48 +02:00
Alexandre BODIN
94d986ee4c
Merge pull request #12773 from e23thr/master
fix emailConfirmation graphql mutation
2022-05-20 11:54:51 +02:00
Jean-Sébastien Herbaux
de3d2104bf
Merge pull request #13364 from strapi/typescript/fix-missing-strapi-interface
[TS] Add missing StrapiInterface
2022-05-20 11:49:15 +02:00
Convly
3336ff8b05 Export missing interface 2022-05-20 09:38:06 +02:00
Alexandre BODIN
2906cd4fb1
Merge pull request #12312 from WalkingPizza/feature/plugin-name-kebab
Check that plugin name is kebab-cased upon generation
2022-05-20 09:02:23 +02:00
Alexandre BODIN
75be9323ea
Merge pull request #12277 from jamidwyer/fix/api-loader-git-config
fix: skip git config file that looks like dir
2022-05-20 09:02:03 +02:00
DMehaffy
25115c0b46
Merge pull request #12959 from strapi/fix/provider-docs
Docs: Update upload provider readme files
2022-05-19 14:49:46 -07:00
Alexandre Bodin
b08b16d57a Merge branch 'master' into feature/plugin-name-kebab 2022-05-19 23:18:05 +02:00
Alexandre BODIN
23083223e4
Merge pull request #12196 from kayac-chang/fix/handle-update-error-if-user-not-found
fix: handle user not found error
2022-05-19 22:59:31 +02:00
Alexandre BODIN
0c62320a33
Merge pull request #12264 from sunnysonx/fix/validate-generation-name-inside-plugin
Validate plugin/middleware/policy name inside generators
2022-05-19 22:54:50 +02:00
Alexandre BODIN
f8394e9db3
Merge pull request #12170 from DanieleAurilio/fix/12081
#12081 Fix empty string is accepted by API
2022-05-19 22:52:48 +02:00
Alexandre Bodin
c33bf9b50e Ignore dotfiles at the api folder level 2022-05-19 22:51:26 +02:00
Alexandre Bodin
641d220f03 Add corresponding test 2022-05-19 22:08:58 +02:00
Alexandre Bodin
810fc0a857 Merge branch 'master' into fix/handle-update-error-if-user-not-found 2022-05-19 22:03:36 +02:00
Alexandre Bodin
c1cb7da8a5 Update tests 2022-05-19 21:58:29 +02:00
Alexandre Bodin
b86c598e54 Add more friendly error message 2022-05-19 21:42:47 +02:00
wuxinnan
f36c6d1312 move test case to previous story 2022-05-19 11:06:19 -07:00
Gustav Hansen
50bdf91fa5
Merge pull request #13353 from lonnie-nguyen/strapi/tests/bigint-min-validate
Added test to validate the min constraint for big integer if no min is specified
2022-05-19 11:48:11 +02:00
Gustav Hansen
2ce390dbd7
Merge pull request #13344 from Krito1997/parse-type-test-cases
Increase Test Coverage - Added test case to check the thrown error message if input is incorrect date for parseType()
2022-05-19 11:47:18 +02:00
Felix Haase
26861893ca Fix CTB not adding all field extensions
add validators and forms after the if clause

fixes #13322
2022-05-19 01:12:34 +02:00
lonnie-nguyen
bf3ae5bd7e added test to validate the min constraint if no min is specified 2022-05-18 11:10:24 -07:00
wuxinnan
1e3d6855cc added test case to check password validity 2022-05-18 10:36:12 -07:00
Changhao
8f2e2b3873 Removed duplicate codes 2022-05-18 10:02:30 -07:00
Changhao
f8c0cd7052 Addressed PR comments to check throw messages 2022-05-18 10:01:31 -07:00
CH Liu
4220909c81
Merge branch 'strapi:master' into parse-type-test-cases 2022-05-18 09:58:10 -07:00
Alexandre BODIN
e60bf73cc0
Merge pull request #13325 from strapi/dependabot/npm_and_yarn/glob-7.2.3
Bump glob from 7.2.0 to 7.2.3
2022-05-18 15:02:24 +02:00
markkaylor
2178f77126
Merge pull request #13323 from strapi/fix/required-attributes
[plugin:documentation] fix required attributes on post requests
2022-05-18 14:43:29 +02:00
Gustav Hansen
d947be6859
Merge pull request #13256 from strapi/fix/component-icons-optional
Make component icons optional
2022-05-18 12:53:39 +02:00
Gustav Hansen
d1bd3093b1
Merge pull request #13345 from tahaziauci/strapi/test-utils/get-file-path
Increase test coverage for get-file-path util
2022-05-18 10:47:32 +02:00
Bassel Kanso
716e4fae8f refactor resolveOutDir 2022-05-18 11:06:42 +03:00
Bassel Kanso
d7273746a5
Merge pull request #13289 from strapi/typescript/factories-typing
Fix Factories typings
2022-05-18 10:34:13 +03:00
Taha Zia
63aa86fc8d pr: enhancement - Increase test coverage for get-file-path util 2022-05-17 17:27:22 -07:00
Changhao
ef8ead4ddb Added test case to check the thrown error message if input is incorrect date 2022-05-17 15:07:56 -07:00