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

Bump actions/upload-artifact from 4.4.1 to 4.4.3 #62

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 9, 2024

Bumps actions/upload-artifact from 4.4.1 to 4.4.3.

Release notes

Sourced from actions/upload-artifact's releases.

v4.4.3

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

What's Changed

Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2

Commits
  • b4b15b8 Merge pull request #632 from actions/joshmgross/undo-dependency-changes
  • 92b01eb Undo indirect dependency updates from #627
  • 8448086 Merge pull request #627 from actions/robherley/v4.4.2
  • b1d4642 add explicit relative and absolute symlinks to workflow
  • d50e660 bump version
  • aabe6f8 build with @​actions/artifact v2.1.11
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

akurtakov and others added 2 commits October 8, 2024 11:07
Adjust dlopened webkitgtk lib to the stable one as
libwebkit2gtk-5.0.so.0 used till now is obsolete now.
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.1 to 4.4.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@604373d...b4b15b8)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 9, 2024
Copy link

Test Results

   486 files  ±0     486 suites  ±0   7m 52s ⏱️ - 1m 15s
 4 159 tests ±0   4 151 ✅ ±0   8 💤 ±0  0 ❌ ±0 
16 390 runs  ±0  16 298 ✅ ±0  92 💤 ±0  0 ❌ ±0 

Results for commit 222a8b5. ± Comparison against base commit 6aea4fb.

akurtakov pushed a commit that referenced this pull request Nov 7, 2024
This commit moves the initialization of the thread DPI awareness into the creation method. It was done too late before which resulted in all calls do Display::messageProc being executed with the wrong DPI awarness of the thread dpi awareness differs from the process DPI awareness.

Contributes to #62 and eclipse-platform#131
akurtakov pushed a commit that referenced this pull request Nov 7, 2024
This commit replaces the OS calls for OpenThemeData with calls to the dpi dependent equivalent OpenThemeDataForDpi. Therefor the handling of loading/unloading of theme in Display is refactored to be able to manage multiple DPI dependent variants of a theme in multi zoom environments

Contributes to #62 nd eclipse-platform#131
akurtakov pushed a commit that referenced this pull request Nov 7, 2024
This contribution protects the unintended usage of different zoom levels
of different monitors in trasnlating the points and rectangles from
control to display coordinate system when the isRescalingAtRuntime flag
is disabled.

contributes to #62 and eclipse-platform#127
akurtakov pushed a commit that referenced this pull request Nov 7, 2024
This commit contributes to scaling of the point used to set location of
a menu bar in a display coordinate space hence the scaling methods used
for such Points must be the ones used for Display coordinate system.

contributes to #62 and eclipse-platform#127
akurtakov pushed a commit that referenced this pull request Nov 7, 2024
This Contribution destroys those handles for the resources which were
created for zoom levels which no monitor has anymore. The process is
triggered on a DPI_CHANGED event.

contributes to #62 and eclipse-platform#127
akurtakov pushed a commit that referenced this pull request Nov 7, 2024
This commit adapts the initialization of a new base system font in the ScalingSWTFontRegistry to ensure the correct zoom is set at initialization.

contributes to #62 and eclipse-platform#127
akurtakov pushed a commit that referenced this pull request Nov 7, 2024
This commit adds a workaround for ImageDataProvider implementations that instantiate new Images inside the getImageData(zoom) implementation. This image can be instantiated with the wrong zoom in a multi zoom setting as Images still relay on the static zoom value in DPIUtil. This workaround should be replaced by a proper solution.

Contributes to #62 and eclipse-platform#131
akurtakov pushed a commit that referenced this pull request Nov 7, 2024
This commit adapts the refreshing of a background image of a control on a DPI change. This must only be done, if the image was set directly on the control.

Contributes to #62
@akurtakov akurtakov closed this Nov 24, 2024
Copy link
Author

dependabot bot commented on behalf of github Nov 24, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@akurtakov akurtakov deleted the dependabot/github_actions/actions/upload-artifact-4.4.3 branch November 24, 2024 09:33
akurtakov pushed a commit that referenced this pull request Nov 24, 2024
This commit reapplies the essence of the reverted commits from 4f60cb6 and 7a04f7a with proper guards to differentiate between the scenario with rescaling active and inactive.

contributes to #62 and eclipse-platform#127
akurtakov pushed a commit that referenced this pull request Nov 27, 2024
This contribution encapsulates the metadata of the image in an
innerclass ImageHandle which is used to create a hashmap of zoom level
to imageHandle object inside an image object, making it straight
forward to obtain any metadata information from an image for a zoom
level.

contributes to #62 and eclipse-platform#127
akurtakov pushed a commit that referenced this pull request Dec 11, 2024
This contribution extracts two different strategies to provide a consistent coordinate system in the win32 implemenentation for a single-zoom and a multi-zoom environment. The existing logic remains unchanged in this commit. It is only moved and consolidated in the new inner classes in Display.

Contributes to #62 and eclipse-platform#131
Fixes eclipse-platform/eclipse.platform.ui#2595
akurtakov pushed a commit that referenced this pull request Dec 18, 2024
This commit adds a check for imageMetadata for handle in case, there
already exists an entry in the zoomLeveltoImageHandle map for a zoom
level and it must throw an exception in that case.

contributes to #62 and eclipse-platform#127
akurtakov pushed a commit that referenced this pull request Dec 19, 2024
This commit enforces device zoom to be used for scaling down the DPI
values instead of the native zoom.

contributes to #62 and eclipse-platform#127
akurtakov pushed a commit that referenced this pull request Dec 19, 2024
This commit adds a null check before assigning the coordinate mapper in
the Device::init since it might already be assigned in coordinateMapper.

Fixes eclipse-platform#1686
contributes to #62 and eclipse-platform#127
akurtakov pushed a commit that referenced this pull request Dec 19, 2024
This commit refactors usage of ImageDataProvider and
ImageFilenameProvider to make the code more readable.

contributes to #62 and eclipse-platform#127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant