Colin Darie
|
328844dabf
|
feat(task): delete contacts without activity since 2 years
|
2024-09-05 10:50:42 +02:00 |
|
mfo
|
3a33d8af45
|
fix(data): unlock broken dossier due to bad release
|
2024-08-30 17:37:05 +02:00 |
|
mfo
|
bab8fc2d29
|
fix(delete_orphaned_champs): maintenance tasks with custom PG_STATEMENT_TIMEOUT is not a good fit. change implementation to after_party
|
2024-08-27 13:43:28 +02:00 |
|
mfo
|
0771d207f3
|
Merge pull request #10716 from mfo/US/fix-bad-data
ETQ instance DS, je souhaite que l'intégrité des données entre les champs et les dossiers soient garantie par une contrainte en base de donnée
|
2024-08-26 14:23:25 +00:00 |
|
mfo
|
1d84c0f55b
|
fix(champs.orphaned): add maintenance task to clean orphaned champs where dossier is missing
|
2024-08-26 16:00:59 +02:00 |
|
mfo
|
03a72ccf06
|
fix(PopulateSiretValueJSONTask): some bad data prevent the task to finish
|
2024-08-26 10:10:34 +02:00 |
|
mfo
|
8a42c6a7ad
|
Merge pull request #10708 from mfo/US/format-rna
ETQ tech je souhaite que les champs RNA ne puissent pas contenir d'espace sans quoi nos appels d'API remontent un URI::InvalidURIError
|
2024-08-22 08:36:38 +00:00 |
|
mfo
|
53cbb1cace
|
fix(PopulateRnaJsonValue): some procedure had been deleted, can not find them
|
2024-08-22 10:24:03 +02:00 |
|
mfo
|
22e50d4c9e
|
fix(data): normalize invalid Champs::RNAChamp.values in db
|
2024-08-22 10:24:03 +02:00 |
|
Colin Darie
|
77fb0553fc
|
chore: enable freeze string literals by comment
|
2024-08-22 09:26:48 +02:00 |
|
mfo
|
0ed5206d9f
|
fix(PopulateRNAJSONValueTask): edge case, one champ raises an URI::InvalidURIError
|
2024-08-21 16:36:22 +02:00 |
|
mfo
|
3662e38366
|
hotfix(ProcedurePresentation): backfill invalid procedure presentation private tabel name for type de champs private
|
2024-08-20 17:58:55 +02:00 |
|
mfo
|
92ffd69bf1
|
doc(instance): explicite quand/comment faire tourner ces taches
|
2024-08-20 11:37:21 +02:00 |
|
mfo
|
a66bd46082
|
data(backfill): Champs::SiretChamp.value_json [±1.4M occurences]
|
2024-08-20 10:31:23 +02:00 |
|
mfo
|
917f25dcfd
|
data(backfill): Champs::RnaChamp.value_json [±7.5k occurences]
|
2024-08-20 10:31:23 +02:00 |
|
mfo
|
4bf5725d6d
|
data(backfill): Champs::RnfChamp.value_json [±400 occurences]
|
2024-08-20 10:31:23 +02:00 |
|
Paul Chavard
|
9d7d7da85a
|
Merge pull request #10572 from demarches-simplifiees/add-pj-from-messagerie-to-gallery
ETQ instructeur je peux voir les pjs envoyées par la messagerie dans l‘onglet "pièces jointes"
|
2024-07-30 09:35:14 +00:00 |
|
simon lehericey
|
746ff92118
|
Add PhishingAlert maintenance task and mailer
|
2024-07-24 18:10:57 +02:00 |
|
Eric Leroy-Terquem
|
d8d2094909
|
db(task): remove pj files for not visible champs
|
2024-07-24 09:21:12 +02:00 |
|
Colin Darie
|
4f5f860405
|
fix(helpscout): rate limit respect 1 minute window
|
2024-07-22 15:12:54 +02:00 |
|
Eric Leroy-Terquem
|
5fbe2daca2
|
db(maintenance task): create representations for pjs sent by messagerie
|
2024-07-22 10:07:40 +02:00 |
|
Paul Chavard
|
6e37a3faf1
|
chore(champs): task to move non unique champs to a bad_data stream
|
2024-07-16 14:17:12 +02:00 |
|
Eric Leroy-Terquem
|
ad7f01f97b
|
fix(maintenance task): catch active storage errors
|
2024-07-11 10:37:00 +02:00 |
|
Eric Leroy-Terquem
|
30da11823b
|
db(task): create previews for pjs in one week
|
2024-07-10 17:38:05 +02:00 |
|
Eric Leroy-Terquem
|
c9d74c46d1
|
db(task): create variants for pjs in one week
|
2024-07-10 17:38:04 +02:00 |
|
Eric Leroy-Terquem
|
5397c84918
|
clean: remove failing maintenance tasks
|
2024-07-02 09:58:28 +02:00 |
|
Colin Darie
|
0adadf77fa
|
fix(helpscout): rate limit compared to integer
Signed-off-by: Colin Darie <colin@darie.eu>
|
2024-07-01 10:54:31 +02:00 |
|
mfo
|
bc6e2a40ba
|
Merge pull request #10554 from mfo/US/fix-export-decimal
ETQ admin/instructeur, je souhaite récupérer la valeur d'un type de champ decimal même si la valeur est précédé et ou suivi d'espace blanc
|
2024-06-26 02:06:39 +00:00 |
|
mfo
|
cfda807b66
|
fix(data): decimal number having spaces are no more exportable
|
2024-06-25 21:17:46 +02:00 |
|
Colin Darie
|
22a4f471e5
|
fix(helpscout): rate limit take into deletions into account
|
2024-06-25 16:45:41 +02:00 |
|
Eric Leroy-Terquem
|
c94c2f55c8
|
task(pj): create representations for latest pieces jointes
|
2024-06-24 11:13:37 +02:00 |
|
Colin Darie
|
9d4113befb
|
feat(helpscout): delete old conversations
|
2024-06-13 11:16:52 +02:00 |
|
Paul Chavard
|
704cd60e04
|
chore(task): run commune code fix on all champs of a procedure
|
2024-05-29 15:56:49 +02:00 |
|
simon lehericey
|
555df3a6d8
|
feat(User): add maintenance task to backfill email_verified_at
|
2024-05-27 17:24:56 +02:00 |
|
mfo
|
1b2cd09737
|
Merge pull request #10387 from demarches-simplifiees/recompute_blob_checksum
Tech: ajoute une maintenance task pour recalculer les checksums de pj erronées
|
2024-05-24 08:20:42 +00:00 |
|
mfo
|
29ef5b313c
|
fix(data): clean Champs::PieceJustificativeChamp for annotations that had been cloned
|
2024-05-21 14:35:51 +02:00 |
|
mfo
|
a01bbd68c7
|
fix(backfill_invalid_dossiers): not tested, typo
|
2024-05-16 09:48:05 +02:00 |
|
mfo
|
68a624be9e
|
fix(data): backfill invalid dossier for tiers without tiers info
|
2024-05-15 14:42:37 +02:00 |
|
simon lehericey
|
d2987582f1
|
chore(blob): add maintenance task to recompute blob checksum
|
2024-04-29 10:06:33 +02:00 |
|
Paul Chavard
|
0f6b39d5ca
|
fix(task): fix BackfillCommuneCodeFromNameTask
|
2024-04-24 16:22:20 +02:00 |
|
Paul Chavard
|
f4f1d5bcd9
|
chore(task): backfill commune code from name task
|
2024-04-15 12:12:05 +02:00 |
|
Paul Chavard
|
bde496b739
|
Merge pull request #10322 from tchak/chore-backfill-stable-id-custom-limit
chore(task): backfill stable_id with custom limit
|
2024-04-15 09:28:21 +00:00 |
|
Paul Chavard
|
ef2aa217ff
|
chore(task): backfill stable_id with custom limit
|
2024-04-15 10:43:39 +02:00 |
|
simon lehericey
|
120eb4253c
|
data: add naive maintenance task to cold storage dol
|
2024-04-15 10:16:14 +02:00 |
|
Paul Chavard
|
9bfc4119b1
|
fix(stable_id): recursive job to fill stable_ids
|
2024-04-11 11:45:03 +02:00 |
|
simon lehericey
|
f55328c15d
|
fix: maintenance task to backfill city_name
|
2024-04-09 11:44:11 +02:00 |
|
Paul Chavard
|
282ce1322c
|
fix(stats): more accurat stats about deleted dossiers
|
2024-04-04 19:00:48 +02:00 |
|
Paul Chavard
|
81c325f938
|
chore(task): another attempt to backfill stable_id
|
2024-04-04 17:55:38 +02:00 |
|
Paul Chavard
|
792bf47658
|
chore(task): reduce batch size of fill stable id task
|
2024-04-02 15:55:44 +02:00 |
|
Paul Chavard
|
3c336c437a
|
chore(task): optimize maintenance task
|
2024-03-28 17:35:17 +01:00 |
|