Skip to content

Commit

Permalink
feat(admin-ui): Implement job queue filtering by status
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Sep 26, 2023
1 parent c148a92 commit baeb036
Show file tree
Hide file tree
Showing 18 changed files with 197 additions and 124 deletions.
92 changes: 46 additions & 46 deletions packages/admin-ui/i18n-coverage.json
Original file line number Diff line number Diff line change
@@ -1,81 +1,81 @@
{
"generatedOn": "2023-08-28T09:13:19.132Z",
"lastCommit": "8b52e6fc44c9ebe04d9f012c39b0d9ea4961c215",
"generatedOn": "2023-09-26T07:24:07.342Z",
"lastCommit": "f0e50f55799dd812700da1876479466694ae648b",
"translationStatus": {
"ar": {
"tokenCount": 755,
"translatedCount": 746,
"percentage": 99
"tokenCount": 759,
"translatedCount": 758,
"percentage": 100
},
"cs": {
"tokenCount": 755,
"translatedCount": 551,
"percentage": 73
"tokenCount": 759,
"translatedCount": 563,
"percentage": 74
},
"de": {
"tokenCount": 755,
"translatedCount": 746,
"percentage": 99
"tokenCount": 759,
"translatedCount": 758,
"percentage": 100
},
"en": {
"tokenCount": 755,
"translatedCount": 754,
"tokenCount": 759,
"translatedCount": 758,
"percentage": 100
},
"es": {
"tokenCount": 755,
"translatedCount": 746,
"percentage": 99
"tokenCount": 759,
"translatedCount": 758,
"percentage": 100
},
"fr": {
"tokenCount": 755,
"translatedCount": 742,
"percentage": 98
"tokenCount": 759,
"translatedCount": 754,
"percentage": 99
},
"he": {
"tokenCount": 755,
"translatedCount": 746,
"percentage": 99
"tokenCount": 759,
"translatedCount": 758,
"percentage": 100
},
"it": {
"tokenCount": 755,
"translatedCount": 576,
"percentage": 76
"tokenCount": 759,
"translatedCount": 757,
"percentage": 100
},
"pl": {
"tokenCount": 755,
"translatedCount": 386,
"percentage": 51
"tokenCount": 759,
"translatedCount": 398,
"percentage": 52
},
"pt_BR": {
"tokenCount": 755,
"translatedCount": 745,
"percentage": 99
"tokenCount": 759,
"translatedCount": 757,
"percentage": 100
},
"pt_PT": {
"tokenCount": 755,
"translatedCount": 585,
"percentage": 77
"tokenCount": 759,
"translatedCount": 597,
"percentage": 79
},
"ru": {
"tokenCount": 755,
"translatedCount": 746,
"percentage": 99
"tokenCount": 759,
"translatedCount": 758,
"percentage": 100
},
"uk": {
"tokenCount": 755,
"translatedCount": 575,
"percentage": 76
"tokenCount": 759,
"translatedCount": 587,
"percentage": 77
},
"zh_Hans": {
"tokenCount": 755,
"translatedCount": 521,
"percentage": 69
"tokenCount": 759,
"translatedCount": 533,
"percentage": 70
},
"zh_Hant": {
"tokenCount": 755,
"translatedCount": 366,
"percentage": 48
"tokenCount": 759,
"translatedCount": 379,
"percentage": 50
}
}
}
10 changes: 7 additions & 3 deletions packages/admin-ui/src/lib/static/i18n-messages/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@
},
"common": {
"ID": "بطاقة تعريف",
"actions": "أجراءات",
"add-filter": "إضافة مرشح",
"add-item-to-list": "إضافة عنصر إلى قائمة",
"add-note": "اضف ملاحظة",
Expand Down Expand Up @@ -778,12 +777,17 @@
"health-status": "حالة",
"health-status-down": "تحت",
"health-status-up": "أعلى",
"hide-settled-jobs": "إخفاء الوظائف المستقرة",
"job-data": "بيانات الوظيفة",
"job-duration": "مدة",
"job-error": "خطأ في الوظيفة",
"job-queue-name": "اسم قائمة الانتظار",
"job-result": "نتيجة الوظيفة",
"job-state": "دولة الوظيفة"
"job-state": "دولة الوظيفة",
"job-state-all": "جميع الحالات",
"job-state-cancelled": "تم الإلغاء",
"job-state-completed": "تمت",
"job-state-failed": "فشل",
"job-state-pending": "قيد الانتظار",
"job-state-running": "قيد التشغيل"
}
}
10 changes: 7 additions & 3 deletions packages/admin-ui/src/lib/static/i18n-messages/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@
},
"common": {
"ID": "ID",
"actions": "Akce",
"add-filter": "",
"add-item-to-list": "Přidat položku do seznamu",
"add-note": "Přidat poznámku",
Expand Down Expand Up @@ -778,12 +777,17 @@
"health-status": "Stav",
"health-status-down": "Neběží",
"health-status-up": "Běží",
"hide-settled-jobs": "Skrýt vyřízené úlohy",
"job-data": "Data úlohy",
"job-duration": "Doba",
"job-error": "Chyba úlohy",
"job-queue-name": "Jméno fronty",
"job-result": "Výsledek úlohy",
"job-state": "Stav úlohy"
"job-state": "Stav úlohy",
"job-state-all": "Všechny stavy",
"job-state-cancelled": "Zrušeno",
"job-state-completed": "Dokončeno",
"job-state-failed": "Selhalo",
"job-state-pending": "Čeká",
"job-state-running": "Běží"
}
}
10 changes: 7 additions & 3 deletions packages/admin-ui/src/lib/static/i18n-messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@
},
"common": {
"ID": "ID",
"actions": "Aktionen",
"add-filter": "Filter hinzufügen",
"add-item-to-list": "Artikel zur Wunschliste hinzufügen",
"add-note": "Notiz hinzufügen",
Expand Down Expand Up @@ -778,12 +777,17 @@
"health-status": "Status",
"health-status-down": "Ausgefallen",
"health-status-up": "Betriesbereit",
"hide-settled-jobs": "Abgeschlossene Jobs ausblenden",
"job-data": "Job-Daten",
"job-duration": "Job-Dauer",
"job-error": "Job-Fehler",
"job-queue-name": "Name der Warteschlange",
"job-result": "Job-Ergebnis",
"job-state": "Job-Status"
"job-state": "Job-Status",
"job-state-all": "Alle Zustände",
"job-state-cancelled": "Abgebrochen",
"job-state-completed": "Abgeschlossen",
"job-state-failed": "Fehlgeschlagen",
"job-state-pending": "Ausstehend",
"job-state-running": "Wird ausgeführt"
}
}
10 changes: 7 additions & 3 deletions packages/admin-ui/src/lib/static/i18n-messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@
},
"common": {
"ID": "ID",
"actions": "Actions",
"add-filter": "Add filter",
"add-item-to-list": "Add item to list",
"add-note": "Add note",
Expand Down Expand Up @@ -778,12 +777,17 @@
"health-status": "Status",
"health-status-down": "Down",
"health-status-up": "Up",
"hide-settled-jobs": "Hide settled jobs",
"job-data": "Job data",
"job-duration": "Duration",
"job-error": "Job error",
"job-queue-name": "Queue name",
"job-result": "Job result",
"job-state": "Job state"
"job-state": "Job state",
"job-state-all": "All states",
"job-state-cancelled": "Cancelled",
"job-state-completed": "Completed",
"job-state-failed": "Failed",
"job-state-pending": "Pending",
"job-state-running": "Running"
}
}
10 changes: 7 additions & 3 deletions packages/admin-ui/src/lib/static/i18n-messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@
},
"common": {
"ID": "ID",
"actions": "Acciones",
"add-filter": "Añadir filtro",
"add-item-to-list": "Añadir artículo a la lista",
"add-note": "Añadir nota",
Expand Down Expand Up @@ -778,12 +777,17 @@
"health-status": "Estado",
"health-status-down": "Inactivo",
"health-status-up": "Activo",
"hide-settled-jobs": "Ocultar trabajos completados",
"job-data": "Detalles",
"job-duration": "Duración",
"job-error": "Error",
"job-queue-name": "Nombre",
"job-result": "Resultado",
"job-state": "Estado"
"job-state": "Estado",
"job-state-all": "Todos los estados",
"job-state-cancelled": "Cancelado",
"job-state-completed": "Completado",
"job-state-failed": "Fallido",
"job-state-pending": "Pendiente",
"job-state-running": "En ejecución"
}
}
10 changes: 7 additions & 3 deletions packages/admin-ui/src/lib/static/i18n-messages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@
},
"common": {
"ID": "ID",
"actions": "Actions",
"add-filter": "",
"add-item-to-list": "Ajouter un article à la liste",
"add-note": "Ajouter une note",
Expand Down Expand Up @@ -778,12 +777,17 @@
"health-status": "Statut",
"health-status-down": "En panne",
"health-status-up": "En route",
"hide-settled-jobs": "Cacher tâches réglées",
"job-data": "Donnée de la tâche",
"job-duration": "Durée",
"job-error": "Erreur de la tâche",
"job-queue-name": "Nom de la file d'attente",
"job-result": "Résultat de la tâche",
"job-state": "Etat de la tâche"
"job-state": "Etat de la tâche",
"job-state-all": "Tous les états",
"job-state-cancelled": "Annulé",
"job-state-completed": "Terminé",
"job-state-failed": "Échoué",
"job-state-pending": "En attente",
"job-state-running": "En cours"
}
}
10 changes: 7 additions & 3 deletions packages/admin-ui/src/lib/static/i18n-messages/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@
},
"common": {
"ID": "מזהה",
"actions": "פעולות",
"add-filter": "הוסף מסננת",
"add-item-to-list": "הוסף פריט לרשימה",
"add-note": "הוסף הערה",
Expand Down Expand Up @@ -778,12 +777,17 @@
"health-status": "סטטוס",
"health-status-down": "מנוטרל",
"health-status-up": "פועל",
"hide-settled-jobs": "הסתר משימות שהושלמו",
"job-data": "מידע משימה",
"job-duration": "משך המשימה",
"job-error": "שגיאת משימה",
"job-queue-name": "שם תור משימות",
"job-result": "תוצאת משימה",
"job-state": "מצב משימה"
"job-state": "מצב משימה",
"job-state-all": "כל המצבים",
"job-state-cancelled": "בוטל",
"job-state-completed": "הושלם",
"job-state-failed": "נכשל",
"job-state-pending": "ממתין",
"job-state-running": "רץ"
}
}
10 changes: 7 additions & 3 deletions packages/admin-ui/src/lib/static/i18n-messages/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@
},
"common": {
"ID": "ID",
"actions": "Azioni",
"add-filter": "Aggiungi filtro",
"add-item-to-list": "Aggiungi elemento alla lista",
"add-note": "Aggiungi nota",
Expand Down Expand Up @@ -778,12 +777,17 @@
"health-status": "Stato",
"health-status-down": "Inattivo",
"health-status-up": "Attivo",
"hide-settled-jobs": "Nascondi operazioni completate",
"job-data": "Dati operazioni",
"job-duration": "Durata",
"job-error": "Errore operazione",
"job-queue-name": "Nome coda operazioni",
"job-result": "Risultato operazione",
"job-state": "Stato operazione"
"job-state": "Stato operazione",
"job-state-all": "Tutti gli stati",
"job-state-cancelled": "Annullato",
"job-state-completed": "Completato",
"job-state-failed": "Fallito",
"job-state-pending": "In attesa",
"job-state-running": "In esecuzione"
}
}
10 changes: 7 additions & 3 deletions packages/admin-ui/src/lib/static/i18n-messages/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@
},
"common": {
"ID": "ID",
"actions": "Akcje",
"add-filter": "",
"add-item-to-list": "",
"add-note": "",
Expand Down Expand Up @@ -778,12 +777,17 @@
"health-status": "",
"health-status-down": "",
"health-status-up": "",
"hide-settled-jobs": "Ukryj rozliczone zlecenia",
"job-data": "Dane zlecenia",
"job-duration": "Czas trwania",
"job-error": "Błąd zlecenia",
"job-queue-name": "Nazwa kolejki",
"job-result": "Rezultat zlecenia",
"job-state": "Status zlecenia"
"job-state": "Status zlecenia",
"job-state-all": "Wszystkie stany",
"job-state-cancelled": "Anulowane",
"job-state-completed": "Ukończono",
"job-state-failed": "Nie powiodło się",
"job-state-pending": "Oczekujące",
"job-state-running": "Uruchomione"
}
}

0 comments on commit baeb036

Please sign in to comment.