Task/1 git safe directory#3
Open
Ayaalmadhon2004 wants to merge 11 commits into
Open
Conversation
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>
…able use of marten for volunteers
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.