Skip to content
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

[pull] develop from decidim:develop #160

Merged
merged 4 commits into from
Jul 24, 2023
Merged

[pull] develop from decidim:develop #160

merged 4 commits into from
Jul 24, 2023

Commits on Jul 24, 2023

  1. Remove consultations module (#11171)

    * Remove decidim-consultations module directory
    
    * Remove decidim-consultations references
    
    * Remove decidim-consultations GitHub Actions workflow
    
    * Remove extra decidim-consultations references detected on review
    
    * Fix specs
    
    * Add explanation in Releases Notes
    
    * Fix bad conflict resolution
    andreslucena authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    da902e1 View commit details
    Browse the repository at this point in the history
  2. Add script for checking the status of the backports (#11065)

    * Extract ByIssueId class on Decidim::GithubManager::Querier to introduce Base class
    
    * Introduce Decidim::GithubManager::Querier::ByLabel
    
    * Introduce Decidim::GithubManager::Querier::RelatedIssues
    
    * Add exclude_label feature in ByLabel class
    
    * Prefer usage of `id` key in RelatedIssues class for consistency with the other classes
    
    * Remove hardcoded days constant in ByLabel
    
    * Differentiate when a PR was merged or closed w/o merge
    
    * Clean-up spec
    
    * Fix spec
    
    * Fix yardocs
    
    * Move raising InvalidMetadataError exception logic to Base class
    
    * Add missing requires
    
    * Permit multiple excluded labels when querying by label
    
    * Add CSV and CLI backports reporters
    
    * Add CLI for backports_checker
    
    * Remove hardcoded version numbers in Reports
    
    * Remove CSV report from output
    
    * Fix rubocop offense for Rails/Date
    
    * Fix rubocop offense for Style/NegatedIfElseCondition
    
    * Fix rubocop offense for Layout/SpaceInsideArrayLiteralBrackets
    
    * Fix rubocop offense for Rails/TimeZoneAssignment
    
    * Add spec for checking that the backport branch is converted correctly
    
    * Prefer usage of subject instead of memoized manager variable for rspec example
    
    * Sanitize user-supplied parameter for preventing command-line injections
    
    * Check if the pull requests were merged before showing in the PRs to backport list
    
    * Improve docs on ByLabel class with all the conditions
    
    * Tune style of CLIReport
    
    * Fix bug when there are much events in the Timeline for RelatedIssues
    
    * Add colors explanations in CLI help
    
    * Fix documentation on :days_to_check_from
    
    It is on how many days since the PR was **updated**, not **created**,
    nor **merged**.
    
    * Add pagination support for GitHub querier
    
    * Check that the days_to_check_from complies with the merged_at date
    
    * Add instructions for how to use the auth token from the `gh` CLI tool
    
    * Fix rubocop offense for Style/PreferredHashMethods
    
    * Fix bug on CLI reporter when the title is really long
    
    * Improve specs for related_issues on CLI reporter
    
    * Fix bug on CLI reporter when the ID is short
    andreslucena authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    033111e View commit details
    Browse the repository at this point in the history
  3. Redesign: content blocks tasks (#11109)

    * Extract creation of default content blocks to a service
    
    * Define a task to create default content blocks in spaces and process groups
    
    * Use service to add default content blocks on creation commands of processes, assemblies and participatory process groups
    
    * Skip blank items in extra_data cell
    
    * Change success message if component belongs to a space with landing page
    
    * Create default content blocks in seeds of processes, assemblies and processes groups
    
    * Reorder default content blocks of participatory process groups
    
    * Set only as default main data and metadata content blocks on participatory processes and assemblies
    
    * Add documentation to release notes
    
    * Fix linter
    
    Co-authored-by: Alexandru Emil Lupu <contact@alecslupu.ro>
    
    ---------
    
    Co-authored-by: Fernando Blat <fernando@blat.es>
    Co-authored-by: Alexandru Emil Lupu <contact@alecslupu.ro>
    3 people authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    39d92d9 View commit details
    Browse the repository at this point in the history
  4. Redesign: mentions template (#11245)

    * fix mentions template
    
    * since quill is out, deprecated code (https://github.com/decidim/decidim/pull/5474/files#diff-8e60fc4fed72fa6e4235355f2b4c6691d4e693af104eea96cdf82db43de01f3eR145-R159)
    
    * remove styles from mention
    
    * fix tests
    
    * fix rubocop offenses
    
    * upate tests markup
    Crashillo authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a7f95d9 View commit details
    Browse the repository at this point in the history