diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ad4a1b3d..926eeb0d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ stages: - install - check - build-js + - sentry - test - docker - package @@ -94,6 +95,21 @@ build-frontend: needs: - lint-front +sentry-commit: + stage: sentry + image: getsentry/sentry-cli + script: + - echo "Create a new release $CI_COMMIT_TAG" + - sentry-cli releases new $CI_COMMIT_TAG + - sentry-cli releases set-commits $CI_COMMIT_TAG --auto + - sentry-cli releases files $CI_COMMIT_TAG upload-sourcemaps priv/static/assets/ + - sentry-cli releases finalize $CI_COMMIT_TAG + - echo "Finalized release for $CI_COMMIT_TAG" + needs: + - build-frontend + only: + - tags@framasoft/mobilizon + deps: stage: check before_script: diff --git a/js/src/components/Event/EventMap.vue b/js/src/components/Event/EventMap.vue index f68111bfd..77f9cdb56 100644 --- a/js/src/components/Event/EventMap.vue +++ b/js/src/components/Event/EventMap.vue @@ -1,76 +1,88 @@ diff --git a/js/src/components/TextEditor.vue b/js/src/components/TextEditor.vue index 71b584fcd..b607fba33 100644 --- a/js/src/components/TextEditor.vue +++ b/js/src/components/TextEditor.vue @@ -428,7 +428,7 @@ uploadMediaDone(({ data }) => { .focus() .setImage({ src: data.uploadMedia.url, - alt: '', + alt: "", // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore "data-media-id": data.uploadMedia.id, diff --git a/js/src/i18n/en_US.json b/js/src/i18n/en_US.json index 33d9e8ab1..bf3739916 100644 --- a/js/src/i18n/en_US.json +++ b/js/src/i18n/en_US.json @@ -1438,5 +1438,13 @@ "No event found at this address": "No event found at this address", "I have an account on {instance}.": "I have an account on {instance}.", "profile{\\'@\\'}instance": "profile{\\'@\\'}instance", - "My federated identity ends in {domain}": "My federated identity ends in {domain}" + "My federated identity ends in {domain}": "My federated identity ends in {domain}", + "Close map": "Close map", + "On foot": "On foot", + "By bike": "By bike", + "By transit": "By transit", + "By car": "By car", + "Select all resources": "Select all resources", + "Select this resource": "Select this resource", + "You can add resources by using the button above.": "You can add resources by using the button above." } \ No newline at end of file diff --git a/js/src/i18n/fr_FR.json b/js/src/i18n/fr_FR.json index e0ad6c592..16303667f 100644 --- a/js/src/i18n/fr_FR.json +++ b/js/src/i18n/fr_FR.json @@ -1435,5 +1435,13 @@ "{timezoneLongName} ({timezoneShortName})": "{timezoneLongName} ({timezoneShortName})", "{title} ({count} todos)": "{title} ({count} todos)", "{username} was invited to {group}": "{username} a été invité à {group}", - "© The OpenStreetMap Contributors": "© Les Contributeur⋅ices OpenStreetMap" + "© The OpenStreetMap Contributors": "© Les Contributeur⋅ices OpenStreetMap", + "Close map": "Fermer la carte", + "On foot": "À pied", + "By bike": "En vélo", + "By transit": "En transports en commun", + "By car": "En voiture", + "Select all resources": "Sélectionner toutes les ressources", + "Select this resource": "Sélectionner cette ressource", + "You can add resources by using the button above.": "Vous pouvez ajouter des ressources en utilisant le bouton au dessus." } diff --git a/js/src/views/Event/EventView.vue b/js/src/views/Event/EventView.vue index 8beac096a..6a0763a8c 100755 --- a/js/src/views/Event/EventView.vue +++ b/js/src/views/Event/EventView.vue @@ -205,11 +205,11 @@ full-screen :can-cancel="['escape', 'outside']" > -