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 web UI for adding self-hosted git repositories #34

Closed
wants to merge 2 commits into from

Conversation

FooBarWidget
Copy link

This pull request adds a web UI for adding self-hosted git repositories (see issue #10). This pull request is only a partial solution. Things that I haven't implemented yet:

  • A web UI that instructs the user to add the Drone public key.
  • A webhook self-hosted git repos.

This pull request depends on pull request #33.

@bradrydzewski
Copy link

this is a good start! however we'll also need code for the post-commit hook, a strategy to retrieve the .drone.yml file prior to executing a build, the commit details (sha, branch, author, message). See my comment on #10 on the different things we'll need to add.

adding generic git support is, in my opinion, the most difficult feature

let's keep discussing this in #10 to make sure we get the design right. I want to get as much community input and eyes on this as possible.

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.

None yet

2 participants