Artemy Egorov
c0d749a21f
fix: workflow check, format
2025-02-15 11:44:04 +03:00
Artemy Egorov
2bfd4a0e28
fix: update version
2024-08-06 23:28:29 +03:00
Artemy Egorov
ae1f3a2ee0
fix: leave on manual delete-packages.yml
...
leave it on manual control until the bug with multiarch is fixed.
https://github.com/dataaxiom/ghcr-cleanup-action/issues/35
2024-08-05 21:22:41 +03:00
Artemy Egorov
7b7e6e868f
fix: delete-packages.yml
2024-08-05 21:02:07 +03:00
Artemy Egorov
7b3e67448c
fix: broken action
2024-08-05 20:46:02 +03:00
Artemy Egorov
aefaa2626e
fix: remove provenance
2024-08-05 20:36:10 +03:00
Artemy Egorov
fd9626c7f9
fix: delete packages only on dispatch
2024-08-05 20:30:24 +03:00
Artemy Egorov
2bc5bb4fdd
fix: try to fix docker image
2024-08-05 20:15:21 +03:00
Artemy Egorov
797adfa069
dev: fix formatting
2024-07-25 19:01:33 +03:00
Artemy Egorov
e6474b1a77
dev: remove dev branch from dependabot
2024-07-24 13:07:51 +03:00
Artemy Egorov
4ddb24a6e6
dev: remove dev branch from building docker image
2024-07-24 13:06:01 +03:00
Artemy Egorov
73e5f04f65
dev: Update delete-packages.yml
2024-07-24 12:45:42 +03:00
Artemy Egorov
19c190a3e9
dev: fix delete-packages.yml
2024-07-24 12:34:33 +03:00
Artemy Egorov
5e6c86f4db
dev: fix delete untagged permissions
2024-07-24 12:29:24 +03:00
Artemy Egorov
e7cfd43751
dev: fix delete packages permissions
2024-07-24 12:25:00 +03:00
Artemy Egorov
8b4a73298f
dev: add workflow delete untagged packages
2024-07-24 12:10:27 +03:00
Artemy Egorov
572531a02d
Dev ( #207 )
...
* feat: big badge configuration
* fix: remove google fonts
* fix(plugins, server): remove cdn
* ci: fix format ignore
* feat(server): json configuration
* feat: add search route for adding in browser
* fix: add arm arch
* fix: docker action
* fix: engines fallback
* doc: change logo
* doc: fix logo margin
* doc: update version
* doc: change layout
* dev: add dependabot groups
* dev: fix dependabot and format
2024-07-24 07:45:59 +00:00
Artemy
f20adcc3fd
ci: update versions in actions
2024-05-12 17:46:13 +03:00
Artemy
36164f765b
ci: fix: docker
2024-05-12 17:39:55 +03:00
Artemy
593b4cde4a
fix: lock and format
2024-05-12 16:28:25 +03:00
Artemy
30977d1357
refactor: create monorepo
2024-05-12 16:24:50 +03:00
Artemy Egorov
7c72d985f7
Merge pull request from GHSA-4gj5-xj97-j8fp
...
* ci: add build check to pull requests
* Build(deps-dev): Bump @types/node from 20.10.6 to 20.11.24 (#91 )
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.10.6 to 20.11.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: image compression (#101 )
* feat: image compression
* fix: not compress svg
Maybe we should add a function to disable this fix. Since I noticed that if you compress svg in webp it becomes magically smaller.
* Configuration page (#104 )
* feat: image compression
* feat: configuration page
* refactor: json stringify
and change engine buttons to ordered list
* fix: engine distributor matching
* fix: formatting
* build: update txtdot version to 1.7.0
* fix: configuration page title
* doc: features (#102 )
* fix: ssrf
GHSA-4gj5-xj97-j8fp
Doesn't fully correct the error! You need to configure the server to block requests.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-07 14:49:54 +03:00
Artemy Egorov
a7fdaf80fd
Fix dependabot ( #95 )
...
* Build(deps): Bump linkedom from 0.16.6 to 0.16.8 (#89 )
Bumps [linkedom](https://github.com/WebReflection/linkedom ) from 0.16.6 to 0.16.8.
- [Commits](https://github.com/WebReflection/linkedom/compare/v0.16.6...v0.16.8 )
---
updated-dependencies:
- dependency-name: linkedom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Build(deps-dev): Bump @typescript-eslint/parser from 6.18.0 to 7.1.0 (#88 )
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 6.18.0 to 7.1.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Build(deps): Bump @fastify/swagger from 8.13.0 to 8.14.0 (#87 )
Bumps [@fastify/swagger](https://github.com/fastify/fastify-swagger ) from 8.13.0 to 8.14.0.
- [Release notes](https://github.com/fastify/fastify-swagger/releases )
- [Commits](https://github.com/fastify/fastify-swagger/compare/v8.13.0...v8.14.0 )
---
updated-dependencies:
- dependency-name: "@fastify/swagger"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Build(deps): Bump @fastify/view from 8.2.0 to 9.0.0 (#86 )
Bumps [@fastify/view](https://github.com/fastify/point-of-view ) from 8.2.0 to 9.0.0.
- [Release notes](https://github.com/fastify/point-of-view/releases )
- [Commits](https://github.com/fastify/point-of-view/compare/v8.2.0...v9.0.0 )
---
updated-dependencies:
- dependency-name: "@fastify/view"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Build(deps-dev): Bump @types/node from 20.10.6 to 20.11.20 (#85 )
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.10.6 to 20.11.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ci: fix dependabot branches and create packages in dev
* fix: version link in index
* dep: update eslint-plugin
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 08:10:37 +00:00
Artemy Egorov
b8ed1ec711
Update dependabot.yml ( #84 )
2024-02-27 15:08:55 +00:00
Artemy Egorov
8524289f55
Code format ( #69 )
...
* ci: format
* Create format-check.yml
* Update package.json
* format
2023-12-14 14:27:23 +04:00
Artemy Egorov
8f707c800e
Timeout ( #70 )
...
* fix: long response time due to many <a>...
... without hrefs. It's a temporary measure until it's clear how to deal with such performance issues.
* perf: remove jsdom install linkedom
* feat: timeout
But still this timeout works only for the time of transfer of the page itself, not its processing by the server
* fix: links
* format
2023-12-13 21:08:24 +04:00
Artemy Egorov
bc59e73c89
Create dependabot.yml
2023-11-11 18:05:49 +03:00
DarkCat09
f951fa254c
Build releases
2023-09-21 11:13:05 +04:00
Artemy
7079d88017
ci: fix on
2023-09-13 11:31:39 +03:00
Artemy
90096c2ede
ci: push docker image to ghcr
2023-09-13 11:30:37 +03:00