Jannik
5ab5e850bd
execute the docker build/deploy image with privileged: true
2 years ago
Jannik
a97a464a83
Merge pull request 'use techknowlogick's drone-docker image' ( #20 ) from fix/docker-build into master
...
Reviewed-on: #20
2 years ago
Jannik
2b06efeece
use techknowlogick's drone-docker image
...
this should fix the docker build issues
2 years ago
Jannik
024f2b04ce
„README.md“ ändern
2 years ago
Jannik
bf71d62dc5
version 1.2.8
2 years ago
Jannik
7dce2c6cfd
Merge pull request 'updated mensa URL' ( #16 ) from fix/mensa_url into master
...
Reviewed-on: #16
2 years ago
Hendrik Schutter
a1dc5656b8
updated mensa URL, thanks to Hannes B.
2 years ago
Jannik
dd4c5259d2
Merge pull request 'move ci config from drone to woodpecker' ( #18 ) from fix/ci into master
...
Reviewed-on: #18
2 years ago
Jannik
884aab08ed
move ci config from drone to woodpecker
2 years ago
Jannik
c64c8779e3
update kotlin to 1.4
...
* update spring boot 2.3.2 -> 2.3.3
* update gradle wrapper to version 6.6.1
3 years ago
Jannik
1d614a06c4
version 1.2.7
...
* update coroutines 1.3.7 -> 1.3.8
3 years ago
Jannik
3f10c8afaa
fix courseList sorting
...
closes #15
3 years ago
Jannik
9de1e295dd
fix reading file from resources
3 years ago
Jannik
6287d4582d
update spring-boot
...
* add TEST_A and TEST_B courses for testing during summer break
3 years ago
Jannik
7dfa0fc6c4
fix .drone.yml (again)
3 years ago
Jannik
a53b2b8fc1
only publish to docker hub if a release is tagged
3 years ago
Jannik
36972c9322
fix .drone.yml
3 years ago
Jannik
7bf2920d17
add docker hub publish to .drone.yml
3 years ago
Jannik
c30306c163
fix courseList
3 years ago
Jannik
46c9a61124
remove the workaround introduced in 36acf1a00a
and update the Dockerfile
3 years ago
Jannik
36acf1a00a
add workaround for ssl errors
3 years ago
Jannik
f9029bf1c3
use HashMap insted of ArrayList to store the timetables
3 years ago
Jannik
fe72c02562
remove unneeded dependency, use try catch when writing files
3 years ago
Jannik
8d9fcd3d7c
update gradle to version 6.5
3 years ago
Jannik
ec7a0a7a64
change some parameters
...
* fixes #13
* use a HashMap for timetableRequests count
* api version 1.2.0
* software version 1.2.3
3 years ago
Jannik
efd8f9f9f5
update spring
...
* spring-boot 2.2.7 -> 2.3.0
3 years ago
Jannik
e2dce9fab3
update gradle, kotlin & coroutines
...
* gradle 6.1.1 -> 6.4
* kotlin 1.3.71 -> 1.3.72
* coroutines 1.3.5 -> 1.3.6
3 years ago
Jannik
bbac0d3688
„README.md“ ändern
3 years ago
Jannik
6114077591
update spring boot, jsoup and kotlin coroutines
...
* kotlin coroutines 1.3.3 -> 1.3.5
* jsoup 1.12.2 -> 1.13.1
* spring boot 2.2.5 -> 2.2.6
* various performance improvements
3 years ago
Jannik
678a97f140
fix MensaParser & update spring boot, kotlin
...
* 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
3 years ago
Jannik
c22f752788
ci test 2
3 years ago
Jannik
1798054580
ci test
3 years ago
Jannik
9a48b1a859
minor fixes
3 years ago
Jannik
2f1f65eba0
count courseList requests seperat
3 years ago
Jannik
be95af43c2
made CacheCOntroller() static
3 years ago
Jannik
f20279a4b4
updated jsoup 1.12.1 -> 1.12.2
3 years ago
Jannik
3aa27dff4a
don't use lateinit in CacheController()
3 years ago
Jannik
f01916b363
updated gradle and spring boot
...
* gradle 5.6.2 -> 6.1.1
* spring boot 2.1.11 -> 2.2.4
* junit-jupiter 5.5.1 -> 5.6.0
3 years ago
Jannik
a13203c477
use the current directory to store the config.xml and cached timetables
3 years ago
Jannik
2bb6bc6534
Update 'README.md'
3 years ago
Jannik
d0d5e4b6d1
removed Java legacy code
...
the minimum is now Java 11
3 years ago
Jannik
16cb89ca38
update kotlin to 1.3.61
...
* update coroutines to 1.3.3
4 years ago
Jannik
b428840df7
update to spring boot 2.1.11
4 years ago
Jannik
4ca79e6540
removed invalid TODOs
4 years ago
Jannik
9dd875fcb3
update softwareVersion/version to 1.2.0
4 years ago
Jannik
e2169ba8ab
update to kotlin 1.3.60
4 years ago
Jannik
697f5e3167
added on disk cache for the timetables
...
* update spring-boot 2.1.9 -> 2.1.10
4 years ago
Jannik
dd064d63af
added a configuration via config.xml file
...
* the config file contains the Mensa name and URL, the Cachet Base-URL and API-Key
4 years ago
Jannik
3177be1bf0
use a FixedThreadPool to execute the timetable updates
...
closes #9
4 years ago
Jannik
db57059727
version 1.1.6
...
* API version 1.1.4
* added /health, returns 200 (OK, for status checks)
* moved status code to a separate class
* added status.mosad.xyz reporting
4 years ago