From b81aee3f1c01f553c0c5351827ef3a47226254b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20=7C=20Ail=C3=A9?= <03ht@theodurr.fr> Date: Wed, 27 Apr 2022 09:50:38 +0000 Subject: [PATCH 1/2] Update badges and links --- README.rst | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/README.rst b/README.rst index 0d9f2198..408e2b7b 100644 --- a/README.rst +++ b/README.rst @@ -1,22 +1,23 @@ -.. image:: https://ae-dev.utbm.fr/ae/Sith/badges/master/pipeline.svg +.. image:: https://img.shields.io/badge/Code%20Style-Black-000000?style=for-the-badge + :target: https://github.com/ambv/black + :alt: Code style: black + +.. image:: https://img.shields.io/gitlab/coverage/ae/Sith/master?gitlab_url=https%3A%2F%2Fae-dev.utbm.fr&logo=python&style=for-the-badge + :target: https://ae-dev.utbm.fr/ae/Sith/commits/master + :alt: Coverage report + +.. image:: https://img.shields.io/gitlab/pipeline-status/ae/Sith?branch=master&gitlab_url=https%3A%2F%2Fae-dev.utbm.fr&label=BUILD&logo=gitlab&style=for-the-badge :target: https://ae-dev.utbm.fr/ae/Sith/commits/master :alt: pipeline status -.. image:: https://readthedocs.org/projects/sith-ae/badge/?version=latest - :target: https://sith-ae.readthedocs.io/?badge=latest - :alt: documentation Status +.. image:: https://img.shields.io/readthedocs/sith-ae?logo=readthedocs&style=for-the-badge + :target: https://sith-ae.readthedocs.io/ + :alt: Documentation report -.. image:: https://ae-dev.utbm.fr/ae/Sith/badges/master/coverage.svg - :target: https://ae-dev.utbm.fr/ae/Sith/commits/master - :alt: coverage report +.. image:: https://img.shields.io/discord/889796155523874847?label=Discord&logo=discord&style=for-the-badge + :target: https://discord.com/invite/YKHjY9MjkS + :alt: Discord -.. image:: https://img.shields.io/badge/code%20style-black-000000.svg - :target: https://github.com/ambv/black - :alt: code style: black - -.. image:: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg - :target: https://ae-dev.zulipchat.com - :alt: project chat This is the source code of the UTBM's student association available at https://ae.utbm.fr/. @@ -30,8 +31,8 @@ If you want to contribute, here's how we recommend to read the docs: To join our team : -* Send a mail at mailto:ae.utbm.fr -* Join our group chat at https://ae-dev.zulipchat.com +* Send a mail at `ae.info@utbm.fr `_ +* Join our group chat on `Discord `_ * See and join our Trello at https://trello.com/b/YQOaF33m/site-ae. This project is licenced under GNU GPL, see the LICENSE file at the top of the repository for more details. From d4c0bb3b0e9b0656911ef065158e55676c3a873b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20DURR?= <03ht@theodurr.fr> Date: Wed, 27 Apr 2022 14:52:33 +0200 Subject: [PATCH 2/2] Fix pipeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Théo DURR <03ht@theodurr.fr> --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b4ae05e7..bffcffa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ Django = "^2.2" Pillow = "^8.3.2" mistune = "^0.8.4" django-jinja = "^2.9.1" +cryptography = "36.0.2" pyOpenSSL = "^21.0.0" pytz = "^2021.1" djangorestframework = "^3.12.4"