Releases: mytlogos/enterprise-lister
Releases · mytlogos/enterprise-lister
v1.18.0
v1.17.0
1.17.0 (2021-08-16)
Bug Fixes
- Releases: fix auto-complete for lists (c2a3fc9)
- fix incorrect url (ba23c85)
- fix sql syntax error (8c49bf6)
- api: fix import (0334916)
- core: escape sql keyword (7ec7fee)
- core: remove invalid default (d506cb0)
- correct paths (8f21680)
- api: handle array instead of throwing (4dfeb35)
- api: return response (b9f1b0b)
- core: select correct fields in query (c0a0aad)
- logging: logfiles should be in logs directory (fa15ebe)
- misc: use working function (1b994c9)
- scraper: ensure fetch flag is set correctly (79e5ea0)
- scraper: skip not started jobs (349fe56)
- server: abort if directory does not change (c859e6d)
- website: clear jobs on reconnect (3ef23f2)
- website: disabled jobs do not lag (6651fd7)
- website: fix temp workaround via webpack 5 (cae2390)
- website: update requestQueue correctly (9fc2a86)
- add aria-hidden="true" to icons (d5e5e44)
- address code smells (73cba2d)
- assign return value to variable (e534506)
- correct imports (8d12b93)
- disable currently unusable scraper (d31cedf)
- do not add duplicate releases (7c8afb3)
- duplicate name (a036bda)
- ensure it sends "START" messages only once (aa05b07)
- fix server start problems (bb66773)
- fixup settings and externaluser (651326b)
- formatter errors (e9a475c)
- job statistic columns switched (66af0f2)
- possible undefined (9ed4231)
- prevent crash when udp response fails (3cd211e)
- remove unused import (6c88587)
- serve correct entry htmk (c2b666d)
- server build (a6bd6fa)
- server build (7fd33c3)
- TypedQuery (ded4ab8)
- use https instead of http (9552605)
- frontend: address warnings from using strict (f44c481)
- website: fix table and replace custom-* css (18db9c3)
- website: sort numerically (bd45e3a)
Features
- add args to openapi generator (ee5c4e5)
- add docker files for windows (452d780)
- add episodes manually (c3940e2)
- add ignore button for Releases (ed0e40d)
- add more columns to job_history (1bcdd14)
- add pagination to Release (8168840)
- add release chart in medium detail (e07041c)
- add simple pagination component (5045a46)
- allow disabling/enabling of hooks (9efcfd2)
- always load data on visiting app (b238e82)
- control en-/disabling per job (3ca9a1b)
- display job start delays (27fc8f3)
- display releases of episodes only (7838688)
- display the amount of releases (da31eea)
- dockerize application (0dfb463)
- enable adding tocs to medium (03b082d)
- enable hiding of completed media (fde5925)
- expose diagnostics via websocket (42cf86a)
- handle 'too many requests' error (5181bef)
- ignore or require releases by lists/media (8dc86f7)
- improve database connect resilience (a2a2cbd)
- improve disabled hook call error handling (517fec3)
- improve modal with bootstrap (7dd183a)
- introduce scheduling (4878aed)
- serve crawler api on server (60e5de1)
- set environment variables to high prio (906b33b)
- update scraper app status automatically (aa0f01f)
- api: simplify handler creation (850000a)
- core: parameterize database port ([756f6a0](https://github.co...
v1.16.0
v1.15.0
v1.14.0
v1.13.0
v1.12.0
1.12.0 (2020-11-30)
Bug Fixes
- logger: remove useless and misleading "zippedArchive" attribute (b7fc122)
- scraper: enforce uniform toc links (c23b8fc)
- scraper: fix attribute name not matching expected name (7d08a40)
- scraper: fix link regex (4fcc8cc)
- scraper: fix scraper emitting wrong toc link (e08091a)
- scraper: fix sql query (7dc296b)
Features
- scraper: estimate closest possible release date time (b1dd4f9)
v1.11.0
1.11.0 (2020-11-24)
Bug Fixes
- jobstatistic: normalize grouped domain values as well (a5e1fb5)
- add missing file (b5df50a)
- jobstatistic: fix disallow single property on multiple axis (5e1bb32)
- jobstatistic: skip properties which are not a average value (12f5b49)
Features
- jobstatistic: add chart coloring (61b2a73)
- jobstatistic: add feature go add datasets grouped by domain (76b90a3)
- jobstatistic: add from and to datetime range (c978766)
- jobstatistic: add more labelling (8f574ef)
- jobstatistic: add refresh button (0043250)
- jobstatistic: add table accessibility caption (38c0bf9)
- jobstatistic: allow different properties to be used on the left y axis (4ae9b7f)
- jobstatistic: allow more attributes to be displayed (99eb46b)
- jobstatistic: allow user to choose time grouping (cd81a69)
- jobstatistic: display data in table (0178dcf)
- jobstatistic: enable user to select what property to display on the right axis (0f6b502)
- jobstatistic: remember current config selection (dcd5139)
- jobsviews: add initial general jobs statistics (a2a0acb)
- releases: add refresh button (5a3d651)
v1.10.0
1.10.0 (2020-11-18)
Bug Fixes
- add missing placeholder value (bc27b2f)
- fix referenced rows not deleted (a2b9c67)
- storage: await pool.end (ed0e3c7)
- storage: fix query (4eb01b7)
- prevent possible pishing from opening external websites (94812dd)
- views: uniform datetime representation (c851bde)
Features
- refactor queryInList for better readability and flexibility (cfaeb14)
- jobsview: add sort order on table (9c141f5)
- jobsview: display more stats about jobs (1323e28)
- jobsview: display overall stats (21e8288)
- jobsviews: add JobsDetail view, enhance JobsView (af16923)