gitness icon indicating copy to clipboard operation
gitness copied to clipboard

Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery.

Results 183 gitness issues
Sort by recently updated
recently updated
newest added

https://github.com/harness/drone/issues/3245#issue-1327251205

It looks like we do not have ppc64le support for the drone server. I am working on adding ppc64le support to it. If you don't have ppc64le resource for test...

As discussed on Gitter. > "Figure out all possible events drone might want to handle that it doesn't handle today" # Use case When a PR is opened, deploy the...

Sometimes I do not know how many active runners I have. It would be nice to have API endpoint or/and UI element to list active runners (with auto generated names/UUIDs...

Build commands: ```bash REPO="github.com/drone/drone" go build -ldflags "-extldflags \"-static\"" ${REPO}/cmd/drone-server ``` Warning: ``` ---> Running in 470f8f7a7a5d # github.com/mattn/go-sqlite3 sqlite3-binding.c: In function 'sqlite3SelectNew': sqlite3-binding.c:121469:10: warning: function may return address of...

I'm using a Drone plugin to commit and push to a repo. I want this to work for forks of my repo, with the Drone pipeline committing and pushing to...

## Commit Checklist Thank you for creating a pull request! To help us review / merge this can you make sure that your PR adheres as much as possible to...

bug

For a while now I have wanted to enable support for [GitHub Applications](https://developer.github.com/apps/differences-between-apps/#about-github-apps) as an alternative to the current oauth application implementation. The introduction of GitHub Checks, which is only...

When I set other time zone it always doesn't take effect, tzdata is missing in alpine image.

Since the repo "owner" who activated the repo in Drone grants their credentials to be used (and thus embedded for things like accessing dependencies in private repos), Drone should show...