-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mgr/dashboard: bump @applitools/eyes-cypress from 3.22.5 to 3.38.0 in /src/pybind/mgr/dashboard/frontend #124
Closed
dependabot
wants to merge
774
commits into
main
from
dependabot-npm_and_yarn-src-pybind-mgr-dashboard-frontend-applitools-eyes-cypress-3.38.0
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add revised Zonegroup policy for "multi-zonegroups". This commit includes changes that Casey Bodley made in ceph#52324 (comment) and that I have integrated into the docs only now. Co-authored-by: Casey Bodley <[email protected]> Signed-off-by: Zac Dover <[email protected]>
Achieved by 1. osd superblock data is replicated in onode's OMAP - hence one can recover from that after onode's content is corrupted. 2. pg_num_history object gets full overwrite which eliminatess the need to merge with previous data (and hence reading corrupted data wouldn't kill OSD). Signed-off-by: Igor Fedotov <[email protected]>
Signed-off-by: Igor Fedotov <[email protected]>
Commit 23db15d disabled pool snaps for the rados mksnap path. But ceph osd pool mksnap was an alternate way that pool snaps could be created. This commit disables pool snaps via this alternate path as well. NOTE: Pool-level snaps and fs-level snaps can't co-exist since snap IDs are likely to clash between the two different mechanisms and can result in unintentional data loss when either of the snaps are deleted. Fixes: https://tracker.ceph.com/issues/59552 Signed-off-by: Milind Changire <[email protected]>
Signed-off-by: Milind Changire <[email protected]>
Signed-off-by: Radoslaw Zarzynski <[email protected]>
Fixes: https://tracker.ceph.com/issues/61865 Signed-off-by: Patrick Donnelly <[email protected]>
Signed-off-by: Yingxin Cheng <[email protected]>
Signed-off-by: Yingxin Cheng <[email protected]>
Signed-off-by: Yingxin Cheng <[email protected]>
Move client cores to the largest smp shards, and reserve core-0 to reduce performance impacts. Signed-off-by: Yingxin Cheng <[email protected]>
Signed-off-by: Yingxin Cheng <[email protected]>
Signed-off-by: Yingxin Cheng <[email protected]>
…with client Signed-off-by: Yingxin Cheng <[email protected]>
…without client Signed-off-by: Yingxin Cheng <[email protected]>
Signed-off-by: Yingxin Cheng <[email protected]>
Signed-off-by: Yingxin Cheng <[email protected]>
Signed-off-by: Yingxin Cheng <[email protected]>
Signed-off-by: Yingxin Cheng <[email protected]>
…ions Signed-off-by: Yingxin Cheng <[email protected]>
…rver Signed-off-by: Yingxin Cheng <[email protected]>
Signed-off-by: Yingxin Cheng <[email protected]>
…hput Signed-off-by: Yingxin Cheng <[email protected]>
…cessary Signed-off-by: Yingxin Cheng <[email protected]>
…d explicitly Usually, we skip core 0 to avoid unwanted performance impacts, but that may not be always the case. Add the configuration not to skip core 0. Signed-off-by: Yingxin Cheng <[email protected]>
Signed-off-by: Zhang Song <[email protected]>
Signed-off-by: Soumya Koduri <[email protected]>
Signed-off-by: Vedansh Bhartia <[email protected]>
Introduce the emdash character in docs/rados/troubleshooting/troubleshooting-mon.rst. Signed-off-by: Zac Dover <[email protected]>
Edit docs/rados/operations/add-or-rm-osds. Co-authored-by: Cole Mitchell <[email protected]> Co-authored-by: Anthony D'Atri <[email protected]> Signed-off-by: Zac Dover <[email protected]>
Signed-off-by: Frank S. Filz <[email protected]>
Signed-off-by: Frank S. Filz <[email protected]>
Signed-off-by: Frank S. Filz <[email protected]>
centos_latest was moved to centos9, we only schedule centos8 Crimson builds. Use centos8 until Crimson will support 9. Signed-off-by: Matan Breizman <[email protected]>
Signed-off-by: Matan Breizman <[email protected]>
Signed-off-by: Matan Breizman <[email protected]>
fs:upgrade tests use n/o/p release packages which aren't available for centos 9.stream - switch using 8.stream instead. Fixes: http://tracker.ceph.com/issues/62146 Signed-off-by: Venky Shankar <[email protected]>
broken by bea9f4b This commits fixes that regression. Fixes: https://tracker.ceph.com/issues/62001 Signed-off-by: Guillaume Abrioux <[email protected]>
raw list shouldn't list lvm OSDs. This confuses the generic activate process given that it relies on the raw list to detect which kind of OSD is being activated. Fixes: https://tracker.ceph.com/issues/62002 Signed-off-by: Guillaume Abrioux <[email protected]>
Fixes: cf5fdcd Signed-off-by: Patrick Donnelly <[email protected]>
Introduce statfs for the CephFS REST API controller, we can easily get statfs of the specified path by it, it returns the used bytes, used files and used subdirs. Fixes: https://tracker.ceph.com/issues/61883 Signed-off-by: Yite Gu <[email protected]>
Signed-off-by: Adam Kupczyk <[email protected]>
Fixes: https://tracker.ceph.com/issues/61929 Signed-off-by: Redouane Kachach <[email protected]>
Signed-off-by: Redouane Kachach <[email protected]>
Signed-off-by: Redouane Kachach <[email protected]>
Signed-off-by: Redouane Kachach <[email protected]>
There are cases in which we need low latency of an individual op, like updating RBD image's object map which would block other ops for a object not created yet. We need to make sure the rbd-object-map-update like ops have as low latency as possible Fixes: https://tracker.ceph.com/issues/62098 Signed-off-by: Xuehan Xu <[email protected]>
Fixes: https://tracker.ceph.com/issues/61868 Signed-off-by: Yuval Lifshitz <[email protected]>
Correct and improve ceph/README.md. Signed-off-by: Zac Dover <[email protected]>
Signed-off-by: Jos Collin <[email protected]>
Bumps [@applitools/eyes-cypress](https://github.com/applitools/eyes.sdk.javascript1/tree/HEAD/js/packages/eyes-cypress) from 3.22.5 to 3.38.0. - [Release notes](https://github.com/applitools/eyes.sdk.javascript1/releases) - [Changelog](https://github.com/applitools/eyes.sdk.javascript1/blob/master/js/packages/eyes-cypress/CHANGELOG.md) - [Commits](https://github.com/applitools/eyes.sdk.javascript1/commits/dotnet/[email protected]/js/packages/eyes-cypress) --- updated-dependencies: - dependency-name: "@applitools/eyes-cypress" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
This pull request can no longer be automatically merged: a rebase is needed and changes have to be manually resolved |
Superseded by #147. |
dependabot
bot
deleted the
dependabot-npm_and_yarn-src-pybind-mgr-dashboard-frontend-applitools-eyes-cypress-3.38.0
branch
October 31, 2023 02:43
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps @applitools/eyes-cypress from 3.22.5 to 3.38.0.
Release notes
Sourced from
@applitools/eyes-cypress
's releases.Changelog
Sourced from
@applitools/eyes-cypress
's changelog.... (truncated)
Commits
1ecafc2
chore(js/eyes-cypress): use new generic toolbdd77a4
chore(js/generic): introduce updated tool for generic testsde9f082
fix: update serverUrl propery name2a3856f
fix: fix workspace dependenciesd60cf16
refactor: ufg client (#1780)20f831f
chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /js/packages/eyes-cypress/...b98c4f4
test: unskip retries test9153f37
chore: release master (#1696)b1d6ea3
chore: release master (#1686)d819ad0
fix: use new delete test implementationYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)