Commit Graph

4 Commits

Author SHA1 Message Date
Simon Westphahl e4e7fd831e Fix Github debugging script
Make the Github debugging script work with the evolved API.

Change-Id: I60e229fce5329215417bc52a1adc15d69f7495c8
2022-03-08 12:13:31 +01:00
Tobias Henkel 89a9fca106
Enhance github debugging script for apps
One might want to use the github debugging script with GitHub
apps. Add that as a possibility.

This also piggybacks a small fix where we called getGithubClient with
the wrong data type.

Change-Id: I8db77eb5d4d86aa4d6cc3acf3b4e70ef46f9e11d
2018-02-05 12:22:26 +01:00
Tobias Henkel ac1763d9bd Enable direct use of github driver in debug tool
The github debugging tool proved to be quite useful for prototyping
new stuff using the github api. In the process I ended up copying half
of the GithubConnection into it. However for trying out new stuff it
would be great to implement and try out the features/fixes directly in
the Github driver.

And here it is! The script now starts up a standalone version of the
Github driver which can be used to query and debug isolated stuff
against Github.

Change-Id: Ifdad1e69dae009011847869d51ff24000c44adb8
2017-12-22 20:04:44 +01:00
Tobias Henkel 38f4ea353a Add github debugging template
This is a small hacky github debugging template script for testing
github issues.

Change-Id: I9b8d1e9c2ad85eec0ea81527e97c162e8695124a
2017-12-20 19:49:03 +01:00