Commit Graph

2616 Commits

Author SHA1 Message Date
Josue
184e737ff9 refactor: add font as a local library 2021-06-04 12:11:49 -04:00
Josue
f45c0cd956 refactor: elements related to previous approach (before material ui) 2021-06-04 12:11:49 -04:00
Josue
1a73783c04 feat: add material ui theme 2021-06-04 12:11:49 -04:00
Josue
6b0ce569f3 feat: modify nextjs templates and index to use material ui 2021-06-04 12:11:49 -04:00
Josue
0ba269f9f3 feat: add material ui to the header 2021-06-04 12:11:49 -04:00
Josue
af3851137d chore: add material ui 2021-06-04 12:11:49 -04:00
Tsu-ba-me
5d4a854eb0 fix(striker-ui): extend Date to output iso-8601 with timezone 2021-06-04 12:11:49 -04:00
Tsu-ba-me
f151065ad9 fix(striker-ui): use iso-8601 date format in Anvil status 2021-06-04 12:11:49 -04:00
Tsu-ba-me
7e57668a46 fix(striker-ui): use primary color in ToggleSwitch lever 2021-06-04 12:11:49 -04:00
Tsu-ba-me
cee5f9735f fix(striker-ui): remove static UUID in Anvil status page 2021-06-04 12:11:49 -04:00
Tsu-ba-me
409a888974 fix(striker-ui): add styling to demo Anvil status page 2021-06-04 12:11:49 -04:00
Tsu-ba-me
527da435d4 fix(striker-ui): handle borders in horizontal lists 2021-06-04 12:11:49 -04:00
Tsu-ba-me
f49f749891 fix(striker-ui): allow atom ToggleSwitch to update when props change 2021-06-04 12:11:49 -04:00
Tsu-ba-me
55ba5151e9 fix(striker-ui): separate page containers from page implementation 2021-06-04 12:11:49 -04:00
Tsu-ba-me
0da55725f3 feat(striker-ui): add atom ToggleSwitch 2021-06-04 12:11:49 -04:00
Tsu-ba-me
14d3627c90 fix(striker-ui): enable atom Button to accept HTML button props 2021-06-04 12:11:49 -04:00
Tsu-ba-me
a08c2b24ad fix(striker-ui): add missing types imports in atom Button 2021-06-04 12:11:49 -04:00
Tsu-ba-me
e5f1bf491b fix(striker-ui): fetch Anvil status with interval 2021-06-04 12:11:49 -04:00
Tsu-ba-me
f149f1900e chore(striker-ui): rename lib/Anvil->anvil 2021-06-04 12:11:49 -04:00
Tsu-ba-me
9ee618ba20 fix(striker-ui): add initial styling to Anvil list page 2021-06-04 12:11:48 -04:00
Tsu-ba-me
88bd6823c6 feat(striker-ui): add organism Header 2021-06-04 12:11:48 -04:00
Tsu-ba-me
52e47197dc feat(striker-ui): add molecule List 2021-06-04 12:11:48 -04:00
Tsu-ba-me
967f54a5c9 feat(striker-ui): add atom SimpleLink 2021-06-04 12:11:48 -04:00
Tsu-ba-me
baace23719 feat(striker-ui): add atom Button 2021-06-04 12:11:48 -04:00
Tsu-ba-me
b08332227a feat(striker-ui): add atom Label 2021-06-04 12:11:48 -04:00
Tsu-ba-me
ab10805adf fix(striker-ui): correct Anvil status page header 2021-06-04 12:11:48 -04:00
Tsu-ba-me
a8e7c96432 feat(striker-ui): add default theme 2021-06-04 12:11:48 -04:00
Tsu-ba-me
33211c2d01 chore(striker-ui): add symlink to image assets 2021-06-04 12:11:48 -04:00
Tsu-ba-me
18bf5fbd62 fix(striker-ui): add basic style to anvil list 2021-06-04 12:11:48 -04:00
Tsu-ba-me
0b2c9d4e35 feat(striker-ui): add default theme 2021-06-04 12:11:48 -04:00
Tsu-ba-me
e9b0a0339f fix(striker-ui): add switch to use fake data 2021-06-04 12:11:48 -04:00
Tsu-ba-me
256c732f8e fix(striker-ui): override document to enable styled components 2021-06-04 12:11:48 -04:00
Tsu-ba-me
4ad5640ab0 chore(striker-ui): install styled-components 2021-06-04 12:11:48 -04:00
Tsu-ba-me
0b00a92a21 feat(striker-ui): add minimal demo 2021-06-04 12:11:48 -04:00
Tsu-ba-me
28bdf4e1f2 build(cgi-bin): include nodejs-devel as build dependency 2021-06-04 12:11:48 -04:00
Tsu-ba-me
c3ac652043 build(cgi-bin): exclude get_anvil_status endpoint 2021-06-04 12:11:48 -04:00
Tsu-ba-me
0eefcdc06e build(cgi-bin): include get_networks endpoint 2021-06-04 12:11:48 -04:00
Tsu-ba-me
eb543e7723 build(cgi-bin): remove unused cold_stop endpoint 2021-06-04 12:11:48 -04:00
digimer-bot
6710653ac9
Merge pull request #110 from ClusterLabs/anvil-tools-dev
Anvil tools dev
2021-06-03 22:41:11 -04:00
Digimer
3b1afa0d92
Merge branch 'master' into anvil-tools-dev 2021-06-03 22:32:40 -04:00
Digimer
24ec17f8f7 * Added a new parameter called 'sensitive' to Database->connect() that returns after connections before any ancilliary checks are done, minimizing connect time.
* Fixed a problem with Database->insert_or_update_variables() where variable_source_uuid being set to an empty string wasn't converted to NULL.
* Fixed Database->locking() where the way the lock variable was set was rather broken.
* Created Striker->check_httpd_conf() which configured apache to handle the integration of the new WebUI for Anvil! management with the existing WebUI.
* Updated System->update_hosts() to specifically set the 127.0.0.1 and ::1 lines to handle how cloud-init overrides /etc/hosts and breaks CI/CD tests.
* Removed the old index.html as it's now used for the new WebUI.
* Began work on removing DB connection requirements from ocf:alteeve:server.

Signed-off-by: Digimer <digimer@alteeve.ca>
2021-06-03 22:25:36 -04:00
Digimer
2327c8cefd
Merge pull request #108 from Tsu-ba-me/issues/5-get-shared-storage
Web UI: add new `get_shared_storage` endpoint; move old to `get_filesystems`
2021-06-03 12:00:38 -04:00
Tsu-ba-me
215a96257b fix(cgi-bin): reset log level in get_shared_storage 2021-06-03 11:26:32 -04:00
Tsu-ba-me
4fa1cb7f31 fix(cgi-bin): include storage group UUID in response 2021-06-03 11:26:32 -04:00
Tsu-ba-me
4f88b1f536 fix(cgi-bin): ensure sizes in get_shared_storage's response are JSON numbers 2021-06-03 11:26:32 -04:00
Tsu-ba-me
507588cfc3 fix(cgi-bin): add logic to fetch basic info on storage groups 2021-06-03 11:26:32 -04:00
Tsu-ba-me
b1632c2dc3 fix(cgi-bin): make get_shared_storage executable 2021-06-03 11:26:32 -04:00
Tsu-ba-me
22caf55ca0 fix(cgi-bin): accept query param and switch in get_shared_storage 2021-06-03 11:26:32 -04:00
Tsu-ba-me
0008aec694 chore(cgi-bin): add boilerplate to new get_shared_storage 2021-06-03 11:26:32 -04:00
Tsu-ba-me
8789a3b891 chore(cgi-bin): rename existing get_shared_storage->get_filesystems 2021-06-03 11:26:32 -04:00