[GH-ISSUE #351] v1.13.0 Cannot see new features #269

Closed
opened 2026-02-25 23:41:50 +03:00 by kerem · 8 comments
Owner

Originally created by @BobCashStory on GitHub (Apr 1, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/351

Replace the gear icon with three horizontal dots icon (#322) for exemple i see the past icon not new one

Originally created by @BobCashStory on GitHub (Apr 1, 2020). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/351 Replace the gear icon with three horizontal dots icon (#322) for exemple i see the past icon not new one
kerem closed this issue 2026-02-25 23:41:50 +03:00
Author
Owner

@cuu508 commented on GitHub (Apr 1, 2020):

When you log in /admin/, what version do you see in the top navigation?

Here:

image

<!-- gh-comment-id:607113611 --> @cuu508 commented on GitHub (Apr 1, 2020): When you log in `/admin/`, what version do you see in the top navigation? Here: ![image](https://user-images.githubusercontent.com/661859/78116428-f0680580-740c-11ea-8a79-7a01f92b1289.png)
Author
Owner

@BobCashStory commented on GitHub (Apr 28, 2020):

I cannot access to admin if i go there : https://health.cashstory.com/admin/ it redirect me on home after login .

<!-- gh-comment-id:620653577 --> @BobCashStory commented on GitHub (Apr 28, 2020): I cannot access to admin if i go there : https://health.cashstory.com/admin/ it redirect me on home after login .
Author
Owner

@cuu508 commented on GitHub (Apr 29, 2020):

Are you logging in with a superuser account (created with manage.py createsuperuser)?

Had a quick look at https://health.cashstory.com/, it's hard to tell precisely but it appears to be running an older version, older than 1.12 at least.

<!-- gh-comment-id:621026849 --> @cuu508 commented on GitHub (Apr 29, 2020): Are you logging in with a superuser account (created with `manage.py createsuperuser`)? Had a quick look at https://health.cashstory.com/, it's hard to tell precisely but it appears to be running an older version, older than 1.12 at least.
Author
Owner

@BobCashStory commented on GitHub (Apr 29, 2020):

@cuu508 i'm sure i'm on the wrong one but we have an issue with the archive downloaded by https://github.com/galexrt/docker-healthchecks
i created an issue : https://github.com/galexrt/docker-healthchecks/issues/28
I created a super user and i get this page when loggin now ...
Screenshot 2020-04-29 at 18 47 36

<!-- gh-comment-id:621332413 --> @BobCashStory commented on GitHub (Apr 29, 2020): @cuu508 i'm sure i'm on the wrong one but we have an issue with the archive downloaded by https://github.com/galexrt/docker-healthchecks i created an issue : https://github.com/galexrt/docker-healthchecks/issues/28 I created a super user and i get this page when loggin now ... <img width="772" alt="Screenshot 2020-04-29 at 18 47 36" src="https://user-images.githubusercontent.com/47117399/80623047-f112ac80-8a49-11ea-95fa-c804352f6bba.png">
Author
Owner

@galexrt commented on GitHub (Apr 30, 2020):

To chime in here, running my Docker image (image tag v1.14.0-0) which checks out the v1.14.0 git tag and then install the dependencies.
The admin page doesn't show a version:
image

<!-- gh-comment-id:621760787 --> @galexrt commented on GitHub (Apr 30, 2020): To chime in here, running my Docker image (image tag `v1.14.0-0`) which checks out the `v1.14.0` git tag and then install the dependencies. The admin page doesn't show a version: ![image](https://user-images.githubusercontent.com/3718398/80702759-dab82f80-8ae1-11ea-82c3-e13c56a0cf4b.png)
Author
Owner

@cuu508 commented on GitHub (Apr 30, 2020):

The version is determined in settings.py, by parsing the first few lines of CHANGELOG:

https://github.com/healthchecks/healthchecks/blob/master/hc/settings.py#L39

But looks like CHANGELOG gets stripped out in your image:

https://github.com/galexrt/docker-healthchecks/blob/master/Dockerfile#L33

<!-- gh-comment-id:621772052 --> @cuu508 commented on GitHub (Apr 30, 2020): The version is determined in settings.py, by parsing the first few lines of CHANGELOG: https://github.com/healthchecks/healthchecks/blob/master/hc/settings.py#L39 But looks like CHANGELOG gets stripped out in your image: https://github.com/galexrt/docker-healthchecks/blob/master/Dockerfile#L33
Author
Owner

@galexrt commented on GitHub (Apr 30, 2020):

@cuu508 I see. Yeah I added that because at one point the installation failed due to an invalid UTF8 or so character in the file.

It is v1.14.0:

image

<!-- gh-comment-id:621777072 --> @galexrt commented on GitHub (Apr 30, 2020): @cuu508 I see. Yeah I added that because at one point the installation failed due to an invalid UTF8 or so character in the file. It is v1.14.0: ![image](https://user-images.githubusercontent.com/3718398/80705685-1ef9fe80-8ae7-11ea-8adb-442c86e90570.png)
Author
Owner

@BobCashStory commented on GitHub (Apr 30, 2020):

@galexrt @cuu508 okay i found my issue for upgrading ! I didn't see env vars changed in the docker machine conf so i was still with old names, and that prevent me to upgrade apparently, and the admin page works too now

<!-- gh-comment-id:622167448 --> @BobCashStory commented on GitHub (Apr 30, 2020): @galexrt @cuu508 okay i found my issue for upgrading ! I didn't see env vars changed in the docker machine conf so i was still with old names, and that prevent me to upgrade apparently, and the admin page works too now
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#269
No description provided.