Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/TUM-Dev/Campus-Backend

New backend written in go with gRPC as an API interface
https://github.com/TUM-Dev/Campus-Backend

fixed a few tables not being inlcuded in the wrong collations

a91bbca7990add749edd36bb30109cdcae7b7be3 authored 10 months ago by Frank Elsinga <[email protected]>
made sure that all timestamp columns are defaulted and update as expected

221f79ba2d05c98a4081d8268b081f3b8b5f6390 authored 10 months ago by Frank Elsinga <[email protected]>
Enforced stricter constraints for files

1c441ba69d6a73e72f4d12693088e89193797bf0 authored 10 months ago by Frank Elsinga <[email protected]>
fixed the `dishNameDownload`er-chronjob not handling some errors

1fc4a52e2a8cb2a418e877b7c3f81b3a3b27a36f authored 10 months ago by Frank Elsinga <[email protected]>
Made sure that all database calls are formated the same

88045b61737d3f785299a52a376b927c9499ba30 authored 10 months ago by Frank Elsinga <[email protected]>
fixed that if gorm has a collation set, the whole ORM breaks apart as now the whole thing is one query anymore instead of a database

78fcef1e03a40032443dcfaf063d94543c24e46b authored 10 months ago by Frank Elsinga <[email protected]>
fixed drop indexes not working

acbd37ca42ed155f4a2311bcda58dea5fa912627 authored 10 months ago by Frank Elsinga <[email protected]>
made sure that `20240316000000` handles nullability properly

cd15f316cbde9b6e686cbae4af2291d28822c0cb authored 10 months ago by Frank Elsinga <[email protected]>
made the logging for migration `20240316000000` less anoying

2dd49c6bbf832990edd24041ab60a9d9f8ee8e83 authored 10 months ago by Frank Elsinga <[email protected]>
added better logging to `20240316000000c`

583cba4178f4a05761699f24247dda41a6be14f6 authored 10 months ago by Frank Elsinga <[email protected]>
tested if adding a Rollback function makes the deployment happy

e2a50bd1062f5198c8597db71274325ed00d0fce authored 10 months ago by Frank Elsinga <[email protected]>
Update google.golang.org/genproto/googleapis/api digest to 6e1732d (#333)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

276f5b27a87eb5a0200ebf6ca70375c4c7737517 authored 10 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Added a migration for migrating to `int64`-ids (#334)

* added a migration for migrating to `int64`-ids
* made sure that all tables use `utf8mb4_unico...

fa9952c7975cd55aaf03e2a288b42a67cad6111d authored 10 months ago by Frank Elsinga <[email protected]>
Update module google.golang.org/protobuf to v1.33.0 [SECURITY] (#332)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

a9850572827351b48681aebb1b106acdc56c5c43 authored 10 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fixed a few naming differences between `Mensa` and `Cafeteria`

1f67c0b408163c5a8b267b84c45b0f6179577ed8 authored 10 months ago by Frank Elsinga <[email protected]>
Unique `dish.{name, cafeteriaID}` (#325)

* introduced an index and made sure that the dishes are unique
* added the correct migration fo...

8b7f2321abcdd7158f141e8616bdeab1fca29dfc authored 10 months ago by Frank Elsinga <[email protected]>
removed unused APNS environment variables

9f7a0b5cc380287c89f08f987d5dd9c7600d162c authored 10 months ago by Frank Elsinga <[email protected]>
bumped a few noncritical dependencys (#330)

3ce21d7cd5fd33fb0298732719a1f04e6f17061d authored 10 months ago by Frank Elsinga <[email protected]>
bumped the go version we use in CI

cb00d25e64396dcb21af14860e4ee42ae5bead97 authored 10 months ago by Frank Elsinga <[email protected]>
Update google.golang.org/genproto/googleapis/api digest to c811ad7 (#327)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

c14ed9f8b549bfad413cd1e8a341b2e3c775c16e authored 10 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configure Renovate (#323)

* Add renovate.json

* Update renovate.json

---------

Co-authored-by: renovate[bot] <291...

a3a012b3ff4d7bb617dbe9d14498c7b4f80c68de authored 10 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
made the feedback subjects send out via mail nicer as discussed offline with @jakobkoerber

5deab4eea5d6ebbc683a5f7c3ca36d24183d1411 authored 10 months ago by Frank Elsinga <[email protected]>
made the from and username separately configurable

95cf2cccdea5e7163a1614b1ca715963af4112f0 authored 10 months ago by Frank Elsinga <[email protected]>
made sure that feedback lat/lon are not saved as zero (instead as null)

be68c6fecba029189d37b7e08b30811c4f55f4cd authored 10 months ago by Frank Elsinga <[email protected]>
fixed the migration not working

d54f558f5e202cb4ac5b2bc9dd0a46ce390b1499 authored 10 months ago by Frank Elsinga <[email protected]>
fixed the testcases for the feedback

855f9682c59fa2ab6a13006674e68e73c9c2499e authored 10 months ago by Frank Elsinga <[email protected]>
made sure that the feedback-endpoint is better protected against spam

5fa5c8efded3e9af6f3abedc0a3f0da93fe85af8 authored 10 months ago by Frank Elsinga <[email protected]>
Endpoint list meals (#326)

* fixes: eat-api call and dish database check

* fix: fix listDishes endpoint and change to li...

b8efa3a7e13eee4584335118d1359cbca898709c authored 10 months ago by Frank Elsinga <[email protected]>
removed the previously deactivated `dishNameDownload`-Cronjob

a0e877bf67364d26db319b2c8e19e22ea523e0fe authored 10 months ago by Frank Elsinga <[email protected]>
removed the environment.go by inlining the 34chars of code into the only usage

aa1427e9d9dd55aa67fbbc52a5d1dd43eb27b462 authored 10 months ago by Frank Elsinga <[email protected]>
fixed a wrong id name causing db errors

354234b7fca0e6e2355d0b80ef0e46c53273de8f authored 10 months ago by Frank Elsinga <[email protected]>
enabled the mensa cron as an experiment

3fa33443065800af0819ee185b9753c9e6b6ddd3 authored 10 months ago by Frank Elsinga <[email protected]>
Switched to renovate for the ability to group PRs

1b5634ec7c742667e118079c373cdc7df0ff5b3d authored 10 months ago by Frank Elsinga <[email protected]>
Bump gorm.io/driver/mysql from 1.5.2 to 1.5.4 in /server (#320)

Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.5.2 to 1.5.4.
- [Commits]...

2c2b90d58043bf506e428f3a3f4f704d3f32672c authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump golang.org/x/net from 0.20.0 to 0.21.0 in /server (#319)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.21.0.
- [Commits](http...

a379b8312e918d9e509d53d4db622b7a0e89c972 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /server (#321)

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
-...

8b29d5620ff6302ad3728d7d2a020e0375e0dcbf authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump google.golang.org/grpc from 1.61.0 to 1.62.0 in /client (#317)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.0 to 1.62.0.
- [Relea...

88588b537a8cb10e368f338369f09fe08fcb1301 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump golangci/golangci-lint-action from 3 to 4 (#315)

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 t...

7ae3576499488eb5ed40ae27099adf8b5e6e5050 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pre-commit/action from 3.0.0 to 3.0.1 (#316)

Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1.
- [Release...

9c7e527faeedc4b079510e09625977d3c6fe5a6b authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github.com/DATA-DOG/go-sqlmock from 1.5.1 to 1.5.2 in /server (#322)

Bumps [github.com/DATA-DOG/go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) from 1.5.1 to 1.5...

228008d70fe7b3aa39e80d34fba9f5e868240abc authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fixed the cronTab running an invalid query

d0e4cc7a6014b7819528e74c7e220850fab8335a authored 11 months ago by Frank Elsinga <[email protected]>
no ios notifications (#313)

* removed all reminents of the ios notifications

* removed the ios methods from the protofile

683902cf1101e9207623349cf8c97534c6f8a08c authored 11 months ago by Frank Elsinga <[email protected]>
fixed linting issues

4ef9d18d84392bf21d2c9f1bc2a992b5fa9025da authored 11 months ago by Frank Elsinga <[email protected]>
Bump peter-evans/find-comment from 2 to 3 (#310)

Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 2 to 3.
- [R...

642afc5bfd37f8a290c69c2d0fac50c643fdea5a authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump google.golang.org/grpc from 1.60.1 to 1.61.0 in /client (#304)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.60.1 to 1.61.0.
- [Relea...

9c32d6a1d7876b25943ffe1f0cd41f9103f09a30 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump golang.org/x/sync from 0.5.0 to 0.6.0 in /server (#305)

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.5.0 to 0.6.0.
- [Commits](http...

f222eea47bc4c4df9181678918ca15316cbb636d authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github.com/getsentry/sentry-go from 0.25.0 to 0.26.0 in /server (#309)

Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.25.0 to 0....

e825c5aa0b4aa3cfe6fe37fcab8469bdcd016116 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump arduino/setup-protoc from 2 to 3 (#312)

Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc) from 2 to 3.
- [Release n...

9bedde2678352282f01372a09bae0e97e1e1520e authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bumped the pre-commit configuration

742a37c16794705192fa5959cbdf23f355b16642 authored 11 months ago by Frank Elsinga <[email protected]>
Bump golang.org/x/net from 0.19.0 to 0.20.0 in /server (#307)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.20.0.
- [Commits](http...

97d034f240f1096e8e3c83e2238c94b1052f7146 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github.com/grpc-ecosystem/grpc-gateway/v2 in /server (#306)

Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway...

20da0164e974e82bb6b1a77c3126da038c5418b9 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump peter-evans/create-or-update-comment from 3 to 4 (#311)

Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-com...

b5d009e21cd4d1bab49a58a02a20dd84866ca686 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore:statistic canteen views (#260)

* migrated cafeteria statistics to a view

* migrated DishRating

* migrated dish_rating_tag...

4e64f11d4bfbd8d408ba5bb073357d6cc7dbe0d3 authored about 1 year ago by Frank Elsinga <[email protected]>
fixed the cascading of `question2answer` not being defined

f3e170ab3ceb6992e5a87c059c1aceb83d9afe81 authored about 1 year ago by Frank Elsinga <[email protected]>
tested a possible linting fix

3b4cac06be54739ccc723ca63111424a07ff623a authored about 1 year ago by Frank Elsinga <[email protected]>
removed the scheduling configuration from the db and moved it to commented code (#303)

8fa7b6b631ef3955060e60f230afcb4306981dd1 authored about 1 year ago by Frank Elsinga <[email protected]>
added a missing fk-relationship for question2answer

ee8e57164013345cd0e56a09037db9fb700e8716 authored about 1 year ago by Frank Elsinga <[email protected]>
Addded a migration to not have cards anymore (#302)

* addded a migration to not have cards anymore

* tested different order

06af0cdb0b00b3942dd494bc92c5546e2ddb6d1a authored about 1 year ago by Frank Elsinga <[email protected]>
Bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.1 in /server (#297)

* Bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.1 in /server

Bumps [github.com/DATA-D...

e0ba5c92394c3835619d522771685cd429890f87 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump golang.org/x/sync from 0.3.0 to 0.5.0 in /server (#295)

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.3.0 to 0.5.0.
- [Commits](http...

1a85df5b4378159ff7672fd394427696d2796d00 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump google.golang.org/grpc from 1.59.0 to 1.60.1 in /client (#296)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.59.0 to 1.60.1.
- [Relea...

a65b708fc1d5d10fc9e4edbddddd2d6b00bf987a authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 in /server (#298)

Bumps google.golang.org/protobuf from 1.31.0 to 1.32.0.

---
updated-dependencies:
- depende...

0b78b106e1ce1340ab7fe0528888183ed59db7b4 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github.com/prometheus/client_golang in /server (#299)

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1....

b3c05f1f3024e1d966e11229306a2b14bb1dafb0 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump google.golang.org/grpc from 1.59.0 to 1.60.1 in /server (#300)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.59.0 to 1.60.1.
- [Relea...

de0db1b6f195153c115f912301dc017e5a04293d authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/setup-go from 4 to 5 (#301)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](ht...

fc4be56d516fb6b4ca9306d2c6c9ddf0c91bb7bc authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github.com/grpc-ecosystem/grpc-gateway/v2 in /server (#294)

Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway...

caeeddb18989dbd0097d1666d39ed62195cd3939 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump gorm.io/gorm from 1.25.4 to 1.25.5 in /server (#292)

Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.4 to 1.25.5.
- [Release notes](...

eca9f3665926e058b34a3f3ec67f64da858f15e9 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump golang.org/x/net from 0.17.0 to 0.19.0 in /server (#293)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.19.0.
- [Commits](http...

97ec5a17c695f7f2aa61b4cda062a02ff4de0fe8 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump golang.org/x/image from 0.5.0 to 0.10.0 in /server (#290)

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.5.0 to 0.10.0.
- [Commits](h...

ce122bf66d61080669d8b91124d81a17940d5cb7 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tested differnt way of setting feedback to processed

39ee8509c89cecf2d863726f521d73d3598b2707 authored about 1 year ago by Frank Elsinga <[email protected]>
tested a different way of configuring send mail

daf1fb519e70ad71f8356818eaa38781c610c32b authored about 1 year ago by Frank Elsinga <[email protected]>
another test of the smtp.port

c416adf9e24acfa57ddafa9231d6909bfc08fa13 authored about 1 year ago by Frank Elsinga <[email protected]>
added the ability to configure smtp

3db8ff495fbd611e682b9fe0d32a177e65198bc9 authored about 1 year ago by Frank Elsinga <[email protected]>
fixed having `api-test-v1.tum.app` as an domain

f5260e0db54c8015c99eb9c889ec664b97d6c23a authored about 1 year ago by Frank Elsinga <[email protected]>
fixed the movie cronjob not handling duplicate image urls correctly

9257a8407c24b38cec8b2ac700d0677249043ff3 authored about 1 year ago by Frank Elsinga <[email protected]>
fixed the size of the pvc being too small

03a96082bfbcb6d08fa82f9194a1ce12d6a8e29e authored about 1 year ago by Frank Elsinga <[email protected]>
fixed the indent level of priorityClassName

283e58b514ae2464f1ac018973f5c19044d7b14f authored about 1 year ago by Frank Elsinga <[email protected]>
added a priority class

22203e1a36e0fc94878d0d17a0f168fa5fdae98d authored about 1 year ago by Frank Elsinga <[email protected]>
reduced the requested resources

b2895ed1cb5a50048e81b5f33ad03917b47ad5cd authored about 1 year ago by Frank Elsinga <[email protected]>
Bump github.com/getsentry/sentry-go from 0.24.1 to 0.25.0 in /server (#287)

Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.24.1 to 0....

8efc4bec6fdd68c06aec8b42abe51f8d092ffcda authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump google.golang.org/grpc from 1.58.3 to 1.59.0 in /server (#288)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.3 to 1.59.0.
- [Relea...

f710b58685b5c83115a4668a18467cd800450e8a authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump gorm.io/driver/mysql from 1.5.1 to 1.5.2 in /server (#286)

Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.5.1 to 1.5.2.
- [Commits]...

d15236dc50b1f896987948ef9a3d30b744b4fe0b authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github.com/microcosm-cc/bluemonday from 1.0.25 to 1.0.26 in /server (#289)

Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0....

6f5afe67579bc1659f39ee92c6bcfe4172dc1637 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github.com/gabriel-vasile/mimetype from 1.4.2 to 1.4.3 in /server (#285)

Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.4....

4b67bd4d8efa8b49a7fa2ede5183ecb59dd98cef authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump google.golang.org/grpc from 1.58.3 to 1.59.0 in /client (#284)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.3 to 1.59.0.
- [Relea...

fd853d7d99f579b520f209b06ca7a1ca0913bdcf authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/checkout from 3 to 4 (#282)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](ht...

d8f75aef4bcc1b7d1839a69decd9b4c234e561c0 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump ls-lint/action from 2.0.1 to 2.2.2 (#283)

Bumps [ls-lint/action](https://github.com/ls-lint/action) from 2.0.1 to 2.2.2.
- [Release notes...

1235b55115e3d8b372199bb6ae3076bc6a202632 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fixed a linting issue

85309ded0612023863176b45b87d2061350667d9 authored about 1 year ago by Frank Elsinga <[email protected]>
fixed a typo in the testcases

8b2c28cd44d5e4f093bc695cd9e808148531bf37 authored about 1 year ago by Frank Elsinga <[email protected]>
changed the movie sort order

79c664ab914592a24fb7120fd48ece2321e008af authored about 1 year ago by Frank Elsinga <[email protected]>
fixed info logs always being posted as warn

81cb35398ee18a3fcdd7dc56ec9f221c93657a37 authored about 1 year ago by Frank Elsinga <[email protected]>
simplified the way hrefs for tufilms are parsed

d256ed3c8589d33c4b6f8ef72181a6e9bfb98698 authored about 1 year ago by Frank Elsinga <[email protected]>
made sure that files are successfully marked as done once done

8611f8149ecfec67c318bbe040fb53d4b6980a34 authored about 1 year ago by Frank Elsinga <[email protected]>
made sure that the tu film does download only the bigger resolution images

689a204f384e9064a60a195ea19b3db9d6dd04e7 authored about 1 year ago by Frank Elsinga <[email protected]>
added a order statement for the movie query

f0863303c84a951fab60056209840f9d8d497b92 authored about 1 year ago by Frank Elsinga <[email protected]>
made sure all places use the same methodology to construct response arrays

b7f340200211376069eea6707a822d97777289e0 authored about 1 year ago by Frank Elsinga <[email protected]>
Fixes Workflow after Branch was renamed in Campus-Flutter (#281)

4870d0261c2bf308176075003d084690c8e7149b authored about 1 year ago by Jakob Körber <[email protected]>
bug:Unflexible TUFilm Parser (#268)

* first (intal) draft

* fixed the testcases

* added a cronjob

* changed the cronjob acc...

c3044325cb4610b55250089e9cc0727dd35ceb8b authored about 1 year ago by Frank Elsinga <[email protected]>
Bump google.golang.org/grpc from 1.58.2 to 1.58.3 in /server (#277)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.2 to 1.58.3.
- [Relea...

a2f04e1ce4ea42717114d067fb68d9bda93a62e1 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump google.golang.org/grpc from 1.58.2 to 1.58.3 in /client (#276)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.2 to 1.58.3.
- [Relea...

1711f4e9706c7939891ae4d9e444158f5334e3b7 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>