Convly
beec786491
v4.19.0
v4.19.0
2024-01-24 16:00:22 +01:00
Jean-Sébastien Herbaux
ec07377544
Merge pull request #19313 from strapi/fix/exclude-releases-dts
...
fix(dts): exclude content-releases
2024-01-24 15:33:00 +01:00
Mark Kaylor
83ccc02f01
fix(dts): exclude content-releases
2024-01-24 15:31:21 +01:00
Fernando Chávez
fb8e9fec2e
fix(content-releases): Don't allow pending releases with the same name ( #19272 )
...
* fix(content-releases): Don't allow pending releases with the same name
* mark feedback
2024-01-19 17:25:55 +01:00
markkaylor
49afd59115
Merge pull request #19284 from strapi/fix/format-code
...
fix(content-releases): format register file
2024-01-19 16:11:54 +01:00
Mark Kaylor
d417f050ea
fix(content-releases): format register file
2024-01-19 15:58:58 +01:00
markkaylor
d172fb07e2
chore(content-releases): remove future flags ( #19245 )
2024-01-19 15:54:10 +01:00
Fernando Chávez
0d0b078513
fix(content-releases): Send the populate entry when publish ( #19262 )
...
* fix(content-releases): Send the populate entry when publish
* populating entries manually
* prettier aws-s3 readme
* apply marks feedback
2024-01-19 15:09:15 +01:00
Simone
c1061cabb3
fix(content-releases): hide the More button in the CM Edit View with no permission ( #19269 )
...
* fix(content-releases): hide the More button in the Edit View when you don t have permission
* fix lint error
2024-01-19 14:58:24 +01:00
Alexandre BODIN
5a350223aa
Merge pull request #19275 from strapi/fix/s3-pretty-readme
...
fix(upload-aws-s3): prettier error in readme
2024-01-19 11:57:50 +01:00
Rémi de Juvigny
67e8ff3cd6
fix(upload-aws-s3): prettier error in readme
2024-01-19 11:09:35 +01:00
Fernando Chávez
133e750907
fix(admin): append query params to audit logs request ( #19265 )
2024-01-19 09:29:19 +01:00
Rémi de Juvigny
34a17e3727
chore(ctb): remove "new" badge on Blocks attribute ( #19246 )
...
* chore(ctb): remove "new" badge on Blocks attribute
* add explicit type
2024-01-18 17:01:08 +01:00
Fernando Chávez
2f7decb22b
fix(content-releases): filter releases with entry attached ( #19249 )
...
* fix(content-releases): fix problem with filters of releases with entry not attached
* apply marks feedback
2024-01-18 16:26:59 +01:00
Ben Irvin
053d9dad52
chore: improve logging for assets restore error
2024-01-18 16:03:35 +01:00
Marc Roig
da64f7aaf6
Merge pull request #19169 from nolliebigspin/Upload-AWS-S3-docs-hotfix
...
fix(upload-aws-s3) - add credentials object to upload-aws-s3 example configuration docs
2024-01-18 14:13:16 +01:00
Christian
115064f7e1
Merge branch 'develop' into Upload-AWS-S3-docs-hotfix
2024-01-18 12:42:22 +01:00
Ben Irvin
56199ab7a5
chore: setup in monorepo build with skip-nx-cache
2024-01-17 17:22:45 +01:00
Jean-Sébastien Herbaux
0076119cf5
Merge pull request #19241 from strapi/fix/types/biginteger-default
2024-01-17 16:34:46 +01:00
Fernando Chávez
bb1abb3cc9
feat(content-releases): Using useDocument for validations ( #19222 )
...
* feat(content-releases): introducing useDocument
* improve useDocument
* change useDocument to return a validate fn
* apply feedback
* apply josh feedback
* populate entries and sanitize them
* set strapi/admin version to 4.19.0
2024-01-17 15:13:55 +01:00
Convly
6cf7aff2ba
chore: update typo in a comment
2024-01-17 12:01:41 +01:00
Convly
b5b7b8260a
fix: force SetMinMax to use the correct primitive at generation
2024-01-17 11:53:34 +01:00
Simone
29b5e272e5
fix(content-releases): fix the history problem with tabs in the releases and marketplace pages ( #19229 )
2024-01-17 10:57:52 +01:00
Simone
334c95408a
fix(content-releases): align columns in the Release Details page ( #19188 )
...
* fix(content-releases): change the width of the table columns
* fix(content-releases): add width to the Status column
* fix lint error
* fix status column shifting
2024-01-16 17:28:40 +01:00
Alexandre Bodin
38298e9ebd
Merge branch 'releases/4.17.1' into develop
2024-01-16 17:24:48 +01:00
Fernando Chávez
c9259c6680
fix(content-releases): add edit entry to details view ( #19161 )
...
Co-authored-by: Mark Kaylor <mark.kaylor@strapi.io>
2024-01-16 15:17:59 +01:00
markkaylor
0e9bc9835c
Merge pull request #19231 from strapi/chore/remove-prepublish-only
...
chore(content-releases): remove prepublishOnly script
2024-01-16 13:54:26 +01:00
Ben Irvin
4052ef6e8f
fix: respect autogenerate setting for JS projects
2024-01-16 12:10:23 +01:00
Mark Kaylor
2638d69791
chore(content-releases): remove prepublishOnly script
2024-01-16 11:56:36 +01:00
Alexandre Bodin
8f2c1c1fef
v4.17.1
v4.17.1
2024-01-16 11:50:41 +01:00
markkaylor
2b10ca9b97
chore(content-releases): enforce license limits for pending releases ( #19208 )
2024-01-15 17:23:48 +01:00
Josh
687ad7e959
fix(cm): manage when we're creating entries derivatively in the CM ( #19209 )
...
* fix(cm): manage when we're creating entries derivatively in the CM
* fix(cm): pass valid get params to API
* fix(cm): single-types onPut call requires params
* fix(i18n): cm locale picker status badges
2024-01-15 15:51:07 +00:00
Christian
6cfcadfee1
fix: skip orphan links on import and transfer
...
* fix: show warning on foreign key constraint error
* fix: remove todo
* fix: improve error handling
* fix: typo
* fix: uncomment necessary code
* fix: move error message check to its corresponding function
* fix: move error message check to its corresponding function
* fix: add the onwarning function to the import command
* fix: add nested transactions to links transfer
2024-01-15 16:15:43 +01:00
Simone
37dd1e3ff2
fix(content-releases): handle the case we have an error with the Actions API ( #19201 )
2024-01-12 16:43:12 +01:00
Fernando Chávez
6afedafb5d
fix(content-releases): using lifecycle hooks for delete actions ( #19178 )
...
* fix(content-releases): using lifecycle hooks for delete actions when entries are deleted
* Update packages/core/content-releases/server/src/bootstrap.ts
Co-authored-by: markkaylor <mark.kaylor@strapi.io>
---------
Co-authored-by: markkaylor <mark.kaylor@strapi.io>
2024-01-12 16:24:30 +01:00
Fernando Chávez
3a85dd153e
fix(content-releases): dont allow update on a released release ( #19165 )
...
* fix(content-releases): dont allow update on a released release
* fix(content-releases): move logic to services
* fix(content-releases): check if release is published on update
* check if release is released when adding entries
* add test cases
* change tests names
2024-01-12 16:21:58 +01:00
Christian
a75a6b909e
Merge branch 'develop' into Upload-AWS-S3-docs-hotfix
2024-01-12 13:55:17 +01:00
markkaylor
0c6eab7116
Merge pull request #19211 from strapi/fix/publish-scripts
...
fix(scripts): add skip cache flag
2024-01-12 13:22:07 +01:00
markkaylor
28330b04f5
fix(content-releases): delete release-actions depending on changes to… ( #19185 )
2024-01-12 13:21:22 +01:00
Mark Kaylor
40dc25729e
fix(scripts): add skip cache flag
2024-01-12 12:48:45 +01:00
Josh
e1ede8c55a
feat(strapi): add experimental plugin ⌚ link command to CLI ( #19143 )
...
* feat(strapi): add plugin:link-watch command to CLI
* chore: skip assertion of strapi project if its the plugin:init command
* fix: add yalc
* fix: add yalc files/folders to ignore list to avoid restarting strapi when using
* chore: don't use run-action on plugin:init
* chore: add yarn dlx command to yarn suggestion
2024-01-11 16:00:54 +00:00
Josh
a3690b16a3
feat: add vite ( #18697 )
...
* feat: add vite
* fix: CheckPagePermissions was buggy
* fix: vite CJS warning & double print of experimental message
* chore: move to use plugins-workspace folder
* chore: update deps
---------
Co-authored-by: Paul <45032974+hide-me@users.noreply.github.com>
2024-01-11 14:14:25 +00:00
markkaylor
4b33c7a01b
Merge pull request #19198 from strapi/fix/release-action-menu-styles
...
fix(content-releases): fix ReleaseActionMenu styles
2024-01-11 11:51:38 +01:00
Sébastien Vanvelthem
d9649a4764
ci(perf): update yarn-nm-install action ( #18747 )
2024-01-11 09:42:47 +00:00
Josh
c626c4234c
chore: update contribution guide to reflect new git process ( #19196 )
2024-01-11 08:57:03 +00:00
Mark Kaylor
be43aa4d97
fix(content-releases): fix ReleaseActionMenu styles
2024-01-11 09:45:03 +01:00
Josh
eddf037976
chore(admin): data-transfer should be dev dep & peer dep loose ( #19192 )
2024-01-11 08:02:21 +00:00
Josh
09b9d36b22
Merge branch 'main' into develop
2024-01-10 14:37:01 +00:00
Josh
5e1c15f295
Merge pull request #19136 from strapi/releases/4.17.0
...
release: 4.17.0
2024-01-10 14:31:20 +00:00
Josh
91ffe59a86
Merge branch 'main' into releases/4.17.0
2024-01-10 14:05:06 +00:00