Patrick Lühne

Results 14 comments of Patrick Lühne

Just as a side note, we already have a file [`updater/version`](https://github.com/Autodesk/hubble/blob/151be01d89f33fd64162c4ba371edb48cacc563f/updater/version), which contains the version number. This is currently [used for packaging](https://github.com/Autodesk/hubble/blob/151be01d89f33fd64162c4ba371edb48cacc563f/updater/packaging/debian/Makefile#L1). However, this might have not been the best...

@steffen: Thank you so much for this huge contribution :+1:! I’ll want to look at this in detail, but I’ll be off the next days unfortunately. It will take a...

@steffen: The best way to achieve that would be to extend the `executeScript` method to take a list of environment variables that it then, it turn, forwards to the executed...

@steffen: `executeScript` uses [`executeCommand`](https://github.com/Autodesk/hubble/blob/f542611d0f8af2ff2ef69500c5680d5ca2ebfc49/updater/helpers.py#L14) under the hood, which makes a [call to `subprocess.Popen`](https://github.com/Autodesk/hubble/blob/f542611d0f8af2ff2ef69500c5680d5ca2ebfc49/updater/helpers.py#L15). According to the Python documentation, [`subprocess.Popen` optionally takes a named parameter called `env`](https://docs.python.org/3/library/subprocess.html) through which one can...

@mzzmjd: Thanks for pointing this out. I’ll have a look at what we can do to fix this.

@mzzmjd: Thanks for your feature request! These metrics would be really useful if added to Hubble, I agree :slightly_smiling_face:. Do you have code to share? I’m not sure whether your...

@mlbright: Thanks for the suggestion. I agree that it would be interesting to visualize the programming language usage in Hubble. The bubble charts really look cool and would fit nicely...

@larsxschneider: I just realize that you addressed most of this issue in #185, which we already merged. However, I like the idea of recording the client agents in `git-versions.tsv`. We...

You have a good point here :slightly_smiling_face:. Is there any way we can detect whether GitHub Enterprise is in maintenance mode?

@lbonanomi: No need to apologize, you’re providing *very* useful information! Thanks for letting us know about this API endpoint :+1:. I didn’t know about it yet :slightly_smiling_face:.