Wykres commitów

358 Commity (master)

Autor SHA1 Wiadomość Data
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
Tomasz Goliński e589cf4322 Not much to show with -n, ignore most stats 2019-11-04 22:00:04 +01:00
Tomasz Goliński b40b29de80 Another run of clang-format 2019-11-04 21:44:08 +01:00
Tomasz Goliński dc42212e31 Throw when can't read database revision 2019-11-04 21:40:24 +01:00
Tomasz Goliński 3ea68bf231 Stop when there are no caches to work with 2019-11-04 21:34:48 +01:00
Tomasz Goliński f74ea03e0e Refactor usage help output code 2019-11-04 21:34:29 +01:00
Tomasz Goliński d89381e1fb Update README.md 2019-11-04 21:14:40 +01:00
Tomasz Goliński 91fc2ff7e4 Support for HTML output together with a sample CSS style 2019-11-04 21:13:20 +01:00
Tomasz Goliński 46a7321434 Pull more cache data from local db 2019-11-04 11:09:47 +01:00
Tomasz Golinski 10b4562ac0 Set numerical fields in Cache class to zero by default 2019-10-21 15:10:18 +02:00
Tomasz Golinski f9de2eb172 Exclude mobile and own caches from heatmap. 2019-10-21 14:50:24 +02:00
Tomasz Golinski 0f15dcb82c Restrict caches not found to available caches 2019-10-06 13:08:37 +02:00
Tomasz Golinski e6774720a1 Restore default value of map 2019-10-06 13:08:09 +02:00
Tomasz Golinski 6ba1da6203 Silence unused variable/parameter warnings 2019-10-06 02:58:24 +02:00
Tomasz Golinski 9d9601e4ca Encapsulate revision in OCdb 2019-10-06 02:46:07 +02:00
Tomasz Golinski f7e02612d8 Add SQLite transactions 2019-10-06 02:44:58 +02:00
Tomasz Golinski d2682e5860 Move the code updating revision of SQLite database out of destructor to places where it can really change. 2019-10-04 22:06:59 +02:00
Tomasz Golinski 5eaf9ec43e Possibility to grab caches which were not found by a certain user 2019-10-04 02:30:17 +02:00
Tomasz Golinski 1a2a096651 Add parent class Api to OCdb 2019-10-04 00:43:39 +02:00
Tomasz Golinski 36eaed4953 Minor restruct 2019-10-04 00:23:03 +02:00
Tomasz Golinski bafa767382 Forgot to put 'type' into database. On the other hand, no need to put 'text' there. 2019-10-01 23:57:04 +02:00
Tomasz Golinski ab2f66c87a Don't generate empty SQL commands if no data is to be changed. 2019-10-01 17:29:17 +02:00
Tomasz Golinski 2a00a57b3c Correct revision tracking code 2019-10-01 17:19:05 +02:00
Tomasz Golinski 8912978b9f Correct call to string::ends_with() 2019-10-01 17:18:43 +02:00
Tomasz Golinski fb196b1c35 Adjust debug levels 2019-10-01 17:11:38 +02:00
Tomasz Golinski dc91a5c1ed Possibility to apply changelogs grabbed from OKapi 2019-10-01 01:49:25 +02:00
Tomasz Golinski 27d29af9ed Read revision from existing database 2019-10-01 01:48:49 +02:00
Tomasz Golinski 5ca319730e Add some options to geodb 2019-10-01 01:47:14 +02:00
Tomasz Golinski 26d2f9ffb4 Initial support for handling OC database snapshots storing it in a local sqlite file. 2019-09-30 02:34:56 +02:00
Tomasz Golinski 9ab6c3271a Minor change of options in geostat 2019-09-30 02:33:45 +02:00
Tomasz Golinski b08b4700d1 Update README.md 2019-09-24 14:56:44 +02:00
Tomasz Golinski a0cb5bf3c1 Add bigger map of Poland 2019-09-24 14:52:10 +02:00
Tomasz Golinski eafb0353a2 Update help text 2019-09-24 14:49:00 +02:00
Tomasz Golinski 7d90252260 clang-format 2019-09-23 22:04:23 +02:00
Tomasz Golinski 61a1cd24d2 Really add all remaining voivodships 2019-09-15 13:45:37 +02:00
Tomasz Golinski 53ab3bc3d0 Add remaining voivodships 2019-09-15 13:33:27 +02:00
Tomasz Golinski 0e51018b9f Simplify adding new maps 2019-09-15 12:34:10 +02:00
Tomasz Golinski 325af6efba Code changes for two new maps 2019-09-15 12:20:21 +02:00
Tomasz Golinski 6a41deb9a8 Add two maps of voivodships 2019-09-15 00:46:59 +02:00
Tomasz Golinski 75cf952ad3 Update README 2019-09-12 14:56:46 +02:00