trac-github icon indicating copy to clipboard operation
trac-github copied to clipboard

Trac - GitHub integration

Results 14 trac-github issues
Sort by recently updated
recently updated
newest added

I fixed the merge conflicts that [`tierra:issue-sync`](https://github.com/tierra/trac-github/tree/issue-sync) had with master. Closes #75 (or at least it ought to). Note that I haven't actually tested this myself, all I did was...

These are just a few YAML files to help integrate a bit more tightly with some of the services that GitHub provides. I also wanted to try migrating the Travis...

This PR adds support for Python3 (>= 3.7) and Trac 1.6 (while retaining support for Python 2.7 and Trac >= 1.2). I've tried to split it into several commits for...

I originally made the fix on top of my branch for #141 but I realized later that the conflicts weren't so bad to fix, so here is an independent PR.

After successfully logging in via Github Oauth using my company's SSO provider and being redirected back to the Trac instance, clicking the "Logout" button returns the error: `Missing or invalid...

Another little patch from my instance of the plugin. Adds the GitHub icon next to the "GitHub Login" link to better distinguish it, and make clearer that it will send...

See this downstream ticket I opened on the MacPorts Trac: https://trac.macports.org/ticket/68357 Basically, when a project has a presence on both Trac and GitHub, sometimes people will miss things on one...

I've only just barely started work on this, but thought I'd drop a note in case anyone was interested in helping out with it or has some early feedback, ideas,...

enhancement

It would be nice if trac-github could monitor pull requests and post a comment with a link to the pull request in tickets that are mentioned in pull requests.

enhancement

The trac-github plugin is using a deprecated GitHub API endpoint for `/teams/` that will be [removed on 2022-03-15](https://github.blog/changelog/2022-02-22-sunset-notice-deprecated-teams-api-endpoints/). Right now on 2022-03-01, GitHub has some brownouts in effect to make...