Pierre-Louis Palant
Pierre-Louis Palant
Hello, Example is [here](https://plavi-projekt.github.io/) with code [here](https://github.com/plavi-projekt/plavi-projekt.github.io/blob/lang_plugin/_layouts/default.html#L39) As you can see, the link to the root of the site (*Blue Project* in English, left-most link in the banner) works well...
Bonjour, je viens de trouver ce dépôt en cherchant des traductions. Malheureusement, il y a un problème avec le certificat du site!  Je n'ai pas pris le temps d'enquêter...
**Describe the bug** Tenant admin activation link is not valid (includes a non-exposed port). The generated link is of the form: `http://{host-ip}:8080/api/noauth/activate?activateToken...`. Replacing `8080` with `80` (or removing `8080` from...
Closes #63 This PR upgrades gradle-wrapper version to 5.0, allowing the project to be built using JDK 11. It also removes [deprecated built-in task overwrite](https://docs.gradle.org/4.8/release-notes.html#overwriting-gradle's-built-in-tasks). Gradle-wrrapper version should now be...
[Gradle added support for JDK11](https://docs.gradle.org/5.0/release-notes.html#java-11-runtime-support) in 5.0. Currently, using `./gradlew` with `default-jdk` (`openjdk-11-jdk`) on `Debian GNU/Linux bullseye/sid` gives the following error: ``` Unzipping /root/.gradle/wrapper/dists/gradle-3.5-bin/daoimhu7k5rlo48ntmxw2ok3e/gradle-3.5-bin.zip to /root/.gradle/wrapper/dists/gradle-3.5-bin/daoimhu7k5rlo48ntmxw2ok3e Set executable permissions for:...
Currently, **cqfd** checks for a Dockerfile and will exit if none is found, even if we specified an image URL in `custom_img_name`. There are lots of projects for which we...