Skip to content
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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 7, 2023

Bumps @applitools/eyes-cypress from 3.22.5 to 3.38.0.

Release notes

Sourced from @​applitools/eyes-cypress's releases.

js/eyes-cypress: v3.38.0

3.38.0 (2023-09-05)

Features

  • add the option to fail on diffs after all spec files (#1844) (ca2510d)
  • rework log event on opent eyes (#1842) (532756b)

Bug Fixes

  • upgrade internal dependencies (3fe2c47)
Changelog

Sourced from @​applitools/eyes-cypress's changelog.

3.38.0 (2023-09-05)

Features

  • add the option to fail on diffs after all spec files (#1844) (ca2510d)
  • rework log event on opent eyes (#1842) (532756b)

Bug Fixes

  • upgrade internal dependencies (3fe2c47)

3.37.0 (2023-08-18)

Features

  • add the option to fail on diffs after all spec files (#1844) (ca2510d)

Dependencies

  • @​applitools/utils bumped to 1.5.1

    Code Refactoring

  • @​applitools/logger bumped to 2.0.8

    Code Refactoring

  • @​applitools/socket bumped to 1.1.8

    Code Refactoring

  • @​applitools/req bumped to 1.5.3

    Code Refactoring

  • @​applitools/image bumped to 1.1.3

    Code Refactoring

... (truncated)

Commits
  • 1ecafc2 chore(js/eyes-cypress): use new generic tool
  • bdd77a4 chore(js/generic): introduce updated tool for generic tests
  • de9f082 fix: update serverUrl propery name
  • 2a3856f fix: fix workspace dependencies
  • d60cf16 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 test
  • 9153f37 chore: release master (#1696)
  • b1d6ea3 chore: release master (#1686)
  • d819ad0 fix: use new delete test implementation
  • Additional commits viewable in compare view

Dependabot compatibility score

You 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

zdover23 and others added 30 commits July 31, 2023 10:16
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]>
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]>
Move client cores to the largest smp shards, and reserve core-0 to
reduce performance impacts.

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]>
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]>
ffilz and others added 21 commits July 31, 2023 10:16
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]>
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: 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]>
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]>
@github-actions
Copy link

This pull request can no longer be automatically merged: a rebase is needed and changes have to be manually resolved

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 31, 2023

Superseded by #147.

@dependabot dependabot bot closed this Oct 31, 2023
@dependabot 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.