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

users prune - Paginate graphql site users - fix bug for soft deleted users #909

Merged
merged 10 commits into from
Jan 16, 2023

Commits on Jan 4, 2023

  1. fixes bug in which request is made to delete users that have already …

    …been deleted but exist in the aggregated_user_stats table
    DaedalusG committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    06a5d74 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. implemented some pagination -- totalCount of nodes is always 0 -- nee…

    …ding to fix that for break condition
    DaedalusG committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    b14a437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7e0481 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0736971 View commit details
    Browse the repository at this point in the history
  4. gofmt

    DaedalusG committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    95afa77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    308c768 View commit details
    Browse the repository at this point in the history
  6. added a few more comments

    DaedalusG committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    b7e1074 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. style improvements

    DaedalusG committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    75e42cc View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

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

Commits on Jan 16, 2023

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