33292 Commits

Author SHA1 Message Date
Simone
f9fb2e7c49
feat(content-releases): Redirect to /content-releases/:releaseId onCreate and add header on details page (#18720)
* draft implementation details header

* implementation details ui with mock data

* fix unit tests

* fix fernando comments

* update pages structure

* first raw implementation store with rtk

* refactor(releases): redux toolkit query work

* rename releases page

* merge feature/content-releases

* test(releases): setup test harness for working with the admin app (#18817)

* test(releases): setup test harness for working with the admin app

* chore: remove file that shouldn't be here

* rename  releases page

* merge "content-releases/release-details-redirect-after-creation"

* test(releases): setup test harness for working with the admin app

* rename  releases page

* merge "content-releases/release-details-redirect-after-creation"

---------

Co-authored-by: Simone Taeggi <startae14@gmail.com>

* fix Fernando's review comments

---------

Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-11-17 16:59:01 +01:00
markkaylor
5ca75a1812
Merge branch 'main' into feature/content-releases 2023-11-17 15:23:29 +01:00
Ben Irvin
d30e85155f
fix: Attribute.JSON type matches RFC 4627 (#18683) 2023-11-17 10:55:57 +01:00
markkaylor
dda47a7a76
chore(docs): initialize contributor docs for content releases (#18777) 2023-11-16 15:22:02 +01:00
markkaylor
cbe36a5ce3
feat(content-releases): add create release-action endpoint (#18739) 2023-11-16 11:37:14 +01:00
Alexandre BODIN
50ae047484
Merge pull request #18794 from strapi/chore/flaky-tests 2023-11-16 09:42:56 +01:00
Alexandre Bodin
a348983e41 chore: update tests & setup to decrease flakiness
fix(users-permission): flaky test skip notification timeout

wrap in waitFor

Try run in band

whatever
2023-11-15 19:31:42 +01:00
Fernando Chávez
c2480eb264
chore(content-releases): add permissions to content releases plugin (#18715)
* chore(content-releases): add permissions to content releases plugin

* fix(content-releases): fix permissions on tests

* chore(content-releases): add test case for create release

* chore(content-releases): move permissions to register

* chore(content-releases): permissions registered test

* chore(content-releases): stop mocking CheckPagePermission and instead export ProtectedReleasesPage

* chore(content-releases): bump content-releases version

* chore(content-releases): remove unused const
2023-11-15 17:18:07 +01:00
Sébastien Vanvelthem
5157894bd5
chore(yarn): update to yarn 4.0.1 (#18749) 2023-11-15 15:43:32 +00:00
DMehaffy
5f7b639ca0
Merge pull request #18640 from strapi/actions/changeFreeze
chore(repo): Add Change Freeze workflow
2023-11-15 07:20:02 -07:00
Christian
50a6ed6e3b
Merge pull request #18733 from strapi/fix/aws-mandatory-credentials 2023-11-15 10:23:42 +01:00
Christian Capeans
4fd7e040ef fix: failing test 2023-11-15 09:42:59 +01:00
Rémi de Juvigny
8ec354cd1d
chore(blocks): manage editor disabled state in context (#18732)
* move toolbar up one directory

* rename BlocksInput to BlocksContent

* rename BlocksEditor to BlocksInput

* rename parent dir to BlocksInput

* extract BlocksEditor component out of BlocksInput

* pass editor via useBlocksEditorContext hook

* rename Toolbar file to BlocksToolbar

* update test names

* manage editor disabled state in context

* fix disabled style and radius
2023-11-14 16:59:52 +01:00
Rémi de Juvigny
c913c6cd98
chore(blocks): refactor file structure and set up context (#18730)
* move toolbar up one directory

* rename BlocksInput to BlocksContent

* rename BlocksEditor to BlocksInput

* rename parent dir to BlocksInput

* extract BlocksEditor component out of BlocksInput

* pass editor via useBlocksEditorContext hook

* rename Toolbar file to BlocksToolbar

* update test names

* josh feedback
2023-11-14 15:02:35 +01:00
Gustav Hansen
a0467bad00
Merge pull request #18086 from hide-me/patch-1
Update ru.json from en.json
2023-11-14 10:59:19 +00:00
Paul
6faf1019ea Update ru.json from en.json 2023-11-14 10:33:44 +00:00
Christian Capeans
e52ced96a5 fix: add only credentials object when credentials are present 2023-11-14 10:03:47 +01:00
Fernando Chavez
9bb870fda9 Merge branch 'main' of github.com:strapi/strapi into feature/content-releases 2023-11-14 09:47:36 +01:00
Christian Capeans
af5a6e37b2 fix: add only credentials object when credentials are present 2023-11-13 19:54:47 +01:00
Josh
175b72af9d
fix(admin): admin build errors (#18764)
* fix(admin): import & pass user customisations for admin panel

* fix(admin): modules should be resolved with module paths not system paths

* fix(admin): ensure webpack config is a type of function before calling, warn otherwise

* fix: convert the pluginPath to a system path before trying to resolve relative

* chore: update documentation
2023-11-13 10:21:24 +00:00
Josh
add566491a
chore(deps): update axios to 1.6.0 (#18768)
due to https://github.com/advisories/GHSA-wf5p-g6vw-rhxx
2023-11-13 10:16:09 +00:00
Josh
c3d7a8a3e7
Merge pull request #18751 from strapi/releases/4.15.4
Release 4.15.3 & 4.15.4
2023-11-13 08:55:21 +00:00
Marc Roig
f947debf17
Merge pull request #18674 from itsMaadh/main 2023-11-13 09:41:11 +01:00
Alexandre Bodin
416657afd5 Merge branch 'main' into releases/4.15.4 2023-11-12 11:09:55 +01:00
Alexandre Bodin
da634b0951 v4.15.4 v4.15.4 2023-11-11 12:17:57 +01:00
Alexandre Bodin
458516e434 v4.15.3 v4.15.3 2023-11-11 12:03:41 +01:00
Alexandre Bodin
f97b1b0733 fix: invalid deps 2023-11-11 11:29:29 +01:00
Alexandre Bodin
81425b4b98 fix: make peer dep less strict for npm 2023-11-11 11:03:59 +01:00
Christian
d87a9b3b6b
Update packages/providers/upload-aws-s3/src/__tests__/utils.test.ts
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-11-10 11:36:41 +01:00
Christian Capeans
e8b0ff5fe2 fix: typo 2023-11-10 11:32:17 +01:00
Christian Capeans
1d64d58bb8 fix: make aws credentials optional 2023-11-10 11:28:32 +01:00
Maadh
b29f9fa1ad fix: test update for iso-locales 2023-11-09 23:32:40 +00:00
Alexandre BODIN
d999ad0b00
Merge pull request #18709 from strapi/releases/4.15.2
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
Co-authored-by: Marc Roig <marc12info@gmail.com>
Co-authored-by: Mark Kaylor <mark.kaylor@strapi.io>
2023-11-09 16:56:46 +01:00
Alexandre Bodin
154796c047 Fix package.json versions 2023-11-08 19:50:39 +01:00
Alexandre Bodin
cf5979d1fd Merge branch 'main' into releases/4.15.2 2023-11-08 19:31:57 +01:00
Alexandre BODIN
5c5ae949bf
chore(graphql): migration to basic ts (#18696) 2023-11-08 18:21:41 +01:00
Alexandre Bodin
73f10819d7 Update lock & pkg v4.15.2 2023-11-08 17:40:54 +01:00
Josh
6129ef3c6c
chore: update design-system 1.13.1 (#18704) 2023-11-08 16:21:15 +00:00
Mark Kaylor
3f510d0338 chore: publish 4.15.2 2023-11-08 17:04:13 +01:00
Mark Kaylor
bb51089333 v4.15.2 2023-11-08 16:27:10 +01:00
markkaylor
f413c08916
fix: add missing prepublish script (#18700) 2023-11-08 15:38:32 +01:00
Rémi de Juvigny
4abe743fdf
chore: convert blocks editor to typescript (#18671)
* chore: add precise types to blocks attribute

* Add BlockNode type util

* wip

* chore: convert blocks editor to typescript

* use import type when possible

* migrate missing tests

* remove commented code

* apply alex feedback

* add BlocksInlineNode export

* add more precise descendant type

* move slate override to its own file

* move slate type definitions to custom.d.ts

* josh feedback

* more thorough isBlockList type guard

* madhuri feedback

* improve type organization

* typescript error workaround
2023-11-08 14:29:45 +01:00
Mark Kaylor
0ca0dff7b4 Merge remote-tracking branch 'origin/releases/4.15.2' into releases/4.15.3 2023-11-08 14:13:14 +01:00
Fernando Chavez
7424dfe016 chore(content-releases): add content-releases core plugin to build 2023-11-08 10:35:36 +01:00
Fernando Chavez
3967ac5552 Merge branch 'main' of github.com:strapi/strapi into feature/content-releases 2023-11-08 10:24:44 +01:00
Simone
44767675ba
feat(content-releases): Create the page header with create release action (#18650)
* create the releases header and the create releases modal

* fix review comments

* remove chunk name

* remove useless empty lines

* fix lint error

* fix review comments

* fix review comments

* reduce number of tests

* fix review comments

* change test description and refactor the ui structure

* small fixes
2023-11-08 10:16:04 +01:00
Maxime Castres
000fd5a3bf
fix(admin): website link containing a typo (#18694) 2023-11-08 08:50:57 +00:00
Rémi de Juvigny
22ffc8b6b7
chore: add precise types to blocks attribute (#18626)
* chore: add precise types to blocks attribute

* Add BlockNode type util

* apply alex feedback

* add BlocksInlineNode export
2023-11-07 13:48:02 +01:00
Josh
ca1ec5aecf
refactor(admin): add watch-admin flag (#18688) 2023-11-07 11:35:40 +01:00
Fernando Chávez
ba6d8d2eeb
chore(content-releases): Create releases CT, create and find services and controllers (#18613)
* chore(content-releases): create new content type and add create and find many services and controllers

* chore(content-releases): sanitize output and add pagination

* update snapshots

* chore(content-releases): move find logic to service

* chore(content-releases): create release action model uid constant

* chore(content-releases): find to findMany

---------

Co-authored-by: Simone Taeggi <startae14@gmail.com>
2023-11-07 10:55:23 +01:00