This website requires JavaScript.
Explore
Help
Register
Sign In
rock
/
poimen-workflows
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
Build & Push Workflows Image
ci
76 workflow runs
Actor
All actors
rock
Status
All status
Success
Failure
Canceled
Skipped
Waiting
Running
Blocked
Canceling
Branch
All branches
main
task/T1.1
task/T1.2
task/T1.3
task/T1.4
task/T1.5
task/T1.7
task/T1.8
task/T2.1
task/T2.2
task/T2.3
task/T2.4
task/T2.5
task/T2.6
task/T2.7
Create status badge
ci: fix golang runner - use go 1.26, remove -mod=readonly, add go mod tidy
#89
:
Commit
b7aa1fb293
pushed by
rock
main
2026-09-06 06:32:56 +00:00
0s
View workflow file
chore: revert module path to github.com, unify Go version to 1.26.0
#87
:
Commit
a014890775
pushed by
rock
main
2026-09-05 21:48:50 +00:00
0s
View workflow file
chore: go mod tidy for 1.26.0
#85
:
Commit
aba2de34d0
pushed by
rock
main
2026-09-05 21:45:17 +00:00
0s
View workflow file
chore: unify Go version to 1.26.0 with kmsvc and api-gw
#83
:
Commit
2c62f4bd1c
pushed by
rock
main
2026-09-05 21:45:08 +00:00
3m6s
View workflow file
fix: update all imports to use Forgejo instead of GitHub
#81
:
Commit
ee4b8f711d
pushed by
rock
main
2026-09-05 21:39:42 +00:00
1m34s
View workflow file
ci: use golang:latest to match go.mod version
#79
:
Commit
6bf5ca6e3a
pushed by
rock
main
2026-09-05 21:24:04 +00:00
2m28s
View workflow file
ci: fix test by removing -mod=readonly and adding go mod tidy
#77
:
Commit
84162d4d4a
pushed by
rock
main
2026-09-05 21:21:04 +00:00
2m49s
View workflow file
ci: use host docker socket on golang runner (no container override)
#75
:
Commit
a416566e40
pushed by
rock
main
2026-09-05 21:16:27 +00:00
2m56s
View workflow file
ci: use docker socket for Go image build
#73
:
Commit
509c94c195
pushed by
rock
main
2026-09-05 21:11:51 +00:00
2m49s
View workflow file
ci: add go mod download to resolve dependencies
#71
:
Commit
a6f8d47a23
pushed by
rock
main
2026-09-05 21:07:45 +00:00
1m43s
View workflow file
ci: use golang runner for Go project
#69
:
Commit
5b5880c6e4
pushed by
rock
main
2026-09-05 20:55:29 +00:00
1m55s
View workflow file
ci: fix runner to use node-labeled runner for Docker builds
#67
:
Commit
3480d6c2cc
pushed by
rock
main
2026-09-05 20:53:01 +00:00
2m14s
View workflow file
ci: add Forgejo CI/CD workflow for workflows image build & push
#65
:
Commit
330bf639cd
pushed by
rock
main
2026-09-05 20:50:18 +00:00
1m55s
View workflow file
feat: migration for workflow relations and RAG indexing
#63
:
Commit
58237cc1ff
pushed by
rock
main
2026-09-05 13:10:06 +00:00
2m9s
View workflow file
feat: wire GraphRAG API handlers, activities, and database layer
#62
:
Commit
5c0eb2b66a
pushed by
rock
main
2026-09-05 13:07:57 +00:00
2m9s
View workflow file
chore: remove docker-compose (use k8s + CI/CD only)
#61
:
Commit
8474d7e494
pushed by
rock
main
2026-09-05 13:05:48 +00:00
2m16s
View workflow file
feat: GraphRAG query API handlers and activities
#60
:
Commit
447951daca
pushed by
rock
main
2026-09-05 13:03:31 +00:00
2m6s
View workflow file
docs: deployment guide for unified Poimen application
#59
:
Commit
da44923c5c
pushed by
rock
main
2026-09-05 13:01:25 +00:00
2m8s
View workflow file
feat: unified Poimen application with k8s + docker-compose infrastructure
#58
:
Commit
70a9b9a2ab
pushed by
rock
main
2026-09-05 12:59:16 +00:00
2m4s
View workflow file
feat: GraphRAG query workflow and indexing
#57
:
Commit
e01dad4e8c
pushed by
rock
main
2026-09-05 12:55:05 +00:00
2m5s
View workflow file
feat: add relation wording schema
#56
:
Commit
84b4ca120f
pushed by
rock
main
2026-09-05 12:48:39 +00:00
2m24s
View workflow file
feat: add canvas compatibility checking for connection validation
#55
:
Commit
9624f0e18d
pushed by
rock
main
2026-09-05 08:04:52 +00:00
2m49s
View workflow file
feat: add CanvasReasonerActivity for auto-inferring workflow connections
#54
:
Commit
2a3b080e29
pushed by
rock
main
2026-09-05 08:01:36 +00:00
6m4s
View workflow file
feat: add JWT auth token support to LLM inference activities
#53
:
Commit
00fc83c081
pushed by
rock
main
2026-09-05 07:50:08 +00:00
2m15s
View workflow file
feat: database layer + canvas validator/converter + LLM inference activities
#52
:
Commit
0da90fdd7a
pushed by
rock
main
2026-09-05 07:46:06 +00:00
2m13s
View workflow file
refactor: improve AssumeRoleActivity code quality (CRAP/DRY/SOLID)
#51
:
Commit
924aa398b6
pushed by
rock
main
2026-09-04 21:15:17 +00:00
1m24s
View workflow file
feat: add JWT/OAuth2 authentication & multi-tenant federation
#50
:
Commit
66c17e821f
pushed by
rock
main
2026-09-04 17:56:20 +00:00
1m51s
View workflow file
docs: comprehensive README with skills & knowledge guide
#49
:
Commit
86ad8e7b5e
pushed by
rock
main
2026-09-03 21:01:05 +00:00
1m51s
View workflow file
fix: update LLMRouter callers after API refactor to use NewLLMRouterDefault
#48
:
Commit
e8984b055c
pushed by
rock
main
2026-09-03 16:51:09 +00:00
1m44s
View workflow file
fix: update callers to use NewLLMRouterDefault
#47
:
Commit
d0f88772d3
pushed by
rock
main
2026-09-03 16:43:17 +00:00
1m47s
View workflow file
First
Previous
1
2
3
Next
Last
Status Badge
Branch
main
main
task/T1.1
task/T1.2
task/T1.3
task/T1.4
task/T1.5
task/T1.7
task/T1.8
task/T2.1
task/T2.2
task/T2.3
task/T2.4
task/T2.5
task/T2.6
task/T2.7
Badge URL
Markdown
HTML