Tobias Bieniek
Tobias Bieniek
https://sentry.io/skylines/api/issues/562436360/ ``` IntegrityError: (psycopg2.IntegrityError) null value in column "destination_id" violates not-null constraint DETAIL: Failing row contains (450, 93, null, 2013-03-10 18:14:14.553278). [SQL: 'UPDATE followers SET destination_id=%(destination_id)s WHERE followers.id = %(followers_id)s']...
https://sentry.io/skylines/api/issues/604660815/ ``` DataError: (psycopg2.DataError) invalid input syntax for integer: "" LINE 3: WHERE users.club_id = '' ORDER BY lower(users.first_name || ... ^ [SQL: 'SELECT users.email_address AS users_email_address, users.password AS users_password,...
At the moment we keep live tracking information indefinitely. This not only makes our database slow, it is also incompatible with the GDPR rules, that require us to "automatically delete...
GDPR demands that a user can export all their related data in a machine-readable format. We will need to add a button that allows that. ### Todo - [ ]...
As soon as new live tracking data is received the barogram time range should be updated, but it seems that this is currently broken.
> This flight should have a lot more points scored for OLC classic: > https://www.skylines-project.org/flights/22631/ vs. http://www.onlinecontest.org/olc-2.0/gliding/flightinfo.html?dsId=3409205 > > Imported from http://bugs.xcsoar.org/ticket/3210
This issue is roughly similar to https://github.com/ember-template-lint/ember-template-lint/issues/1869, but here we allow the user to configure a set of argument names per component name that are forbidden in the codebase. e.g....
```hbs ``` This case should not trigger the "form elements should not have multiple labels" error, because the `id` could be used for things other than ``. IMHO we should...
to support e.g. https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill
When using SASS it seems to be a common pattern to have a `styles/components/` folder with one SASS file per component with matching names. We could detect this pattern and...