aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* fix(nightmode): Respect user provided configuration for night mode if providedfix/night-mode-respect-user-configurationHåkon Solbjørg2023-04-02-0/+5
| | | | | | | | | | | | If user sets the cookie or URL query parameter for nightMode, we will respect that. Note that it is a bit cumbersome to _clear_ this configuration (afaik?) if it is set. This is also the case if the user toggles nightmode directly in Gondul (`n`). However, this last configuration is not persisted - so on a page reload, this setting is removed (no need to clear cookies/query params), and the system preference is again followed.
* Merge pull request #223 from gathering/feat/night-mode-follow-systemKristian Lyngstøl2023-03-23-0/+20
|\ | | | | feat(ui): Use Prefer Color Scheme to decide to use night mode
| * feat(ui): Use Prefer Color Scheme to decide to use night modefeat/night-mode-follow-systemHåkon Solbjørg2023-03-22-0/+20
|/ | | | | | Uses the proposal here: https://drafts.csswg.org/mediaqueries-5/#descdef-media-prefers-color-scheme Seems to be decently supported: https://caniuse.com/?search=prefers-color-scheme
* Update INSTALLING.rstOle Mathias Aa. Heggem2023-03-21-1/+1
|
* fix: ansible varnish serviceOle Mathias Heggem2023-03-21-24/+25
|
* Merge pull request #215 from gathering/tg23-ansiblekekSjur Fredriksen2023-02-09-9/+9
|\ | | | | some adjustments to playbooks for debian 11
| * some adjustments to playbooks for debian 11tg23-ansiblekekSjur Fredriksen2023-02-08-9/+9
|/
* tg23 initSjur Fredriksen2023-01-30-6/+6
|
* Merge pull request #213 from gathering/ansible-ubuntuLasse Haugen2020-02-01-1258/+27
|\ | | | | Add Ubuntu 18.04 support in Ansible
| * Remove postgresql.conf and schema-backupansible-ubuntuOle Mathias Aa. Heggem2019-10-31-1226/+0
| |
| * Update varnish versionOle Mathias Aa. Heggem2019-10-31-2/+2
| |
| * Add basic ubuntu/debian10 support in ansibleOle Mathias Aa. Heggem2019-10-30-30/+25
| |
* | Merge pull request #214 from slinderud/masterSimen Linderud2019-12-08-11/+113
|\ \ | | | | | | Templating: improved templating.py, added readme with examples, and a test template that uses the API
| * | templating: spelling is hardslinderud2019-12-08-1/+1
| | |
| * | templating: fixes based on PR feedbackslinderud2019-12-08-14/+19
| | |
| * | Template: bugfixes on templating.py. Added test template that uses API and ↵slinderud2019-12-03-1/+89
| | | | | | | | | | | | created a readme
| * | [templating] Fixup connection errors and timeoutMorten Linderud2019-12-01-6/+15
| | |
* | | API-2: Remove "/rates" and integrate it in ifmetricsKristian Lyngstol2019-12-04-17/+177
| | |
* | | Adjust RST in docKristian Lyngstol2019-12-04-5/+4
| | |
* | | Add doodle for API for 2.0Kristian Lyngstol2019-12-04-0/+172
|/ /
* | Merge pull request #212 from gathering/tg19_psql_schemaOle Mathias Aa. Heggem2019-11-10-182/+26
|\ \ | |/ |/| Update psql schema to match TG19 changes
| * Update psql schema to match tg19 changestg19_psql_schemaOle Mathias Aa. Heggem2019-10-13-182/+26
|/
* TG19Ole Mathias Aa. Heggem2019-04-19-11/+26
|
* Use new metrics in dhcp apiOle Mathias Aa. Heggem2019-04-16-27/+2
| | | | Tune timeouts
* Use new metrics in dhcp apiOle Mathias Aa. Heggem2019-04-16-20/+65
| | | | support ipv6 in dhcp
* Use new metrics in dhcp apiOle Mathias Aa. Heggem2019-04-16-5/+16
|
* Merge branch 'master' of github.com:gathering/gondulroot2019-04-16-3/+2
|\
| * update urlsSjur Fredriksen2019-04-16-3/+2
| |
* | tag fix in switches writeOle Mathias Aa. Heggem2019-04-15-0/+5
| |
* | dhcp-summary fixOle Mathias Aa. Heggem2019-04-15-1/+1
| |
* | Do not die on influx failOle Mathias Aa. Heggem2019-04-15-10/+16
|/
* update what to look forSjur Fredriksen2019-04-15-1/+1
|
* update what to look forSjur Fredriksen2019-04-15-1/+1
|
* update what to look for in aliasSjur Fredriksen2019-04-14-2/+2
|
* Make network work againOle Mathias Aa. Heggem2019-04-11-4/+63
|
* Use ping as default map on public siteOle Mathias Aa. Heggem2019-04-10-0/+3
|
* Make public gondul not ask for authOle Mathias Aa. Heggem2019-04-10-4/+10
|
* Attempt to avoid loopback in totalts in switch-stateKristian Lyngstol2019-04-09-2/+4
|
* Merge pull request #209 from slinderud/masterKristian Lyngstøl2019-04-02-2/+13
|\ | | | | Templating: New filter getIp, fixed errors in dhcp filters
| * excluded listing of template files from varnishslinderud2019-03-31-0/+10
| |
| * Merge branch 'master' of github.com:gathering/gondulslinderud2019-03-31-0/+0
| |\ | |/ |/|
* | Merge pull request #208 from slinderud/masterLasse Haugen2019-03-31-1/+6
|\ \ | | | | | | added MIBs for tx/rx db
| | * fixed errors in jinja filters, and made a new one to replace most of themslinderud2019-03-31-2/+3
| |/
| * added MIBs for tx/rx dbslinderud2019-03-24-1/+6
|/
* front: Handle corrupt tag-json more gracefullyKristian Lyngstol2019-02-22-3/+7
| | | | | | Caused a problem locally after I had accidentally made tags into an object instead of an array during testing, but this CAN happen if someone writes {} instead of [], so better to anticipate it.
* Merge branch 'master' of github.com:gathering/gondulKristian Lyngstol2019-02-13-198/+468
|\
| * Copy current schema.sql to ansible roleLasse Haugen2019-02-13-168/+277
| |
| * Merge pull request #201 from slinderud/masterLasse Haugen2019-02-13-30/+191
| |\ | | | | | | #159 Fixed templating install, included updated varnish config, updated installing.rst and clean-up on servicefiles
| | * newline fuckupsLasse Haugen2019-02-12-0/+2
| | |
| | * service file cleanupLasse Haugen2019-02-12-14/+8
| | |