33733 Commits

Author SHA1 Message Date
Fernando Chavez
ac00451e43 fix errors 2024-03-14 16:39:15 +01:00
Fernando Chavez
3523c1f7cf create custom error for release actions 2024-03-14 16:16:00 +01:00
Fernando Chavez
9403426835 feat(content-releases): new create many release actions endpoint 2024-03-14 14:45:35 +01:00
Fernando Chávez
676c9d44c8
Merge pull request #19754 from strapi/feat/scheduling-stable
feat(content-releases): removing scheduling future flag for stable release
2024-03-14 10:04:11 +01:00
Fernando Chavez
74e83dd1df remove unnecessary translation 2024-03-14 09:41:58 +01:00
markkaylor
78ea7925e0
chore(release): merge 4.20.5 into develop (#19760)
chore(release): merge 4.20.5 into develop
2024-03-13 16:07:11 +01:00
Mark Kaylor
7a2a86e65f v4.20.5 v4.20.5 2024-03-13 15:49:11 +01:00
Fernando Chavez
5cd7dce98d feat(content-releases): removing scheduling future flag for stable release 2024-03-13 13:57:54 +01:00
Fernando Chávez
298c6fc616
Merge pull request #19631 from strapi/feat/scheduling-with-multiple-instances
feat(content-releases): scheduling in multiple strapi instances
2024-03-13 09:51:29 +01:00
Fernando Chavez
6a9b4d7de8 Merge branch 'develop' of github.com:strapi/strapi into feat/scheduling-with-multiple-instances 2024-03-12 10:21:58 +01:00
Fernando Chavez
0c7338a03d apply marks feedback 2024-03-12 10:21:52 +01:00
markkaylor
a9d79bec77
fix(content-releases): exclude release content-types from graphql (#19703) 2024-03-08 14:39:10 +01:00
Madhuri Sandbhor
7a700b4bbd
fix(content-releases): Limit min date selection to schedule a release (#19636)
* fix: min date considering selected timezone added for scheduling

* fix: e2e test updated for selecting always current date

* test: temp adding a small version of test to check its status

* fix: reverted some part of code to test the ci failure

* update: to setting time by 45 ahead of current clock

* fix: replaced concatenation symbol _ with & , as _ is also a part of timezone sometimes

* fix: escape character &
2024-03-08 13:59:12 +01:00
Giulio Montagner
836f74517f
fix: add sizeInBytes on resized and optimized images (#19707) 2024-03-07 18:31:55 +01:00
Simone
79074de5e0
fix(content-releases): remove the error in the console when we delete a release (#19690)
* fix(content-releases): move the redirect before the delete to avoid the error with invalidateTags

* fix(content-releases): perform the invalidateTags only after 50ms

* fix(content-releases): manually invalidate tags after push instruction

* fix(content-releases): remove useless import

* fix(content-releases): use replace of useHistory and refactor the invalidateTags on delete to avoid the log error

Co-authored-by: Josh <joshuaellis@users.noreply.github.com>

* fix(content-releases): remove useDispatch

* fix(content-releases): remove empty lines

---------

Co-authored-by: Josh <joshuaellis@users.noreply.github.com>
2024-03-07 17:36:37 +01:00
Fernando Chávez
eba987a172
Merge pull request #19706 from strapi/fix/enable-disable-i18n-releases
fix: change actions locale when changes on localization
2024-03-07 13:36:22 +01:00
Ben Irvin
0ccda0d3ea
test: increase playwright timeouts again 2024-03-07 12:37:57 +01:00
Bassel Kanso
50a5b4d8bf
Merge pull request #19639 from strapi/fix/ctb-dynamiczone
Remove add another field button if it's dynamic zone from CTB
2024-03-07 13:19:28 +02:00
Fernando Chavez
c4821c375a fix: change actions locale when changes on localization 2024-03-07 11:47:51 +01:00
Convly
e09d30edcb Merge branch 'releases/4.20.4' into develop 2024-03-06 16:38:35 +01:00
Convly
f37fdb46ce v4.20.4 v4.20.4 2024-03-06 16:31:53 +01:00
Bassel Kanso
71c99bc478
Merge branch 'develop' into fix/ctb-dynamiczone 2024-03-06 14:25:50 +02:00
Madhuri Sandbhor
6e6b37ece2
fix: added timezone select filter contains (#19663) 2024-03-06 10:36:12 +01:00
Bassel Kanso
6948aa7d1e
Update e2e/tests/content-type-builder/ctb-edit-view.spec.ts
Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
2024-03-05 16:56:26 +02:00
Christian
583e758623
Merge pull request #19679 from strapi/fix-scaleway-docs
fix: documentation updated to match the new aws sdk requirements
2024-03-05 15:37:05 +01:00
Christian Capeans
442a113cd9 Merge branch 'fix-scaleway-docs' of github.com:strapi/strapi into fix-scaleway-docs 2024-03-05 15:27:35 +01:00
Christian Capeans
0b95e98635 fix: add forcePathStyle doc 2024-03-05 15:26:12 +01:00
Josh
0c3bbf6175
chore(deps): update ds to 1.16.0 (#19678) 2024-03-05 10:17:26 +00:00
Christian
b7ac2016ea
Merge branch 'develop' into fix-scaleway-docs 2024-03-05 11:12:46 +01:00
Christian Capeans
f44d57cea7 fix: documentation updated to match the new aws sdk requirements 2024-03-05 11:08:49 +01:00
markkaylor
97eb67b367
chore(tests): backport e2e config (#19654) 2024-03-05 09:09:44 +01:00
Josh
20c4c0d001
test(e2e): fix content-releases bug by advancing time by a day (#19670) 2024-03-04 15:14:54 +00:00
Bassel Kanso
e5f5492d36 fix: change test name and add comments 2024-03-04 16:50:50 +02:00
Bassel Kanso
88366db716 Merge branch 'fix/ctb-dynamiczone' of https://github.com/strapi/strapi into fix/ctb-dynamiczone 2024-03-04 15:24:45 +02:00
Bassel Kanso
99762169ba fix: update formatting 2024-03-04 15:24:43 +02:00
Bassel Kanso
26ae923d89
Merge branch 'develop' into fix/ctb-dynamiczone 2024-03-04 15:18:47 +02:00
Bassel Kanso
015518f957 fix: adding some e2e tests 2024-03-04 15:17:50 +02:00
Madhuri Sandbhor
ad6d81cb6c
Feat(content-releases): release status badge (#19611)
* feat(content-releases): add status to releases

* add docs and fix e2e error

* draft: added basic badge with default value

* Update docs/docs/docs/01-core/content-releases/00-intro.md

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

* Update docs/docs/docs/01-core/content-releases/00-intro.md

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

* Update docs/docs/docs/01-core/content-releases/00-intro.md

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

* apply marks feedback

* don't throw error on lifecycle hooks inside releases

* handle when actions are not valid anymore

* await for entry validation on releases edit entry

* check if are changes in content types attributes to revalidate

* fix e2e test

* apply marks feedback

* fix: removed default status value

* fix: release card design updated, capitalize scheduled period

* fix: e2e test updated to select always a current date

---------

Co-authored-by: Fernando Chavez <fernando.chavez@strapi.io>
Co-authored-by: Simone <startae14@gmail.com>
2024-03-04 11:50:38 +01:00
Bassel Kanso
178fd41896
Merge branch 'develop' into fix/ctb-dynamiczone 2024-03-01 15:03:13 +02:00
Ben Irvin
73143c2805
test: improve e2e playwright config 2024-03-01 12:31:17 +01:00
Bassel Kanso
7e80c83bb8 fix: update test snapshot 2024-02-29 17:45:48 +02:00
Bassel Kanso
6e233de080 fix: remove add another field if it's dynamic zone 2024-02-29 16:15:53 +02:00
Fernando Chavez
f19e70a952 fix locks on sqlite 2024-02-29 15:08:08 +01:00
Ben Irvin
d10040847b
fix: api and transfer token lifespan select lists work with all durations 2024-02-29 14:32:37 +01:00
Madhuri Sandbhor
710a9e5658
fix: extra padding removed, background color added for delete action (#19627) 2024-02-29 10:14:07 +01:00
Madhuri Sandbhor
80a18ebd59
fix: delete selected timezone value (#19628) 2024-02-29 10:13:49 +01:00
Jamie Howard
030161746a
fix(content-manager): send locale when deleting i18n single type (#19629) 2024-02-29 08:51:17 +00:00
Fernando Chavez
41721e78b3 feat(content-releases): scheduling in multiple strapi instances 2024-02-28 17:18:23 +01:00
Convly
b6d552f6e6 Merge branch 'releases/4.20.3' into develop 2024-02-28 15:44:17 +01:00
Convly
3d2c2b58b3 v4.20.3 v4.20.3 2024-02-28 15:33:49 +01:00