mutmut
March 17, 2025, 4:33pm
1
Hello,
following @pierre-gilles ’s announcement for the v4.55.1 (which will arrive for me tonight), I just checked what my system page is telling
Hi @mutmut
Gladys only checks for the availability of an update every 6 hours, so this behavior is normal.
That said, we could improve clarity by adding an indicator showing the date of the last refresh and possibly a button to force it.
Ideally, I’d also like to add a button to trigger the update manually
I’ll make a note to look into all that!
2 Likes
Hi @pierre-gilles ,
I started on my end to develop the manual update button using the watchtower command but I don’t have time to finish. I can make the PR available if anyone wants to continue.
1 Like
Yes, I’d like the base, after that it’s not a very complicated development
Here is the PR
master ← William-De71:add-update-button
ouvert 08:09PM - 24 Mar 25 UTC
### Pull Request check-list
To ensure your Pull Request can be accepted as fa… st as possible, make sure to review and check all of these items:
- [ ] If your changes affects code, did your write the tests?
- [ ] Are tests passing? (`npm test` on both front/server)
- [ ] Is the linter passing? (`npm run eslint` on both front/server)
- [ ] Did you run prettier? (`npm run prettier` on both front/server)
- [ ] If you are adding a new features/services, did you run integration comparator? (`npm run compare-translations` on front)
- [ ] Did you test this pull request in real life? With real devices? If this development is a big feature or a new service, we recommend that you provide a Docker image to the community ([french forum](https://community.gladysassistant.com/)/[english forum](https://en-community.gladysassistant.com/)) for testing before merging.
- [ ] If your changes modify the API (REST or Node.js), did you modify the API documentation? (Documentation is based on comments in code)
- [ ] If you are adding a new features/services which needs explanation, did you modify the user documentation? See [the GitHub repo](https://github.com/GladysAssistant/v4-website) and the [website](https://gladysassistant.com).
- [ ] Did you add fake requests data for the demo mode (`front/src/config/demo.js`) so that the demo website is working without a backend? (if needed) See [https://demo.gladysassistant.com](https://demo.gladysassistant.com).
NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.
### Description of change
Please provide a description of the change here. It's always best with screenshots, so don't hesitate to add some!
There’s still a bit of work left…
3 Likes
mutmut
April 18, 2025, 12:57pm
6
Following the Gladys 4.57 update which includes an update button, I think we can close this request.
1 Like