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

Add multiple statuses on proposals #12052

Merged
merged 93 commits into from Feb 6, 2024

Commits on Nov 2, 2023

  1. Add initial db structure

    alecslupu committed Nov 2, 2023
    Copy the full SHA
    0661e9b View commit details
    Browse the repository at this point in the history
  2. Add build method

    alecslupu committed Nov 2, 2023
    Copy the full SHA
    8964326 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2a01fb3 View commit details
    Browse the repository at this point in the history
  4. Add proposal_state factory

    alecslupu committed Nov 2, 2023
    Copy the full SHA
    460088b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    181baf1 View commit details
    Browse the repository at this point in the history
  6. Misc changes

    alecslupu committed Nov 2, 2023
    Copy the full SHA
    39cd3d4 View commit details
    Browse the repository at this point in the history
  7. Fix proposal status

    alecslupu committed Nov 2, 2023
    Copy the full SHA
    ccc9d28 View commit details
    Browse the repository at this point in the history
  8. Running linters

    alecslupu committed Nov 2, 2023
    Copy the full SHA
    4912248 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Fix failing Specs (#285)

    alecslupu committed Nov 5, 2023
    Copy the full SHA
    afc9fd7 View commit details
    Browse the repository at this point in the history
  2. Implement custom answers

    alecslupu committed Nov 5, 2023
    Copy the full SHA
    dcb8185 View commit details
    Browse the repository at this point in the history
  3. Fix proposal fields

    alecslupu committed Nov 5, 2023
    Copy the full SHA
    d263f3e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    631f2a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Copy the full SHA
    a5fe3a8 View commit details
    Browse the repository at this point in the history
  2. Fix migration script

    alecslupu committed Nov 6, 2023
    Copy the full SHA
    39215c6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a4354f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Merge branch 'develop' of github.com:decidim/decidim into feature/mul…

    …tiple-statuses-on-proposals
    alecslupu committed Nov 15, 2023
    Copy the full SHA
    e44c6fd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    482a83b View commit details
    Browse the repository at this point in the history
  3. Migrate frontend classes

    alecslupu committed Nov 15, 2023
    Copy the full SHA
    c3ba8fd View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Refactor seeds

    alecslupu committed Nov 16, 2023
    Copy the full SHA
    389ef1b View commit details
    Browse the repository at this point in the history
  2. Fix frontend

    alecslupu committed Nov 16, 2023
    Copy the full SHA
    e3061fc View commit details
    Browse the repository at this point in the history
  3. Fix more tests

    alecslupu committed Nov 16, 2023
    Copy the full SHA
    6afc92d View commit details
    Browse the repository at this point in the history
  4. Remove obsolete specs

    alecslupu committed Nov 16, 2023
    Copy the full SHA
    555ff49 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Merge branch 'develop' of github.com:decidim/decidim into feature/mul…

    …tiple-statuses-on-proposals
    alecslupu committed Nov 21, 2023
    Copy the full SHA
    d87e0c2 View commit details
    Browse the repository at this point in the history
  2. Running linters

    alecslupu committed Nov 21, 2023
    Copy the full SHA
    03e2b1c View commit details
    Browse the repository at this point in the history
  3. More linting

    alecslupu committed Nov 21, 2023
    Copy the full SHA
    6c59449 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Fix specs

    alecslupu committed Nov 22, 2023
    Copy the full SHA
    34feb3c View commit details
    Browse the repository at this point in the history
  2. Fixing the proposals specs

    alecslupu committed Nov 22, 2023
    Copy the full SHA
    3dd7733 View commit details
    Browse the repository at this point in the history
  3. Implement templates

    alecslupu committed Nov 22, 2023
    Copy the full SHA
    3546d10 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Copy the full SHA
    c9a5624 View commit details
    Browse the repository at this point in the history
  2. Remove unused i18n

    alecslupu committed Nov 23, 2023
    Copy the full SHA
    983c4a3 View commit details
    Browse the repository at this point in the history
  3. Fixing more specs

    alecslupu committed Nov 23, 2023
    Copy the full SHA
    20af8c6 View commit details
    Browse the repository at this point in the history
  4. Normalize I18n

    alecslupu committed Nov 23, 2023
    Copy the full SHA
    1bf676e View commit details
    Browse the repository at this point in the history
  5. reverting helper methods

    alecslupu committed Nov 23, 2023
    Copy the full SHA
    d208ec8 View commit details
    Browse the repository at this point in the history
  6. Add proposal states tests

    alecslupu committed Nov 23, 2023
    Copy the full SHA
    8499a69 View commit details
    Browse the repository at this point in the history
  7. Run linter

    alecslupu committed Nov 23, 2023
    Copy the full SHA
    e71f178 View commit details
    Browse the repository at this point in the history
  8. Add release notes

    alecslupu committed Nov 23, 2023
    Copy the full SHA
    0a50a02 View commit details
    Browse the repository at this point in the history
  9. Fix the frontend filters

    alecslupu committed Nov 23, 2023
    Copy the full SHA
    700478c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Lint

    alecslupu committed Nov 24, 2023
    Copy the full SHA
    66b23ba View commit details
    Browse the repository at this point in the history
  2. Fixing test

    alecslupu committed Nov 24, 2023
    Copy the full SHA
    4e061d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Merge branch 'develop' of github.com:decidim/decidim into feature/mul…

    …tiple-statuses-on-proposals
    alecslupu committed Nov 29, 2023
    Copy the full SHA
    24d7636 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Merge branch 'develop' of github.com:decidim/decidim into feature/mul…

    …tiple-statuses-on-proposals
    alecslupu committed Nov 30, 2023
    Copy the full SHA
    a64ba12 View commit details
    Browse the repository at this point in the history
  2. Adjust labels

    alecslupu committed Nov 30, 2023
    Copy the full SHA
    e4c7872 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Copy the full SHA
    b8e5e17 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Merge branch 'develop' of github.com:decidim/decidim into feature/mul…

    …tiple-statuses-on-proposals
    alecslupu committed Dec 4, 2023
    Copy the full SHA
    ecaf126 View commit details
    Browse the repository at this point in the history
  2. Fix small issues

    alecslupu committed Dec 4, 2023
    Copy the full SHA
    7ebf910 View commit details
    Browse the repository at this point in the history
  3. Running linters

    alecslupu committed Dec 4, 2023
    Copy the full SHA
    d763c63 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Copy the full SHA
    2db75a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Add token validation

    alecslupu committed Dec 27, 2023
    Copy the full SHA
    d10b61c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:decidim/decidim into feature/mul…

    …tiple-statuses-on-proposals
    alecslupu committed Dec 27, 2023
    Copy the full SHA
    6ff3857 View commit details
    Browse the repository at this point in the history
  3. Lint

    alecslupu committed Dec 27, 2023
    Copy the full SHA
    1241918 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    alecslupu committed Dec 27, 2023
    Copy the full SHA
    388b05b View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Fix uniquess validator

    alecslupu committed Dec 28, 2023
    Copy the full SHA
    ce369ce View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Refactor commands

    alecslupu committed Jan 12, 2024
    Copy the full SHA
    092e047 View commit details
    Browse the repository at this point in the history
  2. fix the specs on refactor

    alecslupu committed Jan 12, 2024
    Copy the full SHA
    d7f9f1f View commit details
    Browse the repository at this point in the history
  3. Removed description field

    alecslupu committed Jan 12, 2024
    Copy the full SHA
    a9995a1 View commit details
    Browse the repository at this point in the history
  4. Remove boolean fields

    alecslupu committed Jan 12, 2024
    Copy the full SHA
    659389b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    81db29a View commit details
    Browse the repository at this point in the history
  6. Fix some tests

    alecslupu committed Jan 12, 2024
    Copy the full SHA
    48b59ca View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Fix more specs

    alecslupu committed Jan 13, 2024
    Copy the full SHA
    9599ab0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6ed866e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Merge branch 'develop' of github.com:decidim/decidim into feature/mul…

    …tiple-statuses-on-proposals
    alecslupu committed Jan 15, 2024
    Copy the full SHA
    7207933 View commit details
    Browse the repository at this point in the history
  2. Fix migration

    alecslupu committed Jan 15, 2024
    Copy the full SHA
    8fe325b View commit details
    Browse the repository at this point in the history
  3. Rename migrations

    alecslupu committed Jan 15, 2024
    Copy the full SHA
    be99a03 View commit details
    Browse the repository at this point in the history
  4. Fix failing specs

    alecslupu committed Jan 15, 2024
    Copy the full SHA
    b191401 View commit details
    Browse the repository at this point in the history
  5. Fix failing specs

    alecslupu committed Jan 15, 2024
    Copy the full SHA
    1e2fb10 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Fix more specs

    alecslupu committed Jan 16, 2024
    Copy the full SHA
    d27e7ed View commit details
    Browse the repository at this point in the history
  2. Fixing specs

    alecslupu committed Jan 16, 2024
    Copy the full SHA
    e965739 View commit details
    Browse the repository at this point in the history
  3. Remove token input

    alecslupu committed Jan 16, 2024
    Copy the full SHA
    e48975a View commit details
    Browse the repository at this point in the history
  4. Autogenerate the token

    alecslupu committed Jan 16, 2024
    Copy the full SHA
    e8b3e9c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    44d09e4 View commit details
    Browse the repository at this point in the history
  6. Remove bangs

    alecslupu committed Jan 16, 2024
    Copy the full SHA
    570c55e View commit details
    Browse the repository at this point in the history
  7. Fixing the specs

    alecslupu committed Jan 16, 2024
    Copy the full SHA
    1856927 View commit details
    Browse the repository at this point in the history
  8. Fix failing specs ...

    alecslupu committed Jan 16, 2024
    Copy the full SHA
    9e64f56 View commit details
    Browse the repository at this point in the history
  9. Fix the state vs Status

    alecslupu committed Jan 16, 2024
    Copy the full SHA
    c46e30d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Merge branch 'develop' of github.com:decidim/decidim into feature/mul…

    …tiple-statuses-on-proposals
    alecslupu committed Jan 18, 2024
    Copy the full SHA
    c1855c6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e915b20 View commit details
    Browse the repository at this point in the history
  3. Normalize locales

    alecslupu committed Jan 18, 2024
    Copy the full SHA
    3ab0444 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Apply suggestions from code review

    Co-authored-by: Andrés Pereira de Lucena <andreslucena@users.noreply.github.com>
    alecslupu and andreslucena committed Jan 26, 2024
    Copy the full SHA
    3b240a0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:decidim/decidim into feature/mul…

    …tiple-statuses-on-proposals
    alecslupu committed Jan 26, 2024
    Copy the full SHA
    0903ba6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d56a351 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/multiple-statuses-on-proposals' of github.com:d…

    …ecidim/decidim into feature/multiple-statuses-on-proposals
    alecslupu committed Jan 26, 2024
    Copy the full SHA
    8a5013c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a11f6f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Copy the full SHA
    bcf06bd View commit details
    Browse the repository at this point in the history
  2. Update index.html.erb

    alecslupu committed Jan 30, 2024
    Copy the full SHA
    0894029 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Fix failing specs

    alecslupu committed Jan 31, 2024
    Copy the full SHA
    67275f3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/multiple-statuses-on-proposals' of github.com:d…

    …ecidim/decidim into feature/multiple-statuses-on-proposals
    alecslupu committed Jan 31, 2024
    Copy the full SHA
    5f52dab View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of github.com:decidim/decidim into feature/mul…

    …tiple-statuses-on-proposals
    alecslupu committed Jan 31, 2024
    Copy the full SHA
    a164d2f View commit details
    Browse the repository at this point in the history
  4. Running linters

    alecslupu committed Jan 31, 2024
    Copy the full SHA
    8971161 View commit details
    Browse the repository at this point in the history
  5. Running linters

    alecslupu committed Jan 31, 2024
    Copy the full SHA
    3aea752 View commit details
    Browse the repository at this point in the history
  6. Patch factory

    alecslupu committed Jan 31, 2024
    Copy the full SHA
    02caf64 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop' of github.com:decidim/decidim into feature/mul…

    …tiple-statuses-on-proposals
    alecslupu committed Jan 31, 2024
    Copy the full SHA
    444be48 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Merge branch 'develop' of github.com:decidim/decidim into feature/mul…

    …tiple-statuses-on-proposals
    alecslupu committed Feb 2, 2024
    Copy the full SHA
    6908ef0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Copy the full SHA
    d009a59 View commit details
    Browse the repository at this point in the history