Skip to content

Tags: ch3nnn/webstack-go

Tags

v2.4.0

Toggle v2.4.0's commit message
perf: dashboard

v2.3.0

Toggle v2.3.0's commit message
feat(web): add redirect logic after site addition

- Add action to the 'Okay' button in the site addition dialog
- If there are failed URLs, show the 'Executing' button
- If no failed URLs, redirect to the site list page

v2.2.0

Toggle v2.2.0's commit message
docs: update image

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(ci): 更新 Goreleaser 配置和 Dockerfile 构建逻辑 (#109)

* chore(ci): 调整 Changelog 生成规则

- 过滤了以 'docs:', 'chore:', 'test:' 开头的提交
- 添加了 'New Features', 'Bug Fixes', 'Performance Improvements', 'Code Refactoring', 'Other Changes' 分组

* chore(ci): 移除GO代理服务器

- 注释GO代理服务器以兼容github actions 构建镜像

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
PR: 添加了 GoReleaser 和 Docker 多架构构建支持 (#104)

* chore(ci): 添加 GoReleaser 和 Docker 多架构构建支持

- 新增 .goreleaser.yml 配置文件,支持多平台二进制构建
- 新增 GitHub Actions workflow 用于自动发布版本
- 新增 Docker 多架构镜像构建和发布流程
- 更新 release.yaml 工作流配置

主要变更:
1. 配置 GoReleaser 支持 linux/darwin/windows 的 amd64/arm64 架构
2. 优化 Docker 构建流程,支持 amd64/arm64 架构
3. 完善 CI/CD 自动化发布流程

* chore(ci): 将配置文件添加到GoReleaser发布包

- 修改 .goreleaser.yml,在发布包中包含配置文件,保持原有目录结构放入 config 文件夹

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #95 from ch3nnn/dependabot/go_modules/github.com/j…

…ackc/pgx/v5-5.5.4

build(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4

v1.1.2

Toggle v1.1.2's commit message
feat(graph): update generated code and dependencies

- Update generated GraphQL code to support context passing in Dispatch calls.
- Upgrade various dependencies, including gqlgen, go, and others, to leverage new features and bug fixes.
- Refactor Dockerfile to use golang:1.20-alpine base image.

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update fat_configs.toml

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #81 from ch3nnn/chore/mod

chore: go.mod upgrade github.com/shirou/gopsutil

v1.0.0

Toggle v1.0.0's commit message
Update README.md