Skip to content

Refactor REUSE - #2140

Merged
robfrank merged 1 commit into
ArcadeData:mainfrom
gramian:main
Apr 7, 2025
Merged

Refactor REUSE#2140
robfrank merged 1 commit into
ArcadeData:mainfrom
gramian:main

Conversation

@gramian

@gramian gramian commented Apr 6, 2025

Copy link
Copy Markdown
Collaborator

What does this PR do?

Use one global REUSE.toml and delete deprecated dep5.

Motivation

Previous REUSE fix caused new problems with deprecated .resue/dep5 file.

Checklist

  • I have run the build using mvn clean package command
  • My unit tests cover both failure and success scenarios

@lvca lvca added this to the 25.4.1 milestone Apr 6, 2025
@robfrank
robfrank merged commit 2edecd5 into ArcadeData:main Apr 7, 2025
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
mergify Bot added a commit that referenced this pull request Sep 3, 2026
… in /e2e-go in the go-modules group [skip ci]

Bumps the go-modules group in /e2e-go with 1 update: [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil).
Updates `github.com/shirou/gopsutil/v4` from 4.26.7 to 4.26.8
Release notes

*Sourced from [github.com/shirou/gopsutil/v4's releases](https://github.com/shirou/gopsutil/releases).*

> v4.26.8
> -------
>
> What's Changed
> --------------
>
> ### cpu
>
> * Fix CI Lint and pin version by [`@​shirou`](https://github.com/shirou) in [shirou/gopsutil#2138](https://redirect.github.com/shirou/gopsutil/pull/2138)
>
> ### disk
>
> * fix(disk/aix): use statfs for UsageWithContext on AIX by [`@​pgimalac`](https://github.com/pgimalac) in [shirou/gopsutil#2136](https://redirect.github.com/shirou/gopsutil/pull/2136)
>
> ### net
>
> * fix(net): handle short Darwin netstat output by [`@​alexfalkowski`](https://github.com/alexfalkowski) in [shirou/gopsutil#2116](https://redirect.github.com/shirou/gopsutil/pull/2116)
>
> ### process
>
> * Closes [#2126](https://redirect.github.com/shirou/gopsutil/issues/2126) Implement NtQueryInformationProcess to get commandline Windows 8.1+ by [`@​Ahm3dRN`](https://github.com/Ahm3dRN) in [shirou/gopsutil#2127](https://redirect.github.com/shirou/gopsutil/pull/2127)
>
> ### Other Changes
>
> * [ci]: run the test suite on FreeBSD by [`@​neilpang`](https://github.com/neilpang) in [shirou/gopsutil#2129](https://redirect.github.com/shirou/gopsutil/pull/2129)
>
> New Contributors
> ----------------
>
> * [`@​alexfalkowski`](https://github.com/alexfalkowski) made their first contribution in [shirou/gopsutil#2116](https://redirect.github.com/shirou/gopsutil/pull/2116)
> * [`@​neilpang`](https://github.com/neilpang) made their first contribution in [shirou/gopsutil#2129](https://redirect.github.com/shirou/gopsutil/pull/2129)
> * [`@​Ahm3dRN`](https://github.com/Ahm3dRN) made their first contribution in [shirou/gopsutil#2127](https://redirect.github.com/shirou/gopsutil/pull/2127)
>
> **Full Changelog**: <shirou/gopsutil@v4.26.7...v4.26.8>


Commits

* [`7d254a0`](shirou/gopsutil@7d254a0) Merge pull request [#2127](https://redirect.github.com/shirou/gopsutil/issues/2127) from Ahm3dRN/windows-commandline-information
* [`4dab2b9`](shirou/gopsutil@4dab2b9) Merge pull request [#2136](https://redirect.github.com/shirou/gopsutil/issues/2136) from pgimalac/aix-disk-usage-statfs
* [`1ddce22`](shirou/gopsutil@1ddce22) Merge pull request [#2141](https://redirect.github.com/shirou/gopsutil/issues/2141) from shirou/dependabot/github\_actions/vmactions/free...
* [`ec8a313`](shirou/gopsutil@ec8a313) chore(deps): bump vmactions/freebsd-vm from 1.5.4 to 1.5.5
* [`26ae363`](shirou/gopsutil@26ae363) Merge pull request [#2140](https://redirect.github.com/shirou/gopsutil/issues/2140) from shirou/dependabot/github\_actions/vmactions/free...
* [`21afc16`](shirou/gopsutil@21afc16) chore(deps): bump vmactions/freebsd-vm from 1.5.2 to 1.5.4
* [`fbf8dd1`](shirou/gopsutil@fbf8dd1) fixed getProcessCommandLine error path to match master and refined the tests ...
* [`97835bd`](shirou/gopsutil@97835bd) Windows CMDLine native fallback feedback fixes
* [`3e8ab43`](shirou/gopsutil@3e8ab43) fixed gofumpt
* [`4631d96`](shirou/gopsutil@4631d96) Implement NtQueryInformationProcess to get commandline Windows 8.1+
* Additional commits viewable in [compare view](shirou/gopsutil@v4.26.7...v4.26.8)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=github.com/shirou/gopsutil/v4&package-manager=go\_modules&previous-version=4.26.7&new-version=4.26.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore  major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore  minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants