Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.
Markdown
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the changes for the upcoming release can be found in <https://github.com/twisted/my-project/tree/main/changelog.d/>.

<!-- towncrier release notes start -->

## [1.0.0](https://github.com/twisted/my-project/tree/1.0.0) - 2022-09-28


### Security

- Fixed a security issue! ([#6](https://github.com/twisted/my-project/issues/6), [#7](https://github.com/twisted/my-project/issues/7))


### Removed

- Removed a square feature! ([#4](https://github.com/twisted/my-project/issues/4))


### Deprecated

- Deprecated a module! ([#3](https://github.com/twisted/my-project/issues/3))


### Added

- Added a cool feature! ([#1](https://github.com/twisted/my-project/issues/1))


### Changed

- Changed a behavior! ([#2](https://github.com/twisted/my-project/issues/2))


### Fixed

- Fixed a bug! ([#5](https://github.com/twisted/my-project/issues/5))
- A fix without an issue number!

Master

Changelog

Numéro de ticket

Intitulé

Valeur id de groupe manquante lors de la création d'un flashMessage ayant plusieurs destinations.

DMS-4390

FO : Messages flash multi-destinataire - champ de groupement non renseigné

Suppression des gammes d'opérations lors de la suppression d'un équipement.

7914

Suppression des gammes d'opérations lors de la suppression d'un équipement (Helpdesk 4390)

Volumétrie : 575000

Temps avant : timeout (> 30s)

Temps actuel : 1 sec

Optimisations :

Nouvel index : baseuserSpeedIdx5 (teamtype_ID)

Nouvel index : planningSpeedIdx7 (resource_ID)

Modification index : interventionSpeedIdx2 (generictype_ID_status, startDate, endDate)

FuncServer_UpdateInterventionsStatus :

Ajout de gStatus.dataType = 'INTERVENTION_STATUS' dans le LEFT JOIN gStatus interne (et conversion en INNER JOIN)

Ajout de (gStatus.tag IS NULL OR (gStatus.tag != 'CLOSED' AND NOT gStatus.tag LIKE 'CLOSED|%')) dans le WHERE interne

FuncServer_SendInterventionsReport :

Précalcul de minDate pour économiser la jointure sur basevariable

4370

Optimisations du script serveur de gestion du status d'intervention

...