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 the removed user being referenced in other places

b5f77889aa311998af3ee2a306f613a58efbf0bc authored over 1 year ago
removed creating a user with a known password in a migration

12e00a3a62b743a1a77ace1b3a0a62eca2c8d861 authored over 1 year ago
modified the request logger to log more useful things

e2fa378112ab7bdf431a7e8e0fba8f2aa14d1740 authored over 1 year ago
chore:less boilerplate heavy ios notifications (#272)

* removed a bit of ios boilerplate

* removed even more boilerplate

* removed another insta...

4d668ae9434c503fe3c3c4647180af267100a1de authored over 1 year ago
Chore:stable migrations (#275)

* made sure that migrate20220713000000 is stable against model changes

* made sure that migra...

5682ad9b2bafbe1b5ddb21770778fe38570d6285 authored over 1 year ago
chore:full migrations test (#273)

* added a rough testcase that assures that migrations don't fail without us noticing

* fixed ...

5e365835a303b83584b1f5a0bf61d332410d28cd authored over 1 year ago
chore: migration smoke testing (#257)

* added a rough testcase that assures that migrations don't fail without us noticing

* fixed ...

a59f8276cdbefbd757c498e6c177ab5ff79b3eaf authored over 1 year ago
fixed a typo

c2cb0ebbf13f7204ee8fa64a5997040b54d5230b authored over 1 year ago
fixed naming issues for the db models

2f8ed493c283aea3bde851112485641123057c72 authored over 1 year ago
removed the roomfinder rooms from the models

b6633d9c836857803d5f5f9749a1011b95e4e578 authored over 1 year ago
removed the studyrooms rpc (#271)

cf1f22ab46c89c30da0d70bde2ba48c3e5567a32 authored over 1 year ago
removed an automigration causing migrations to not be applied

138bc7ea2e36cb1c8e7a9067e766d54961e9dcbf authored over 1 year ago
fixed migrate20230904100000 pointing to the wrong table

49982d75180af3ca333ae0ba3c3edf7e6fde0de2 authored over 1 year ago
chore:Removed Roomfinder (#215)

* Removed all roomfidner things from the docs as they are replaced by navigatum

* removed the...

1d899e6f37cf28152fb575e9941b199da9f5ca73 authored over 1 year ago
Adds Workflow that triggers Workflow in Campus-Flutter (#266)

* add workflow

* Update workflow conditions

* delete ds store

* update to new proposal
...

39c3e0cad96d68d0d2c0298ed190acca4d38b184 authored over 1 year ago
added the ability to configure the omdb api key

79c009065050343657220b925bb9f33bb52f4889 authored over 1 year ago
fixed the feedback_email killing the backend if not configured correctly via passing Fatal log messages

57774cd347d41b4fbae20599e69c0a0eef0fc7bf authored over 1 year ago
chore:added more information to news (#265)

* added more information to news

* fixed the news test

* fixed news Icon urls not being fo...

2d4c8c7a1990278b1c9883b45ae3f262481c0a6e authored over 1 year ago
modified the ListNews REST API to not swallow other APIs

Resolves https://github.com/TUM-Dev/Campus-Backend/issues/264

50e98448cba5284f01a17344489381eefc3a010c authored over 1 year ago
fixed a faulty testcase

371ed3f5922e7ea018ec023de31bd38f5ea34847 authored over 1 year ago
fixed the image url sometimes being invalid due to not being downloaded

7a3b34851c7606f99e3d81392092db7d222cfc15 authored over 1 year ago
fixed another field not using structured logging

a2f4e0d264db47b0c2d7c0d24b2252ace87c3c9d authored over 1 year ago
fixed a faulty testcase

41f93bdb08c475cd50f7722dc0366d1cd159d2f2 authored over 1 year ago
added request logger to the grpc server

6c4981bad31d3874d0070164f138731976833306 authored over 1 year ago
fixed `LastNewsAlertId` not working

1990cb608ee777972c16345ef2b8a1e5aca0534c authored over 1 year ago
refactored towards if-error conditions and less .Model(...) usage (#261)

29fcab99582a6f90486f8b7076d3b828f4f86c8e authored over 1 year ago
Bump golang.org/x/net from 0.15.0 to 0.17.0 in /server (#259)

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

1dfe271c788da4d1325a89d23a3cddcfcf3e6c8c authored over 1 year ago
fixed formatting issue

82ae83b4d4f1ef6ef781d8fd107471d1e67eefc3 authored over 1 year ago
fixed newssppread linking to an image instead of a real site

Resolves https://github.com/TUM-Dev/Campus-Backend/issues/250

20748353e012d66d8c56dd5beb5ea040ed5a491b authored over 1 year ago
fixed accidentally creating a segfault due to wrong typing

4e8b8700bac43b35072265711f6586c24037157f authored over 1 year ago
fixed not filtering by name for saved files

1b7a08706609a47a87fdbb5114c18ac54f9b6bf1 authored over 1 year ago
recorded the deployments pod order in each container so that sidecars are always last

685596a73afcb793803190543d108f4565e09936 authored over 1 year ago
removed the accessControlAllowOriginList restriction to debug headers not getting added

c2cf61443b7003a616db9d50d3755d9242092a95 authored over 1 year ago
fixed a middeware not being accepted because of a typo in the `apiVersion`

2c4b2c912be1d6bcff9566eae76fbb3dd7f268fc authored over 1 year ago
Bump golang.org/x/net from 0.15.0 to 0.17.0 in /client (#258)

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

f2900a138dbf0aff3c512e450443224d42699528 authored over 1 year ago
added cors middlewares to allow the webclient without hacky proxys

Resolves https://github.com/TUM-Dev/Campus-Backend/issues/252

24e369cc4e0320615c9e7e78b05dfd57d3679bbe authored over 1 year ago
chore:clear file serving (#256)

* added a filed to every request indicating where images can be fetched from

* fixed testcase f...

a78453f560e4a10398ffe8f6c50938c9bb8cf1a1 authored over 1 year ago
feat(feedback-api): implementation of the grpc api (#228)

* added a feedback cronjob

* added a testcase

* linting fixes

* fixed naming issues

...

6b6a7a838c3f2ce1a40c1ac7b69c473aef3531b7 authored over 1 year ago
enabled grpc reflection on the server

Resolves #253

d8eaf2052269dcdc4cfbf7f306e18a486702e32d authored over 1 year ago
fixed having a wrong arguent in the OldestDateAt query

c947adcb1a75328dae05164120c7f75cf70fec17 authored over 1 year ago
fixed errors in migration 20231003000000

a83bad354d95e56f78fde823f4858986af19c199 authored over 1 year ago
renamed the enum migration to be less confusing to use

6439adb5f83bd1a9c2449b8a5d687941015e2448 authored over 1 year ago
bumped the clients version

0a339a6d7d61acac6f376360eab5b392c26438d4 authored over 1 year ago
Added the ability to filter by oldest date (#255)

* added the ability to filter by oldest date

* fixed a missed renaming

1a7f37e5f27c7633d5ab7dd4da9c303917ecc840 authored over 1 year ago
Move Canteen Static Data in Migration (#251)

* moved old functions in new migration

* remove unnecessary checks whether tag exists

* re...

c9801de25bb829bdccf14dd98e8f1dfa8db41fe7 authored over 1 year ago
Canteen Batch Logging Silencing (#254)

* move head count to canteen service

* silence logging for batch db operations

* renamed c...

ea68230645d02c1f6f8fe10e9d34959a3a213fcb authored over 1 year ago
fixed a typo in the client making the CI fail

53c94cf9945d4779df141f71612af2a446ad6401 authored over 1 year ago
bumped the clients go.mod

e106f326a1525fcb59e852e72a40fe31600fa766 authored over 1 year ago
bumped the client verion

8ca59298373ad801b8be55e04e50300f9a9997fe authored over 1 year ago
fixed our api not using `List` and instead relying on `Get` to retireve a list of items

see https://cloud.google.com/apis/design/standard_methods

02ce42cccaf1ec2b98e0efe3004db71c3d6f6792 authored over 1 year ago
bumped the clients go.mod to the new api

70958ab122b08ca29c2bbff7077198658655e85a authored over 1 year ago
fixed accidentally breaking migrations by switching from explicite to implicite where clauses in deletes (only possible in create, find, ...)

398afa236a2f19382734b6e3420403eee8d50e92 authored over 1 year ago
migrated the api naming to use googles standard vocabulary

4b35436be478b97f491037e5ab771669ace72af4 authored over 1 year ago
feat(feedback-api):Sending feedback-mails (#199)

* added a feedback cronjob

* added a testcase

* linting fixes

* fixed naming issues

...

f2caad45ba86ffccbf49b77e7ee6063ca3660e7c authored over 1 year ago
fixed being using interval lenght for cronjobs in migrations

8941fba526b309a254851e4bb12c2e374e3ed413 authored over 1 year ago
Inlined variables in migrations to allow the variables to be changed in the future without altering the migrations

c804900b7b04678a1ba3cd8882880d46b3677cb4 authored over 1 year ago
feat:News alerts (#219)

* implemented all news alert apis

* fixed duplicate file

* regen

* fixed a typo

* removed th...

6bdc697fc4457e6b19ab48b52431455f46370a83 authored over 1 year ago
Bump github.com/prometheus/client_golang in /server (#240)

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

d10d13ac32bd63d9296aa45d28afb38d1401fb78 authored over 1 year ago
Bump github.com/PuerkitoBio/goquery from 1.8.0 to 1.8.1 in /server (#241)

Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.8.0 to 1.8...

a01fc986dc8dd22b0797f60b58a16dd58b16bb25 authored over 1 year ago
Bump google.golang.org/grpc from 1.58.0 to 1.58.2 in /server (#242)

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

0f372eebe7c6acd3598a0eba5631e770761dc7bf authored over 1 year ago
Bump google.golang.org/grpc from 1.58.1 to 1.58.2 in /client (#243)

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

1fa1a12339f9ab3f993dbdcc1de97c8011107d02 authored over 1 year ago
Bump docker/setup-buildx-action from 2 to 3 (#244)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
...

646e7884d9bb8dd32600f806e606bd22cfaff4c3 authored over 1 year ago
Bump docker/build-push-action from 4 to 5 (#245)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [R...

0a25d8a1cbd47ae265c349eb956948e1572c5a33 authored over 1 year ago
Bump actions/checkout from 3 to 4 (#246)

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

57a0ae123142cf08a09797441986a6519f9a1df9 authored over 1 year ago
Bump docker/metadata-action from 4 to 5 (#248)

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [Relea...

6c590df2b1c3b6b55e0536fcf3f5f6743a782abe authored over 1 year ago
Bump docker/login-action from 2 to 3 (#247)

Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release not...

71e85c6b7fbe9b8a1fa1a84b616bf87c5b40d080 authored over 1 year ago
removed the linting-requirement to have `go tidy` ran on the client

98c6fdc10ecfa3abb1cdb9b029ded7bd9ce63aa6 authored over 1 year ago
fixed setting the healthchecks on the correct (!!!) container in the pod

cc909730b13dd0b81502e0c1ef96ed01dcb604b9 authored over 1 year ago
fixed the envoy readyness probes being wrong

8b043d06b382ac7571cc17d2b192b35f5ada5966 authored over 1 year ago
fixed another potential for the configuration to get fucked up

cf852cd5ee00bc4556625fd737c9b37c46384474 authored over 1 year ago
Revert "reverted two parts of the configuration to bisect if helm is unhappy with them"

This reverts commit bf6fc2a2755f4287c053b0b4145e2034e34a7543.

c84546ba061f74043d6e8df2a6f8b6ba802e9c67 authored over 1 year ago
added the correct labels to the `backend-grpc-web-config`

c35500a19c84dcd28070c26dc1208d42a10a13ca authored over 1 year ago
reverted two parts of the configuration to bisect if helm is unhappy with them

bf6fc2a2755f4287c053b0b4145e2034e34a7543 authored over 1 year ago
tested a different way to format the backend yaml file to get it past helm

a16b82aa4df5d27c341d1bb0c93d5e441dfa6bca authored over 1 year ago
reverted inconsitent renaming with the rest of the repo

acf2301c5e86d03d2c64188c81f3c0d2f47da234 authored over 1 year ago
unifed the file naming used to fix how the envoy configuration file is injected

8f287b4e9f08bccf69efc21e766b746b5076217c authored over 1 year ago
tested if a differnt formatting fixes the backend crashlooping

0f5ac6fc85280dcdcade64fd07efb73fba6783cf authored over 1 year ago
fixed the configmap not being mounted as a volume

f0118f1c718cc9e4743cfb0fc469db603f26cf04 authored over 1 year ago
fixed kubernetes not accepting `-` in names

3d9fbf0078662c77cd7d91fbd355cb3e512fc36e authored over 1 year ago
added envoy as a proxy to enable

de7fb003416c611124e9aa92293bb8b004df30d3 authored over 1 year ago
fixed the movie test not checking if all mocked expectations were met

9ec2b923010a7bbad410d4fa783cc6d251ca8f97 authored over 1 year ago
simplified the naming of the new exam hook

8d511eda367beea0b20bfb4ab6e0dff6609c9193 authored over 1 year ago
chore:file name linting (#239)

* removed the roomfinder-cronjob stub

* renamed `Files` -> `File` to be consistent with other...

2092d9ee26fb33c67dc5877b3fea33fa87b595f1 authored over 1 year ago
chore:misc cleanup (#238)

* removed the roomfinder-cronjob stub

* renamed `Files` -> `File` to be consistent with other...

38bede6adb871def937ca4eda9e3fdf5613c7467 authored over 1 year ago
feat(movie-1):Implementation of the `GetMovies` api (#213)

* api changes

* implemented a cronjob to save to the db

* implemnted the api

* fixed im...

91e5d7e9f078cb1985ef76f659b831dece8844f2 authored over 1 year ago
increased the backends memory footprint

888c45775a9e78d8feaa729d8430628c5fa1b777 authored over 1 year ago
Revert "adding a bunch of debug statements to the file handling code"

This reverts commit bed9f7954c3387fba53ca7e6d72749e2a460c782.

Revert "added different log outpu...

86f5ffbbb2bd5026f6195a4ce3f8975db0f46460 authored over 1 year ago
added even more logging and tested a different resizer

2cde057a31f536b77719853f8165a96d0b207d9d authored over 1 year ago
addded more debug statements

83b4497b9d18996cef2932897c62b4219865cd0b authored over 1 year ago
added different log output to hone in on issue

18e664fa4ea3fa08d1b22fd209d599f07dc2aa28 authored over 1 year ago
adding a bunch of debug statements to the file handling code

bed9f7954c3387fba53ca7e6d72749e2a460c782 authored over 1 year ago
chore:prometeus based metrics (#236)

* migrated the metrics from influx to prometeus

* rebase

* rebase

608c39028091f298d8f806d1a809c0a659d2b92f authored over 1 year ago
bug:file download (#237)

* made the logging path of fileDownload.go more straight-forward

* refactored the file downlo...

892c29b68f7f4db9d521d07dd7cb4a51ef670a44 authored over 1 year ago
Revert "versioned the client correctly"

This reverts commit c50d0292

301a0c7bab9836fe49d053316c1f5075e5697a43 authored over 1 year ago
versioned the client correctly

c50d0292f7bf81ed33df6e0ab7876780bae301c7 authored over 1 year ago
fixed the device-flushing interval not being const

73df1e4061c8ad5c839810add85861bffa1404cb authored over 1 year ago
reduced a few loglevels to test if they are the reason why our serer keeps crashlooping

cc8aaba52acabf77ab6ae06d64f02ee734c98881 authored over 1 year ago
fixed not all parts of the mensa getting deactivated by the killswitch

33047805ef230b60c559426f4e1fac11375c8bb5 authored over 1 year ago
fixed the MensaCron killswith not being present in development

a163228c497bd7112ca265cd5316b94ae52a2cf6 authored over 1 year ago
enabled the killswitch for all mensa-cronjobs as they are too buggy

6dd457cded13076313b1d07592339847cc71850b authored over 1 year ago