Peter Dave Hello
Peter Dave Hello
> For those of us using DNS-over-HTTPS, what is the best option here? https://github.com/PeterDaveHello/dnslow.me-uptime/blob/master/.upptimerc.yml#L8 You can use http get method to perform a query like https://dnslow.me/dns-query?dns=AAABAAABAAAAAAABBmRuc2xvdwJtZQAAAQABAAApAgAAAAAAAFoADABWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
> What in the world is the random string of letters in the ?dns= query and how do I construct it myself? It's not random, I just do it the...
Thanks, just wondering, would the code in develop & master be merged into the release branch? Old pull requests use develop branch, and as v0.9.11.4 was released already, wouldn't sending...
Thanks, @y-polek, it's making more sense! My #80 looks missing in the new `develop`, not sure the others, with all due respect, is there any reason to drop them? As...
The last change date of `calendar_manager.py` file is on Apr 28, 2017, on May 22, 2017, GitLab 9.2 released with "Multiple Assignees for Issues" support: https://about.gitlab.com/releases/2017/05/22/gitlab-9-2-released/#multiple-assignees-for-issues, as a result: >...
@summbrooks if you're not using multiple assignee feature on GitLab, a quick patch to make gitlab-calendar could be: ```diff diff --git a/calendar_manager.py b/calendar_manager.py index f34a486..c59f20f 100644 --- a/calendar_manager.py +++ b/calendar_manager.py...
Cool, I also have a local patch that I'm testing it right now, will see if we can just use #7
Currently, there is a `milestone_id` key in the `object_attributes` object from the webhook payload, just need to implement the milestone lookup logic to also list it in the calendar event:...
I don't think there's another trigger yet, unless somebody implemented it.
Thank you @ypcrts 😃