Skip to content

Task/1 git safe directory#3

Open
Ayaalmadhon2004 wants to merge 11 commits into
mainfrom
task/1-git-safe-directory
Open

Task/1 git safe directory#3
Ayaalmadhon2004 wants to merge 11 commits into
mainfrom
task/1-git-safe-directory

Conversation

@Ayaalmadhon2004

Copy link
Copy Markdown
Contributor

Task 1 (task/1-git-safe-directory): Resolved a fatal: unsafe repository error caused by Git blocking operations on /opt/apps/marten due to mismatched ownership.
Investigation: Verified that the required safe.directory configurations were already correctly injected into /home/aya/.gitconfig.
The Real Blocker: Identified that the actual push failure was due to a missing SSH key connection between the server and GitHub.
Resolution: Generated a new ED25519 key, linked it to GitHub, and loaded it into the ssh-agent to successfully complete the push sequence.

gvelez17 and others added 11 commits April 21, 2026 04:31
Landing page for new developers on the voluntask VM (VM 513, 10.0.0.163).
Lives in our fork only — describes infra, services, and the volunteer-view
mission rather than upstream Marten.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Adds a gear-icon button on the board header that opens an inline
editor for kanban columns — rename, recolor, add, or delete columns
directly via the Taiga API without needing Taiga admin access.

Also fixes loading-state UX: "Select a project" message now shows
before the loading spinner, so users aren't confused when no project
is selected.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
MembersModal now has two tabs:
- "Add Existing User": search by username and add to project
- "Invite by Username": add someone by username directly, no email needed

Also allows changing any member's role inline (pencil icon).

Login page now has "Sign In" / "Create Account" tabs. Registration
calls POST /auth/register — no email verification required.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
New config module reads VITE_DEFAULT_ROLE_NAMES (comma-separated list).
When set, Marten selects the first matching role when adding/inviting
members. Falls back to Taiga's default order when unset — keeps existing
tech instances unchanged.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
3.1 Tasks - show task count badge on cards in board view

- Fetch task counts per story when loading board data
- Pass taskCounts down through Board -> Column -> Card
- Display badge with checkbox icon + count on cards with tasks

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Add missing version field to Task type
- Pass version when toggling task status (Taiga requires it)
- Use simpler checkbox icon (rectangle with checkmark)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…ub OAuth

- Tasks now append to bottom (FIFO ordering for step-by-step checklists)
- Add task button moved below task list for better UX
- GitHub OAuth login button added to login page
- OAuth callback handler at /auth/github/callback
- Backend: taiga_contrib_github_auth installed and configured

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.

2 participants