tiennm99
|
d323fedd12
|
docs: flesh out README
|
2026-05-11 20:15:17 +07:00 |
|
tiennm99
|
6dcca3a60e
|
docs: flesh out README
|
2026-05-11 20:14:50 +07:00 |
|
tiennm99
|
9ae375eb9c
|
docs: flesh out README
|
2026-05-11 20:14:43 +07:00 |
|
tiennm99
|
cc17d8398a
|
docs: add README
|
2026-05-11 17:04:20 +07:00 |
|
![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
bdf86a0eaa
|
build(deps): bump github.com/antchfx/xpath from 1.1.8 to 1.3.6 (#5)
Bumps [github.com/antchfx/xpath](https://github.com/antchfx/xpath) from 1.1.8 to 1.3.6.
- [Release notes](https://github.com/antchfx/xpath/releases)
- [Commits](https://github.com/antchfx/xpath/compare/v1.1.8...v1.3.6)
---
updated-dependencies:
- dependency-name: github.com/antchfx/xpath
dependency-version: 1.3.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-05-07 13:33:20 +07:00 |
|
![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
8e1628b6f7
|
build(deps): bump golang.org/x/image from 0.15.0 to 0.38.0 (#2)
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.15.0 to 0.38.0.
- [Commits](https://github.com/golang/image/compare/v0.15.0...v0.38.0)
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-version: 0.38.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-05-07 13:33:19 +07:00 |
|
![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
b9df49017d
|
build(deps): bump golang.org/x/image from 0.33.0 to 0.38.0 (#1)
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.33.0 to 0.38.0.
- [Commits](https://github.com/golang/image/compare/v0.33.0...v0.38.0)
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-version: 0.38.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-05-07 13:33:17 +07:00 |
|
tiennm99
|
a6835c24bc
|
refactor: rename to gitea-delete-orgs and delete orgs instead of leaving
Use DELETE /api/v1/orgs/{org} to fully delete organizations
rather than just removing the user as a member.
|
2026-04-13 09:41:06 +07:00 |
|
tiennm99
|
9ba7b61062
|
feat: auto-load .env via shared internal/env package
Add godotenv dependency and internal/env init loader so all cmd/
scripts get .env vars loaded automatically via blank import.
|
2026-04-13 09:13:24 +07:00 |
|
tiennm99
|
7b1188cbe7
|
add Claude Code settings with gopls LSP plugin
|
2026-04-13 09:04:58 +07:00 |
|
tiennm99
|
884143a934
|
feat: add gitea-leave-orgs script and init Go module
Add cmd/ structure for multiple standalone scripts. First script
leaves all joined Gitea orgs except a configurable keep-list.
|
2026-04-13 08:54:20 +07:00 |
|
 tiennm99andGitHub
|
60e088af7b
|
Initial commit
|
2026-04-13 08:46:31 +07:00 |
|
tiennm99
|
d3a0994edf
|
feat: convert to go
|
2026-01-30 10:40:19 +07:00 |
|
tiennm99
|
dcbb507b67
|
Update .gitignore
|
2026-01-30 10:31:24 +07:00 |
|
tiennm99
|
96291019cd
|
feat: init
|
2026-01-30 10:30:21 +07:00 |
|
 Tien Nguyen MinhandGitHub
|
cf353fcc8f
|
Initial commit
|
2026-01-30 10:27:54 +07:00 |
|
tiennm99
|
f5882531cd
|
Update README.md
|
2025-12-21 08:59:46 +07:00 |
|
tiennm99
|
516633acc2
|
feat: init
|
2025-12-05 15:11:45 +07:00 |
|
 Tien Nguyen MinhandGitHub
|
141e8ca893
|
Initial commit
|
2025-12-05 14:43:32 +07:00 |
|
tiennm99
|
6d3230f11f
|
feat: only save content
|
2025-08-26 19:51:30 +07:00 |
|
tiennm99
|
2e40ac48e7
|
feat: simple version
|
2025-08-25 21:24:27 +07:00 |
|
tiennm99
|
314457f845
|
feat: init
|
2025-08-25 20:29:06 +07:00 |
|
 Tien Nguyen MinhandGitHub
|
a58e9da05d
|
Initial commit
|
2025-08-25 20:18:27 +07:00 |
|
tiennm99
|
dc7a524b5e
|
feat: join.bat
|
2025-03-25 19:01:31 +07:00 |
|
 Tien Nguyen MinhandGitHub
|
682e0d9733
|
Initial commit
|
2025-03-25 18:56:03 +07:00 |
|
tiennm99
|
4737812db4
|
Update main.py
|
2024-04-04 14:00:40 +07:00 |
|
tiennm99
|
75add2889f
|
Create requirements.txt
|
2024-04-04 13:40:07 +07:00 |
|
tiennm99
|
cea2cae322
|
Update main.py
|
2024-04-04 13:39:28 +07:00 |
|
tiennm99
|
8b0dc4d92c
|
[Temp] stash
|
2024-04-04 13:35:33 +07:00 |
|
tiennm99
|
71f59dd88b
|
[Temp] stash
|
2024-04-03 18:53:17 +07:00 |
|
tiennm99
|
597e4932bb
|
Initial commit
|
2024-04-03 18:07:53 +07:00 |
|
tiennm99
|
46edc28bc8
|
Create circular_dependency_checker.py
|
2023-07-28 18:21:29 +07:00 |
|
tiennm99
|
72e8a47993
|
Initial commit
|
2023-07-28 18:20:28 +07:00 |
|