From 753af8b40f76985abff2bcee2a084796cc56c987 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Thu, 22 Jun 2023 15:28:03 -0400 Subject: [PATCH] fix: remove release make target --- Makefile | 5 - fixtures/program/category.json | 82 ------ fixtures/program/fundingcategory.json | 11 - fixtures/program/host.json | 15 - fixtures/program/language.json | 386 -------------------------- fixtures/program/licensetype.json | 66 ----- fixtures/program/linktype.json | 106 ------- fixtures/program/musicfocus.json | 92 ------ fixtures/program/show.json | 32 --- fixtures/program/topic.json | 47 ---- fixtures/program/type.json | 65 ----- 11 files changed, 907 deletions(-) delete mode 100644 fixtures/program/category.json delete mode 100644 fixtures/program/fundingcategory.json delete mode 100644 fixtures/program/host.json delete mode 100644 fixtures/program/language.json delete mode 100644 fixtures/program/licensetype.json delete mode 100644 fixtures/program/linktype.json delete mode 100644 fixtures/program/musicfocus.json delete mode 100644 fixtures/program/show.json delete mode 100644 fixtures/program/topic.json delete mode 100644 fixtures/program/type.json diff --git a/Makefile b/Makefile index 3de72d57..febfdd2e 100644 --- a/Makefile +++ b/Makefile @@ -54,8 +54,3 @@ run.prod: migrate collectstatic run.debug: migrate DEBUG=1 $(POETRY_RUN_MANAGE) runserver_plus 0.0.0.0:8000 -release: VERSION := `$(POETRY_RUN) python -c 'import tomli; print(tomli.load(open("pyproject.toml", "rb"))["tool"]["poetry"]["version"])'` -release: - git tag ${VERSION} - git push origin ${VERSION} - @echo "Release '${VERSION}' tagged and pushed successfully." diff --git a/fixtures/program/category.json b/fixtures/program/category.json deleted file mode 100644 index 7dd5d90b..00000000 --- a/fixtures/program/category.json +++ /dev/null @@ -1,82 +0,0 @@ -[ - { - "model": "program.category", - "pk": 1, - "fields": { - "name": "Interkulturell", - "slug": "interkulturell", - "is_active": true, - "description": "" - } - }, - { - "model": "program.category", - "pk": 2, - "fields": { - "name": "Lokalbezug", - "slug": "lokalbezug", - "is_active": true, - "description": "" - } - }, - { - "model": "program.category", - "pk": 3, - "fields": { - "name": "Minderheiten", - "slug": "minderheiten", - "is_active": true, - "description": "" - } - }, - { - "model": "program.category", - "pk": 4, - "fields": { - "name": "Wiederholung", - "slug": "wiederholung", - "is_active": true, - "description": "" - } - }, - { - "model": "program.category", - "pk": 5, - "fields": { - "name": "Mehr-/Fremdsprachig", - "slug": "mehr-fremdsprachig", - "is_active": true, - "description": "" - } - }, - { - "model": "program.category", - "pk": 6, - "fields": { - "name": "Frauenschwerpunkt", - "slug": "frauenschwerpunkt", - "is_active": true, - "description": "" - } - }, - { - "model": "program.category", - "pk": 7, - "fields": { - "name": "Österreichische Musik", - "slug": "osterreichische-musik", - "is_active": true, - "description": "" - } - }, - { - "model": "program.category", - "pk": 8, - "fields": { - "name": "Sendungsübernahme", - "slug": "sendungsubernahme", - "is_active": true, - "description": "" - } - } -] diff --git a/fixtures/program/fundingcategory.json b/fixtures/program/fundingcategory.json deleted file mode 100644 index a8c71fb0..00000000 --- a/fixtures/program/fundingcategory.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - { - "model": "program.fundingcategory", - "pk": 1, - "fields": { - "name": "Standard", - "slug": "standard", - "is_active": true - } - } -] diff --git a/fixtures/program/host.json b/fixtures/program/host.json deleted file mode 100644 index 18650306..00000000 --- a/fixtures/program/host.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "model": "program.host", - "pk": 1, - "fields": { - "name": "Musikredaktion", - "is_active": true, - "email": "", - "biography": "", - "image": null, - "created_at": "2000-06-01 00:00Z", - "created_by": "loaddata" - } - } -] diff --git a/fixtures/program/language.json b/fixtures/program/language.json deleted file mode 100644 index a1b5447b..00000000 --- a/fixtures/program/language.json +++ /dev/null @@ -1,386 +0,0 @@ -[ - { - "model": "program.language", - "pk": 1, - "fields": { - "name": "Deutsch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 2, - "fields": { - "name": "Englisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 3, - "fields": { - "name": "Spanisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 4, - "fields": { - "name": "Polnisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 5, - "fields": { - "name": "Farsi", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 6, - "fields": { - "name": "Französisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 7, - "fields": { - "name": "Slowenisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 8, - "fields": { - "name": "Persisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 9, - "fields": { - "name": "Arabisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 10, - "fields": { - "name": "Türkisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 11, - "fields": { - "name": "Japanisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 12, - "fields": { - "name": "Italienisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 13, - "fields": { - "name": "Tschechisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 14, - "fields": { - "name": "Russisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 15, - "fields": { - "name": "Chinesisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 16, - "fields": { - "name": "Ungarisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 17, - "fields": { - "name": "Serbisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 18, - "fields": { - "name": "Portugiesisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 19, - "fields": { - "name": "Kroatisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 20, - "fields": { - "name": "Albanisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 21, - "fields": { - "name": "Dari", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 22, - "fields": { - "name": "Bosnisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 23, - "fields": { - "name": "Kurdisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 24, - "fields": { - "name": "Aserbaidschanisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 25, - "fields": { - "name": "Slowakisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 26, - "fields": { - "name": "Niederländisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 27, - "fields": { - "name": "Bulgarisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 28, - "fields": { - "name": "Somali", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 29, - "fields": { - "name": "Tschetschenisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 30, - "fields": { - "name": "Dänisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 31, - "fields": { - "name": "Rumänisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 32, - "fields": { - "name": "Thai", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 33, - "fields": { - "name": "Finnisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 34, - "fields": { - "name": "Romanes", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 35, - "fields": { - "name": "Griechisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 36, - "fields": { - "name": "Singhalesisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 37, - "fields": { - "name": "Urdu", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 38, - "fields": { - "name": "Estnisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 39, - "fields": { - "name": "Mazedonisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 40, - "fields": { - "name": "Hebräisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 41, - "fields": { - "name": "Schwedisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 42, - "fields": { - "name": "Lithauisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 43, - "fields": { - "name": "Jiddisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 44, - "fields": { - "name": "Isländisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 45, - "fields": { - "name": "Litauisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 46, - "fields": { - "name": "Amharisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 47, - "fields": { - "name": "Norwegisch", - "is_active": true - } - }, - { - "model": "program.language", - "pk": 48, - "fields": { - "name": "Koreanisch", - "is_active": true - } - } -] diff --git a/fixtures/program/licensetype.json b/fixtures/program/licensetype.json deleted file mode 100644 index 93d21d5b..00000000 --- a/fixtures/program/licensetype.json +++ /dev/null @@ -1,66 +0,0 @@ -[ - { - "model": "program.licensetype", - "pk": 1, - "fields": { - "name": "Public Domain", - "type": "cc-0" - } - }, - { - "model": "program.licensetype", - "pk": 2, - "fields": { - "name": "Creative Commons Attribution", - "type": "cc-by" - } - }, - { - "model": "program.licensetype", - "pk": 3, - "fields": { - "name": "Creative Commons Attribution-ShareAlike", - "type": "cc-by-sa" - } - }, - { - "model": "program.licensetype", - "pk": 4, - "fields": { - "name": "Creative Commons Attribution-NonCommercial", - "type": "cc-by-nc" - } - }, - { - "model": "program.licensetype", - "pk": 5, - "fields": { - "name": "Creative Commons Attribution-NonCommercial-ShareAlike", - "type": "cc-by-nc-sa" - } - }, - { - "model": "program.licensetype", - "pk": 6, - "fields": { - "name": "Creative Commons Attribution-NoDerivatives", - "type": "cc-by-nd" - } - }, - { - "model": "program.licensetype", - "pk": 7, - "fields": { - "name": "Creative Commons Attribution-NonCommercial-NoDerivatives", - "type": "cc-by-nc-nd" - } - }, - { - "model": "program.licensetype", - "pk": 8, - "fields": { - "name": "All Rights Reserved", - "type": "all-rights-reserved" - } - } -] \ No newline at end of file diff --git a/fixtures/program/linktype.json b/fixtures/program/linktype.json deleted file mode 100644 index 059627a6..00000000 --- a/fixtures/program/linktype.json +++ /dev/null @@ -1,106 +0,0 @@ -[ - { - "model": "program.linktype", - "pk": 1, - "fields": { - "name": "Website", - "type": "website" - } - }, - { - "model": "program.linktype", - "pk": 2, - "fields": { - "name": "CBA", - "type": "cba" - } - }, - { - "model": "program.linktype", - "pk": 3, - "fields": { - "name": "Freie Radios Online", - "type": "freie-radios-online" - } - }, - { - "model": "program.linktype", - "pk": 4, - "fields": { - "name": "Funkwhale", - "type": "funkwhale" - } - }, - { - "model": "program.linktype", - "pk": 5, - "fields": { - "name": "Mixcloud", - "type": "mixcloud" - } - }, - { - "model": "program.linktype", - "pk": 6, - "fields": { - "name": "SoundCloud", - "type": "soundcloud" - } - }, - { - "model": "program.linktype", - "pk": 7, - "fields": { - "name": "Internet Archive (archive.org)", - "type": "internet-archive" - } - }, - { - "model": "program.linktype", - "pk": 8, - "fields": { - "name": "YouTube", - "type": "youTube" - } - }, - { - "model": "program.linktype", - "pk": 9, - "fields": { - "name": "Spotify", - "type": "spotify" - } - }, - { - "model": "program.linktype", - "pk": 10, - "fields": { - "name": "Instagram", - "type": "instagram" - } - }, - { - "model": "program.linktype", - "pk": 11, - "fields": { - "name": "Facebook", - "type": "facebook" - } - }, - { - "model": "program.linktype", - "pk": 12, - "fields": { - "name": "Twitter", - "type": "twitter" - } - }, - { - "model": "program.linktype", - "pk": 13, - "fields": { - "name": "Mastodon", - "type": "mastodon" - } - } -] diff --git a/fixtures/program/musicfocus.json b/fixtures/program/musicfocus.json deleted file mode 100644 index f85c8998..00000000 --- a/fixtures/program/musicfocus.json +++ /dev/null @@ -1,92 +0,0 @@ -[ - { - "model": "program.musicfocus", - "pk": 1, - "fields": { - "name": "Jazz", - "slug": "jazz", - "is_active": true - } - }, - { - "model": "program.musicfocus", - "pk": 2, - "fields": { - "name": "Volksmusik/Folk", - "slug": "volksmusik-folk", - "is_active": true - } - }, - { - "model": "program.musicfocus", - "pk": 3, - "fields": { - "name": "Experimentelle Musik", - "slug": "expermentelle-musik", - "is_active": true - } - }, - { - "model": "program.musicfocus", - "pk": 4, - "fields": { - "name": "Rock/Indie", - "slug": "rock-indie", - "is_active": true - } - }, - { - "model": "program.musicfocus", - "pk": 5, - "fields": { - "name": "Metal/Hardrock", - "slug": "metal-hardrock", - "is_active": true - } - }, - { - "model": "program.musicfocus", - "pk": 6, - "fields": { - "name": "Electronic", - "slug": "electronic", - "is_active": true - } - }, - { - "model": "program.musicfocus", - "pk": 7, - "fields": { - "name": "Klassik", - "slug": "klassik", - "is_active": true - } - }, - { - "model": "program.musicfocus", - "pk": 8, - "fields": { - "name": "Oldies", - "slug": "oldies", - "is_active": true - } - }, - { - "model": "program.musicfocus", - "pk": 9, - "fields": { - "name": "Reggae/Ska", - "slug": "reggae-ska", - "is_active": true - } - }, - { - "model": "program.musicfocus", - "pk": 10, - "fields": { - "name": "Hiphop", - "slug": "hiphop", - "is_active": true - } - } -] diff --git a/fixtures/program/show.json b/fixtures/program/show.json deleted file mode 100644 index 59702687..00000000 --- a/fixtures/program/show.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "model": "program.show", - "pk": 1, - "fields": { - "predecessor": null, - "type": 3, - "funding_category": 1, - "name": "Musikprogramm", - "slug": "musikprogramm", - "image": null, - "logo": null, - "short_description": "Unmoderiertes Musikprogramm", - "description": "Unmoderiertes Musikprogramm", - "email": "musikredaktion@helsinki.at", - "cba_series_id": null, - "default_playlist_id": null, - "is_active": true, - "is_public": false, - "hosts": [ - 1 - ], - "owners": [], - "language": [], - "category": [], - "topic": [], - "music_focus": [], - "created_at": "2000-06-01 00:00Z", - "created_by": "loaddata" - } - } -] diff --git a/fixtures/program/topic.json b/fixtures/program/topic.json deleted file mode 100644 index 0aec75a3..00000000 --- a/fixtures/program/topic.json +++ /dev/null @@ -1,47 +0,0 @@ -[ - { - "model": "program.topic", - "pk": 1, - "fields": { - "name": "Politik/Gesellschaft", - "slug": "politik-gesellschaft", - "is_active": true - } - }, - { - "model": "program.topic", - "pk": 2, - "fields": { - "name": "Natur/Klima/Tiere", - "slug": "natur-klima-tiere", - "is_active": true - } - }, - { - "model": "program.topic", - "pk": 3, - "fields": { - "name": "Kultur/Kunst", - "slug": "kultur-kunst", - "is_active": true - } - }, - { - "model": "program.topic", - "pk": 4, - "fields": { - "name": "Soziales", - "slug": "soziales", - "is_active": true - } - }, - { - "model": "program.topic", - "pk": 5, - "fields": { - "name": "Wissenschaft/Philosophie", - "slug": "wissenschaft-philosophie", - "is_active": true - } - } -] diff --git a/fixtures/program/type.json b/fixtures/program/type.json deleted file mode 100644 index 2ca58399..00000000 --- a/fixtures/program/type.json +++ /dev/null @@ -1,65 +0,0 @@ -[ - { - "model": "program.type", - "pk": 1, - "fields": { - "name": "Talk", - "slug": "talk", - "is_active": true - } - }, - { - "model": "program.type", - "pk": 2, - "fields": { - "name": "Musiksendung", - "slug": "musiksendung", - "is_active": true - } - }, - { - "model": "program.type", - "pk": 3, - "fields": { - "name": "Unmoderiertes Musikprogramm", - "slug": "unmoderiertes-musikprogramm", - "is_active": true - } - }, - { - "model": "program.type", - "pk": 4, - "fields": { - "name": "Feature/Magazin", - "slug": "feature-magazin", - "is_active": true - } - }, - { - "model": "program.type", - "pk": 5, - "fields": { - "name": "Experimentell", - "slug": "experimentell", - "is_active": true - } - }, - { - "model": "program.type", - "pk": 6, - "fields": { - "name": "Hörspiel/Literatur", - "slug": "horspiel-literatur", - "is_active": true - } - }, - { - "model": "program.type", - "pk": 7, - "fields": { - "name": "Vortrag/Diskussion", - "slug": "vortrag-diskussion", - "is_active": true - } - } -] -- GitLab