Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/hibiken/asynqmon

Web UI for Asynq task queue
https://github.com/hibiken/asynqmon

Add tooltip to arrow icon in task table

16b60af858618983841bbad6cd681f6563071c16 authored almost 4 years ago by Ken Hibino <[email protected]>
Change colors used for QueueSizeChart

c51449562cb1c2afadced02ae0ee73810b962733 authored almost 4 years ago by Ken Hibino <[email protected]>
Update ListItemLink selected style

2a19d616bffece9c1164b636c924374a00606650 authored almost 4 years ago by Ken Hibino <[email protected]>
Use icons for table row actions

1a3c3ffbdd42098edfaa5fed2c3b44f6ed0b9d6c authored almost 4 years ago by Ken Hibino <[email protected]>
Add cancel action to ActiveTasksTable

50639cabb8135d19325bb38f24e59de77c1fce04 authored almost 4 years ago by Ken Hibino <[email protected]>
Add API endpoints to batch cancel active tasks

cbfc1af9c013b3920a0ef00f73f4b915724ea534 authored almost 4 years ago by Ken Hibino <[email protected]>
Add cancel action button to ActiveTasksTable

1d40ff520dc0711b2a65a2f9662c656c98cd21ed authored about 4 years ago by Ken Hibino <[email protected]>
Redesign TableActions component to be more generic

3ab1ed31a6468e4d8f0f103b3def7d3f05f82722 authored about 4 years ago by Ken Hibino <[email protected]>
Add checkbox to ActiveTasksTable

e25a9747a86811fa453eeb920facc8d5bb7b9fff authored about 4 years ago by Ken Hibino <[email protected]>
Use uuid prefix in task table

f419fd3c71c22c8c5012433458cfb63cda4ec743 authored about 4 years ago by Ken Hibino <[email protected]>
Add selected row style to tables

ec34f527777b967b811179e0d198b61cb6af0790 authored about 4 years ago by Ken Hibino <[email protected]>
Use IconButtons in TableActions component

701c186bc3044d69ac5f411b05994bf75986075c authored about 4 years ago by Ken Hibino <[email protected]>
Add kill functionality to scheduled and retry tasks table

a76cc5afa5a4de6b3dd27071b874c69298de53da authored about 4 years ago by Ken Hibino <[email protected]>
Add API endpoints to kill scheduled and retry tasks

b387546fa89b5a7b277e15ca0fc656c5154d0ef0 authored about 4 years ago by Ken Hibino <[email protected]>
Add run retry task, run scheduled task functionality

a454f2f0941b4976694ddd3b1bc11305e1c574f7 authored about 4 years ago by Ken Hibino <[email protected]>
Add batch-delete, batch-run, delete-all, run-all functionalities for

scheduled and retry tasks

f527b0c6d8b97340b7779765f939ead9306a27be authored about 4 years ago by Ken Hibino <[email protected]>
Extract TableActions component

68738ec9621021b0d028536d1602348f6b487645 authored about 4 years ago by Ken Hibino <[email protected]>
Add checkbox column to tables

95bb6051d00d3ad594eba64badf1cb49fd67de3b authored about 4 years ago by Ken Hibino <[email protected]>
Add API endpoints to batch delete scheduled, retry tasks

fa1c9ee7ef9826d2e910bd48632cedbf5a0fd9df authored about 4 years ago by Ken Hibino <[email protected]>
Add run-all dead tasks action button to DeadTasksTable

bf81787115b2c62da33a4498294db6ccef94de69 authored about 4 years ago by Ken Hibino <[email protected]>
Add API endpoint to run all dead tasks

4d5de30a578a9fbeae5bb20f7dabd9c46e216b46 authored about 4 years ago by Ken Hibino <[email protected]>
Minor update in tasksReducer

eb660f20ced35be7e23fd415517b052768ade458 authored about 4 years ago by Ken Hibino <[email protected]>
Add delete-all action button to DeadTasksTable

226cfc3b82383489179537be3f9b65b516799c25 authored about 4 years ago by Ken Hibino <[email protected]>
Add action menu to DeadTasksTable

fa231aa713351b5424ecf36775fdc7b90d858cb6 authored about 4 years ago by Ken Hibino <[email protected]>
Add batch run button to DeadTasksTable

9bfd373f8575641a83b8aebd56d8de7706d68a55 authored about 4 years ago by Ken Hibino <[email protected]>
Add API endpoints to batch run tasks

706e80580d3f65335f96f397ff477cbe57ab6786 authored about 4 years ago by Ken Hibino <[email protected]>
Add "run task" button to DeadTasksTable

903820e6c8ed41b3bb21ec9b488911f5fce52030 authored about 4 years ago by Ken Hibino <[email protected]>
Add API endpoints to run scheduled, retry, dead task

d9a3e414b8f72faee0a58aa378723dab0b1ad081 authored about 4 years ago by Ken Hibino <[email protected]>
Add batch delete button to DeadTasksTable

ef603040157e9d451cd56c48108b0c3d218c50dd authored about 4 years ago by Ken Hibino <[email protected]>
Add checkbox and action buttons to DeadTasksTable

62780e201e6fbaf1830fa4fc6abbddb9fb3b33bc authored about 4 years ago by Ken Hibino <[email protected]>
Add API endpoint to batch delete dead tasks

d2134533428a11cb9a37124a5633641d600056f6 authored about 4 years ago by Ken Hibino <[email protected]>
Add app wide snackbar

d8c549adb28334418ae1fc5a7f36f76abe7ebe07 authored about 4 years ago by Ken Hibino <[email protected]>
Add delete button for scheduled and dead tasks

ce978f451690a1ac39d484687f17d9c91dd616d2 authored about 4 years ago by Ken Hibino <[email protected]>
Add delete task button to RetryTasksTable

601a7c8addb0a5055964adcf49f2fc319e59fd0b authored about 4 years ago by Ken Hibino <[email protected]>
Update logging middleware to log in apache common format

48c2cda3bff2ef52c4fb708508d54b6016dc5380 authored about 4 years ago by Ken Hibino <[email protected]>
Add API endpoints to delete all scheduled, retry, and dead tasks

0adc52479fdc8f08ca466ea6e3f4de831b8821c0 authored about 4 years ago by Ken Hibino <[email protected]>
Add basic logging middleware

8912bb20161dd6464ff3027b49b9365f71973a02 authored about 4 years ago by Ken Hibino <[email protected]>
Use a : character followed by the custom verb in HTTP URL

Following the recommendation from google.aip.dev/136

1ffe9f75f55b3fbcc822fedd17f14c9248789efa authored about 4 years ago by Ken Hibino <[email protected]>
Add API endpoints to delete scheduled, retry, and dead task

ef0ff2512b2deab5c7e5b43b972ceb6c765039cf authored about 4 years ago by Ken Hibino <[email protected]>
Make cancel button functional in ActiveTasksTable

fa3e9ec761cd08837cc20d09c0cf7e525ead2e5b authored about 4 years ago by Ken Hibino <[email protected]>
Add redux actions and reducer for active task cancellation

a737eea675cd2323ad51ee30a339b0e204bc3b0c authored about 4 years ago by Ken Hibino <[email protected]>
Add API endpoint to cancel active task

47d8c73ab761a6c3e73b282ad1d99d74cc0aaad9 authored about 4 years ago by Ken Hibino <[email protected]>
Fix no previous enqueue entry's UI display

96eec9ce110875499351ee08f86f586875748a0b authored about 4 years ago by Ken Hibino <[email protected]>
Fetch scheduler entries data periodically

c6471e8c041f9d4fbc4f464ff9b46ac297e94acc authored about 4 years ago by Ken Hibino <[email protected]>
Add redux actions and reducer for scheduler entries

3e5b1458833e642ef0c8fc81b27eecd2d816aded authored about 4 years ago by Ken Hibino <[email protected]>
Add ListSchedulerEntries API endpoint

fbbc414bdfbc572d147835cc9dd57fa8dbcb5766 authored about 4 years ago by Ken Hibino <[email protected]>
Create usePolling custom hook

3dd6fdc0b045b895e8f5f4c849b304fd79318e03 authored about 4 years ago by Ken Hibino <[email protected]>
Add table to cron view

b9cb9211cef548d3b61ed71edeeed48f064670d7 authored about 4 years ago by Ken Hibino <[email protected]>
Create DeleteQueueConfirmationDialog component

753970471fb7ef9a50372dbab00b5b69c4684c5c authored about 4 years ago by Ken Hibino <[email protected]>
Add API endpoint to delete a queue

0d94eaaee008fbd9af08d8e33b13629ec46b54d1 authored about 4 years ago by Ken Hibino <[email protected]>
Add margin bottom to DashboardView

2fa55ed6f66a43e9d61799d0eb61226836648f70 authored about 4 years ago by Ken Hibino <[email protected]>
Add alert dialog for delete action in QueuesOverviewTable

003a88d17b458289df4a7022bf936225661c5faf authored about 4 years ago by Ken Hibino <[email protected]>
Remove processed, succeeded, failed columns from QueuesOverviewTable

26e5890a4e0cb69aef60e3c16dc5e2997d379fce authored about 4 years ago by Ken Hibino <[email protected]>
Add actions column in QueuesOverviewTable component

c3869abfbb1c8c4257e66bab34cd353bc0339191 authored about 4 years ago by Ken Hibino <[email protected]>
Initial commit

7bd35a88e58c13642e2db53495e21f570f909497 authored about 4 years ago by Ken Hibino <[email protected]>