Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Gitea credentials #325

Merged
merged 3 commits into from
Aug 28, 2023

Conversation

JaimeSeqLabs
Copy link
Contributor

Description

This PR enables adding Gitea credentials to workspaces and personal credentials store.

Guidelines for testing

Gitea credentials can be added using the credentials sub-cmd:

tw credentials add gitea -n TestGiteaCreds -u JaimeSeqLabs -p SecretPassword --base-url https://git.test.io/JaimeSeqLabs/test-tepo

@JaimeSeqLabs JaimeSeqLabs linked an issue Aug 25, 2023 that may be closed by this pull request
@JaimeSeqLabs JaimeSeqLabs self-assigned this Aug 25, 2023
@JaimeSeqLabs JaimeSeqLabs added the API New things that have the API that are not yet supported by the CLI label Aug 25, 2023
Copy link
Member

@jordeu jordeu left a comment

Choose a reason for hiding this comment

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

  • Missing reflection entries... most likely the native compile will fail at some point.
  • Missing GiteaProviderTest test

@JaimeSeqLabs JaimeSeqLabs merged commit 315e648 into master Aug 28, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API New things that have the API that are not yet supported by the CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Gitea credentials
2 participants