From d8039fcba914c528063add9de55c03f0fcba51df Mon Sep 17 00:00:00 2001 From: Dennis Siemensma Date: Tue, 11 Jun 2024 23:48:56 +0200 Subject: [PATCH] Add IDE run configs #1196 --- .../Docker_Manage_py__Backend_run__ONCE_.xml | 17 +++++++++++++++++ .../Docker_Manage_py__Development_reset.xml | 17 +++++++++++++++++ .../Docker_Manage_py__Fake_datasource.xml | 17 +++++++++++++++++ .../Docker_Manage_py__Lock_migrations.xml | 17 +++++++++++++++++ .../Docker_Manage_py__Make_migrations.xml | 17 +++++++++++++++++ .../Docker_Manage_py__Migrate.xml | 17 +++++++++++++++++ .../Docker_Manage_py__NOOP.xml | 17 +++++++++++++++++ ...ker_Manage_py__Trigger_notification_test.xml | 17 +++++++++++++++++ .../Docker_Tools__Check_translations.xml | 17 +++++++++++++++++ .../Docker_Tools__Check_translations_status.xml | 17 +++++++++++++++++ ...r_Tools__Regenerate_translation_MO_files.xml | 17 +++++++++++++++++ .../Docker_Tools__Test_PostgreSQL.xml | 17 +++++++++++++++++ .../Docker_Tools__Test_SQLite__quick_.xml | 17 +++++++++++++++++ .../Docker_Tools__Update_DOC_locales.xml | 17 +++++++++++++++++ 14 files changed, 238 insertions(+) create mode 100644 .idea/runConfigurations/Docker_Manage_py__Backend_run__ONCE_.xml create mode 100644 .idea/runConfigurations/Docker_Manage_py__Development_reset.xml create mode 100644 .idea/runConfigurations/Docker_Manage_py__Fake_datasource.xml create mode 100644 .idea/runConfigurations/Docker_Manage_py__Lock_migrations.xml create mode 100644 .idea/runConfigurations/Docker_Manage_py__Make_migrations.xml create mode 100644 .idea/runConfigurations/Docker_Manage_py__Migrate.xml create mode 100644 .idea/runConfigurations/Docker_Manage_py__NOOP.xml create mode 100644 .idea/runConfigurations/Docker_Manage_py__Trigger_notification_test.xml create mode 100644 .idea/runConfigurations/Docker_Tools__Check_translations.xml create mode 100644 .idea/runConfigurations/Docker_Tools__Check_translations_status.xml create mode 100644 .idea/runConfigurations/Docker_Tools__Regenerate_translation_MO_files.xml create mode 100644 .idea/runConfigurations/Docker_Tools__Test_PostgreSQL.xml create mode 100644 .idea/runConfigurations/Docker_Tools__Test_SQLite__quick_.xml create mode 100644 .idea/runConfigurations/Docker_Tools__Update_DOC_locales.xml diff --git a/.idea/runConfigurations/Docker_Manage_py__Backend_run__ONCE_.xml b/.idea/runConfigurations/Docker_Manage_py__Backend_run__ONCE_.xml new file mode 100644 index 00000000..11472287 --- /dev/null +++ b/.idea/runConfigurations/Docker_Manage_py__Backend_run__ONCE_.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Docker_Manage_py__Development_reset.xml b/.idea/runConfigurations/Docker_Manage_py__Development_reset.xml new file mode 100644 index 00000000..c3e6af2a --- /dev/null +++ b/.idea/runConfigurations/Docker_Manage_py__Development_reset.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Docker_Manage_py__Fake_datasource.xml b/.idea/runConfigurations/Docker_Manage_py__Fake_datasource.xml new file mode 100644 index 00000000..2713a01e --- /dev/null +++ b/.idea/runConfigurations/Docker_Manage_py__Fake_datasource.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Docker_Manage_py__Lock_migrations.xml b/.idea/runConfigurations/Docker_Manage_py__Lock_migrations.xml new file mode 100644 index 00000000..ea35f48b --- /dev/null +++ b/.idea/runConfigurations/Docker_Manage_py__Lock_migrations.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Docker_Manage_py__Make_migrations.xml b/.idea/runConfigurations/Docker_Manage_py__Make_migrations.xml new file mode 100644 index 00000000..307dcd87 --- /dev/null +++ b/.idea/runConfigurations/Docker_Manage_py__Make_migrations.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Docker_Manage_py__Migrate.xml b/.idea/runConfigurations/Docker_Manage_py__Migrate.xml new file mode 100644 index 00000000..4bf5a158 --- /dev/null +++ b/.idea/runConfigurations/Docker_Manage_py__Migrate.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Docker_Manage_py__NOOP.xml b/.idea/runConfigurations/Docker_Manage_py__NOOP.xml new file mode 100644 index 00000000..57d82e23 --- /dev/null +++ b/.idea/runConfigurations/Docker_Manage_py__NOOP.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Docker_Manage_py__Trigger_notification_test.xml b/.idea/runConfigurations/Docker_Manage_py__Trigger_notification_test.xml new file mode 100644 index 00000000..8b640932 --- /dev/null +++ b/.idea/runConfigurations/Docker_Manage_py__Trigger_notification_test.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Docker_Tools__Check_translations.xml b/.idea/runConfigurations/Docker_Tools__Check_translations.xml new file mode 100644 index 00000000..adeb6c4b --- /dev/null +++ b/.idea/runConfigurations/Docker_Tools__Check_translations.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Docker_Tools__Check_translations_status.xml b/.idea/runConfigurations/Docker_Tools__Check_translations_status.xml new file mode 100644 index 00000000..c40861bb --- /dev/null +++ b/.idea/runConfigurations/Docker_Tools__Check_translations_status.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Docker_Tools__Regenerate_translation_MO_files.xml b/.idea/runConfigurations/Docker_Tools__Regenerate_translation_MO_files.xml new file mode 100644 index 00000000..3ba58c6e --- /dev/null +++ b/.idea/runConfigurations/Docker_Tools__Regenerate_translation_MO_files.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Docker_Tools__Test_PostgreSQL.xml b/.idea/runConfigurations/Docker_Tools__Test_PostgreSQL.xml new file mode 100644 index 00000000..c105ebdd --- /dev/null +++ b/.idea/runConfigurations/Docker_Tools__Test_PostgreSQL.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Docker_Tools__Test_SQLite__quick_.xml b/.idea/runConfigurations/Docker_Tools__Test_SQLite__quick_.xml new file mode 100644 index 00000000..70a536ec --- /dev/null +++ b/.idea/runConfigurations/Docker_Tools__Test_SQLite__quick_.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Docker_Tools__Update_DOC_locales.xml b/.idea/runConfigurations/Docker_Tools__Update_DOC_locales.xml new file mode 100644 index 00000000..238e1c4c --- /dev/null +++ b/.idea/runConfigurations/Docker_Tools__Update_DOC_locales.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file