Tomasz Golinski
8672d9ca23
Add world map
2020-01-25 12:37:00 +01:00
Tomasz Golinski
45ff44fbc1
Code restruct in geostat_cli
2020-01-25 12:23:30 +01:00
Tomasz Golinski
560284bc9a
Use reference instead of pointer in class show_histogram
2020-01-25 12:20:41 +01:00
Tomasz Golinski
5800fdee65
Update README.md
2020-01-25 12:07:29 +01:00
Tomasz Golinski
272e2903f4
Split HTML tool from command line tool to simplify the code
2020-01-25 12:05:38 +01:00
Tomasz Golinski
3234258bca
Use reference instead of pointer in class Heat constructor, add an assert
2020-01-25 11:44:29 +01:00
Tomasz Golinski
a5abf529bb
Make more stats use only filtered list of caches in a consistent way
2020-01-25 11:40:56 +01:00
Tomasz Golinski
7777103ed8
Merge branch 'master' of gitlab.com:tomaszg/geostat
2020-01-21 23:18:11 +01:00
Tomasz Golinski
ccf444edeb
Fix find_streak() for the case of streak=1
2020-01-15 20:49:12 +01:00
Tomasz Golinski
ed774b006f
Some formatting for css
2020-01-04 19:47:06 +01:00
Tomasz Golinski
958834553c
Some formatting and clang-format
2020-01-04 19:27:04 +01:00
Tomasz Golinski
e3087f3695
Include link to user profile in HTML output
2020-01-04 19:24:00 +01:00
Tomasz Golinski
b45b329003
Fix command line switch -N
2020-01-04 19:14:29 +01:00
Tomasz Golinski
12e292200c
Some formatting in HTML
2020-01-04 18:47:04 +01:00
Tomasz Golinski
74eadf16ec
Add computation of longest caching streak
2020-01-04 18:33:53 +01:00
Tomasz Golinski
c72de14d78
Add extra "const"
2020-01-04 18:26:07 +01:00
Tomasz Golinski
6259e18727
Small markdown improvement in README.md
2020-01-02 01:20:38 +01:00
Tomasz Golinski
257fd39c6f
Fix wrong CSS selectors causing bleeding of footer link atributes to other links
2020-01-02 01:20:10 +01:00
Tomasz Golinski
cdf0e63a7c
Add a footer to results HTML page
2020-01-02 00:54:01 +01:00
Tomasz Golinski
1c3e1ec0f1
Try to support other OC servers
...
It changed options layout, so beware. It also removed an option to set debug level.
Moreover some/all services seem to need some deduplication in cache codes in their OKAPI queries.
2020-01-02 00:37:28 +01:00
Tomasz Golinski
4ee02fd2ee
CSS cleanup
2020-01-02 00:16:47 +01:00
Tomasz Golinski
68aa3bd186
Add info about webpage to README.md
2020-01-02 00:12:51 +01:00
Tomasz Golinski
a9d41f9382
Update README.md and usage outputs
2019-11-18 16:06:20 +01:00
Tomasz Golinski
ee30967194
Fix another typo in maps.h...
2019-11-18 14:57:34 +01:00
Tomasz Golinski
a8dfda0666
Add a CSS rule for main page
2019-11-18 14:50:53 +01:00
Tomasz Golinski
c42361fdab
Fix CSS rule for collapsible that broke checkboxes on main page
2019-11-18 13:57:33 +01:00
Tomasz Golinski
43ad475c4a
Fix some errors in HTML code
2019-11-17 20:30:05 +01:00
Tomasz Golinski
e20dbd2f48
Show day of the week stats
2019-11-17 19:42:32 +01:00
Tomasz Goliński
ad98624734
Add fake version string to CSS
2019-11-12 02:01:35 +01:00
Tomasz Goliński
38a349e484
Add summary to D/T matrix
2019-11-11 23:33:43 +01:00
Tomasz Goliński
679eaf4092
Add collapsible list of all days
2019-11-11 23:28:37 +01:00
Tomasz Goliński
c3babed88f
Fix a wrong number in maps.h resulting in a nasty shift
2019-11-11 22:45:06 +01:00
Tomasz Goliński
f2b6a1ad5b
Fix a typo
2019-11-11 21:12:06 +01:00
Tomasz Goliński
ab283c8672
Show number of caches in html output if "not found" is enabled
2019-11-11 21:10:58 +01:00
Tomasz Goliński
f8b78acaca
Fix: do not show stats in html output if "not found" is enabled
2019-11-11 21:05:42 +01:00
Tomasz Goliński
665c39e917
Refactor html output a bit
2019-11-10 21:03:11 +01:00
Tomasz Goliński
86de83a74c
Add some extra stats to web output
2019-11-10 20:59:21 +01:00
Tomasz Goliński
83273c8af4
Fix broken OKApi code
2019-11-10 14:59:31 +01:00
Tomasz Goliński
1f5338ffd2
Refactor code around textual data field in Cache class
2019-11-09 14:37:48 +01:00
Tomasz Golinski
0ce9b0d817
Add possibility to install files with meson/ninja
2019-11-09 11:47:46 +01:00
Tomasz Goliński
55e4953d76
CSS custom properties are fun
2019-11-09 11:32:41 +01:00
Tomasz Goliński
08464564ee
Add display of cache sizes
2019-11-08 22:50:21 +01:00
Tomasz Goliński
ccf2ec1f28
Add histogram for years
2019-11-07 18:07:22 +01:00
Tomasz Goliński
4c9995dccf
Lambdafy some comparison functions
2019-11-07 18:00:05 +01:00
Tomasz Goliński
53dc1f1c57
Add support from histograms sorted by first key and apply it to get month histogram
2019-11-07 17:45:55 +01:00
Tomasz Goliński
7aa45dc1cb
Since C++ doesn't allow nesting pointers to members of a class, the simplest way to get a histogram for date components was to duplicate some of them as plain members
...
At the same time it was possible to convert month number to name.
2019-11-07 17:25:17 +01:00
Tomasz Goliński
83029fbc54
Update README.md
2019-11-05 21:07:04 +01:00
Tomasz Goliński
941372b443
Replace missing titles in histograms with [unknown]
2019-11-05 20:49:06 +01:00
Tomasz Goliński
6ccd8fcbcb
Add date of find to Cache structure. Update OKApi source to grab it. It is not the cleanest solution possible.
...
Maybe Caches should be a std::map, not std::set...
2019-11-05 20:39:33 +01:00
Tomasz Goliński
c400624a95
Add missing 0 width CSS rule
2019-11-04 23:39:44 +01:00