Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add census type radio buttons * fix lint * fix transformLocales * createion elections with cencus permissions * add batch queue * add verification methods for voting * remove whenever, add info to readme * update the vocdoni census after delete authorization * add internal_census field * change readme * change views vote * add helper method * add modal window, add internal census logic to voting * add loginModal * fix login modal, fix wallet generation * create election without verification_types * create election without voters * fix erb linter * refactoring, add system tests for internsl census * change titles in census form * fix preview, fix tests * fix missink keys * fix use doublequote quotes * add spec for job * fic create internal command, add tests * add spec for cell * add spec for form * add spec for controller * add spec for AuthorizationsData model * add spec for AuthorizationExtensions * add system test for vote online * fix lint * add spec for voter model * remove the unnecessary method * fix new-vote.js * fix CensusPermissionsForm * update ruby * add wrapper for node * Use a Sdk service for running sdk actions * clean js * add election to sdk runner * fix create wallet test * update create census test * create an election from the backend * Create the election using node * normalize locales * fix wizard test * make tests deterministic * fix factories * start elections * use values for results * remove unused test * fix erb file * fix unit tests * fix syntac error * fix more tests * fix tests * fix tests * fix tests * fix wrong method for translated * avoid external library * better management of the case auto_start * fix test * debug sdk * prevent comunitaction with api * add the test log to artifacts * use expect to wait for ajax * handle & update results * message acording election start mode * linting * Merge node-wrapper branch * remove js * fix npm lint * fix rubocop * fix census controller * fix test * change census view * change voter_verified? * change voter_verified? * fix voter_verified? for empty required_authorizations * update sdk * Refactor deterministicWallet method to align with JS implementation and enhance security * fix tests * fix test * fix updating of voting statistics * change logic: creating technical_voter when no one is authorized for selected authorization types; add spec * fix test * Update README.md Co-authored-by: Ivan Vergés <[email protected]> * Update README.md Co-authored-by: Ivan Vergés <[email protected]> * fix translata of authorizations handler_name * Save the census wallet for later use. Allow to send updated census * test script for census change * fix test using mjs for node wrapper * fix script * script working * update census job, add information on the need to update the census * add census traking * fix non_voters method, fix job * fix job * refactor the job, add new services * fix rubocop, locale * npm update, fix BigInt * fix erblint * refactor steps controller, add flash, permissions * change chrome version for test * change chrome version for test * change chrome version for test * change chrome version for test * change chromedriver version for test * change chromedriver version 121 for test * change chromedriver version 121 for test * fix tests * add tests * fix locale keys * update chromedriver config * add ajax for update census info * Add text to the voting page when the voter is not yet listed in the census * fix translate missing * fix tests * delete test * fix erb lint * remove the code * fix ajax * add tests * improve census view * fix tests * fix tests * change massage in the setup form for internal census * improve the census update view * replace flash message to ajax * change texts for check census * add helpers * add helper methods * remove code * remove code * remove migration, remove AuthorizationsData * delete override * destroy tech voter after census update * fix test * fix ajax: update census * fix erb linter * ensure user is redirected to where the action started * change the users context for the internal census form Co-authored-by: Ivan Vergés <[email protected]> * refactoring VotesController * change text for update census result * remove cron task * Update README.md Co-authored-by: Ivan Vergés <[email protected]> * add DECIDIM_COMPAT_VERSION Co-authored-by: Ivan Vergés <[email protected]> * update gemspec * refactoring: dynamic_census attribute is not used * add custom version number, add info to readme * bundle * add credit renewal flow, add tests * add comments * fix erb linter, fix test * add test * remove migrations * remove api_endpoint_env method * remove btn for propd env * update instructions and provider * fix specs * rubocop --------- Co-authored-by: Ivan Vergés <[email protected]>
- Loading branch information