aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/jobs/jobs-list/jobs-list.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add logs endpointChocobozzz2019-04-101-69/+0
|
* Refractor notification serviceChocobozzz2018-12-191-3/+3
| | | | Shorter name and use primeng component
* Add users search filterChocobozzz2018-10-081-1/+1
|
* remove unused importsBO412018-09-221-2/+0
|
* Fix pagination on rest tableChocobozzz2018-07-241-0/+2
|
* Migrate to bullChocobozzz2018-07-111-2/+2
|
* Add i18n attributesChocobozzz2018-06-051-2/+4
|
* Proxify local storage and handle if it is unavailableChocobozzz2018-03-231-4/+4
|
* Fix jobs sortingChocobozzz2018-03-081-4/+0
|
* Improve admin tablesChocobozzz2018-02-231-3/+19
|
* Move job queue to redisChocobozzz2018-01-251-2/+9
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Design admin data tablesChocobozzz2017-12-081-13/+11
|
* Add ability to list jobsChocobozzz2017-11-301-0/+50