mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #351] v1.13.0 Cannot see new features #269
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#269
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@cuu508 commented on GitHub (Apr 1, 2020):
When you log in
/admin/, what version do you see in the top navigation?Here:
@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 .
@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.
@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 ...
@galexrt commented on GitHub (Apr 30, 2020):
To chime in here, running my Docker image (image tag

v1.14.0-0) which checks out thev1.14.0git tag and then install the dependencies.The admin page doesn't show a version:
@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
@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:
@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