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

feat: Implement option to enable / disable sync of declined events #62

Merged
merged 21 commits into from
Oct 4, 2023

Commits on Aug 12, 2023

  1. fmt: make the linter happy and add document starts to yamls

    Alexander Huck committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    914cb00 View commit details
    Browse the repository at this point in the history
  2. feat: add Accepted field to models.Event

    Alexander Huck committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    b266ae9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee2b4be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a547e4 View commit details
    Browse the repository at this point in the history
  5. feat: add sync_declined_events field to config

    Alexander Huck committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    cf05cca View commit details
    Browse the repository at this point in the history
  6. feat: add SyncDeclinedEvents field to controller struct

    Alexander Huck committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    01355ec View commit details
    Browse the repository at this point in the history
  7. test: modify tests for the newly introduced accepted field and contro…

    …ller property
    Alexander Huck committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    7c23a11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ad213e View commit details
    Browse the repository at this point in the history
  9. docs: add sync_declined_fields parameter to readme.md

    Alexander Huck committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    fc70f5f View commit details
    Browse the repository at this point in the history
  10. feat: bump go version to 1.21

    Alexander Huck committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    c0f7c2b View commit details
    Browse the repository at this point in the history
  11. feat: bump golangci-lint version to 1.54.0

    Alexander Huck committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    0f56847 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    42a71d5 View commit details
    Browse the repository at this point in the history
  2. feat: add Filter Interface, autoconfigure, etc

    mostly copy & paste from transformers
    Alexander Huck committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ecd9f35 View commit details
    Browse the repository at this point in the history
  3. feat: use filters in the new controller

    Alexander Huck committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ab8b72c View commit details
    Browse the repository at this point in the history
  4. feat: add filters "AllDayEvents" and "DeclinedEvents"

    Alexander Huck committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ca5c521 View commit details
    Browse the repository at this point in the history
  5. feat: add filter logic to SynchroniseTimeframe

    Alexander Huck committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    bcf96b4 View commit details
    Browse the repository at this point in the history
  6. docs: add filters to example config

    Alexander Huck committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9d55da9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. fix: move autoConfigure to its own file and allow any object to be pa…

    …ssed
    Alexander Huck committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    e957eab View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. refactor: filter events one by one

    we have aligned the processing of the filters to work like the
    processing of the transformers
    Alexander Huck committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    17dfea0 View commit details
    Browse the repository at this point in the history
  2. test: modify filter test to the new format

    without the global boolean, using filters in the controller struct
    Alexander Huck committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6460e55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45de524 View commit details
    Browse the repository at this point in the history