wayback:dependabot/go_modules/github.com/gabriel-vasile/mimetype-1.4.3

Last commit made on 2024-01-08
Get this branch:
git clone -b dependabot/go_modules/github.com/gabriel-vasile/mimetype-1.4.3 https://git.launchpad.net/wayback

Branch merges

Branch information

Name:
dependabot/go_modules/github.com/gabriel-vasile/mimetype-1.4.3
Repository:
lp:wayback

Recent commits

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

Bump github.com/gabriel-vasile/mimetype from 1.4.2 to 1.4.3

Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
- [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.2...v1.4.3)

---
updated-dependencies:
- dependency-name: github.com/gabriel-vasile/mimetype
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

5de16ff... by Wayback Archiver <email address hidden>

Improve documentation (#385)

* Readme improve

* Get installation script via `get.wabarc.eu.org`

* Move configurations parameters from readme to docs/environment.md

* Update docs/changelog.md

* Place configurations to nav

* Minor changes

* Add screenshots

* File screenshots

* Minor improvements

* Refine deployment section

* Update index.zh.md

1f16f7f... by Wayback Archiver <email address hidden>

Add software-name to .licenserc

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

Using concurrency to manage new workflow runs (#384)

* Using concurrency to manage new workflow runs

* Update changelog

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

Replace `fatih/color` with `gookit/color` (#390)

* Replace `fatih/color` with `gookit/color`

* Update docs/changelog.md

33e5522... by Wayback Archiver <email address hidden>

Refactor and reorganize service entry (#389)

* Only serve services place flag `-d` or `--daemon`

* Move `publish/register` to `ingress`

* Service refactoring

* Update changelog.md

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

Add support for XMPP (#380)

4bbf9ea... by Wayback Archiver <email address hidden>

Improve publish service (#382)

* Fix nostr publish

* Use latest commit

* Closes publish services

* Use context from worker pool

* Rename fn

* Fix notion data struct (#383)

* Fix notion block fails

* Refine log output

* Append large page

* Media blocks

* Fix event data

* update changelog

* Add shutdown testing

* Change os.Setenv to testing.Setenv

* Fix meilisearch testing

* Make urlcheck exclude-patterns configurable

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

Improve context deadline (#381)

* Safe time for context

* Add comment

* update doc

99c2021... by Wayback Archiver <email address hidden>

Add support for setting preferred path to Chrome executable (#375)

Specifying the location of the Chrome executable, it is preferred to set the path using the `CHROME_BIN` environment variable.