Commit Graph

71 Commits

Author SHA1 Message Date
kev
50bdb566d0
ci(generate-changelogs): update default assignees list (#314) 2023-09-03 08:56:32 +08:00
shenghuang147
4e71d68a35
ci/chore: remove the buildmode specified in CI (#273) 2023-08-12 20:25:01 +08:00
mzz
a32bd81637
chore: upgrade quic-go to 0.37.4 to support go1.21 (#270)
Co-authored-by: kev <31861128+yqlbu@users.noreply.github.com>
2023-08-09 23:00:38 +08:00
kev
11d9a732b7
chore(pr_template): update headers (#269) 2023-08-09 21:37:54 +08:00
kev
ad276de085
chore/refactor: rework issue_templates (#267) 2023-08-09 14:49:36 +08:00
mzz
7ef8205d41
fix: caddy cannot accept connections (#262)
* fix: caddy cannot accept connections

* chore: deprecate -D__REMOVE_BPF_PRINTK

---------

Co-authored-by: dae-bot[bot] <136105375+dae-bot[bot]@users.noreply.github.com>
2023-08-06 01:43:17 +08:00
Kevin Yu
71602d81cc
ci/fix(generate_changelogs): remove desp for dry_run input (#239) 2023-07-24 23:53:30 +08:00
Kevin Yu
75686b6a69
ci(seed-build): checkout codebase based on ref (#230) 2023-07-20 18:49:59 +08:00
Kevin Yu
ea77394b13
ci(pr-build): add pr.ready_for_review trigger (#226) 2023-07-19 22:14:07 +08:00
Kevin Yu
ef6dc5dcf9
ci/hotfix(build): inherit secret (#223)
* ci/hotfix(build): inherit secret

* fix: refine condition
2023-07-16 14:00:27 +08:00
Kevin Yu
ebc6a1a292
ci/hotfix(seed-build): fix syntax error 2023-07-16 13:20:25 +08:00
Kevin Yu
302f80dcef
ci/hotfix(seed-build): add condition to run report-result (#222)
* ci/hotfix(seed-build): add condition to run report-result

* patch: add condition to run ONLY for pr-build
2023-07-16 13:19:05 +08:00
Kevin Yu
5e32ffe54d
ci/feat(build,pr-build,seed-build): integrate check runs to report build status (#218)
* ci(build,pr-build,seed-build): integrate check runs

* ci(pr-build): use reusable workflow for conclusion stage

* fix: fix syntax

* fix: fix syntax

* fix: fix syntax

* ci(pr-build): wrap instantiate-check-runs in pre-actions workflow

* ci(pr-build): refactor seed workflow ref

* fix: fix syntax

* fix: fix syntax

* ci(pr-build): inherit secret from org

* trigger build

* trigger build

* fix: fix stage dependency

* ci(seed-build): add build-type input

* refactor(build): rework main-build logic

* patch(pr-build): specify build-type param

* fix: fix syntax

* patch(seed-build): use string type for build-type

* fix: fix syntax

* refactor(daily-build): rework workflow logic

* chore: pin build workflow to @main

* ci: test potential bug fix

* chore: ready to be merged

* patch/chore(daily-build): update default check-run-id

---------

Co-authored-by: dae-bot[bot] <136105375+dae-bot[bot]@users.noreply.github.com>
2023-07-16 13:07:10 +08:00
Kevin Yu
e5e07015ce
ci/fix(daily-build): add missing ref input (#220) 2023-07-15 23:05:05 +08:00
Kevin Yu
c58c626050
ci(build): add ref input (required) (#216) 2023-07-14 18:19:23 +08:00
Kevin Yu
f5fce5cba7
ci(pr-build): don't trigger workflow for draft PRs (#215)
* ci(pr-build): dont't trigger workflow for draft PRs

* trigger build
2023-07-14 11:43:56 +08:00
Kevin Yu
bede3e4c92
ci(pr-build): fix default branch for seed workflow (#214)
* ci(pr-build): fix default branch for seed workflow

* ci(build): update downstream seed workflow ref

* chore: revert previous changes
2023-07-13 21:12:39 +08:00
Kevin Yu
c1f61189d7
ci(build,pr-build): watch changes made to seed-build.yml (#211)
* ci(build): watch changes made to seed-build.yml

* ci(pr-build): watch changes made to seed-build.yml
2023-07-13 21:01:31 +08:00
Kevin Yu
6dad0a2d86
ci/fix(seed-build): catch non-pr condition (#210) 2023-07-13 20:55:53 +08:00
Kevin Yu
39ddd480f9
ci(pr-build): use pr.head.sha as default ref (#209) 2023-07-13 19:05:26 +08:00
Kevin Yu
ceab2edd00
ci(generate-changelogs): set dry_run as true (#201)
* ci(generate-changelogs): set dry_run as true

* patch: set dry_run to true by default
2023-07-11 23:28:45 +08:00
Kevin Yu
d6f6725d43
chore(pr_template): add test result section (#202)
* chore(pr_template): add test result section

* chore: correct a typo

* fix: fix issue reference keyword
2023-07-11 23:28:00 +08:00
Kevin Yu
e6b18000db
ci(build,daily-build.yml): adhere to naming convention (#208)
* ci(build,daily-build.yml): adhere to naming convention

* Update daily-build.yml
2023-07-11 23:27:30 +08:00
Kevin Yu
0f0f5463dc
ci(daily-build): update cron schedule (#198) 2023-07-11 23:27:04 +08:00
Kevin Yu
2c115ddd3e
ci: add modularity support for build, daily-build, and pr-build (#190)
* chore: update workflow title

* refactor(pr-build): rename pr_build -> pr-build

* ci: add modularity support for build and pr-build

* ci(build): add modularity support

* ci: add seed-build.yml

* fix: update seed-workflow reference

* ci: update seed-workflow ref

* ci: add modularity support for daily-build
2023-07-09 20:57:16 +08:00
Kevin Yu
ce76517427
ci: add daily-build workflow (#189) 2023-07-09 20:34:25 +08:00
Kevin Yu
e0e4a51cd8
ci: update workflow naming standards (#186)
* chore: update workflow title

* refactor(pr-build): rename pr_build -> pr-build
2023-07-09 16:36:47 +08:00
Kevin Yu
b8660fdfd2
ci(trigger): separate pr_build from build (#183)
* docs(README): add build status badge

* ci(trigger): separate pr_build from build

* fix: fix broken syntax

* ci(build): rename workflow title from build to build (stable)

* fix: retrieve commit msg from workflow event payload

* ci: add run_name and retrieve event payload

* ci: refine run_name

* ci: add job to show pr context

* ci: trigger build job after context job

* fix: fix syntax formatting

* fix: fix syntax formatting
2023-07-08 21:31:43 +08:00
Kevin Yu
a58e0b7507
ci(generate-changelogs): add control on whether to write to issue page (#170)
* ci(generate-changelogs): control whether to write to issue page

* fix: fix syntax
2023-07-02 20:20:40 +08:00
mzz
f85f6ba80d
chore(geodata): change back to v2fly geodata (#168) 2023-07-01 12:05:03 +08:00
mzz
6480933117
fix/ci: argument list too long due to packed and use clang-15 (#162) 2023-06-28 01:21:21 +08:00
Kevin Yu
6cd5c754c7
ci: add generate-changelogs workflow (#159)
* ci: add generate-changelogs workflow

* chore(changelogs): add changelogs placeholder
2023-06-27 23:13:13 +08:00
Kevin Yu
72b1f0014e
ci: separate release build from main build (#157)
* ci(build): detach release-related steps and trigger

* ci: add prerelease workflow

* ci: add release workflow
2023-06-27 22:43:59 +08:00
Kevin Yu
30315c8aeb
chore(pr_template): correct a typo 2023-06-16 08:34:15 +08:00
mzz
9c632aa8ca
chore: fix make with /bin/sh (#129) 2023-06-09 22:10:21 +08:00
mzz
ee09ae17e3
feat: support iptables tproxy (#80) 2023-06-04 11:38:05 +08:00
Kevin Yu
035332a89d
ci: docs synchronization (#103)
* Create sync-docs.yml

* feat(ci): add sync-docs.yml

* patch(ci/check-docs): add event-driven trigger

* ci: watch changes made in sync-docs.yml

* ci: re-arrange the order of steps

* ci(check-docs): disable all auto trigger

* ci(sync-docs): update author and commiter to daebot

* fix: apply subtle changes

* ci: apply subtle changes

* ci: test copy functionality

* patch: fix proper naming

* chore: remove dummy line

* ci: watch changes of example.dae

* chore(issue_template): remove unnecessary marks
2023-06-02 22:40:16 +08:00
Kevin Yu
9e20a7fff6
ci(hack): add config-doc-generator (#101)
Co-authored-by: mzz2017 <2017@duck.com>
2023-05-27 19:52:13 +08:00
Kevin Yu
38b2f7b169
refactor: move insert.sh to ./hack/test (#95)
* refacotr: move insert.sh to ./hack/test

* refactor: move Dockerfile to ./hack/build/

* ci(docker): add manual trigger

* refactor: revert fc47533a

* refactor: move Dockerfile back to its original location
2023-05-27 11:11:25 +08:00
Kevin Yu
eac04e991b
ci: add check-docs workflow (#93)
* ci: add check-docs workflow

* chore: ignore node_modules

* chore(deps): add package-lock

* style: apply formatting

* style: apply formatting

* fix: fix typo

* fix: fix all proposed changes by markdown-lint

* fix: fix trailing spaces

* fix(troubleshooting.md): apply minor fi

* fix(getting-started): apply minior fix

* ci: dont' kick off build when changes made to check-doc.yml

* ci: ONLY kick off build when target workflow file changes

* trigger build

* fix(build.yml): fix syntax

* trigger build

* fix: fix broken syntax
2023-05-21 00:41:44 +08:00
Kevin Yu
b991653692
chore: add pull_request_template (#86)
* chore: add pull_request_template

* refactor: relocate contributing guide

* doc: updated README

* patch: use background as default heading
2023-05-14 13:10:42 +08:00
mzz
428b97f03d
fix(ci): PR runs docker action in some cases (#72) 2023-05-02 16:17:27 +08:00
Kevin Yu
4f10448066
chore: update changelogs to include release-v0.1.8 (#67)
* fix: fix a few typos

* chore: update changelogs to include release-v0.1.8
2023-05-01 20:05:51 +08:00
Kevin Yu
7948ba044c
chore: add issue templates (#62)
* chore: add issue templates

* chore: refine formatting
2023-04-23 13:29:26 +08:00
mzz2017
3e55f85d91 chore: package real full src 2023-04-02 00:10:37 +08:00
mzz
80379f9bee
chore: Add geodata and systemd service file into zip file when releasing (#50)
* chore: Add geodata and systemd service file into zip file when releasing

* chore: fix dir
2023-03-30 14:59:57 +08:00
mzz2017
624c9dd798 fix: ci 2023-03-24 13:49:17 +08:00
mzz2017
178fbc54e3 chore(ci): split release into build and docker workflows 2023-03-24 13:32:49 +08:00
Markson Hon
e8273fe416
ci: Add amd64_v2 and amd64_v3 build (#38)
* ci: Add amd64_v2 and amd64_v3 build

* Fix typo

* better friendly name

---------

Co-authored-by: markson <markson@archlinux>
2023-03-24 01:09:45 +08:00
mzz2017
7adbb2fbb9 chore: zip full source and upload it to release 2023-03-22 23:38:34 +08:00