demarches-normaliennes/spec
2022-04-05 15:11:21 +02:00
..
controllers refactor(dossier): use by_statut 2022-04-05 09:42:23 +02:00
factories test(dossier): update spec to use visible_by_administration 2022-03-10 14:29:40 +01: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 feat(graphql): expose more dossier informations 2022-03-14 15:58:02 +01:00
helpers fix a11y-8.9.1 2022-02-02 19:03:40 +01:00
jobs feat(archive): extract archive status management within job to simplify the main service as well as to isolate this part for a merge with exports csv/xslx [maybe?] 2022-03-31 13:35:49 +02:00
lib specs: make test migrations safer 2022-03-16 10:30:25 +01: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.processed_in_month): using PG between operator with a date does not play nicely when it is compared to DateTime in postgres. meaning given a Date as 2022/03/31, when compared with a DateTime in postgres, the casting of 2022/03/31 to Datetime becomes 2022/03/31 00:00. So we skiped all dossiers from last date in month 2022-04-05 13:54:36 +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 feat(ArchiveUploader.upload_with_chunking_wrapper): expect to retry call to wrapper once 2022-04-05 15:11:21 +02:00
support Test (Capybara): add no-sandbox option to headless chrome driver 2022-02-04 17:34:10 +01:00
system refactor(instructeur): cleanup destroy / restore routes 2022-03-11 14:06:34 +01:00
views tests 2022-03-31 15:48:18 +02:00
rails_helper.rb Revert "Merge pull request #7105 from betagouv/US/fix-dossier.processed_in_month" 2022-04-05 13:39:37 +02:00
spec_helper.rb Chore(test): enable rspec only-failures support 2021-04-15 14:17:39 +02:00