Tags

Tags give the ability to mark specific points in history as being important
  • v5.2.0

    chore: reformat md files with prettier
    Merge "Better CI: tsc compilation checks on all services + node_modules/ cache seeding based on code changes" - 'better-ci' into 'master'
    Merge "FEAT-745: Déployer un filet de tests e2e sur l’API" - 'FEAT-745-tests-e2e-api' into 'master'
  • v5.1.2

    Merge "FEAT-744: Permettre aux participants de voir les autres inscrits aux sessions (part 2: opt-out participant possible)" - 'FEAT-744-opt-out-public-participants' into 'master'
  • v5.1.1

    chore(front): remove unused compression node module
    fix(front): fix language resolution for frontend servers
  • v5.1.0

    Merge "FEAT-750: Clean et fix toutes les erreurs Sentry récurrentes" - 'sentry' into 'master'
    Merge "Better worktrees development : now fixed frontends not launching and broken commands" - 'better-worktrees' into 'master'
    Merge "FEAT-755: Les registrations ne sont plus désinscrites des sessions quand elles se désinscrivent d’un événement." - 'FEAT-755-registrations-not-wiped-on-unregister' into 'master'
    Merge "chore(deps): update dependency @sentry/cli to ^3.5.1" - 'renovate/sentry-cli-3.x' into 'master'
    Merge "chore(deps): pin traefik docker tag to c925e2d" - 'renovate/pin-dependencies' into 'master'
    fix: navigating back to sessions full list in user tour, not in the subscribed sessions list
    feat: better user tours - mask is now darker - There is an end button you can press, more natural - pressing the arrow key closes the tour on last step - better translations overall
    fix: Activate the wdyr dev plugin only if local storage key is present
    fix: Remove bad radius on default welcome page template
    chore: comment on default behavior of the new editor seelction
    fix: legacy firefox compatibility in the project list preview card is not needed anymore and cause bad rendering.
    fix: solve conflict between the favorite project feature and the automatic redirection in the projects list
    feat: added why-did-you-render plugin for better dev debugging
    Merge "Ad  a worktree creation script that handles all the wiring for us (run different branches of NOE on the same computer in seconds)" - 'worktree-script' into 'master'
    tools: including AGENTS.md and CLAUDE.md inside the project
    Merge "chore(deps): update dependency express-rate-limit to v8.5.2" - 'renovate/express-rate-limit-8.x-lockfile' into 'master'
    Merge "[CHANGELOG] Juin 2026" - 'changelog-juin-2026' into 'master'
    Merge "[CHANGELOG] Mai 2026" - 'changelog-mai-2026' into 'master'
  • v5.0.9

    fix(tiBillet): query hasNotShownUp as ObjectId, not boolean
    chore: update claude
    fix: default error messages of fetchWithMessages.js were mutated inside the displayMessage function, leading to unaccurate error messages sometimes
  • v5.0.8

    test(sessions): fix useSessionSubscriptionState tests after hook refactor
    Merge "FEAT-744: Permettre aux participants de voir les autres inscrits aux sessions" - 'FEAT-744-inscriptions-visibles-participantes' into 'master'
    Merge "FEAT-724: [FIXES] TiBillet x NOE: créditer de la monnaie bénévole à la validation d’un shift" - 'tibillet-fixes' into 'master'
    feat: add private notes in the registrations export
    chore: claude settings
  • v5.0.7

    fix: HOTFIXING the isSteward undefined variable due to merging issues between the two last MRs
    Merge "FEAT-724: TiBillet x NOE: créditer de la monnaie bénévole à la validation d’un shift" - 'FEAT-724-monnaie-benevole-tibillet' into 'master'
    Merge "FEAT-743: Export participant corrompu sur certains outils externes à cause de retours à la ligne non échappés" - 'fix-inputs-not-trimmed' into 'master'
    chore(db): better dump/copy database script
    chore: remove obsolete md file
    fix(compose): upgrade traefik image tag to be compatible with latest docker versions
    chore: Ajout communication site web sur le montant des dons
    fix: make .husky files executable
    fix: FEAT-742 champs obligatoires pas marqués
    chore(docs): remove useless doc
    chore(gitignore): add AI stuff to gitignore
    chore: add pr-message.md to gitingore
    Merge "Maitnenance fixes in api" - 'fixes-maintenance-api' into 'master'
    Merge "FEAT-337: Page d’accueil : migrer de React-Page vers Puck (Etape 2: suppr bouton de switch pour nouveaux projets + background gradient)" - 'FEAT-337-puck-enlever-option-ancien-editeur-et-degrade' into 'master'
    feat: better Sentry exclude pattern for false-positive errors on frontends
    docs: add DDD repository layer design spec
    Merge "chore(deps): update all patch updates (patch)" - 'renovate/patch-all-patch-updates' into 'master'
    Merge "FEAT-695: Bloquer la désinscription pour les sessions passées" - 'FEAT-695-blocage-desinscriptions' into 'master'
    Merge "FEAT-359: Page d’accueil par défaut (nouveau builder)" - 'default-welcome-page-editor-content' into 'master'
  • v5.0.6

    chore(upgrade-prod): if changelog is updated, website service restarts
  • v5.0.5

    chore: improve deploy.js script with better defaults
    chore(ticketing): Add more logs for better debuggability
    fix(deploy-script): deploy script was buggy with sandbox deployment (not taking in account the branch to deploy)
    fix: import was not working anymore because of new id() getter introduced in Mongoose7 since upgrade at commit b8f18f02e92d84ce9bdbaac999eb4d93af06ad74. Now all models exclude the use of the id prop and only rely on the _id prop (canonical behavior in NOE since the beginning)
    chore: modify the upgrade-prod.sh script to fetch tags before starting the restart process
    Merge "[CHANGELOG] Avril 2026" - 'changelog-avril-2026' into 'master'
  • v5.0.4

    chore(ticketing): Add more logs for better debuggability
  • v5.0.3

    fix(deploy-script): deploy script was buggy with sandbox deployment (not taking in account the branch to deploy)
    fix: import was not working anymore because of new id() getter introduced in Mongoose7 since upgrade at commit b8f18f02e92d84ce9bdbaac999eb4d93af06ad74. Now all models exclude the use of the id prop and only rely on the _id prop (canonical behavior in NOE since the beginning)
  • v5.0.2

    chore: modify the upgrade-prod.sh script to fetch tags before starting the restart process
  • v5.0.1

    fix: use --first-parent for tag changelog — only mainline commits, not branch internals
    fix: collect all commits for tag description, not just merge commits
    feat: add changelog as annotated tag description
    fix: create tag only after deploy push succeeds — avoids orphaned tag on hook failure
    chore: removed obsolete version in package.json
    Merge "Better deploy pipeline (deploy.js script)" - 'better-release-pipeline' into 'master'
    Merge "Full i18n support on PDF plannings" - 'fix-pdf-i18n' into 'master'
  • 3.1

    fc0599ff · FIX android: ·
  • 3.0

    cb1f761d · Minor update index.md ·