Mikita Belahlazau
Mikita Belahlazau
### Description * Add link on how to get GitHub token to the comment. That comment is linked from release docs. * Add timeout to `docker login` command as it...
**Describe the bug** Feedback from Arkansas: when admin creates new question it's easy to miss required fields. They are marked with asterisks but they are small. Suggestions were to increase...
**Describe the bug** When civiform works marks question optional or moves it up/down in program builder screen - the page refreshes and jumps to the top. That's unexpected as UI...
CiviForm has 2 types of buttons. Old rectangular ones and new rounded buttons. The new buttons were added after the recent admin UX redesign. Still there is a number of...
**Is your feature request related to a problem? Please describe.** We have question types that have a list of options: dropbdown, checkbox. When creating such questions admin needs to input...
Deploy command is `bin/deploy --tag=version`. The version is not validated by script. It's propagated to fargate as it is and only there, if it's invalid, task will fail deployment. Deployment...
During initial deployment we ask for some secret values (related to auth). CiviForm doesn't accept empty values so we ask user to put something. Normally during initial deployment user doesn't...
**Describe the bug** Deploy scripts create `checkout` directory which contains terraform providers and some state files. We don't clean up this directory today. Which has few consequences: 1. If you...
In browser tests at the moment we are using version of jest-image-snapshot that doesn't support jest 29 while we are using jest 29. It breaks normal `npm install` as it...
### Description Eslint is run after browser test finishes (successfully or unsuccessfully). This way it doesn't block engineers if they don't find ESlint useful: they get test results and can...