demarches-normaliennes/spec
Martin 3737311390 feat(procedure.procedure_expires_when_termine_enabled): enable by default, allow contributor to choose the default settings of this flag using an env var during migration. ie: DEFAULT_PROCEDURE_EXPIRES_WHEN_TERMINE_ENABLED=true|false
feat(administrateurs/procedures#show): warning/alert when procedure_expires_when_termine_enabled is not true on current procedure

feat(administrateur/procedure#update): after an update redirect to procedure show: suggested by: https://ux.stackexchange.com/questions/55291/after-updating-form-should-redirect-back-to-form-itself-or-to-the-show-page-or-b and confirmed by Olivier

clean(Flipper.archive_zip_globale): no more in use, so remove all occurences

Update app/views/administrateurs/procedures/_suggest_expires_when_termine.html.haml

Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>

Update app/views/administrateurs/procedures/_suggest_expires_when_termine.html.haml

Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>

Update app/views/administrateurs/procedures/_suggest_expires_when_termine.html.haml

Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>

Update spec/views/administrateurs/procedures/show.html.haml_spec.rb

Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>

fix(review): typo, why ena?, who knows

fix(env.example.optional): add missing DEFAULT_PROCEDURE_EXPIRES_WHEN_TERMINE_ENABLED
2022-05-05 13:07:11 +02:00
..
components feat(message): replace message partial with MessageComponent 2022-04-26 14:54:58 +02:00
controllers feat(procedure.procedure_expires_when_termine_enabled): enable by default, allow contributor to choose the default settings of this flag using an env var during migration. ie: DEFAULT_PROCEDURE_EXPIRES_WHEN_TERMINE_ENABLED=true|false 2022-05-05 13:07:11 +02:00
factories dossiers: fix dossier_vide with drop_down_list 2022-05-04 16:34:37 +02:00
fixtures fix(parallel_download_queue): tophoeus does not like raise from a request handler [crash straight to first frame] 2022-01-07 14:24:37 +01:00
graphql fix(graphql): stop crashing on dossiers with deleted users 2022-05-04 16:16:47 +02:00
helpers feat(message): replace message partial with MessageComponent 2022-04-26 14:54:58 +02:00
jobs refactor: extract download_and_zip in to a shared service 2022-04-12 14:54:54 +02:00
lib remove duplicate spec 2022-04-07 12:06:13 +02:00
mailers test(dossier): update spec to use visible_by_administration 2022-03-10 14:29:40 +01:00
middlewares specs: always require rails_helper 2020-03-31 12:48:32 +02:00
models fix(dossier): champs repetable in champs private 2022-05-04 15:57:25 +02:00
policies factories: cleanup Administrateur, Instructeur and Expert factories 2021-10-26 12:03:30 +02:00
serializers fix(dossier): use depose_at instead of en_construction_at 2021-12-06 15:49:17 +01:00
services types_de_champ -> types_de_champs_public 2022-05-03 11:05:24 +02:00
support Test (Capybara): add no-sandbox option to headless chrome driver 2022-02-04 17:34:10 +01:00
system feat(procedure.procedure_expires_when_termine_enabled): enable by default, allow contributor to choose the default settings of this flag using an env var during migration. ie: DEFAULT_PROCEDURE_EXPIRES_WHEN_TERMINE_ENABLED=true|false 2022-05-05 13:07:11 +02:00
views feat(procedure.procedure_expires_when_termine_enabled): enable by default, allow contributor to choose the default settings of this flag using an env var during migration. ie: DEFAULT_PROCEDURE_EXPIRES_WHEN_TERMINE_ENABLED=true|false 2022-05-05 13:07:11 +02:00
rails_helper.rb feat(view_components): add view_components 2022-04-26 14:54:58 +02:00
spec_helper.rb Chore(test): enable rspec only-failures support 2021-04-15 14:17:39 +02:00