Skip to content

Conversation

@artmoskvin
Copy link
Collaborator

@artmoskvin artmoskvin commented Oct 13, 2024

Changelog

  • use go-git for git operations
  • add git client
  • add git client mock
  • add git repo
  • add support for local projects
  • simplify the CreateProject method by removing unnecessary goroutine

Remote repo

Screenshot 2024-10-13 at 21 11 02

Local repo

Screenshot 2024-10-13 at 21 11 32

@artmoskvin artmoskvin requested a review from aleh-null October 13, 2024 19:14
@artmoskvin artmoskvin marked this pull request as ready for review October 13, 2024 19:14
@artmoskvin
Copy link
Collaborator Author

Solves #83.
and #10.

}

result := <-h.Manager.CreateProject(r.Context(), request)
p, err := h.Manager.CreateProject(r.Context(), request)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice!

@artmoskvin artmoskvin merged commit edf0acd into main Oct 15, 2024
@artmoskvin artmoskvin deleted the artm/local-repos branch October 15, 2024 11:27
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.

3 participants