1a768e1188 
					 
					
						
						
							
							Add API for room occupancy  
						
						
						
						
					 
					
						2023-09-25 15:33:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b78d28a6d3 
					 
					
						
						
							
							Fix some more typos  
						
						
						
						
					 
					
						2023-09-15 18:59:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						954e8ec359 
					 
					
						
						
							
							Fix typo in comment about mensa menu update  
						
						
						
						
					 
					
						2023-08-24 23:26:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a3b3c40d77 
					 
					
						
						
							
							CourseListParser: don't replace https with httpss  
						
						
						
						
					 
					
						2023-05-15 14:35:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						97f32069fa
	 
					 
					
						
						
							
							Remove -Xopt-in compiler argument  
						
						... 
						
						
						
						We don't need to opt in to the experimental Time class any longer. 
						
						
					 
					
						2023-04-03 21:17:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7f7aaa180a
	 
					 
					
						
						
							
							Update year when updating cached timetables  
						
						
						
						
					 
					
						2023-01-13 20:21:15 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a212539366
	 
					 
					
						
						
							
							replace GlobalScope with CoroutineScope in CacheController  
						
						
						
						
					 
					
						2022-12-22 15:42:46 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a39da6deba
	 
					 
					
						
						
							
							Update MensaParser for new Mensa website  
						
						
						
						
					 
					
						2022-12-19 21:02:50 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						795ddc516d
	 
					 
					
						
						
							
							Deduplicate default values in StartupController  
						
						
						
						
					 
					
						2022-12-19 20:26:45 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e6f09c11ba
	 
					 
					
						
						
							
							update libraries  
						
						... 
						
						
						
						* spring boot 2.5.5 -> 2.6.6
* kotlin 1.5.31 -> 1.6.20
* coroutines 1.5.2 -> 1.6.1
* gson 2.8.8 -> 2.9.0
* gradle wrapper 7.2 -> 7.4.2 
						
						
					 
					
						2022-04-08 14:54:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						006e962bf1
	 
					 
					
						
						
							
							Fix CacheController lookup  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/woodpecker the build was successful 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2022-01-14 15:42:25 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f49e600613
	 
					 
					
						
						
							
							version 1.3.0  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/woodpecker the build was successful 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2021-10-31 22:09:12 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d863f4fb1e
	 
					 
					
						
						
							
							TimetableParser: parse year  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/woodpecker the build was successful 
				
			 
		
		
	 
 
	 
						
						This also adds the parsed year to the meta object included in the timetable response 
						
						
					 
					
						2021-10-24 14:39:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5ba9dfc263
	 
					 
					
						
						
							
							Better null checks  
						
						
						
						
					 
					
						2021-10-24 14:34:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ca8efdaa85
	 
					 
					
						
						
							
							Only add timetable to cache on success  
						
						
						
						
					 
					
						2021-10-24 14:34:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8e3af696e0
	 
					 
					
						
						
							
							Limit sending timetable requests in parallel to 3  
						
						... 
						
						
						
						Otherwise, the requests may fail (from my experience). Also we don't want to look suspicious (flooding their server with tons of requests at the same time). 
						
						
					 
					
						2021-10-24 14:34:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fb6291792d
	 
					 
					
						
						
							
							Use ConcurrentHashMap for timetableList  
						
						... 
						
						
						
						Multiple requests may be processed at the same time and could otherwise cause problems (concurrent write operations) 
						
						
					 
					
						2021-10-24 14:34:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						993b8f6a71
	 
					 
					
						
						
							
							Small improvements  
						
						... 
						
						
						
						- Improve formatting
- Fix some typos
- Mini code improvements 
						
						
					 
					
						2021-10-24 14:34:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f9cc9b5e14
	 
					 
					
						
						
							
							Make the update scheduling more readable (hopefully)  
						
						
						
						
					 
					
						2021-10-24 14:34:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						460d1ee131
	 
					 
					
						
						
							
							StatusController: use properties instead of getters  
						
						
						
						
					 
					
						2021-10-24 14:33:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						22f17d10e0
	 
					 
					
						
						
							
							Timetable fixes  
						
						... 
						
						
						
						- Only one request is made to get the timetable HTML document for parsing the timetable and the weekNumberYear
- On timeouts or other errors, the cached data won't be overwritten with emptiness anymore
- The scheduled updates will now also update the weekNumberYear 
						
						
					 
					
						2021-10-24 14:33:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bf71d62dc5
	 
					 
					
						
						
							
							version 1.2.8  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone the build failed 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2021-10-13 20:03:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a1dc5656b8
	 
					 
					
						
						
							
							updated mensa URL, thanks to Hannes B.  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone the build was successful 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2021-10-13 19:47:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1d614a06c4
	 
					 
					
						
						
							
							version 1.2.7  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/tag Build is passing 
				
			 
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						* update coroutines 1.3.7 -> 1.3.8 
						
						
					 
					
						2020-08-16 20:03:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3f10c8afaa
	 
					 
					
						
						
							
							fix courseList sorting  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						closes  #15  
					
						2020-08-16 19:56:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9de1e295dd
	 
					 
					
						
						
							
							fix reading file from resources  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
			
				
	continuous-integration/drone/tag Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2020-08-06 17:27:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6287d4582d
	 
					 
					
						
						
							
							update spring-boot  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
			
				
	continuous-integration/drone/tag Build is passing 
				
			 
		
		
	 
 
	 
						
						* add TEST_A and TEST_B courses for testing during summer break 
						
						
					 
					
						2020-08-06 16:31:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c30306c163
	 
					 
					
						
						
							
							fix courseList  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2020-06-11 17:22:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						46c9a61124
	 
					 
					
						
						
							
							remove the workaround introduced in  36acf1a00a and update the Dockerfile  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2020-06-08 17:49:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						36acf1a00a
	 
					 
					
						
						
							
							add workaround for ssl errors  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2020-06-08 11:57:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f9029bf1c3
	 
					 
					
						
						
							
							use HashMap insted of ArrayList to store the timetables  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2020-06-06 23:07:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fe72c02562
	 
					 
					
						
						
							
							remove unneeded dependency, use try catch when writing files  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2020-06-06 20:53:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8d9fcd3d7c
	 
					 
					
						
						
							
							update gradle to version 6.5  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2020-06-05 19:16:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ec7a0a7a64
	 
					 
					
						
						
							
							change some parameters  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
			
				
	continuous-integration/drone/tag Build is passing 
				
			 
		
		
	 
 
	 
						
						* fixes  #13 
* use a HashMap for timetableRequests count
* api version 1.2.0
* software version 1.2.3 
						
						
					 
					
						2020-06-05 18:23:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						efd8f9f9f5
	 
					 
					
						
						
							
							update spring  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						* spring-boot 2.2.7 -> 2.3.0 
						
						
					 
					
						2020-05-25 11:21:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						678a97f140
	 
					 
					
						
						
							
							fix MensaParser & update spring boot, kotlin  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
			
				
	continuous-integration/drone/tag Build is passing 
				
			 
		
		
	 
 
	 
						
						* fixed the MensaParser(), it should now work more reliable
* updated spring boot 2.2.4 -> 2.2.5
* updated kotlin 1.3.61 -> 1.3.70
* clean up MensaParserTest 
						
						
					 
					
						2020-03-03 19:31:12 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c22f752788
	 
					 
					
						
						
							
							ci test 2  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2020-03-02 22:34:10 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1798054580
	 
					 
					
						
						
							
							ci test  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2020-03-02 18:28:02 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9a48b1a859
	 
					 
					
						
						
							
							minor fixes  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2020-03-02 18:21:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2f1f65eba0
	 
					 
					
						
						
							
							count courseList requests seperat  
						
						
						
						
					 
					
						2020-02-27 17:42:19 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						be95af43c2
	 
					 
					
						
						
							
							made CacheCOntroller() static  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2020-02-16 17:17:39 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f20279a4b4
	 
					 
					
						
						
							
							updated jsoup 1.12.1 -> 1.12.2  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2020-02-16 15:18:52 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3aa27dff4a
	 
					 
					
						
						
							
							don't use lateinit in CacheController()  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2020-02-10 17:42:44 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a13203c477
	 
					 
					
						
						
							
							use the current directory to store the config.xml and cached timetables  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2020-01-15 13:42:40 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d0d5e4b6d1
	 
					 
					
						
						
							
							removed Java  legacy code  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						the minimum is now Java 11 
						
						
					 
					
						2019-12-30 01:36:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4ca79e6540
	 
					 
					
						
						
							
							removed invalid TODOs  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2019-11-21 14:58:34 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9dd875fcb3
	 
					 
					
						
						
							
							update softwareVersion/version to 1.2.0  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2019-11-21 14:49:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						697f5e3167
	 
					 
					
						
						
							
							added on disk cache for the timetables  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						* update spring-boot 2.1.9 -> 2.1.10 
						
						
					 
					
						2019-11-14 18:43:00 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dd064d63af
	 
					 
					
						
						
							
							added a configuration via config.xml file  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						* the config file contains the Mensa name and URL, the Cachet Base-URL and API-Key 
						
						
					 
					
						2019-10-28 18:39:44 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3177be1bf0
	 
					 
					
						
						
							
							use a FixedThreadPool to execute the timetable updates  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						closes  #9  
					
						2019-10-27 13:51:08 +01:00