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

Add "Active at" column to user list. #3026

Merged
merged 31 commits into from
Jan 7, 2019
Merged

Add "Active at" column to user list. #3026

merged 31 commits into from
Jan 7, 2019

Commits on Jan 6, 2019

  1. add last_active_at to users page

    alison985 authored and arikfr committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    88adadb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddbdef8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ef2ebb View commit details
    Browse the repository at this point in the history
  4. Minor cosmetic fixes.

    jezdez authored and arikfr committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    7295520 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3f3ada View commit details
    Browse the repository at this point in the history
  6. Add user detail sync system based on Redis backend.

    There is a periodic Celery task that updates a new “details” JSONB column in the “user” table with the data from Redis.
    
    Currently this is only used for tracking the date of last activity of a user but can be extended with other user information later.
    
    Updates a few dependencies.
    jezdez authored and arikfr committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    fddc540 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e23e9d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1890760 View commit details
    Browse the repository at this point in the history
  9. Use request_started signal to make sure we have a request context.

    Otherwise loading the user based on the request won’t work.
    jezdez authored and arikfr committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    ded899d View commit details
    Browse the repository at this point in the history
  10. Fix test that checks if disabled users can login.

    This correctly uses a URL path that includes the current organization and checks for the error message.
    
    The previous test seems to have been a red herring.
    jezdez authored and arikfr committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    b485a16 View commit details
    Browse the repository at this point in the history
  11. Minor cosmetic fixes.

    jezdez authored and arikfr committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    6c3edce View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4ba039c View commit details
    Browse the repository at this point in the history
  13. Misc review fixes.

    jezdez authored and arikfr committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    412dd69 View commit details
    Browse the repository at this point in the history
  14. Ignore line length.

    jezdez authored and arikfr committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    d612a89 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7f04a15 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5237137 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dcd16b9 View commit details
    Browse the repository at this point in the history
  18. Restore distinctly loading dashboards.

    jezdez authored and arikfr committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    6301bfa View commit details
    Browse the repository at this point in the history
  19. Simplify default values for user details.

    jezdez authored and arikfr committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    4281ee9 View commit details
    Browse the repository at this point in the history
  20. Define __repr__ methods generically.

    jezdez authored and arikfr committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    4bb782e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    10a4e6f View commit details
    Browse the repository at this point in the history
  22. Fix tests.

    jezdez authored and arikfr committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    9b54cbf View commit details
    Browse the repository at this point in the history
  23. Update to latest walrus and redis-py.

    jezdez authored and arikfr committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    bd2ed51 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d55b976 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c0bed65 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    dc196e8 View commit details
    Browse the repository at this point in the history
  27. Update walrus to 0.7.1.

    jezdez authored and arikfr committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    0724785 View commit details
    Browse the repository at this point in the history
  28. Refactor some query APIs.

    This uses the flask-sqlalchemy helpers consistently and makes more use of mixins.
    jezdez authored and arikfr committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    2bd55bf View commit details
    Browse the repository at this point in the history
  29. Post rebase fixes.

    arikfr committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    6bf3621 View commit details
    Browse the repository at this point in the history
  30. Use correct kombu version

    arikfr committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    cde74f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Fix migration down revision

    arikfr committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    392bb8d View commit details
    Browse the repository at this point in the history