brandonaut

Results 11 comments of brandonaut

Oops, somehow I got really mixed up. Neither repo is using Git LFS, so I'll have to figure out what other differences they have. One of the repos syncs fine,...

Would it make sense to simply add an optional `locked_rev` field to each entry in `sources` and remove the `sources_locked` section entirely? That would be the most intuitive way to...

My particular use case is for avoiding circular dependencies (which admittedly, is bad practice to begin with). However, I think the `recurse` field would be useful just as a way...

Good point @daniel-brosche. I think that `resolve: flat` would meet my need here. This issue can probably be closed in favor of that.

I ran into this as well. I believe you need to create Personal Access tokens and add them in your endpoints. Something like: ```json "AuthenticationMode": "AccessToken", "AccessToken": "myTokenHere" ``` See...

It would be helpful if we could configure an arbitrary number of ID-to-URL parsers, since my team uses different services for our bug tracker and backlog items.

What about replacing the taskbar icon with a variant of the [Jenkins logo](https://wiki.jenkins-ci.org/display/JENKINS/Logo)? It's licensed under the [Creative Commons Attribution-ShareAlike 3.0 Unported License](https://creativecommons.org/licenses/by-sa/3.0/), so I think it should be OK...

Sorry, I meant the program icon. It's currently always that pinkish H square, which I often mistake for the broken status.

For the program icon, could we just use the Jenkins logo as-is? For the tray icons, we could follow the pattern of Dropbox and overlay a symbol on the logo...

Ok, I'll see if I can come up with something.