Skip to content

Commit

Permalink
Merge branch 'master' into 9443-offline-user-e2e-test-coverage-for-tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafa committed Oct 3, 2024
2 parents ccf9f6d + 15d77e4 commit 6b1a54b
Show file tree
Hide file tree
Showing 206 changed files with 4,309 additions and 4,528 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- name: Couch Start
run: ./scripts/ci/couch-start
- name: Create logs directory
run: mkdir tests/logs
- run: npm ci
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ webapp/analyzer.report.html
user-password-change.txt
user-password-change.csv
/tests/helm/values.yaml
/tests/e2e/visual/images/*.png

5 changes: 2 additions & 3 deletions api/resources/translations/messages-bm.properties
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ case_id =
child_birth_date = Den wolo Don/Kalo/San
child_birth_outcome = Den wololen ka kunafoniw
child_birth_weight = den ka banke kunafoniw jabi
clear = Ka jɔsi
cleared = Don minna kunafoni dɔsila
clientDdoc.version =
clinic.field.children =
Expand Down Expand Up @@ -1070,7 +1069,6 @@ select.mode.deselect.all = ka sukandilen josi
select.mode.select.all = ka bɛ sukandi
select.mode.start = soukandili
select.mode.stop = ka datuku
select\ all = A be sugantili
selection.doc.content.raw =
send\ the\ following\ message\ to\ the = Nin bataki nata ci ka taa
sent = Cilen
Expand Down Expand Up @@ -1100,7 +1098,8 @@ setup.registration.title = Sɛben min bɛ maralikɛ
setup.skip = Ka tɛmɛ nin yɔrɔ kan
setup.start = Bara banni
setup.statistics.description =
setup.statistics.title =
setup.statistics.title =
sidebar_menu.title = Tɛmɛnɛ
simprints.disabled = Simprints ma lasɔrɔ. Medic Mobile ka Android baarakɛminɛ laban dɔ
simprints.register = ka tɔgɔ sɛbɛn kɛ nin Simprints ye
simprints.search = ka ɲinini kɛ nin Simprints ye
Expand Down
6 changes: 3 additions & 3 deletions api/resources/translations/messages-en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ case_id = Case ID
child_birth_date = Child birth date
child_birth_outcome = Child birth outcome
child_birth_weight = Child birth weight
clear = clear
cleared = Cleared timestamp
clientDdoc.version = Client webapp revision
clinic.field.children = People
Expand Down Expand Up @@ -1008,7 +1007,7 @@ permission.description.can_view_uhc_stats = Allowed to view UHC stats in the Con
permission.description.can_view_message_action = Display a button to send a message to the selected person.
permission.description.can_view_messages = Allowed to view Messages.
permission.description.can_view_messages_tab = Display the Messages tab in the app. If not set it a menu item will be shown in the app menu instead.
permission.description.can_view_old_filter_and_search = Allowed to view the old filter and search.
permission.description.can_view_old_navigation = Allowed to view old Navigation bar.
permission.description.can_view_outgoing_messages = Allowed to view the Outgoing Messages screen in the admin app.
permission.description.can_view_reports = Allowed to view Reports.
permission.description.can_view_reports_tab = Display the Reports tab in the app. If not set it a menu item will be shown in the app menu instead.
Expand Down Expand Up @@ -1166,14 +1165,14 @@ schedule.registration_anc_pnc = Registration Followup
scheduled = Scheduled timestamp
scheduled_tasks = Scheduled tasks
search_bar.filter.label = Filter
search_bar.sort.label = Sort
select.mode.count.plural = {{number}} records selected
select.mode.count.singular = 1 record selected
select.mode.delete.all = Delete all
select.mode.deselect.all = Clear selection
select.mode.select.all = Select all
select.mode.start = Select
select.mode.stop = Close
select\ all = select all
selection.doc.content.raw = Raw report content
send\ the\ following\ message\ to\ the = send the following message to the
sent = Sent timestamp
Expand All @@ -1188,6 +1187,7 @@ settings.restore.description = Import a new JSON file and overwrite the current
settings.restore.title = Upload application code
setup.language.outgoing.subtitle = Select the language in which your care coordinators would like to receive automated messages from CHT.
setup.language.subtitle = Select the default language that website users of CHT will be using. Users can set individual preferences after logging in.
sidebar_menu.title = Menu
sms_message.message = Incoming message
sms_received = SMS message received; it will be reviewed shortly. If you were trying to submit a text form, please enter a correct form code and try again.
state.cleared = cleared
Expand Down
6 changes: 3 additions & 3 deletions api/resources/translations/messages-es.properties
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ case_id = Identificación del caso
child_birth_date = Fecha de nacimiento del niño
child_birth_outcome = Resultado del nacimiento del niño
child_birth_weight = Peso del niño al nacer
clear = Borrar
cleared = Fecha y hora del borrado
clientDdoc.version = Revisión del webapp en el cliente
clinic.field.children = Personas
Expand Down Expand Up @@ -1008,7 +1007,7 @@ permission.description.can_view_uhc_stats = Ver las estadísticas de UHC en la s
permission.description.can_view_message_action = Mostrar el botón para enviar un mensaje a la persona seleccionada.
permission.description.can_view_messages = Ver Mensajes.
permission.description.can_view_messages_tab = Mostrar la pestaña de Mensajes en la aplicación. Si no lo configura, se mostrará en el menú de la aplicación.
permission.description.can_view_old_filter_and_search = Ver el diseño viejo de búsqueda y filtro.
permission.description.can_view_old_navigation = Mostrar la barra de navegación antigua.
permission.description.can_view_outgoing_messages = Ver la página de mensajes salientes en la Gestión de la Aplicación.
permission.description.can_view_reports = Ver Informes.
permission.description.can_view_reports_tab = Mostrar la pestaña de Informes en la aplicación. Si no lo configura, se mostrará en el menú de la aplicación.
Expand Down Expand Up @@ -1166,14 +1165,14 @@ schedule.registration_anc_pnc = Seguimiento de Registro
scheduled = Fecha y hora programada
scheduled_tasks = Tareas programadas
search_bar.filter.label = Filtros
search_bar.sort.label = Ordenar
select.mode.count.plural = {{number}} registros seleccionados
select.mode.count.singular = 1 registro seleccionado
select.mode.delete.all = Eliminar todos
select.mode.deselect.all = Quitar selección
select.mode.select.all = Seleccionar todos
select.mode.start = Seleccionar
select.mode.stop = Cerrar
select\ all = seleccionar todo
selection.doc.content.raw = Contenido del informe sin procesar
send\ the\ following\ message\ to\ the = enviar el siguiente mensaje a
sent = Fecha y hora de envío
Expand All @@ -1188,6 +1187,7 @@ settings.restore.description = Importar un nuevo archivo JSON y sobrescribir la
settings.restore.title = Subir código de la aplicación
setup.language.outgoing.subtitle = Seleccione el idioma en el que a sus coordinadores les gustaría recibir mensajes automáticos de CHT.
setup.language.subtitle = Seleccione el idioma predeterminado que utilizarán los usuarios de CHT. Los usuarios pueden establecer preferencias individuales después de iniciar sesión.
sidebar_menu.title = Menu
sms_message.message = Mensajes entrantes
sms_received = Recibímos su mensaje, lo procesaremos pronto. Si intentaba mandar un formulario de texto, favor inténtelo de nuevo con un código de formulario.
state.cleared = borrado
Expand Down
6 changes: 3 additions & 3 deletions api/resources/translations/messages-fr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ case_id = ID du cas
child_birth_date = Date de naissance de l'enfant
child_birth_outcome = Résultat de la naissance de l'enfant
child_birth_weight = Poids de l'enfant à la naissance
clear = éffacer
cleared = Date d'effacement
clientDdoc.version = Version DDoc client
clinic.field.children = Membres de famille
Expand Down Expand Up @@ -1008,7 +1007,7 @@ permission.description.can_view_uhc_stats = Autorisé à afficher les statistiqu
permission.description.can_view_message_action = Afficher un bouton pour envoyer un message à la personne sélectionnée.
permission.description.can_view_messages = Autorisé à afficher les Messages.
permission.description.can_view_messages_tab = Affichez l'onglet Messages dans l'application. S'il n'est pas défini, un élément de menu sera affiché dans le menu de l'application à la place.
permission.description.can_view_old_filter_and_search = Autorisé à afficher l'ancien filtre et à rechercher.
permission.description.can_view_old_navigation = Autorisé à afficher l'ancienne Barre de Navigation.
permission.description.can_view_outgoing_messages = Autorisé à afficher l'écran des messages sortants dans l'application d'administration.
permission.description.can_view_reports = Autorisé à afficher les rapports.
permission.description.can_view_reports_tab = Affichez l'onglet Rapports dans l'application. S'il n'est pas défini, un élément de menu sera affiché dans le menu de l'application à la place.
Expand Down Expand Up @@ -1166,14 +1165,14 @@ schedule.registration_anc_pnc = Suivi de l'enregistrement
scheduled = Prévu
scheduled_tasks = Tâches plannifiées
search_bar.filter.label = Filtre
search_bar.sort.label = Trier
select.mode.count.plural = {{number}} enregistrements sélectionnés
select.mode.count.singular = 1 enregistrement supprimé
select.mode.delete.all = Supprimer tout
select.mode.deselect.all = Effacer la séléction
select.mode.select.all = Sélectionner tout
select.mode.start = Selectionner
select.mode.stop = Fermer
select\ all = tout sélectionner
selection.doc.content.raw = Contenu du rapport brut
send\ the\ following\ message\ to\ the = envoyer le message suivant à la
sent = Envoyé
Expand All @@ -1188,6 +1187,7 @@ settings.restore.description = Importer un nouveau fichier JSON et écraser les
settings.restore.title = Envoyer nouveaux réglages
setup.language.outgoing.subtitle = Sélectionnez la langue pour les messages qui seront envoyés aux coordonnateurs de soins.
setup.language.subtitle = Sélectionnez la langue que les utilisateurs de CHT utilisent par défaut. Les utilisateurs peuvent toujours définir leur préférence une fois inscrits.
sidebar_menu.title = Menu
sms_message.message = Messages entrants
sms_received = Merci, votre message a été bien reçu. Si vous étiez en train d'envoyer un rapport réessayez avec le bon code du rapport.
state.cleared = dégagé
Expand Down
3 changes: 1 addition & 2 deletions api/resources/translations/messages-hi.properties
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ case_id =
child_birth_date = बच्चे के जन्म की तारीख
child_birth_outcome = बच्चे के जन्म का परिणाम
child_birth_weight = बच्चे के जन्म के समय वजन
clear = हटाना
cleared = हटाने का समय
clientDdoc.version = क्लाइंट DDoc वर्जन
clinic.field.children = लोग
Expand Down Expand Up @@ -1070,7 +1069,6 @@ select.mode.deselect.all = चयन को साफ करें
select.mode.select.all = सभी का चयन करे
select.mode.start = चयन
select.mode.stop = बंद
select\ all = सभी का चयन करें
selection.doc.content.raw = कच्चा रिपोर्ट के विवरण
send\ the\ following\ message\ to\ the = यह संदेश भेजें इन को
sent = भेजने का समय
Expand Down Expand Up @@ -1101,6 +1099,7 @@ setup.skip = स्थापना के गाइड को छोड़ें
setup.start = अंत
setup.statistics.description = अज्ञात आंकड़ों को मेडिक मोबाइल पर सबमिट करने दें ? सॉफ्टवेयर को बेहतर बनाने और उसके प्रभाव के बारे में जानने में मदद के लिए आंकड़ों को हर महीने भेजा जायेगा । कोई भी रोगी की गोपनीय जानकारी हमारे साथ साझा नहीं की जाएगी। आप इस गाइड से किसी भी समय इन सेटिंग्स को अपडेट कर सकते हैं।
setup.statistics.title = प्रभाव के डेटा साझा करे
sidebar_menu.title = मेनू
simprints.disabled = इस डिवाइस पर सिमप्रिंट उपलब्ध नहीं है। सिम्पप्रिंट एकीकरण को सक्षम करने के लिए मेडिक मोबाइल एंड्रॉइड ऐप के नये संस्करण का उपयोग करें।\n
simprints.register = Simprints के साथ रजिस्टर करें
simprints.search = Simprints के साथ खोजें
Expand Down
9 changes: 5 additions & 4 deletions api/resources/translations/messages-id.properties
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,7 @@ call = Telepon
case_id =
child_birth_date = Tanggal Lahir Anak
child_birth_outcome = Outcome Anak dilahirkan
child_birth_weight = Berat Lahir Anak
clear = bersih
child_birth_weight = Berat Lahir Anak
cleared = Waktu Dikosongkan
clientDdoc.version = Versi Klien DDoc
clinic.field.children = Anggota keluarga
Expand Down Expand Up @@ -925,6 +924,7 @@ permission.description.can_view_last_visited_date =
permission.description.can_view_message_action =
permission.description.can_view_messages =
permission.description.can_view_messages_tab =
permission.description.can_view_old_navigation = Tampilkan bilah navigasi lama
permission.description.can_view_outgoing_messages =
permission.description.can_view_reports =
permission.description.can_view_reports_tab =
Expand Down Expand Up @@ -1074,7 +1074,7 @@ select.mode.deselect.all = Bersihkan pilihan
select.mode.select.all = Pilih semua
select.mode.start = Pilih
select.mode.stop = Tutup
select\ all = pilih semua
search_bar.sort.label = Urutkan
selection.doc.content.raw = Isi Laporan Mentah
send\ the\ following\ message\ to\ the = kirim pesan ini kepada
sent = Waktu Pengiriman
Expand Down Expand Up @@ -1104,7 +1104,8 @@ setup.registration.title = Formulir registrasi
setup.skip = Melewatkan panduan pengaturan
setup.start = Selesai
setup.statistics.description =
setup.statistics.title =
setup.statistics.title =
sidebar_menu.title = Menu
simprints.disabled =
simprints.register = Daftar dengan Simprints
simprints.search = Cari dengan Simprints
Expand Down
Loading

0 comments on commit 6b1a54b

Please sign in to comment.