32846 Commits

Author SHA1 Message Date
Marc-Roig
066c1ba947
chore: remove space 2023-08-30 15:21:30 +02:00
Marc-Roig
d7f1a83ca0
fix: add review workflow types in the ignoreDiffs list 2023-08-30 15:20:47 +02:00
Marc-Roig
a720271836
fix: ignore review workflow fields in users and permissions user 2023-08-30 15:17:32 +02:00
Marc-Roig
329de136bb
Revert "fix: remove review workflows from users and permissions"
This reverts commit f0d5be0b37a81fb16aec2bb7fe01ea44622f609e.
2023-08-30 15:14:30 +02:00
Marc-Roig
f0d5be0b37
fix: remove review workflows from users and permissions 2023-08-30 15:00:13 +02:00
Fernando Chavez
2b71831bd6 move creator fields to a constant 2023-08-30 14:52:33 +02:00
Gustav Hansen
1707550fec fix(cm): remove chevron-down on context menus of dynamic-zone components 2023-08-30 14:35:51 +02:00
Gustav Hansen
fc701c5dd8 fix(rw): hide endIcon on stage context menu 2023-08-30 14:32:54 +02:00
Fernando Chávez
dd28faa849
Update packages/core/admin/admin/src/content-manager/components/EditViewDataManagerProvider/reducer.js
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-08-30 14:27:07 +02:00
Gustav Hansen
8782f020bc fix(rw): allow subtractive partial updates 2023-08-30 14:08:21 +02:00
Alexandre Bodin
f018a3d19d wip 2023-08-30 14:00:43 +02:00
Fernando Chavez
3ec34be1ab don't clean creator fields because they are not sended to backend 2023-08-30 13:25:57 +02:00
Gustav Hansen
b6b5cfc8a4 Merge branch 'main' into feature/rw-stage-rbac 2023-08-30 12:46:54 +02:00
Alexandre Bodin
a2ec2fce00 Merge branch 'main' into chore/ts-strapi 2023-08-30 09:59:10 +02:00
Ben Irvin
41844c2867
[Feature] Entity Service types (#17799)
Co-authored-by:  christiancp100 <christian.capeans.perez@strapi.io>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
Co-authored-by: Jean-Sébastien Herbaux <Convly@users.noreply.github.com>
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
Co-authored-by: Ben Irvin <ben@innerdvations.com>
Co-authored-by: Ben Irvin <innerdvations@users.noreply.github.com>
Co-authored-by: Christian <christiancp100@gmail.com>
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
Co-authored-by: Marco Autiero <marcoautiero@gmail.com>
Co-authored-by: Convly <jean-sebastien.herbaux@epitech.eu>
Co-authored-by: christiancp100 <christian.capeans.perez@strapi.io>
Co-authored-by: Christian Capeans <christiancp100@gmail.com>
Co-authored-by: Bassel <basselkanso82@gmail.com>
2023-08-30 09:56:38 +02:00
Christian
5aabc0c326
Merge pull request #17845 from strapi/fix/exclude-only-acts-also-on-restore 2023-08-30 09:51:50 +02:00
Marc Roig
84c0b9f710
Merge pull request #17699 from strapi/feature/stage-rbac-partial-permission-updates 2023-08-30 09:41:01 +02:00
Alexandre Bodin
d700468267 wip 2023-08-30 09:14:11 +02:00
dependabot[bot]
1b86e84821
chore(deps): bump @adobe/css-tools from 4.0.1 to 4.3.1
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.0.1 to 4.3.1.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)

---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-29 23:43:08 +00:00
Gustav Hansen
e037a7b2d1
Merge pull request #17853 from strapi/chore/revert-17674-alt
Revert "Chore: Refactor admin app entries"
2023-08-29 19:55:10 +02:00
Gustav Hansen
bc6c5b0058 chore: Revert "Chore: Refactor admin app entries" 2023-08-29 17:18:48 +02:00
Gustav Hansen
16dcab4556
Merge pull request #17833 from strapi/fix/app-errors
fix(app): Handle errors gracefully
2023-08-29 12:53:37 +02:00
S Knutsen
96db3913df
Added missing models key to SubscriberMap and made actions optional.
The `Subscriber` union type of which `SubscriberMap` is a component was missing the optional `models` parameter document here at [#declarative-and-programmatic-usage](https://docs.strapi.io/dev-docs/backend-customization/models#declarative-and-programmatic-usage).

I added the optional field by intersecting it with the original type formulation, and also made the `Action` keys optional, since not all of the 18 individual actions should necessarily be specified when making a `SubscriberMap`.
2023-08-29 12:00:00 +02:00
Christian Capeans
8d5794141d Replace rules for transforms, as rules does not exist 2023-08-29 11:09:58 +02:00
Christian Capeans
e48303000b Remove check for excluding non-local providers 2023-08-29 11:05:02 +02:00
Fernando Chavez
f549bd5837 rename disabled json test option 2023-08-29 09:46:42 +02:00
Fernando Chavez
6be9a960ea add disabled json test option 2023-08-29 09:46:42 +02:00
Fernando Chavez
c99df3e445 stringify json from bulk publish to validate 2023-08-29 09:46:42 +02:00
Fernando Chavez
e5d9b62f9b don't automatically parse jsonb fields on postgres 2023-08-29 09:46:42 +02:00
Gustav Hansen
ba1b99b408
Merge pull request #17844 from strapi/revert-17685-fix/code-splitting
Revert "Fix: Use sync over async components in admin panel APIs"
2023-08-29 09:42:14 +02:00
Gustav Hansen
6f1d9a15dd
Revert "Fix: Use sync over async components in admin panel APIs" 2023-08-29 09:24:29 +02:00
Marc Roig
42f2df01d5
Merge pull request #17702 from strapi/fix/empty-role-names 2023-08-29 09:18:39 +02:00
Christian
ce51df0e18
Merge pull request #17730 from strapi/fix/exclude-only-acts-also-on-restore 2023-08-28 19:01:32 +02:00
Christian Capeans
1a54d70801 Rename thisStrapi to strapi 2023-08-28 16:51:22 +02:00
Gustav Hansen
ce8540811c
Merge pull request #17798 from strapi/fix/assignee-rbac-edit-view
fix(cm): check permissions before loading users
2023-08-28 16:03:21 +02:00
Gustav Hansen
24cc6f5da6 chore(cm): skip assignee select tests temporarily 2023-08-28 15:31:29 +02:00
Marc Roig
86a2a1fbf6
Merge pull request #17772 from strapi/fix/assignee-private-field 2023-08-28 14:41:57 +02:00
Gustav Hansen
ff5be4bd41
Merge pull request #17825 from strapi/dependabot/npm_and_yarn/eslint-492705ce87
chore(deps-dev): bump the eslint group with 2 updates
2023-08-28 14:33:13 +02:00
Gustav Hansen
ab7a4275dc
Merge pull request #17827 from strapi/dependabot/npm_and_yarn/axios-1.5.0
chore(deps): bump axios from 1.4.0 to 1.5.0
2023-08-28 14:32:43 +02:00
Gustav Hansen
c8dc77f828
Merge pull request #17828 from strapi/dependabot/npm_and_yarn/node-fetch-2.7.0
chore(deps): bump node-fetch from 2.6.9 to 2.7.0
2023-08-28 14:31:12 +02:00
Gustav Hansen
8ff281e1ae fix(cm): check permissions before loading users 2023-08-28 14:24:09 +02:00
Gustav Hansen
9e5b7470ae
Merge pull request #17797 from strapi/fix/assignee-display-names
Use getDisplayName for CM list view assignee column
2023-08-28 13:56:47 +02:00
dependabot[bot]
b4aaa065b2 chore(deps-dev): bump the eslint group with 2 updates
Bumps the eslint group with 2 updates: [eslint](https://github.com/eslint/eslint) and [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom).


Updates `eslint` from 8.47.0 to 8.48.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.47.0...v8.48.0)

Updates `eslint-plugin-jest-dom` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/testing-library/eslint-plugin-jest-dom/releases)
- [Commits](https://github.com/testing-library/eslint-plugin-jest-dom/compare/v5.0.1...v5.1.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-jest-dom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 13:46:02 +02:00
dependabot[bot]
cf773a64af chore(deps): bump axios from 1.4.0 to 1.5.0
Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.4.0...v1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 13:45:41 +02:00
dependabot[bot]
3037c56119 chore(deps): bump node-fetch from 2.6.9 to 2.7.0
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.9 to 2.7.0.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.9...v2.7.0)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 13:45:27 +02:00
Jamie Howard
7383cadbb1 test(ee): update test for CM list view assignee 2023-08-28 13:36:56 +02:00
Jamie Howard
a2c1c37f7a fix(ee): use getDisplayName for CM list view assignee column 2023-08-28 13:36:56 +02:00
Gustav Hansen
cb84d53dd5 fix(authenticatedApp): catch errors for user id generation silently 2023-08-28 13:36:43 +02:00
Gustav Hansen
00b155bacf fix(app): catch tracking endpoints errors silently 2023-08-28 13:36:43 +02:00
Gustav Hansen
91056e608c
Merge pull request #17834 from strapi/fix/qs-cm-dep
fix(cm): add missing qs dependency
2023-08-28 13:36:17 +02:00