6989 Commits

Author SHA1 Message Date
Mark Kaylor
69a08228ee Convert type customField to underlying data type 2022-07-13 11:19:30 +02:00
Bassel Kanso
225b45a2c2 change to findOne and add some fixes 2022-07-13 12:15:32 +03:00
Gustav Hansen
710a39fc0d
Merge pull request #13751 from Le-Bit/typo-can-by-used
fix: typo in root level ops warning message
2022-07-13 09:08:54 +02:00
Pierre Noël
5706191547 fix unit tests open handles 2022-07-12 17:57:01 +02:00
Pierre Noël
e9bfdca6c9 fix worker-queue.test.js 2022-07-12 17:56:59 +02:00
Pierre Noël
6d265c2917 fix permission-domain.test.js 2022-07-12 17:56:58 +02:00
Gustav Hansen
f880614ad8 chore: Add comments on why the GraphQL regex is needed in core right now 2022-07-12 17:38:15 +02:00
Alexandre BODIN
0b1faa81bb
Merge pull request #13748 from strapi/fix/jest-config-github
Fix jest running tests twice because of .github and jest behavior
2022-07-12 17:10:46 +02:00
Lebit
5d831d4ca6 fix: typo 2022-07-12 17:03:05 +02:00
Convly
51a40e3966 Add missing properties to the Strapi Interface 2022-07-12 14:56:54 +02:00
Convly
2bb361eeec Fix Policy and Middleware types 2022-07-12 14:56:26 +02:00
Rémi de Juvigny
b303a1a305 Register several custom fields at once 2022-07-12 14:24:57 +02:00
meherchandan
a7131ca000 fix: review comments and added graphql operator 2022-07-12 16:19:51 +04:00
Alexandre Bodin
91c200490b Fix jest running because of .github and jest weird behavior 2022-07-12 13:54:06 +02:00
Gustav Hansen
141ef84114
Merge pull request #13746 from strapi/fix/richtext-table
PreviewWysiwyg: Fix and improve styles for tables
2022-07-12 11:33:50 +02:00
Rémi de Juvigny
fb1d5256b8 Add custom field name regex validation 2022-07-12 11:20:07 +02:00
Bassel Kanso
8f716278d1
Merge pull request #13658 from strapi/api-token-v2/time-selector
Api token v2/time selector
2022-07-12 11:41:22 +03:00
Alexandre BODIN
ed129b8490
Merge pull request #13676 from benderillo/fix-13675-send-components
Make updateContentTypeConfiguration endpoint return full data
2022-07-12 10:32:41 +02:00
Gustav Hansen
e87ada05e5 PreviewWysiwyg: Fix and improve styles for tables 2022-07-12 10:31:25 +02:00
Mark Kaylor
74a3391fb5 fix tests 2022-07-12 09:57:49 +02:00
Mark Kaylor
b9608ee8a2 rename namespace to uid 2022-07-12 09:55:40 +02:00
Mark Kaylor
ac5c036207 move customFields to constructor 2022-07-12 09:52:55 +02:00
Rémi de Juvigny
ee4e854806 Rename namespace to uid 2022-07-12 09:37:19 +02:00
Julie Plantey
4c1fad8085
Merge pull request #13495 from poonamdhangar/master
Add Malayalam Translation
2022-07-11 14:13:07 +02:00
Julie Plantey
9229d8df98
Merge pull request #13730 from strapi/dependabot/npm_and_yarn/css-loader-6.7.1
Bump css-loader from 6.5.1 to 6.7.1
2022-07-11 14:11:50 +02:00
Gustav Hansen
1973fb57f6 Improve microcopy 2022-07-11 14:04:53 +02:00
Mark Kaylor
b78e1160a0 fix typo 2022-07-11 12:41:02 +02:00
Mark Kaylor
bb1ed4cebf update test describe 2022-07-11 12:39:18 +02:00
Mark Kaylor
5f7a103a10 fix prop check 2022-07-11 12:35:02 +02:00
Julie Plantey
0e9d9a7cee updated languageNativeNames file 2022-07-11 12:19:26 +02:00
Mark Kaylor
7396bbffc2 update comment 2022-07-11 12:19:02 +02:00
Mark Kaylor
bd071a988b add unit tests 2022-07-11 12:15:42 +02:00
Rémi de Juvigny
fec7800e42 Update check namespace unique condition 2022-07-11 12:02:18 +02:00
Julie Plantey
f1b80656a9
Merge pull request #13481 from kiranrathor30697/master
Add Gujarati Translation
2022-07-11 11:37:06 +02:00
Mark Kaylor
2d9ef7236e expose custom field service instead of registry 2022-07-11 11:11:38 +02:00
Mark Kaylor
0c533165b7 fix custom field registry 2022-07-11 11:08:58 +02:00
Rémi de Juvigny
4375b1c59f Remove dead code 2022-07-11 10:22:41 +02:00
Julie Plantey
18567f7026 updated languageNativeNames 2022-07-11 09:40:23 +02:00
dependabot[bot]
41c1dd425f
Bump css-loader from 6.5.1 to 6.7.1
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.5.1 to 6.7.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.5.1...v6.7.1)

---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-11 06:21:34 +00:00
Julie Plantey
6571302986
Merge pull request #13714 from strapi/dependabot/npm_and_yarn/storybook/addon-essentials-6.5.9
Bump @storybook/addon-essentials from 6.4.10 to 6.5.9
2022-07-11 08:19:26 +02:00
Gustav Hansen
562c73a00d EditPage: Remove date mocking from roles edit page 2022-07-08 13:26:39 +02:00
Gustav Hansen
8cf4d41c65
Merge pull request #13727 from strapi/dependabot/npm_and_yarn/babel/plugin-proposal-function-bind-7.18.8
Bump @babel/plugin-proposal-function-bind from 7.16.7 to 7.18.8
2022-07-08 13:23:51 +02:00
Gustav Hansen
88d5d1ff4c chore: Update snapshot tests 2022-07-08 13:20:11 +02:00
Gustav Hansen
561dea3a22 Replace remaining moment-js calls with date-fns 2022-07-08 13:16:10 +02:00
dependabot[bot]
29802fb6f8
Bump @storybook/addon-essentials from 6.4.10 to 6.5.9
Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/addons/essentials) from 6.4.10 to 6.5.9.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.9/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.9/addons/essentials)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 10:59:17 +00:00
Alexandre BODIN
e5236d18e5
Merge pull request #13664 from nvh95/lerna-5
Upgrade to lerna 5 to speedup build
2022-07-08 12:56:37 +02:00
Bassel Kanso
70b32e5181 use usePersistentState hook to get the language 2022-07-08 13:24:17 +03:00
dependabot[bot]
19de7d00b3
Bump @babel/plugin-proposal-function-bind from 7.16.7 to 7.18.8
Bumps [@babel/plugin-proposal-function-bind](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-function-bind) from 7.16.7 to 7.18.8.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.8/packages/babel-plugin-proposal-function-bind)

---
updated-dependencies:
- dependency-name: "@babel/plugin-proposal-function-bind"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 10:19:42 +00:00
Gustav Hansen
49a47fcb1d
Merge pull request #13723 from strapi/dependabot/npm_and_yarn/cli-table3-0.6.2
Bump cli-table3 from 0.6.1 to 0.6.2
2022-07-08 12:19:11 +02:00
Alexandre Bodin
4ccc9cbb8e Merge branch 'master' into lerna-5 2022-07-08 12:04:41 +02:00