-
Notifications
You must be signed in to change notification settings - Fork 75
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
feat (jans-config-api): add support for date ranges in statistic endpoint #1575
Labels
comp-jans-config-api
Component affected by issue or PR
enhancement
kind-feature
Issue or PR is a new feature request
Milestone
Comments
duttarnab
added
comp-jans-config-api
Component affected by issue or PR
enhancement
labels
Jun 17, 2022
duttarnab
changed the title
feat (jans-config-api): add support for ranges in statistic endpoint
feat (jans-config-api): add support for date ranges in statistic endpoint
Jun 17, 2022
duttarnab
added a commit
that referenced
this issue
Jul 1, 2022
duttarnab
added a commit
that referenced
this issue
Jul 2, 2022
duttarnab
added a commit
that referenced
this issue
Jul 4, 2022
yuriyz
pushed a commit
that referenced
this issue
Jul 4, 2022
Done |
This was referenced Aug 30, 2022
duttarnab
added a commit
that referenced
this issue
Feb 22, 2024
…ersistence #1575 Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
comp-jans-config-api
Component affected by issue or PR
enhancement
kind-feature
Issue or PR is a new feature request
Is your feature request related to a problem? Please describe.
Currently stat endpoint support explicit listing of months, e.g. month=202202 202203 which is inconvenient for a long date range (eg: from 202102 to 202202 ).
Describe the solution you'd like
Idea is to add range support,
e.g. start-month=202102, end-month=202202
has to include all months in between.Ranges support is added to jans-auth statistic endpoint. Please refer #1089 for deatils.
The text was updated successfully, but these errors were encountered: