Skip to content

Commit

Permalink
Merge branch 'main' into dev-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmodestoimio committed Jul 16, 2024
2 parents 85704f4 + 3c164b8 commit 7609514
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 38 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/deb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Deb build push notify
on:
push:
branches:
- main
workflow_dispatch:

jobs:
deb:
runs-on:
group: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set package version variable
shell: bash
run: |
echo VERSION=$(cat setup.py | grep "version =" | cut -d '"' -f 2 && echo "-" && date "+%Y%m%d%H%M%S" && echo "~" && echo ${{ github.sha }} | cut -c1-7 ) | tr -d [:space:] >> $GITHUB_ENV
- name: Deb build push and notify
uses: IMIO/gha/[email protected]
with:
REPOSITORY_URL: ${{ secrets.NEXUS_BOOKWORM_URL }}
REPOSITORY_LOGIN: ${{ secrets.NEXUS_LOGIN }}
REPOSITORY_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
PACKAGE_NAME: ${{ github.event.repository.name }}
PACKAGE_VERSION: ${{ env.VERSION }}
PACKAGE_INSTALL_PATH: '/usr/lib'
SIGNER_KEY_PASSPHRASE: ${{ secrets.DEB_SIGNER_PASSPHRASE }}
SIGNER_KEY: ${{ secrets.DEB_SIGNER_KEY }}
MATTERMOST_WEBHOOK_URL: ${{ secrets.TELESERVICES_MATTERMOST_WEBHOOK_URL }}
4 changes: 0 additions & 4 deletions Jenkinsfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
<label type="str">Nombre d'exemplaires demand&#233;s</label>
<condition>
<type>django</type>
<value>form_var_destinations != "Envoi dans mon porte-documents"</value>
<value>form_var_destinations != "Envoi dans l'historique de ma demande"</value>
</condition><required type="bool">True</required>
<hint type="str">Maximum 20 exemplaires.</hint>
<varname type="str">nb_exemplaire</varname>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ Nous vous informons que votre demande concernant la d&#233;marche {{ form_name }

"{{form_workflow_data_comment_reponse}}"

{% if "porte" in form_var_destinations %}
`Acc&#233;der &#224; mon porte-documents &lt;{{form_var_document_url}}&gt;`_
{% endif %}

{% if form_user %}
Vous pouvez `consulter la demande. &lt;{{ form_url }}&gt;`_
{% endif %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ Bonne journ&#233;e !</body>
<button_label>Joindre l'extrait</button_label>
<display_button>True</display_button>
<hint>Extrait du fichier central de la d&#233;linquance environnementale et du bien-&#234;tre animal</hint>
<backoffice_info_text>&lt;p&gt;Merci de joindre l&amp;#39;extrait du fichier central de la d&amp;eacute;linquance environnementale et du bien-&amp;ecirc;tre animal pour que celui-ci soit transf&amp;eacute;r&amp;eacute; dans le porte-documents du citoyen.&lt;/p&gt;
<backoffice_info_text>&lt;p&gt;Merci de joindre l&amp;#39;extrait du fichier central de la d&amp;eacute;linquance environnementale et du bien-&amp;ecirc;tre animal pour que celui-ci soit transf&amp;eacute;r&amp;eacute; dans l'historique de la demande du citoyen.&lt;/p&gt;
</backoffice_info_text>
<backoffice_filefield_id>boeb10ed05-b4fb-4bfc-987a-579fa94d4245</backoffice_filefield_id>
<varname>extrait</varname>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<status>
<id>just_submitted</id>
<name>Juste envoy&#233;</name>
<colour>999999</colour>
<colour>#999999</colour>
<visibility>
<role>_receiver</role>
</visibility><items>
Expand All @@ -30,7 +30,7 @@ Pour r&#233;f&#233;rence, voici le d&#233;tail de la demande&#160;:
</body>
</item><item id="2" type="sendmail">
<to>
<item role_id="{{form_var_courriel}}">{{form_var_courriel}}</item>
<item role_id="{{form_var_email}}">{{form_var_email}}</item>
</to><mail_template>indus-par-defaut-usager-nouvelle-demande</mail_template>
<subject>Nouvelle demande ({{ form_name }})</subject>
<body>{% if form_var_firstname %}Ch&#232;r&#183;e {{ form_var_firstname }}{% endif %}
Expand All @@ -52,13 +52,14 @@ Bien &#224; vous,
</body>
</item><item id="3" type="jump">
<status>new</status>
<mode>immediate</mode>
<set_marker_on_status>False</set_marker_on_status>
</item>
</items>
</status><status>
<id>new</id>
<name>Nouvelle demande</name>
<colour>66FF00</colour>
<colour>#66FF00</colour>
<visibility />
<items>
<item id="6" type="displaymsg">
Expand Down Expand Up @@ -123,7 +124,7 @@ Bien &#224; vous,
<items>
<item id="2" type="sendmail">
<to>
<item role_id="_submitter">_submitter</item>
<item role_id="{{form_var_email}}">{{form_var_email}}</item>
</to><mail_template>indus-par-defaut-usager-refusee</mail_template>
<subject>Changement de statut de la demande ({{ form_name }})</subject>
<body>Bonjour,
Expand Down Expand Up @@ -163,7 +164,7 @@ Vous pouvez en prendre connaissance en suivant ce lien&#160;: {{ form_url }}
</status><status>
<id>accepted</id>
<name>Accept&#233;</name>
<colour>66CCFF</colour>
<colour>#66CCFF</colour>
<visibility />
<items>
<item id="1" type="sendmail">
Expand All @@ -190,7 +191,7 @@ Le statut de la demande est pass&#233; de &#171;&#160;{{ form_previous_status }}
</body>
</item><item id="2" type="sendmail">
<to>
<item role_id="{{form_var_courriel}}">{{form_var_courriel}}</item>
<item role_id="{{form_var_email}}">{{form_var_email}}</item>
</to><mail_template>indus-par-defaut-usager-acceptee</mail_template>
<subject>Changement de statut de la demande ({{ form_name }})</subject>
<body>Bonjour,
Expand Down Expand Up @@ -231,7 +232,7 @@ Vous pouvez en prendre connaissance en suivant ce lien&#160;: {{ form_url }}
</status><status>
<id>finished</id>
<name>Termin&#233;</name>
<colour>CCCCCC</colour>
<colour>#CCCCCC</colour>
<visibility />
<items>
<item id="1" type="sendmail">
Expand All @@ -258,7 +259,7 @@ Le statut de la demande est pass&#233; de &#171;&#160;{{ form_previous_status }}
</body>
</item><item id="2" type="sendmail">
<to>
<item role_id="{{form_var_courriel}}">{{form_var_courriel}}</item>
<item role_id="{{form_var_email}}">{{form_var_email}}</item>
</to><mail_template>indus-par-defaut-usager-terminee</mail_template>
<subject>Changement de statut de la demande ({{ form_name }})</subject>
<body>Bonjour,
Expand Down Expand Up @@ -290,7 +291,7 @@ Vous pouvez en prendre connaissance en suivant ce lien&#160;: {{ form_url }}
</status><status>
<id>1</id>
<name>Motivation du refus</name>
<colour>999999</colour>
<colour>#999999</colour>
<visibility>
<role>_receiver</role>
</visibility><items>
Expand All @@ -303,19 +304,19 @@ Vous pouvez en prendre connaissance en suivant ce lien&#160;: {{ form_url }}
<name>-</name>
<fields>
<field>
<label>Motif du refus</label>
<type>text</type>
<required>True</required>
<hint>Le motif du refus sera envoy&#233; &#224; l'usager par courriel</hint>
<varname>motif</varname>
<label type="str">Motif du refus</label>
<required type="bool">True</required>
<hint type="str">Le motif du refus sera envoy&#233; &#224; l'usager par courriel</hint>
<varname type="str">motif</varname>
<display_locations />
<extra_css_class>pk-important</extra_css_class>
<extra_css_class type="str">pk-important</extra_css_class>
<prefill>
<locked>False</locked>
<type>none</type>
</prefill><rows>10m</rows>
<pre>True</pre>
<id>1</id>
</prefill><anonymise type="str">final</anonymise>
<rows type="str">10m</rows>
<display_mode type="str">plain</display_mode>
<id type="str">1</id>
</field>
</fields>
</formdef>
Expand All @@ -332,14 +333,15 @@ Vous pouvez en prendre connaissance en suivant ce lien&#160;: {{ form_url }}
<items>
<item id="1" type="sendmail">
<to>
<item role_id="_submitter">_submitter</item>
<item role_id="{{form_var_email}}">{{form_var_email}}</item>
</to><mail_template>indus-notification-de-commentaire-demandeur</mail_template>
</item><item id="2" type="sendmail">
<to>
<item role_id="_receiver">_receiver</item>
</to><mail_template>indus-notification-de-commentaire-destinataire</mail_template>
</item><item id="3" type="jump">
<status>new</status>
<mode>immediate</mode>
<set_marker_on_status>False</set_marker_on_status>
</item>
</items>
Expand All @@ -356,21 +358,18 @@ Vous pouvez en prendre connaissance en suivant ce lien&#160;: {{ form_url }}
Ce dernier vous permet d'indiquer des informations personnalis&#233;es aux citoyens.</hint>
<varname type="str">commentaire</varname>
<display_locations />
<display_mode type="str">plain</display_mode>
<anonymise type="str">final</anonymise>
<display_mode type="str">plain</display_mode>
<id type="str">dcfd39bd-a1c2-44ff-bf8b-93739ac8f76a</id>
</field><field>
<type>string</type>
<label type="str">Lien du r&#232;glement communal</label>
<required type="bool">False</required>
<varname type="str">reglement_communal</varname>
<display_locations>
<display_location>summary</display_location>
</display_locations><prefill>
<locked>False</locked>
<type>none</type>
</prefill><anonymise>True</anonymise>
<id>1</id>
<item>summary</item>
</display_locations><anonymise type="str">final</anonymise>
<id type="str">1</id>
</field>
</fields>
</formdef>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ Pour r&#233;f&#233;rence, voici le d&#233;tail du formulaire :
</by><required>True</required>
<title>Joindre un fichier</title>
<display_title>True</display_title>
<button_label>Envoyer le document vers le porte-documents</button_label>
<button_label>Envoyer le document vers l'historique de la demande</button_label>
<display_button>True</display_button>
<backoffice_filefield_id>boc69b2ccc-1a6c-43a8-a1e0-5008ba678885</backoffice_filefield_id>
<attach_to_history>True</attach_to_history>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Bien &#224; vous,
</by><required>True</required>
<title>Joindre un fichier</title>
<display_title>True</display_title>
<button_label>Envoyer le document vers le porte-documents</button_label>
<button_label>Envoyer le document vers l'historique de la demande</button_label>
<display_button>True</display_button>
<backoffice_filefield_id>bo27003e64-9dbc-4cbb-a51a-5fe274cbccbd</backoffice_filefield_id>
<attach_to_history>True</attach_to_history>
Expand Down

0 comments on commit 7609514

Please sign in to comment.