- Apr 29, 2020
-
-
Erwan Rouchet authored
Can't have failing tests if you don't have tests Allow missing config file Settings cleanup Remove ml_tools_check Update Ponos recipe check Unit testing Fix lint Allow starting without a Ponos private key Remove maxDiff Fix tests
-
Bastien Abadie authored
Display only available element types in admin See merge request !718
-
Bastien Abadie authored
-
Erwan Rouchet authored
Simplify neighbors query See merge request !717
-
-
- Apr 28, 2020
-
-
Bastien Abadie authored
Use ASGI integration for Sentry See merge request !716
-
Bastien Abadie authored
-
- Apr 27, 2020
-
- Apr 24, 2020
-
-
Erwan Rouchet authored
Password validation in signup forms See merge request !713
-
-
Bastien Abadie authored
Create Sentry release from CI See merge request !714
-
Bastien Abadie authored
-
- Apr 22, 2020
-
-
Bastien Abadie authored
Support frontend sentry dsn See merge request !712
-
Bastien Abadie authored
-
Bastien Abadie authored
- Apr 21, 2020
-
-
Bastien Abadie authored
Support another frontend version setting See merge request !710
-
Bastien Abadie authored
-
Bastien Abadie authored
Handle long file names See merge request !709
-
Erwan Rouchet authored
- Apr 20, 2020
-
-
Bastien Abadie authored
Sentry setup See merge request !707
-
Bastien Abadie authored
-
- Apr 14, 2020
-
-
Erwan Rouchet authored
Add transcriptions_sources_count to element lists filters See merge request !706
-
-
Bastien Abadie authored
Add region source to both classifications and elements See merge request !696
-
- Apr 11, 2020
-
-
Erwan Rouchet authored
The regions migration was done before the addition of sources on elements, but due to the order in which they have been merged, sources were added before it. To avoid re-running the documents.0009 migration, one can use the following SQL query, assuming nobody has yet created new elements with the new types created from regions: UPDATE documents_element elt SET elt.source_id = cls.source_id FROM documents_classification cls WHERE elt.id = cls.element_id AND elt.type_id IN (SELECT id from documents_elementtype WHERE slug LIKE 'region_%');
-
- Apr 10, 2020
-
-
Bastien Abadie authored
Fix GitLab OAuth callback errors See merge request !704
-
Erwan Rouchet authored
-
Bastien Abadie authored
Update image defaults for CI builds See merge request !703
-
Erwan Rouchet authored
-
- Apr 09, 2020
-
-
Bastien Abadie authored
Ensure full Unicode support on bulk transcription endpoints See merge request !702
-
Erwan Rouchet authored
-
Erwan Rouchet authored
Remove model Event and enum EventType See merge request !705
-
-
Bastien Abadie authored
Make text and zone required on transcriptions See merge request !697
-
Erwan Rouchet authored
-