Wykres commitów

23 Commity (master)

Autor SHA1 Wiadomość Data
Tomasz Golinski 48e43613d1 clang-format 2023-09-25 19:01:46 +02:00
Tomasz Golinski 2a2a77caf3 Some cppcheck fixes 2023-08-30 22:43:49 +02:00
Tomasz Golinski 868b62bb2e Further refactor and simplifications 2023-08-30 17:01:22 +02:00
Tomasz Golinski 3f109a7047 Move around some consts, comment out code unused for now 2023-08-30 15:53:47 +02:00
Tomasz Golinski d673bdd7b9 cppcheck partial cleanup 2022-07-13 18:37:55 +02:00
Tomasz Golinski 89e9b4d8c6 Change some int to uint and thus silence warnings 2022-07-13 18:30:26 +02:00
Tomasz Golinski 54b077de6d Include list of FTFs 2022-07-13 01:11:44 +02:00
Tomasz Golinski 32e1053c6b geofriends: add missing okapi bits 2020-10-31 21:51:25 +01:00
Tomasz Goliński 0a86f18d7e Function to grab only ratings from OKapi 2020-08-28 18:42:54 +02:00
Tomasz Golinski 8c2d633a51 Restructure CURL code. There is no need to initialize CURL handle for each request, it can be reused. 2020-08-06 21:53:13 +02:00
Tomasz Golinski 9215f6ace9 Okapi function to update list of caches with full data.
Maybe SQL request to db should be made slimmer by using this function.
2020-08-05 02:26:40 +02:00
Tomasz Golinski d961ae6dab Fix a bug reintroduced while changing the containers: need to use set for codes to get rid of duplicates 2020-02-29 23:05:11 +01:00
Tomasz Golinski 3c2d9962d1 Get rid of explicit values of 500 and 1000 as max number of items per request in Okapi 2020-02-29 02:18:01 +01:00
Tomasz Golinski 1a3a7e0747 Change containers used to store caches. std::set didn't allow to change elements inside and it was the easiest way to deal with extra data from the logs. 2020-02-29 02:04:55 +01:00
Tomasz Golinski 3785d5d067 CPPCHECK: Add override specifiers 2020-02-11 17:37:01 +01:00
Tomasz Golinski 2ab560f172 CPPCHECK: Change arguments to references, add some consts 2020-02-11 17:34:23 +01:00
Tomasz Golinski c59e01b556 Fix a problem when a cache had two "found" logs by the same user
Okapi produces an error if a cache code appers twice in a request. Simply replace a std::vector by std::map.
2020-01-28 04:49:11 +01:00
Tomasz Golinski e6dc8e930a Fill out correctly the source of a cache 2020-01-25 16:49:32 +01:00
Tomasz Golinski e3087f3695 Include link to user profile in HTML output 2020-01-04 19:24:00 +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 Golinski 1a2a096651 Add parent class Api to OCdb 2019-10-04 00:43:39 +02:00
Tomasz Golinski dc91a5c1ed Possibility to apply changelogs grabbed from OKapi 2019-10-01 01:49:25 +02:00
Tomasz Golinski 54e240f910 Initial commit 2019-09-08 19:13:06 +02:00