Skip to content

feat(projects): add archive, unarchive, and delete commands#173

Merged
iamfj merged 7 commits intonextfrom
feat/issue-141
Apr 23, 2026
Merged

feat(projects): add archive, unarchive, and delete commands#173
iamfj merged 7 commits intonextfrom
feat/issue-141

Conversation

@iamfj
Copy link
Copy Markdown
Member

@iamfj iamfj commented Apr 23, 2026

Summary

  • add projects archive, projects unarchive, and projects delete
  • resolve archived project names for unarchive and delete flows
  • add project lifecycle GraphQL/service coverage and command tests

Verification

  • npm run generate
  • npm run check:ci
  • npx tsc --noEmit

Closes #141

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: def4890715

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/resolvers/project-resolver.ts Outdated
@iamfj iamfj changed the base branch from main to next April 23, 2026 18:24
iamfj added 6 commits April 23, 2026 20:27
Refs #141

Signed-off-by: Fabian Jocks <24557998+iamfj@users.noreply.github.com>
Refs #141

Signed-off-by: Fabian Jocks <24557998+iamfj@users.noreply.github.com>
Refs #141

Signed-off-by: Fabian Jocks <24557998+iamfj@users.noreply.github.com>
Refs #141

Signed-off-by: Fabian Jocks <24557998+iamfj@users.noreply.github.com>
Refs #141

Signed-off-by: Fabian Jocks <24557998+iamfj@users.noreply.github.com>
Refs #141

Signed-off-by: Fabian Jocks <24557998+iamfj@users.noreply.github.com>
Refs #141

Signed-off-by: Fabian Jocks <24557998+iamfj@users.noreply.github.com>
@iamfj iamfj merged commit c2117ec into next Apr 23, 2026
8 checks passed
@iamfj iamfj deleted the feat/issue-141 branch April 23, 2026 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(projects): add archive, unarchive, and delete subcommands

1 participant