wayback:dependabot/go_modules/golang.org/x/sync-0.7.0

Last commit made on 2024-04-04
Get this branch:
git clone -b dependabot/go_modules/golang.org/x/sync-0.7.0 https://git.launchpad.net/wayback

Branch merges

Branch information

Name:
dependabot/go_modules/golang.org/x/sync-0.7.0
Repository:
lp:wayback

Recent commits

112e4d2... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Bump golang.org/x/sync from 0.6.0 to 0.7.0

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.6.0 to 0.7.0.
- [Commits](https://github.com/golang/sync/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <email address hidden>

308aed9... by Wayback Archiver <email address hidden>

Signing RPM packages (#507)

* Signing RPM packages

* Add license header

* Make shellcheck happy

* Allow build package only

* Pin image by hash

* Correct dockerfile syntax

* Exit without terminate

11baccb... by xiaoxiangxianzi <email address hidden>

chore: fix typo in comment (#508)

Signed-off-by: xiaoxiangxianzi <email address hidden>

138dd74... by Wayback Archiver <email address hidden>

Load the config file always (#498)

* Always load the config file

* Update changelog.md

d603da5... by Hoang Nguyen <email address hidden>

Add support for yt-dlp as a media downloader option (#411)

30dc536... by Wayback Archiver <email address hidden>

Proxy connection to IRC server (#402)

* Change `github.com/thoj/go-ircevent` to `gopkg.in/irc.v4`
* Fix `daemon` flag not working when value is `irc`
* Add support for playback from IRC
* Add support for place IRC name
* Styling IRC message
* Fallback to non-TLS server

d4e4dcd... by Wayback Archiver <email address hidden>

Replace meilisearch actions with wabarc/.github/meilisearch instead (#491)

* Replace meilisearch actions with wabarc/.github/meilisearch instead

* Move up check out job

* update changelog.md

c279783... by Wayback Archiver <email address hidden>

ci: bump action version for page workflow

99840b4... by Wayback Archiver <email address hidden>

Change harden runner egress policy to audit

* Update changelog.md

ceafbdf... by Wayback Archiver <email address hidden>

Refactoring HTTP client for better consistency and maintainability (#401)

* Refactor http client

* Sets rivet client

* Alway specify client timeout

* Remove client timeout

* Use proxy instead

* Use proxy address from configuration

* Do not change default client

* Fix linter

* Remove rivet client

* Move client to ingress module

* Correct package name

* Allows to access proxy.Dialer

* Return when NewUTLSRoundTripper got error

* Support for more socks specification scheme

* Timeout for defaut client

* Format error

* Minor fix

* Bump depencency

* Upgrade dependencies

* Run tests on Go 1.21 and 1.22

* Fix data race

* Assign http transport

* testing: do not check context

* ci: allow packages read and statuses write permission for linter workflow

* Perform integration testing with parallel=1

* update permission for linter workflow

* Perform testing with `CHROMEDP_NO_SANDBOX` environment

* update permission for linter workflow

* Specify the waiting time for reading the WebSocket URL

* ci: ignore install.sh for super linter workflow

* Place proxy for `wabarc/screenshot`