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

Statistiques d'instance interrogeables par API #716

Merged
merged 1 commit into from
Jan 8, 2023

Conversation

thom4parisot
Copy link
Member

@thom4parisot thom4parisot commented Jan 8, 2023

Merci @Mogztter de les avoir partagé :-)

Interrogeables avec cette requête :

query {
  stats {
    version

    articles {
      total
      
      years {year count}
    }
    
    users {
      total
      local
      openid
      
      years {year count}
    }
  }
}

Screenshot 2023-01-08 at 12 06 36

👀 @antoinentl @marviro @RochDLY @lakonis

Copy link
Collaborator

@ggrossetie ggrossetie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est top, bravo 👏🏻

@thom4parisot thom4parisot merged commit 6f6deea into master Jan 8, 2023
@thom4parisot thom4parisot deleted the feature/stats-query branch January 8, 2023 17:35
@thom4parisot
Copy link
Member Author

C'est top, bravo 👏🏻

Merci à toi ! T'as bien fait la moitié du boulot 😜

@thom4parisot thom4parisot added this to the v1.8 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants