Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
71606035fd
fix bug where growth is not calculated properly for future bills / hangover from when I assumed only simple growth as that was all we had before I added new growth menu options
20239d72c8
put improved foreign key constraints on DB to fix bug where when I delete a cset, that was being used to compare_to, it breaks
e3d2d8ea08
remove jquery filter for nav-tabs now we are using nav-pills in vertical mode, it was unnecessary anyway, only one div had navlinks, so just using the rest of the filter, and this fixes the BUG too
e7a3cb3d7d
change formatting of fields so that we cater for scroll-bar or no scroll-bar when we show graph or not in lower part of UI, this stops the fields wrapping onto the next line when the scroll bar appears
2ba2ece1d0
tried to be smarter with tax, decided in the end to use non-code to come up with a figure and hard-code, hopefully not an issue soon anyway :)
0a0a7b321b
remove warning / use r"" for regexp string"
85a53c8c5f
minor update for bills, this needs to be dynamic
8e2f0ae340
take into account ENV var for snapshots
ed6d1dd40d
hacky/quick fix to handle db container restarts, NEED to remove global session, and replace with sess, and then use Threads and allow parallelism finally - this fixes BUG-140
7b1a7ea30d
quick fix to better handle pools, and db container restarts underneath client
e104dd8270
Applying several hacks to draw labels better -- still not close to great, but bearable now. First we consider 0 amts as non-negative for annotations so they go up not down on the graph :) Second, I am applying a rough approach of knowing where the last label was drawn and draw below that, only do this for negative amts, and even then the difference between y-coords in the y-axis scale and pixels for offsets of labels, just are too annoying
a46b8f895a
sort annotations so the historical annotations are drawn first, so up/down labels are mostly working properly
2386cf6660
one-off recovery script for getting all copies of a file out of restic - hard-coded for finance.db, but its in variables and can be adapted if needed
530cab685b
added mqtt with tls to f/w so IoT devices can talk to mara
d23aaca635
convert to nfrastack ldap, and rename openldap to ldap, added a mqtt dev temporarily and made uptime-kuma tag be able to update in the :2 releases
f309dfa947
redid bills UI, you can now choose CPI or FLAT X% as well, via a drop-down not a set of buttons. The changing of inflation also tweaks any bills using CPI, all works
0a9a50f9a1
added ability to delete comparison sets, also made future bills recalc for Hydunday/D_quit dependent future bills, this is not effectively functional -v1.0 :)