forked from decidim/decidim
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Specs #19
Open
alecslupu
wants to merge
105
commits into
octree-gva:fix/redirect_user_intented_page
Choose a base branch
from
tremend-cofe:fix/redirect_user_intented_page
base: fix/redirect_user_intented_page
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add Specs #19
alecslupu
wants to merge
105
commits into
octree-gva:fix/redirect_user_intented_page
from
tremend-cofe:fix/redirect_user_intented_page
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add schema.org Event serializer for Breadcrumb * Skip empty items * Add name to BreadcrumbList schema * Fix rubocop offense * Fix specs
* remove nested * add reload * debug * manually set tokens * add sleep * cleanup
* Fix @tarekraafat/autocomplete.jsversion upgrade * Lock @tarekraafat/autocomplete.js version to 10.2.7 * Trigger pipelines
* Remove realtime training * Fix @tarekraafat/autocomplete.jsversion upgrade * Lock @tarekraafat/autocomplete.js version to 10.2.7 * Trigger pipelines * Apply suggestions from code review Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Update docs/modules/develop/pages/ai_tools/spam_detection_trainer.adoc Co-authored-by: Andrés Pereira de Lucena <[email protected]> --------- Co-authored-by: Andrés Pereira de Lucena <[email protected]>
* Fix redirect path after blocking a user * Changed icons
* Remove useless helper methods * Add Kebab menu for resources * Fix specs * Fix follow for resources * Fix failing specs * Change column width * Place Share button in actions row * lint * Fix share buttons * Refactor the endorsers list * Lint * Fix failing specs * Lint * Remove unused file * Remove horizontal padding in pop-up * Apply review recommendation * Apply review recommendations * Fixing issues * Fix failing specs * Fix rubocop * Apply review recommendations * Add spec * Fix specs * Upgrade @tarekraafat/autocomplete.js * Fix dependency * Apply latest review recommendations * Fix specs * Test Aria label * Apply suggestions from code review Co-authored-by: Andrés Pereira de Lucena <[email protected]> --------- Co-authored-by: Andrés Pereira de Lucena <[email protected]>
Co-authored-by: Alexandru Emil Lupu <[email protected]>
Co-authored-by: Andrés Pereira de Lucena <[email protected]>
* Add Meeting Attendees metric * Fix TODOs * Apply suggestions from code review Co-authored-by: Andrés Pereira de Lucena <[email protected]> --------- Co-authored-by: Andrés Pereira de Lucena <[email protected]>
* Fix permissions in initiatives * Fix specs * Add specs
Co-authored-by: Alexandru Emil Lupu <[email protected]> Co-authored-by: Anna Topalidi <[email protected]>
Co-authored-by: Ivan Vergés <[email protected]> Co-authored-by: Alexandru Emil Lupu <[email protected]>
* Fix newsletter subscriber count * Running linters * Add spec
* Update UI design of detail page * Fix specs * Fix specs * Fix spec * Fix labels * Fix specs * Add withdraw icons
) Co-authored-by: Alexandru Emil Lupu <[email protected]>
* Remove wkhtmltopdf-binary gem and wicked configuration * Update installation doc * Add release notes note * Add wkhtmltopdf package in CI configuration
* Add Open Data page with explanations * Add download links for each resource in the Open Data page * Clarify the rspec example about the ZIP file format * Make the variable naming more resource for the open data examples * Add missing i18n string * Run i18n-tasks normalize * Fix spelling error * Fix bad merge * Fix specs * Add detailed explanation of the files * Fix file download for resources * Add specs for OpenDataExporter with resources * Fix bug with components download * Fix specs * Add specs for components * Fix spec * Remove duplicated download links * Replace up arrow with down arrow in accordion * Add specs for documentation in open data page * Add license information in Open Data page * Add license file in Open Data zip * Fix styling in Open Data page * Run i18n-tasks normalize
* Fix usage of private_non_transparent_space? * Update decidim-conferences/spec/system/component_spec.rb Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Refactor specs * Patch specs - lint * Apply suggestions from code review Co-authored-by: Andrés Pereira de Lucena <[email protected]> --------- Co-authored-by: Andrés Pereira de Lucena <[email protected]>
* Fix visibility on assemblies * Add spec for search * Update spec
* Add Open Data page with explanations * Add download links for each resource in the Open Data page * Clarify the rspec example about the ZIP file format * Make the variable naming more resource for the open data examples * Add missing i18n string * Run i18n-tasks normalize * Fix spelling error * Fix bad merge * Fix specs * Add profiles to Open Data files * Running linters * Fix specs * Fix file download for resources * Add specs for OpenDataExporter with resources * Fix bug with components download * Fix specs * Add specs for components * Fix spec * Fix spec for bugets' test_field serializer subscription * Add subtitles for different types of elements * Refactor exporter * Lint * Fix spec * Update decidim-core/spec/services/decidim/open_data_exporter_spec.rb Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Apply review recommendation * Add spec for deleted user --------- Co-authored-by: Andrés Pereira de Lucena <[email protected]> Co-authored-by: Andrés Pereira de Lucena <[email protected]>
Co-authored-by: Alexandru Emil Lupu <[email protected]>
Co-authored-by: Alexandru Emil Lupu <[email protected]>
…ies (decidim#13502) Co-authored-by: Alexandru Emil Lupu <[email protected]>
Co-authored-by: Alexandru Emil Lupu <[email protected]>
* extracted fix from decidim#12348 for condition of votes count when voting is disabled * removed inundated test for displaying votes always in export
Co-authored-by: Alexandru Emil Lupu <[email protected]> Co-authored-by: Ivan Vergés <Ivan Vergés>
* updated_at column added. * updated_at column fixed and test added * reference column and test added * author field extracted from debates and added to projects * methods extracted to retrieve the author user profile * renamed the budget id to decidim_budgets_budget_id * selected_at added including its test * follows_count extraction and added with test * longitude and latitude extratced with tests added * translations added and updated * Update decidim-budgets/config/locales/en.yml Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Update decidim-budgets/lib/decidim/budgets/project_serializer.rb Co-authored-by: Andrés Pereira de Lucena <[email protected]> * reverted id and added budget title * extracted root_url helper for rspec test * extratced the budget url with test * translations updated for budget_url * extracted method to retrieve budget url * added test to get URL of budget * removed unused methods from spec * added title of budget * Improved the budget component serializer. id, url and title added to hash with test suite * updated i18n translations * Update decidim-budgets/config/locales/en.yml Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Update decidim-budgets/config/locales/en.yml Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Update decidim-budgets/lib/decidim/budgets/project_serializer.rb Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Update decidim-budgets/spec/serializers/project_serializer_spec.rb Co-authored-by: Andrés Pereira de Lucena <[email protected]> --------- Co-authored-by: Andrés Pereira de Lucena <[email protected]>
Co-authored-by: Alexandru Emil Lupu <[email protected]>
Co-authored-by: Alexandru Emil Lupu <[email protected]>
Co-authored-by: Ivan Vergés <[email protected]>
* Enable sidekiq * Fix pipeline * Remove seeds queue
Co-authored-by: Tom Greenwood <[email protected]> Co-authored-by: Alexandru Emil Lupu <[email protected]> Co-authored-by: Alejandro Rueda López <[email protected]> Co-authored-by: MariaDascaluPublicis <[email protected]>
Co-authored-by: Ivan Vergés <[email protected]> Co-authored-by: Alexandru Emil Lupu <[email protected]> Co-authored-by: Ivan Vergés <Ivan Vergés>
Co-authored-by: Carolina Romero <[email protected]> Co-authored-by: Alexandru Emil Lupu <[email protected]>
Co-authored-by: Andrés Pereira de Lucena <[email protected]>
Co-authored-by: Alexandru Emil Lupu <[email protected]>
) * Add system article and updated screenshots * Update system article and fix errors * Fix lint errors * Fix errors * Apply suggestions from code review Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Fix codeclimate and typo * Fix remaining trailing whitespaces --------- Co-authored-by: paulinebessoles <[email protected]> Co-authored-by: Andrés Pereira de Lucena <[email protected]>
…ecidim#13349) Co-authored-by: Alexandru Emil Lupu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request does not contain a valid label. Please add one of the following labels: ['type: feature', 'type: change', 'type: fix', 'type: removal', 'target: developer-experience', 'type: internal']
* Block notifications for blocked users * Add tests for fix_blocked_user_notification task * Remove trailing whitespaces * Update RELEASE_NOTES.md * Update decidim-core/lib/tasks/upgrade/clean.rake * RELEASE_NOTES.md lint fix * Remove line 24 from RELEASE_NOTES.md * Apply suggestions from code review Co-authored-by: Andrés Pereira de Lucena <[email protected]> --------- Co-authored-by: Alexandru Emil Lupu <[email protected]> Co-authored-by: Andrés Pereira de Lucena <[email protected]>
* Create HexaPDF survey file * Finalize the survey export to hexapdf * Refactor * Fix specs * Fix specs * Refactor Conference diploma to hexaPDF * Running rubocops * Fix language file * Fix failing spec * Fix the conferences pdf rendering * Fix spelling * Fix spelling * Fix specs
* Upgrade rubocop and Rubocop family * Patch faker syntax * Fix Lint/UselessAssignment * Fix Lint/UselessDefined * Fix: Rails/WhereEquals * Fix Rails/PluralizationGrammar * Fix: Rails/RootPathnameMethods * Fix Style/RedundantInterpolationUnfreeze * Fix: Style/FileNull * Fix RSpec/StringAsInstanceDoubleConstant * Fix admin specs * Fix failing specs * Fix: Lint/SafeNavigationConsistency * Fix Style/KeywordArgumentsMerging * Fix Rails/CompactBlank * Fix Style/SelectByRegexp * Handle Style/SafeNavigationChainLength * Add erb exception for Style/SafeNavigationChainLength * Revert Gemfile * Revert gemfile * Revert faker upgrade
…t_user_intented_page
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎩 What? Why?
Please describe your pull request.
📌 Related Issues
Link your PR to an issue
Testing
Describe the best way to test or validate your PR.
📷 Screenshots
Please add screenshots of the changes you are proposing