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

fix: Continue syncing if no users are found #9

Merged
merged 9 commits into from
May 6, 2024
Merged

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    0c6d5f4 View commit details
    Browse the repository at this point in the history
  2. fix: linter issues

    martinalbert committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    71d740b View commit details
    Browse the repository at this point in the history
  3. chore: update deps

    - downgrade go-falcon to support proper mapping of domain_user (first name and last name are incorrectly mapped in newer versions)
    - upgrade go version as well as other dependecies
    martinalbert committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    edad879 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87a13d7 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. fix: review fixes

    martinalbert committed May 3, 2024
    Configuration menu
    Copy the full SHA
    05e9d79 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. feat: update user and role

    - add status and lastLogin into user
    - use supported referencing in loops (GO version 1.22)
    - use creating resource id instead of whole object
    martinalbert committed May 6, 2024
    Configuration menu
    Copy the full SHA
    64a88e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84dacf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fc9102 View commit details
    Browse the repository at this point in the history
  4. fix: linter issues

    - remove deprecated `deadcode`, `varcheck` and `execinquery`
    martinalbert committed May 6, 2024
    Configuration menu
    Copy the full SHA
    bb89532 View commit details
    Browse the repository at this point in the history