Tomasz Golinski
							
						 | 
						
							
							
							
							
								
							
								6e6330975f
								
							
								
							
						 | 
						
							
							
								
								Simplify a bit conditions in json checks
							
							
							
							
							
						 | 
						
							2020-03-02 22:58:34 +01:00 | 
						
					
				
					
						
							
							
								 
								Tomasz Golinski
							
						 | 
						
							
							
							
							
								
							
								0fbdd6e3e9
								
							
								
							
						 | 
						
							
							
								
								Add some sanity check for json access
							
							
							
							
							
							
							
							When json is const, access to non-existant key causes assert failure. Need to check first if the key exists 
							
						 | 
						
							2020-03-02 22:58:14 +01:00 | 
						
					
				
					
						
							
							
								 
								Tomasz Golinski
							
						 | 
						
							
							
							
							
								
							
								92bfb82eb2
								
							
								
							
						 | 
						
							
							
								
								Store type of log as an integer value in SQLite. 1 for found, 0 for not found, -1 for other
							
							
							
							
							
						 | 
						
							2020-03-02 21:55:19 +01:00 | 
						
					
				
					
						
							
							
								 
								Tomasz Golinski
							
						 | 
						
							
							
							
							
								
							
								40a8143338
								
							
								
							
						 | 
						
							
							
								
								Change SQLite diff/terr fields to int by storing twice the number
							
							
							
							
							
						 | 
						
							2020-03-02 21:52:45 +01:00 | 
						
					
				
					
						
							
							
								 
								Tomasz Golinski
							
						 | 
						
							
							
							
							
								
							
								8dd58d1a90
								
							
								
							
						 | 
						
							
							
								
								Change SQLite db init code
							
							
							
							
							
						 | 
						
							2020-03-02 19:23:34 +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
							
						 | 
						
							
							
							
							
								
							
								17e8a93b5b
								
							
								
							
						 | 
						
							
							
								
								CPPCHECK: There is no such thing as 2
							
							
							
							
							
						 | 
						
							2020-02-11 17:34:52 +01:00 | 
						
					
				
					
						
							
							
								 
								Tomasz Golinski
							
						 | 
						
							
							
							
							
								
							
								2ab560f172
								
							
								
							
						 | 
						
							
							
								
								CPPCHECK: Change arguments to references, add some consts
							
							
							
							
							
						 | 
						
							2020-02-11 17:34:23 +01:00 | 
						
					
				
					
						
							
							
								 
								Tomasz Golinski
							
						 | 
						
							
							
							
							
								
							
								fde854b041
								
							
								
							
						 | 
						
							
							
								
								Correct initialization of SQLite db with geodb
							
							
							
							
							
						 | 
						
							2020-01-25 16:33:57 +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
							
						 | 
						
							
							
							
							
								
							
								46a7321434
								
							
								
							
						 | 
						
							
							
								
								Pull more cache data from local db
							
							
							
							
							
						 | 
						
							2019-11-04 11:09:47 +01:00 | 
						
					
				
					
						
							
							
								 
								Tomasz Golinski
							
						 | 
						
							
							
							
							
								
							
								0f15dcb82c
								
							
								
							
						 | 
						
							
							
								
								Restrict caches not found to available caches
							
							
							
							
							
						 | 
						
							2019-10-06 13:08:37 +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
							
						 | 
						
							
							
							
							
								
							
								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
							
						 | 
						
							
							
							
							
								
							
								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
							
						 | 
						
							
							
							
							
								
							
								26d2f9ffb4
								
							
								
							
						 | 
						
							
							
								
								Initial support for handling OC database snapshots storing it in a local sqlite file.
							
							
							
							
							
						 | 
						
							2019-09-30 02:34:56 +02:00 |