-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
JHipster Statistics have had a significant drop #18238
Comments
I am looking into this issue. |
This is still happening, so I'm increasing the bounty. |
|
@atomfrede How do you check if it's sent or not? It seems to send with my local setup. |
Works now or at least the method is called and axios has no error when posting the request. |
I set up an HTTP interceptor and it shows that the generator in fact is sending out requests with correct looking statistics data. Later today I will take a look into the JHipster Online Server. Maybe it somehow does not accept the requests. |
Awesome. So I don't do that with the interceptor. |
This fixes the bug where the request to save yorc statistics fails when a `creationTime` was provided in the `generator-jhipster` part of the entry payload. The issue is that `Instant.parse()` was called with a timestamp while it only accepts a ISO formatted instant. Fix jhipster/generator-jhipster#18238
This fixes the bug where the request to save yorc statistics fails when a `creationTime` was provided in the `generator-jhipster` part of the entry payload. The issue is that `Instant.parse()` was called with a timestamp while it only accepts an ISO formatted instant. Fix jhipster/generator-jhipster#18238
The PR fixes the issue. Since it was a bug in JHipster Online and not the generator itself the statistics should also work again for already released versions of the generator. |
Nice work @emilpaw ! |
Hey, @DanielFran the fix was merged two months ago and there is no new release of JHipster Online yet. What's the meaning behind adding it to the 7.9.0 milestone? I don't see a reason to wait for the next JHipster release. |
I agree with @emilpaw. Can we release this soon? |
@mraible I am back too from holidays, will try to sync with @pascalgrimaud to release it |
Overview of the issue
I just noticed that our statistics seems to have had a significant drop right after November 17, 2021.
https://start.jhipster.tech/statistics
Motivation for or Use Case
Statistics can be useful to see the choices our users are making.
Related issues
@pascalgrimaud theorized that it could be from the v7.4.0 release.
The text was updated successfully, but these errors were encountered: