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

Feature/regulatory statements #325

Merged
merged 48 commits into from
Oct 5, 2022
Merged

Commits on Sep 12, 2022

  1. bump @lblod/ember-rdfa-editor-citaten-plugin to 0.17.3

    nvdk authored and Niels V committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    d6a2aab View commit details
    Browse the repository at this point in the history
  2. added ember-rdfa-editor-table-of-contents-plugin

    nvdk authored and Niels V committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    3ef47e4 View commit details
    Browse the repository at this point in the history
  3. table of contents working pending plugin update

    lagartoverde authored and Niels V committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    9810450 View commit details
    Browse the repository at this point in the history
  4. update article structure plugin

    lagartoverde authored and Niels V committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    0d3351e View commit details
    Browse the repository at this point in the history
  5. fix scroll issue on regulatory statements

    Dietr authored and Niels V committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    4f8f623 View commit details
    Browse the repository at this point in the history
  6. update plugins

    lagartoverde authored and Niels V committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    816f490 View commit details
    Browse the repository at this point in the history
  7. add mockup of regulatory statements

    Dietr authored and Niels V committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    18a7720 View commit details
    Browse the repository at this point in the history
  8. add modal

    Dietr authored and Niels V committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    ae8d8eb View commit details
    Browse the repository at this point in the history
  9. prototype overview

    Dietr authored and Niels V committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    7c53a74 View commit details
    Browse the repository at this point in the history
  10. add versions, reduce columns

    Dietr authored and Niels V committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    dcf0c9c View commit details
    Browse the repository at this point in the history
  11. design tweaks

    Dietr authored and Niels V committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    b8bbcc0 View commit details
    Browse the repository at this point in the history
  12. bump caniuse browser definitions

    Niels V committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    01a09c4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a3985d5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d164bb9 View commit details
    Browse the repository at this point in the history
  15. initial wiring of regulatory statements prototype

    - list view working
    - can create new statements
    - edit page needs more work
    Niels V committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    6cabc35 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    164b72e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c63dffb View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    0769906 View commit details
    Browse the repository at this point in the history
  2. show view

    lagartoverde committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    40f8ae3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. add save

    lagartoverde committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    726e3d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. refactor(cleanup): replace var with const

    come on it's the year 2022
    abeforgit committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    e836ed7 View commit details
    Browse the repository at this point in the history
  2. fix(rb-templates): use a regex that doesnt interpret variables

    the original regex was too loose, it picked up variable specs of the form ${name}
    and then tried to evaluate "name".
    
    Replaced with an exact match for ${generateUuid()} since that's all we support anyway.
    abeforgit committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    029561a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dee04d4 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump roadsign to last bugfix

    to avoid npm woes from overly strict peerdep on editor
    abeforgit committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    20c65f0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #326 from lblod/bug/fix-rb-integration

    Repair basic RB registry integration
    abeforgit committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    c8167c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    32a00f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. fix overview

    nvdk committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    24700f1 View commit details
    Browse the repository at this point in the history
  2. remove log statement

    nvdk committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    10b0e73 View commit details
    Browse the repository at this point in the history
  3. enable insert variable plugin

    nvdk committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    d0ce44d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7aa37b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    26734d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Merge branch 'master' of github.com:lblod/frontend-gelinkt-notuleren …

    …into feature/regulatory-statements
    nvdk committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    b63842a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    093a963 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60d110b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f889a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa3cb19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf33d0b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    7ee4f44 View commit details
    Browse the repository at this point in the history
  2. Fixed typo in query

    lagartoverde committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    689fa7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2494efc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #333 from lblod/feature/filter-based-on-valid-thro…

    …ught
    
    Filter based on validThrough property
    abeforgit committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    ffdd2a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abc6776 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #334 from lblod/chore/bump-table-of-contents-plugin

    Update toc plugin which fixes issues with overflowing entries
    abeforgit committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    527b5ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abd875c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #335 from lblod/chore/add-rb-endpoints-to-devenv

    Add RB endpoints to devenv
    abeforgit committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    eefbd86 View commit details
    Browse the repository at this point in the history
  9. fix(RS): fix default sorting, search and pagination for RS overview

    the template referenced all kinds of stuff that should be on the controller, except there was no controller
    abeforgit committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    e1928d9 View commit details
    Browse the repository at this point in the history
  10. fix(agendapoints): make the pagesize param actually do something

    the param was never passed to the query, so the value was never used. We were lucky the default size of 20 seems like a sensible amount.
    abeforgit committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    ce36083 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #336 from lblod/bug/sort-regulatory-statements

    Fix sorting, search and pagination on RS overview page
    abeforgit committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    170dc78 View commit details
    Browse the repository at this point in the history