Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: consuldemocracy/consuldemocracy Loading
base: fcc530e711519f8042520a8bb1d9f13234f13c6d
Choose a base ref
...
head repository: consuldemocracy/consuldemocracy Loading
compare: 1a8687b24c130390e9059abc37c6059749a05bcb
Choose a head ref
  • 12 commits
  • 44 files changed
  • 1 contributor

Commits on Dec 21, 2020

  1. Add basic SDG Management content section

    Note using `params[:relatable_type].classify` is recognized as a
    security risk by some tools. However, it's a false positive, since we've
    added constraints to the URL so that paramenter can only have the values
    we trust.
    javierm committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    3d975f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    562f324 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a473c5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26c255a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0f7567 View commit details
    Browse the repository at this point in the history
  6. Add search method to polls

    So far the method does not take questions nor answers into account.
    
    This way we'll be able to search polls in the SDG Management section.
    javierm committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    d01803e View commit details
    Browse the repository at this point in the history
  7. Add search method to legislation processes

    This way we'll be able to search processes in the SDG Management
    section.
    javierm committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    b4316ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    987f1d5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52f7dd5 View commit details
    Browse the repository at this point in the history
  10. Extract method to display a goal code and title

    This is a pattern we're going to use in many places.
    javierm committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    370ec2b View commit details
    Browse the repository at this point in the history
  11. Add filter by goal

    javierm committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    5e2d653 View commit details
    Browse the repository at this point in the history
  12. Add filter by target

    javierm committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    1a8687b View commit details
    Browse the repository at this point in the history
Loading