Kévin
Kévin
Maybe it can be useful https://github.com/tianon/docker-postgres-upgrade
I guess the best would be to handle db upgrade in entrypoint.sh script (or separated file) - Update FROM to postgres:10-alpine - check in entrypoint.sh the content of PG_VERSION file...
@GuidoDr oups, you are right, it's 9.4 not 9.6, was a mistake. I have edited the title.
Yes it is enable.
to "Enable for public and private repositories. This might leak confidential code into public channels."
I tried to put the server in debug mode and there is no error in logs I also tested with a private repo from an organisation and also one of...
Haven't tried this type of link, I was checking with URL in browser like ``` https://github.com/mattermost/mattermost-plugin-github/blob/master/Makefile https://github.com/mattermost/mattermost-plugin-github/blob/master/Makefile#L27 (but with private repo ofc) ``` When I use permalink it's working correctly...
Hello, it's like #56 but it should not keep asking you once you click on "it was me". Maybe there is an issue with the docker image and docker network....
Hello Dan! Thanks for the PR, it looks good. Yes you are right about the feature name, it's better. I will review the PR.
Hello, I review your suggestion and I would prefer to keep fetching user informations. Better to improve the error handling around that function (try except/ return true or false) and...