M Bussonnier

Results 538 comments of M Bussonnier

This is suuuuper old documentation; this is not part of IPython anymore. I'll see if I can move that to ipyparallel.

> Something in the checks to only push from the master branch isn't working That might be in interference with the thing I did with branch whitelists. I'll dig into...

Agreed, should we change `if branch_whitelist is None` to `if not branch_whitelist`, that won't behave the same if `branch_whitelist` is set to empty set or empty list.

> It's only used one place, so a try/finally should be fine. I don't have any private repos to test against, so cautious to fiddle with the private repo code...

Nah, i'm referring to #166 , where setting an encrypted variable on a public repo needs a similar piece of code but with `.org` so where authentication and `.org`/`.com` are...

> From the looks of that API, it doesn't let you do encrypted configuration variables (maybe I missed it). I've found it. There are some bugs with the GitHub integration...

Well it's [there](https://docs.travis-ci.com/api#settings:-environment-variables) in their docs. It's not complete though the example to add/set are missing.

Ah! It does, just set public False in the json blob. On Mar 20, 2017 11:45 AM, "Aaron Meurer" wrote: > But that doesn't mention secure env vars. Does it...

> I couldn't tell if the new fine-grained permissions let you request access to push to only a single branch AFAICT, no, (I wrote an integration), and it's more complicated...

Agreed that a prefix is needed. Neutral for `jupyter:`, anyway in the UI the prefix can be made less-visible like shown only if ambiguous.