- May 11, 2022
-
-
Daniel Bimschas authored
-
- May 10, 2022
-
-
Daniel Bimschas authored
-
Daniel Bimschas authored
-
- May 09, 2022
-
-
Daniel Bimschas authored
-
Daniel Bimschas authored
NOISSUE: remove deprecation warnings via version bumps See merge request holisticfoundation/holi-okuna!3
-
Daniel Bimschas authored
HOLI-1399: change database to postgres See merge request holisticfoundation/holi-okuna!2
-
Daniel Bimschas authored
HOLI-1401: django version upgrade See merge request holisticfoundation/holi-okuna!1
-
- May 05, 2022
-
-
Daniel Bimschas authored
-
Daniel Bimschas authored
In order to make this work I had to work around things: * psycopg2 > 2.9.0 is incompatible with Django 2.2, therefore used 2.8.6 (see https://stackoverflow.com/a/68025007/1242529) * migrations failed for a change from duration to datetime (with timezone). I modified migration history as we'll start with an empty DB anyways so fiddling with migration history shouldn't be an issue * there was a duplicate constraint 'reporter_moderated_object_constraint' of which I renamed one to 'reporter_moderation_report_constraint' To validate this MR locally, make sure you clean up your local env, e.g. by running: ```sh python okuna-cli.py down-services-only python okuna-cli.py clean ``` Then, stop any running docker containers related to Okuna. Subsequently, running ``` python okuna-cli.py up-services-only ``` should have Okuna start with an empty DB within postgres and successfully auto-applying migrations.
-
Daniel Bimschas authored
-
Daniel Bimschas authored
-
Daniel Bimschas authored
-
Daniel Bimschas authored
-
Daniel Bimschas authored
-
Daniel Bimschas authored
-
Daniel Bimschas authored
-
- May 04, 2022
-
-
Daniel Bimschas authored
-
Daniel Bimschas authored
-
Daniel Bimschas authored
-
- Dec 28, 2021
-
-
Joel Hernández authored
📄 switch to MIT license
-
- Dec 16, 2021
-
-
József Sallai authored
-
- Nov 08, 2020
-
-
Joel Hernández authored
🚑 return post links also in community posts stream -
Joel Hernandez authored
-
Joel Hernandez authored
-
Joel Hernandez authored
-
- Nov 06, 2020
-
-
Joel Hernández authored
Hotfix/add timeout to link preview
-
Joel Hernandez authored
-
Joel Hernandez authored
-
- Oct 25, 2020
-
-
Joel Hernández authored
Hotfix/link processor command
-
Joel Hernandez authored
-
Joel Hernandez authored
-
- Oct 21, 2020
-
-
Joel Hernández authored
🔥 remove peekalink timeout -
Joel Hernandez authored
-
- Oct 19, 2020
-
-
Joel Hernández authored
🚑 make tmp dir writable -
Joel Hernandez authored
-
Joel Hernández authored
🐛 remove tmpdir access for url extractor -
Joel Hernandez authored
-
Joel Hernández authored
🐛 fix cors issue with options -
Joel Hernández authored
🐛 dont throw on peekalink missing api key -
Joel Hernandez authored
-