Commit Graph

431 Commits

Author SHA1 Message Date
Svilen Markov
bba2c5b20c Update label overrides implementation 2025-04-26 17:39:05 +01:00
MikeC
075bdfdc23 Add ability to convert docker container names to humanreadable names 2025-03-17 06:58:11 -04:00
MikeC
e84edb3e30 Add support to configure docker containers in yaml 2025-03-17 06:53:08 -04:00
Svilen Markov
d22ac6a7a4 Add parseTime to custom-api 2025-03-13 00:55:31 +00:00
Svilen Markov
2f50f5ef34 Merge branch 'main' into dev 2025-03-12 18:04:16 +00:00
Svilen Markov
d7bbf2b8e2 Accessibility improvements 2025-03-12 18:01:35 +00:00
Svilen Markov
278fa3c397 Add gap between domain and percent 2025-03-12 18:01:35 +00:00
Svilen Markov
6f48ee98e5 Uppercase currency before looking for matching symbol #365 2025-03-12 18:01:35 +00:00
Svilen Markov
14db59318c Avoid spinning up unnecessary goroutines for single data jobs 2025-03-12 10:35:54 +00:00
Svilen Markov
f9b3deaff2 Simplify worker num with min 2025-03-12 10:35:54 +00:00
Ralph Ocdol
c265e42220 Add subrequests to custom-api (#385)
* feat: custom-api multiple API queries

* fix template check

* refactor

* Update implementation & docs

* Swap statement

* Update docs

---------

Co-authored-by: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com>
2025-03-12 10:30:29 +00:00
Svilen Markov
c0bdf1551d Add support for bool in query params fields 2025-03-10 09:56:47 +00:00
Ralph Ocdol
e373eeeed3 fix: full width clickable link for monitor-site (#405)
* feat: full width clickable link for monitor-site

* refactor

* Use grow instead of width-100

---------

Co-authored-by: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com>
2025-03-10 09:49:38 +00:00
Svilen Markov
6c8859863a Add description property to bookmarks widget links 2025-03-02 00:09:28 +00:00
Svilen Markov
31ecd91f7c Fix failing to parse empty response body in custom api widget 2025-03-01 23:43:33 +00:00
Svilen Markov
474255c985 Tweak error message 2025-03-01 23:38:29 +00:00
Svilen Markov
49668d4ba9 Also apply to extension widget 2025-03-01 23:30:20 +00:00
Svilen Markov
8da26ab409 Make query parameters field reusable 2025-03-01 23:29:28 +00:00
Ralph Ocdol
948289a038 feat: add parameters and array parameters support 2025-02-28 08:48:07 +08:00
Svilen Markov
ce293ed891 Prevent infinite config include recursion 2025-02-27 07:22:18 +00:00
Svilen Markov
2738613344 Improve error message when widget type not specified 2025-02-27 07:12:07 +00:00
Svilen Markov
5d12d934b8 Use new range syntax 2025-02-27 07:11:44 +00:00
Svilen Markov
19a89645a1 Add support for nested includes 2025-02-27 07:11:03 +00:00
Svilen Markov
9df9673e84 Add alternative include syntax
Also make it the new recommended way for doing includes
2025-02-25 02:25:01 +00:00
Svilen Markov
9c98c6d0c4 Merge branch 'main' into dev 2025-02-22 13:33:17 +00:00
Svilen Markov
dac0d15e78 Update implementation 2025-02-22 13:29:00 +00:00
ejsadiarin
c00d937f4c feat(monitor): add basic-auth feature for protected sites
this closes [issue #316](https://github.com/glanceapp/glance/issues/316)

Furthermore, this could be expanded to also pass the configured basic
auth credentials to the request when the user clicks on the specific
monitor widget
2025-02-19 17:28:13 +08:00
Svilen Markov
d4565acfe7 Markets widget rate limit fix 2025-02-19 02:25:07 +00:00
Svilen Markov
16129c53bd Merge pull request #358 from rubiojr/rubiojr/reload-on-rename2
Auto-reload config file on RENAME
2025-02-19 01:25:08 +00:00
Svilen Markov
c76a4d4be7 Increase docker containers widget timeout 2025-02-17 23:45:57 +00:00
Svilen Markov
c33fe45d4c Merge branch 'main' into dev 2025-02-17 23:27:42 +00:00
Svilen Markov
fcccb7eb38 Update error message 2025-02-17 23:20:38 +00:00
Svilen Markov
f9209406fb Reduce duplication of constants 2025-02-17 23:18:27 +00:00
Svilen Markov
27af0400c0 Tweak impl for handling config renames 2025-02-17 22:28:10 +00:00
Sergio Rubio
76a80ff034 Add clarifying comment 2025-02-17 19:17:49 +01:00
Sergio Rubio
f7f333ad52 Auto-reload config file on RENAME
Some editors (like Vim), create a temp file when saving, then replace
the file being edited with the temp file. This causes the FS notify
event to be RENAME, not WRITE, so auto-reload misses this.

In addition to that, the file is removed from the watcher and the
auto-reload functionality stops working entirely after the first RENAME.

https://github.com/fsnotify/fsnotify/issues/255 describes this.
2025-02-17 19:08:54 +01:00
Svilen Markov
0ce45e32aa Update dashboard icons repo 2025-02-15 14:59:20 +00:00
Svilen Markov
e01af4adec Delay changing popover display
Previously would make the popover visible and then reposition
it on the next frame in order to avoid getting called recursively
due to the observer, however this causes the scrollbar to appear
if it wasn't already visible for a single frame which is janky.

This change fixes that.
2025-02-15 13:53:13 +00:00
Kevin
94806ed45d Added blocked domains count for Technitium 2025-02-12 16:05:38 -05:00
Kevin
0c8358beaa Added Technitium as a valid service for dns-stats widget 2025-02-12 15:58:05 -05:00
Svilen Markov
bb9cb03c8a Fix index out of range 2025-02-10 11:22:48 +00:00
Svilen Markov
37f35281b4 Add server-stats widget 2025-02-09 17:52:22 +00:00
Svilen Markov
306fb3cb33 Add new calendar and deprecate old 2025-02-09 17:47:20 +00:00
Svilen Markov
e495fbfd99 Remove comment 2025-02-09 17:33:07 +00:00
Svilen Markov
8331c4b305 Add Exists function 2025-02-09 05:32:30 +00:00
Svilen Markov
5a06f4788b Return NaN instead of 0 when dividing by 0 2025-02-09 05:32:05 +00:00
Svilen Markov
825ef84da5 Add comment 2025-02-09 00:39:51 +00:00
Svilen Markov
c583057d45 Allow specifying playlists separately 2025-02-09 00:31:53 +00:00
Svilen Markov
cd1e4e9f91 Update update warn link 2025-02-07 11:06:44 +00:00
Svilen Markov
33f8e6d144 Update notice page 2025-02-07 11:06:20 +00:00