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/ogc 508 replace elastic search by postgres text search #918

Open
wants to merge 207 commits into
base: master
Choose a base branch
from

Commits on Apr 17, 2023

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

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    0c4159a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e89675 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ad864e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fcf1e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b208736 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41f3111 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Core: Fix a lot bugbear warnings.

    TYPE: Feature
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    942141c View commit details
    Browse the repository at this point in the history
  2. Org: Prioritize Events in search, and sort chronologically.

    TYPE: Feature
    LINK: OGC-908
    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    db272dc View commit details
    Browse the repository at this point in the history
  3. Core: Enable flake8 bugbear.

    Enables bugbear in pre-commit and CI linting, also introduces a garbage collector friendly LRU cache variant.
    
    TYPE: Feature
    LINK: OGC-1052
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    128e988 View commit details
    Browse the repository at this point in the history
  4. agency: Adding many more fields for agencies and people

    I also added a db upgrade job to add the columns to the two tables. In addition it will parse the people.address column and separate the information in the newly added fields.
    
    TYPE: Feature
    LINK: ogc-966
    HINT: Run onegov-people --select /onegov_agency/* migrate-people-address-field --dry-run after upgrade
    Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    fcd44b3 View commit details
    Browse the repository at this point in the history
  5. Release release-2023.15

    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    80c09c6 View commit details
    Browse the repository at this point in the history
  6. Town6: Small Fixes

    TYPE: Bugfix
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    85b7f7e View commit details
    Browse the repository at this point in the history
  7. Feriennet: New banners and logo

    TYPE: Feature
    LINK: PRO-1173
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    de479b1 View commit details
    Browse the repository at this point in the history
  8. Town6: Make color inversion on icon links possible

    TYPE: Feature
    LINK: OGC-764
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0d5fdcd View commit details
    Browse the repository at this point in the history
  9. Feriennet: E-mail notifications on registration for activity

    The attendee receives a notification on registration or cancellation of their participation.
    
    TYPE: Feature
    LINK: PRO-1126
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    60b8a6a View commit details
    Browse the repository at this point in the history
  10. Org: Add more options to "further information" on directories

    TYPE: Feature
    LINK: OGC-928
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a729ec6 View commit details
    Browse the repository at this point in the history
  11. Town6: External event url

    TYPE: Feature
    LINK: OGC-746
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a77bf28 View commit details
    Browse the repository at this point in the history
  12. Feriennet: Invoice Items payment with dates

    TYPE: Feature
    LINK: PRO-1167
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    1ef6587 View commit details
    Browse the repository at this point in the history
  13. Release release-2023.16

    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    6d32013 View commit details
    Browse the repository at this point in the history
  14. Town6: Fixes news not being displayed if it's the first item.

    Fix root-level page interpretation bug for news, 
    which was mistakenly being treated as falsy (index 0). 
    
    TYPE: Bugfix
    LINK: OGC-863
    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a710d57 View commit details
    Browse the repository at this point in the history
  15. Town6: Remove "Onegov Cloud Team" in mail-footer

    TYPE: Feature
    LINK: OGC-1167
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    81b1563 View commit details
    Browse the repository at this point in the history
  16. Feriennet: Edit email text

    TYPE: Feature
    LINK: PRO-1126
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    8ae0716 View commit details
    Browse the repository at this point in the history
  17. Release release-2023.17

    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a582271 View commit details
    Browse the repository at this point in the history
  18. Town6: Make image preview visible

    TYPE: Feature
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0995031 View commit details
    Browse the repository at this point in the history
  19. Feriennet: Make form more robust if field is missing

    TYPE: Bugfix
    LINK: pro-1116
    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    29e4b5e View commit details
    Browse the repository at this point in the history
  20. Release release-2023.18

    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    48e39a5 View commit details
    Browse the repository at this point in the history
  21. Ballot: Fixes file constraints.

    TYPE: Bugfix
    LINK: OGC-1073
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    cefd094 View commit details
    Browse the repository at this point in the history
  22. Release release-2023.19

    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    fb6f106 View commit details
    Browse the repository at this point in the history
  23. Org: Small Adjustments

    Slightly larger page text
    Version number in footer
    Hover effect on Navigation
    
    TYPE: Feature
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    44513c9 View commit details
    Browse the repository at this point in the history
  24. Town6: Add option for a testimonial slider

    TYPE: Feature
    LINK: OGC-761
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    d82dd5c View commit details
    Browse the repository at this point in the history
  25. Core: Indicate hash useage.

    TYPE: Feature
    LINK: SEA-1010
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    53a6af9 View commit details
    Browse the repository at this point in the history
  26. Form: Add security hint for yaml loading.

    TYPE: Feature
    LINK: SEA-1010
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0a10833 View commit details
    Browse the repository at this point in the history
  27. Core: Validate URL used in PostThread.

    TYPE: Feature
    LINK: SEA-1010
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    7842724 View commit details
    Browse the repository at this point in the history
  28. Core: Add requests timeouts.

    TYPE: Feature
    LINK: SEA-1010
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    5df2a27 View commit details
    Browse the repository at this point in the history
  29. Feriennet: Edit email text

    TYPE: Feature
    LINK: PRO-1126
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    cf76426 View commit details
    Browse the repository at this point in the history
  30. Org: Minor code improvement

    TYPE: Improvement
    LINK: OGC-1076
    Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    310b7f8 View commit details
    Browse the repository at this point in the history
  31. Core: Pin reportlab.

    LINK: OGC-1088
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e1bae14 View commit details
    Browse the repository at this point in the history
  32. Org: Indent check only activated for new and edit forms but not for d…

    …isplaying.
    
    Activate indent check while parsing form code only if originating from core validators which means there is either a new or an edited form code to be parsed.
    
    TYPE: Bugfix
    LINK: ogc-1027
    Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0d5e4b6 View commit details
    Browse the repository at this point in the history
  33. Town6: Fixes E-mail template

    Removes reference to deleted 'sender' mail macro from mail template.
    
    TYPE: Bugfix
    LINK: OGC-1090
    treinhard authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    9f92a4d View commit details
    Browse the repository at this point in the history
  34. Swissvotes: Fixes button text for adding pages.

    TYPE: Bugfix
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    87a09c5 View commit details
    Browse the repository at this point in the history
  35. Core: Log execeptions instead of silenty ignoring them.

    LINK: SEA-1010
    TYPE: Feature
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    01bc9d0 View commit details
    Browse the repository at this point in the history
  36. Core: Use either secrets for random or indicate non-cryptographic usage.

    TYPE: Feature
    LINK: SEA-1010
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    138bc8c View commit details
    Browse the repository at this point in the history
  37. Core: Indicate safe hardcoded password values.

    TYPE: Feature
    LINK: SEA-1010
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    8fe84d0 View commit details
    Browse the repository at this point in the history
  38. Add bandit configuration [skip ci]

    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    3b3a8da View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    0428fa8 View commit details
    Browse the repository at this point in the history
  40. Core: Harden SQL code.

    TYPE: Feature
    LINK: SEA-1010
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    aaba435 View commit details
    Browse the repository at this point in the history
  41. Core: Enable bandit.

    TYPE: Feature
    LINK: SEA-1010
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    290567d View commit details
    Browse the repository at this point in the history
  42. Fix bandi config [skip ci]

    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a0c8edb View commit details
    Browse the repository at this point in the history
  43. Town6: Display previous and next entries

    TYPE: Feature
    LINK: OGC-740
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    ce400bf View commit details
    Browse the repository at this point in the history
  44. Translator directory: Extend search filters.

    TYPE: Feature
    LINK: OGC-998
    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    8fdceca View commit details
    Browse the repository at this point in the history
  45. Translator directory: Display the forms in a two-column layout.

    TYPE: Feature
    LINK: OGC-1000
    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e0b43a9 View commit details
    Browse the repository at this point in the history
  46. Translator directory: Open the mail client to send email to all trans…

    …lators.
    
    TYPE: Feature
    LINK: OGC-1015
    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    b1ede73 View commit details
    Browse the repository at this point in the history
  47. Translator directory: Display hometown and hide drive distance.

    TYPE: Feature
    LINK: OGC-999
    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    b8ba06f View commit details
    Browse the repository at this point in the history
  48. Translator directory: Adds support for docx mail templates.

    TYPE: Feature
    LINK: OGC-997
    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    d64498e View commit details
    Browse the repository at this point in the history
  49. Release release-2023.20

    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e990920 View commit details
    Browse the repository at this point in the history
  50. Election Day: Add conditional widgets for majority types.

    TYPE: Feature
    LINK: OGC-1097
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    62e8b00 View commit details
    Browse the repository at this point in the history
  51. Add freezgun hint to checklist [skip ci]

    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    13e1833 View commit details
    Browse the repository at this point in the history
  52. api: Every items of an API answer has now a 'modified' field

    The modified field represents the last modification or creation timestamp in iso format of the corresponding item.
    
    TYPE: Feature
    LINK: ogc-1078
    Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    5707561 View commit details
    Browse the repository at this point in the history
  53. Change the way the mailto link is rendered

    The previous solution was creating the link on-the-fly.
    This was working locally, but not on the test server. (HTTP 502)
    So now the the mailto link will always be rendered beforehand.
    
    TYPE: Bugfix
    LINK: OGC-1015
    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    79701a2 View commit details
    Browse the repository at this point in the history
  54. Feriennet: Invoice item dates bug

    Fixed bug where the initial selection never got overwritten
    
    TYPE: Bugfix
    LINK: PRO-1167
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f659933 View commit details
    Browse the repository at this point in the history
  55. Winterthur: Include events in iframe resizing

    TYPE: Feature
    LINK: OGC-1047
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    358c4fc View commit details
    Browse the repository at this point in the history
  56. Feriennet: Fix number of unlucky atteendees on dashboard

    TYPE: Bugfix
    LINK: PRO-1118
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    5de8311 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    0d602e5 View commit details
    Browse the repository at this point in the history
  58. Translator directory: Several minor fixes.

        - Add field 'occupation' for translator
        - Fix typo in translation
        - Fix lookup in gender string
        - Remove js message, because no way to know if it actually worked from js
        - Delete swapfile
    
        TYPE: Bugfix
        LINK: OGC-978
    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    bf7cef6 View commit details
    Browse the repository at this point in the history
  59. Translator directory: Minor adjustments.

    TYPE: Bugfix
    LINK: OGC-978
    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    9bb940d View commit details
    Browse the repository at this point in the history
  60. api: Adding geo location to agency api

    TYPE: Feature
    LINK: ogc-1079
    Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    7619bfe View commit details
    Browse the repository at this point in the history
  61. Translator direcory: Use distinct adresses in mailto link.

    TYPE: Bugfix
    LINK: OGC-1015
    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    826e29e View commit details
    Browse the repository at this point in the history
  62. Translator directory: Make font slightly smaller in translator view.

    TYPE: BUGFIX
    LINK: OGC-999
    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    d9a6956 View commit details
    Browse the repository at this point in the history
  63. Translator directory: Don't cache templates so they can be swapped out.

    If it was cached_property, users would have to wait until
    cache invalidation, which may take several minutes.
    
    TYPE: Bugfix
    LINK: OGC-997
    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    7c30aaa View commit details
    Browse the repository at this point in the history
  64. Landsgemeinde: Add landsgemeinde app.

    TYPE: Feature
    LINK: OGC-639
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0dc7fec View commit details
    Browse the repository at this point in the history
  65. Release release-2023.21

    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    1029e9a View commit details
    Browse the repository at this point in the history
  66. FSI: Add Organisation name to choice field

    TYPE: Feature
    LINK: OGC-1035
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a00a227 View commit details
    Browse the repository at this point in the history
  67. Feriennet: Add political municipality fields to wishlist bookings export

    TYPE: Feature
    LINK: PRO-1181
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    36100f7 View commit details
    Browse the repository at this point in the history
  68. Mypy: Adds static type checking to CI/pre-commit (#828)

    mypy: Enables static type checking
    
    This is a very lax base config and does not add any annotations beyond
    the bare minimum to make mypy happy. But this allows us to get started
    on adding type annotations to our code and gradually make the config
    more strict for the parts of the code that is annotated.
    Daverball authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    7dec46b View commit details
    Browse the repository at this point in the history
  69. Org: Fix exception in hidden directory entries for logged out users

    This fixes ONEGOV-CLOUD-48W
    
    TYPE: Bugfix
    LINK: OGC-1124
    Daverball authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    dd80591 View commit details
    Browse the repository at this point in the history
  70. mypy: Adds stubs for onegov.core.orm

    Daverball authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    55c5830 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    292fd5b View commit details
    Browse the repository at this point in the history
  72. Revert "Adding missing translations for org"

    This reverts commit d390ad8.
    Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a62f190 View commit details
    Browse the repository at this point in the history
  73. org: Adding missing translations

    TYPE: Bugfix
    LINK: ogc-1112
    Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    b3a473b View commit details
    Browse the repository at this point in the history
  74. api: Adding search capabilities to agency api (staka)

    TYPE: Feature
    LINK: ogc-1080
    Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e085245 View commit details
    Browse the repository at this point in the history
  75. Landsgemeinde: Add vota.

    Also make content searchable, simplify UI and add some basic styling.
    
    TYPE: Feature
    LINK: OGC-638
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    5a28c16 View commit details
    Browse the repository at this point in the history
  76. Release release-2023.22

    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    74004bf View commit details
    Browse the repository at this point in the history
  77. Core: Remove readline from shell, add commit.

    TYPE: Bugfix
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    7bdac63 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    710d5fa View commit details
    Browse the repository at this point in the history
  79. Org: Set the .zip extension for directory export.

    TYPE: Bugfix
    LINK: OGC-1087
    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    5ca96a7 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    38ca069 View commit details
    Browse the repository at this point in the history
  81. Feriennet: Translation Fix

    TYPE: Bugfix
    LINK: PRO-1184
    BreathingFlesh authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    64838b3 View commit details
    Browse the repository at this point in the history
  82. Pdf: Use Source Sans 3 instead of Helvetica.

    TYPE: Bugfix
    LINK: OGC-1036
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    6faa027 View commit details
    Browse the repository at this point in the history
  83. Adds a slightly faster CI workflow that will be used most of the time

    Rather than running tests on the freshly built container and introducing
    a dependency between steps this runs tests on `onegov_cloud:head` and
    replaces the install from `/app` with the one from the current commit on
    `/src`, so the tests in most cases will still show an accurate picture.
    
    Release builds will still use the older, slower workflow and you can
    force the CI to use the old workflow if you include [test-container]
    in your commit message. In case you need to debug failures that are
    specific to the new version of the container.
    Daverball authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    2ff994c View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    5a9b8dc View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    aac0032 View commit details
    Browse the repository at this point in the history
  86. Election Day: Adds compatibility with abraxas voting wabstic format.

    TYPE: Feature
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    6585a6d View commit details
    Browse the repository at this point in the history
  87. Switches from pytest-test-groups to pytest-split on CI

    Adds a weekly GitHub actions workflow to update measured test run times
    This improves workload distribution between CI test runners
    Daverball authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    53de35d View commit details
    Browse the repository at this point in the history
  88. Election Day: Adds further compatibility with abraxas voting wabstic …

    …format.
    
    TYPE: Feature
    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    bbefb45 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    bb5f637 View commit details
    Browse the repository at this point in the history
  90. agency: Extract address from portrait field

    TYPE: Feature
    LINK: ogc-969
    HINT: onegov-people --select /onegov_agency/* extract-address-from-portrait-field
    HINT: onegov-people --select /agency_with_msal/bs extract-address-from-portrait-field
    Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    96edba9 View commit details
    Browse the repository at this point in the history
  91. Move tests to GitHub Actions

    The general test and lint workflows will be run on GitHub Actions now for normal commits.
    
    Release and commits containing `[test-container]` will still be tested on Buildkite, otherwise
    Buildkite will only build the container and publish the docs (on the master branch).
    
    Jest has also not been migrated to GitHub Actions yet.
    Daverball authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    9d82495 View commit details
    Browse the repository at this point in the history
  92. Add test badge to readme [skip ci]

    msom authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    5420a1f View commit details
    Browse the repository at this point in the history
  93. Org: Improve presentation of context-specific function.

    TYPE: Bugfix
    LINK: OGC-1129
    cyrillkuettel authored and Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    ef9343b View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    85963fa View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    e43bff0 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    a4f1a36 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    43f8cf6 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    74c9d80 View commit details
    Browse the repository at this point in the history
  99. Adding fts index to Person

    Tschuppi81 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    43dba69 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    46c261a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d61c7e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af63a5d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Introduce separate view for psql search, extend reindex to index es a…

    …nd psql, make both search working simultanously
    Tschuppi81 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e7acaed View commit details
    Browse the repository at this point in the history
  2. Adding fts index to File

    Tschuppi81 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c1025b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9fb612 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f965c22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebaaa82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc6345b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7b0f3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    73feb59 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7de7fc5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f5dd8a9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1c928db View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Cleanup

    Tschuppi81 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    b7811ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad1522b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Cleanup upgrade fts index

    Tschuppi81 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    82ca4cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f77ec8f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    ad061b0 View commit details
    Browse the repository at this point in the history
  2. Minor changes

    Tschuppi81 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2bef9ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b24f46c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a3e293 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d4915a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    4257aa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b199afb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a9745b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c1b161 View commit details
    Browse the repository at this point in the history
  5. Fix result count

    Tschuppi81 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    60b1d40 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    Tschuppi81 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3ddee8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b33138 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c4fe20 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    13060ff View commit details
    Browse the repository at this point in the history
  10. Minor changes

    Tschuppi81 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d0e29c6 View commit details
    Browse the repository at this point in the history
  11. Cleanup

    Tschuppi81 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    5269b04 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f7dd958 View commit details
    Browse the repository at this point in the history
  13. Resovle todo's

    Tschuppi81 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    7377b3b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Cleanup

    Tschuppi81 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3eb8ed6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Resolve Merge Conflics

    Tschuppi81 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    160489e View commit details
    Browse the repository at this point in the history
  2. Revert renaming of var

    Tschuppi81 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4ea8bba View commit details
    Browse the repository at this point in the history
  3. Removing duplicates

    Tschuppi81 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6b1bdbf View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Resolve merge conflicts

    Tschuppi81 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    418031a View commit details
    Browse the repository at this point in the history
  2. Revert changing CHANGES.md

    Tschuppi81 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    0db74a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a028ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec1c929 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    df0034d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30e9264 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dddff7 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Remove reportlab pinning

    Tschuppi81 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c2a3c83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55fb336 View commit details
    Browse the repository at this point in the history
  3. Fix type check

    Tschuppi81 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6f16ae1 View commit details
    Browse the repository at this point in the history
  4. Remove unused commit

    Tschuppi81 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b804e8a View commit details
    Browse the repository at this point in the history
  5. Resovle merge conflicts

    Tschuppi81 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    31372e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d42052 View commit details
    Browse the repository at this point in the history
  7. Remove duplicated code

    Tschuppi81 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    90f7fec View commit details
    Browse the repository at this point in the history
  8. Revert to master

    Tschuppi81 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8697a70 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    d9ef346 View commit details
    Browse the repository at this point in the history
  2. Remove upgrade step for ts index column as reindexing uses the same f…

    …unction and is therefore not needed
    Tschuppi81 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    5ab1328 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44de655 View commit details
    Browse the repository at this point in the history
  4. Reset back to master

    Tschuppi81 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    7a45daa View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Revert to master

    Tschuppi81 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    be6e0e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8263549 View commit details
    Browse the repository at this point in the history
  3. Revert column renaming

    Tschuppi81 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    66c3790 View commit details
    Browse the repository at this point in the history
  4. Resolve merge conflicts

    Tschuppi81 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    073d11d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    cbc3e12 View commit details
    Browse the repository at this point in the history
  2. Revert to master

    Tschuppi81 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d379db3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d0129f View commit details
    Browse the repository at this point in the history
  4. Fix tsvector generation for tickets as 'group' is a reserved word in …

    …prostgres. Renaming column
    Tschuppi81 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5709ff5 View commit details
    Browse the repository at this point in the history
  5. Revert "Fix tsvector generation for tickets as 'group' is a reserved …

    …word in prostgres. Renaming column"
    
    This reverts commit 5709ff5.
    Tschuppi81 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    25c3544 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f11a32d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    2840efe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c48734f View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Tschuppi81 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5134f22 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

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

Commits on Jul 31, 2023

  1. Resolve merge conflicts

    Tschuppi81 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    716c450 View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflicts

    Tschuppi81 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f8854ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07ec6bb View commit details
    Browse the repository at this point in the history
  4. Re-enable all properties

    Tschuppi81 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f14bf7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    761ff34 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Adding additional test

    Tschuppi81 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b9c9286 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Resolve merge conflicts

    Tschuppi81 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f87d524 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    dfb7ee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0589cf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1773dd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86cebc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    a312b45 View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflicts

    Tschuppi81 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9aac0d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    21e87ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c81a188 View commit details
    Browse the repository at this point in the history
  3. Add search score

    Tschuppi81 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    59a478c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    400865e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    308a7de View commit details
    Browse the repository at this point in the history
  3. Merge master

    Tschuppi81 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    2bd99c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    64a9655 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90bc8a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b311e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccc6c0c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

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

Commits on Nov 27, 2023

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

Commits on Nov 28, 2023

  1. Revert "DEV ONLY Issue to join data from other table in hybrid expres…

    …sion in CourseEvent"
    
    This reverts commit e6fcdb1.
    Tschuppi81 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ccbf117 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e454e3 View commit details
    Browse the repository at this point in the history