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

Monitor users by time since last request #541

Merged
merged 17 commits into from Dec 9, 2022
Merged

Commits on Nov 26, 2022

  1. rename existing monitoring task to say what we are actually looking for

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Nov 26, 2022
    Copy the full SHA
    5679455 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. new field: fm_user.last_seen_at

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Nov 27, 2022
    Copy the full SHA
    b9ad1b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. changelog entry and update docs to renamed monitor latest-run command.

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Nov 28, 2022
    Copy the full SHA
    38abf76 View commit details
    Browse the repository at this point in the history
  2. add some explanation to user model fields

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Nov 28, 2022
    Copy the full SHA
    e52be93 View commit details
    Browse the repository at this point in the history
  3. first working version of monitor last-seen

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Nov 28, 2022
    Copy the full SHA
    d6d9607 View commit details
    Browse the repository at this point in the history
  4. improve docstring

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Nov 28, 2022
    Copy the full SHA
    4233fb9 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. add optional custom message which would be sent to users

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Dec 4, 2022
    Copy the full SHA
    6e77589 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. add warning about deprecated CLI command name

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Dec 5, 2022
    Copy the full SHA
    59942c3 View commit details
    Browse the repository at this point in the history
  2. add short documentation on how to use the monitor command

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Dec 5, 2022
    Copy the full SHA
    6ee37cd View commit details
    Browse the repository at this point in the history
  3. update CLI changelog as well

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Dec 5, 2022
    Copy the full SHA
    a4aacb1 View commit details
    Browse the repository at this point in the history
  4. review comments on using naive UTC dates and some re-wordings

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Dec 5, 2022
    Copy the full SHA
    4a3b112 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. add missing logic update for server_now()

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Dec 6, 2022
    Copy the full SHA
    db8f00b View commit details
    Browse the repository at this point in the history
  2. improve docs from review

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Dec 6, 2022
    Copy the full SHA
    ce1cd16 View commit details
    Browse the repository at this point in the history
  3. update flake8 & black versions (and flake8 repo location)

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Dec 6, 2022
    Copy the full SHA
    8cae7ad View commit details
    Browse the repository at this point in the history
  4. try to fix ubuntu version

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Dec 6, 2022
    Copy the full SHA
    c301e46 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Merge branch 'main' into monitor-users-by-last-login

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Dec 8, 2022
    Copy the full SHA
    3855ebd View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. improve --alert-users option by adding the false option'S name; small…

    … edits to messages
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Dec 9, 2022
    Copy the full SHA
    11073f3 View commit details
    Browse the repository at this point in the history