sid
|
c3e8ad67ed
|
complete fgj → fj rename: env vars, config migration, docs
CI / lint (push) Waiting to run
CI / build (push) Waiting to run
CI / test (push) Waiting to run
CI / functional (push) Blocked by required conditions
- Rename env vars: FGJ_HOST → FJ_HOST, FGJ_TOKEN → FJ_TOKEN,
FGJ_FORCE_TTY → FJ_FORCE_TTY, FGJ_PAGER → FJ_PAGER,
FGJ_BINARY_PATH → FJ_BINARY_PATH (all with legacy fallback)
- Auto-migrate ~/.config/fgj/ → ~/.config/fj/ on first run
- Update man page title, README, CHANGELOG
- Update test fixture labels from [FGJ E2E Test] to [FJ E2E Test]
|
2026-04-26 08:23:48 -06:00 |
|
sid
|
bc43f6e5a5
|
rename fgj to fj
Module path, binary name, config dir, help text, and docs
all updated from fgj-sid/fgj to fj.
|
2026-04-26 08:16:52 -06:00 |
|
sid
|
7c0dcc8696
|
test: rewrite functional tests for full CLI coverage
Consolidate all tests into functional_test.go — remove duplicate
new_commands_test.go. Replace SDK-only tests with actual CLI binary
invocations. Add missing coverage for: issue list, issue view,
issue comment, issue create, issue edit title, repo view, repo list,
release view, --json flag on issue list/view and pr list.
All tests now use -R flag consistently.
35 pass, 0 fail, 3 expected skips (pr view/diff need PRs, clone needs auth).
|
2026-03-23 12:42:24 -06:00 |
|
Romain Bertrand
|
a43a79d78f
|
feat: implement repo create command
|
2026-03-13 17:44:44 +01:00 |
|
Romain Bertrand
|
2a20a4e0b8
|
tests: add functional tests for issues labels
|
2026-02-20 17:48:56 +01:00 |
|
Romain Bertrand
|
900bd4ea97
|
feat: allow passing a comment when closing an issue
|
2026-01-16 10:03:49 +01:00 |
|
Romain Bertrand
|
be3121ffd3
|
tests: add some functional tests for releases
|
2026-01-05 13:01:50 +01:00 |
|
Romain Bertrand
|
5bdd76d5dc
|
test(func): add tests for "issue edit"
|
2026-01-03 11:54:12 +01:00 |
|
Romain Bertrand
|
e6902583fc
|
tests: add more cli entrypoints functionnal tests
|
2025-12-16 12:46:31 +01:00 |
|
Romain Bertrand
|
9174e537b6
|
tests: add functionnal tests (e2e if you will)
|
2025-12-16 10:45:29 +01:00 |
|