Josh
|
444d3200c7
|
Merge pull request #16549 from dome4/main
|
2023-05-08 08:31:18 +01:00 |
|
dependabot[bot]
|
f7d7dcc792
|
chore(deps-dev): bump lint-staged from 13.0.3 to 13.2.2
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.0.3 to 13.2.2.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v13.0.3...v13.2.2)
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-07 22:59:32 +00:00 |
|
dependabot[bot]
|
fe0cee13b1
|
chore(deps): bump webpack from 5.76.0 to 5.82.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.82.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.76.0...v5.82.0)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-07 22:58:40 +00:00 |
|
dependabot[bot]
|
47878c928e
|
chore(deps): bump mysql2 from 3.2.0 to 3.3.0
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.2.0...v3.3.0)
---
updated-dependencies:
- dependency-name: mysql2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-07 22:57:46 +00:00 |
|
Dominic Seitz
|
93c049bb0d
|
Merge branch 'main' into main
|
2023-05-07 22:32:58 +02:00 |
|
Ben Irvin
|
4b37d806ca
|
report diffs before confirming
|
2023-05-07 16:10:20 +02:00 |
|
Ben Irvin
|
9cbdad0a70
|
add middleware for schema diff handling
|
2023-05-07 15:48:14 +02:00 |
|
Amandeep Singh Malhotra
|
8732f348a4
|
fix: change alignment from stretch to center
|
2023-05-07 18:13:52 +05:30 |
|
Sébastien Vanvelthem
|
f142554824
|
Merge remote-tracking branch 'origin/ci-improve-install-time' into ci-improve-install-time
|
2023-05-06 13:12:54 +02:00 |
|
Sébastien Vanvelthem
|
3df8e70454
|
ci: add .github/workflow/** to paths
|
2023-05-06 13:12:39 +02:00 |
|
DMehaffy
|
7d38bcaad1
|
Merge branch 'main' into ci-improve-install-time
|
2023-05-05 12:06:36 -07:00 |
|
Josh
|
870865d7b9
|
chore: make default context so we don't need provider or mocking
|
2023-05-05 19:06:07 +01:00 |
|
Josh
|
5acae2e2a9
|
chore: remove tracking mocks
|
2023-05-05 18:47:48 +01:00 |
|
Mark Kaylor
|
4ddac20ac9
|
Test publish/unpublish events are emitted
|
2023-05-05 17:25:38 +02:00 |
|
Ben Irvin
|
b012dc6e78
|
Bypass schema check and ignore fields and links that do not exist in destination
Co-authored-by: Jean-Sébastien Herbaux <Convly@users.noreply.github.com>
|
2023-05-05 16:15:13 +02:00 |
|
Sébastien Vanvelthem
|
096411fa5e
|
Update .github/actions/yarn-nm-install/action.yml
Co-authored-by: Gustav Hansen <gu@stav.dev>
|
2023-05-05 14:07:15 +02:00 |
|
Marc
|
13502afca0
|
Merge pull request #16626 from strapi/chore/bump-aws-sdk
|
2023-05-05 14:01:47 +02:00 |
|
Ben Irvin
|
7747d1d3d1
|
initial commit
|
2023-05-05 13:11:59 +02:00 |
|
Sébastien Vanvelthem
|
e94f5eebcf
|
ci: fix missing yarn install on adminBundleSize.yml
|
2023-05-05 12:15:58 +02:00 |
|
Mark Kaylor
|
a8b0dcdf48
|
Move clearSelectedEntries last to avoid memory leak warning
|
2023-05-05 10:50:22 +02:00 |
|
Mark Kaylor
|
b37993cea7
|
Improve comments
|
2023-05-05 10:07:33 +02:00 |
|
Marc-Roig
|
1b4b5ffd16
|
chore: bump aws-sdk version
|
2023-05-05 08:27:45 +02:00 |
|
Sébastien Vanvelthem
|
dc2e13176b
|
Merge branch 'main' into ci-improve-install-time
|
2023-05-04 21:59:19 +02:00 |
|
Jen Tak
|
d9640031df
|
Use upload_chunked_stream instead if upload_stream
Cloudinary limits the filesize to 100 MB when uploading in a single request:
https://cloudinary.com/documentation/upload_images#chunked_asset_upload
Larger files must be uploaded in chunks.
Use the upload_chunked_stream to upload all files in chunks. This works for small files just as well.
Closes #16601
|
2023-05-04 19:19:28 +02:00 |
|
Mark Kaylor
|
71ae8a9396
|
Refactor to use separate mutations + mutateAsync
|
2023-05-04 17:46:17 +02:00 |
|
Gustav Hansen
|
a7d616e158
|
Merge pull request #16616 from strapi/fix/rw-settings-btn-spacing
Fix: Reset gap between stage action buttons
|
2023-05-04 17:42:06 +02:00 |
|
Gustav Hansen
|
adfb181285
|
Merge pull request #16614 from strapi/chore/cm-stage-update-notification
Chore: Update success notification text
|
2023-05-04 17:07:07 +02:00 |
|
Mark Kaylor
|
278a797873
|
Rename handleConfirmDeleteAll to handleBulkDelete to match the others and backend actions
|
2023-05-04 16:41:23 +02:00 |
|
Mark Kaylor
|
cac8feb45c
|
Revert common func
|
2023-05-04 16:37:50 +02:00 |
|
Paul
|
d727871dd0
|
Update ru lang
|
2023-05-04 17:33:02 +03:00 |
|
Gustav Hansen
|
16b2e3c35b
|
Fix: Remove drag handler preview when dragging a stage
|
2023-05-04 15:55:20 +02:00 |
|
Mark Kaylor
|
7eaadf31db
|
Add space
|
2023-05-04 15:52:31 +02:00 |
|
Mark Kaylor
|
552e9c8850
|
Test correct text is visible instead of using function call
|
2023-05-04 15:50:50 +02:00 |
|
Paul
|
d62fe6d8b2
|
Create ru.json
|
2023-05-04 16:40:25 +03:00 |
|
Gustav Hansen
|
b52e977182
|
Fix: Reset gap between stage action buttons
|
2023-05-04 15:34:01 +02:00 |
|
Mark Kaylor
|
1bffc6b541
|
Refactor useMutation callback and handle state in the mutate callbacks
|
2023-05-04 15:11:31 +02:00 |
|
Gustav Hansen
|
87a0a58adc
|
Chore: Update success notification text
|
2023-05-04 15:00:30 +02:00 |
|
Josh
|
76e85a68fd
|
Merge pull request #16611 from strapi/chore/update-ds-173
|
2023-05-04 13:38:15 +01:00 |
|
Paul
|
5b8969ab7b
|
Upd ru from en.json
Added 7 new strings
|
2023-05-04 15:37:00 +03:00 |
|
Josh
|
ef9ed92c45
|
chore: update ds@1.7.3
|
2023-05-04 11:45:05 +01:00 |
|
Mark Kaylor
|
3e4b3e46e3
|
Fix incorrect policies
|
2023-05-04 10:38:35 +02:00 |
|
Mark Kaylor
|
f2e769cd69
|
Refactor to check permissions on entities before passing to updateMany
|
2023-05-04 10:38:09 +02:00 |
|
Marc
|
a169d81090
|
Merge pull request #16484 from strapi/feat/declare-content-api-endpoints-in-admin
|
2023-05-04 10:09:05 +02:00 |
|
Donnie Burgs
|
328e2b1407
|
Update env.example
|
2023-05-03 22:19:51 +08:00 |
|
Convly
|
939beff915
|
Merge branch 'releases/4.10.2'
|
2023-05-03 15:18:53 +02:00 |
|
Convly
|
498c8d7c18
|
Update yarn.lock
|
2023-05-03 15:08:56 +02:00 |
|
Convly
|
a02b19866a
|
v4.10.2
v4.10.2
|
2023-05-03 15:04:25 +02:00 |
|
Mark Kaylor
|
119b88a1b1
|
Add bulk publish and unpublish
|
2023-05-03 12:17:26 +02:00 |
|
Rémi de Juvigny
|
1347bb4f26
|
Merge pull request #16559 from strapi/bulk-publish/modals
Add bulk publish and unpublish modals
|
2023-05-03 11:41:16 +02:00 |
|
Rémi de Juvigny
|
cbad4fadbc
|
Move handle toggle modal
|
2023-05-03 11:04:14 +02:00 |
|