Tags: TheNickOfTime/handbrake-web
Tags
feat: adding arm64 support to docker builds (#230) * feat: adding platforms line to the docker-publish workflow * feat: adding docker-buildx and qemu steps for multi-arch builds * feat: only install gpu dependencies on amd64 platforms * feat: adding provenance=false to hopefully remove unknown arch build * feat: adding back docker build cache to improve build times hopefully
fix: use system /tmp directory to avoid permissions issues (#109) * fix: use system /tmp directory to avoid permissions issues (hopefully) * fix: using presetPath variable in StartTransocde function * feat: updating docker compose example with user property for permissions
feature: add directory monitoring/watching capabilities to allow the … …automatic creation of jobs (#63) * feat: adding chokidar package for directory monitoring * feat: initial pass on creating methods, types, etc for directory monitoring * fix: removing uneeded console log from server.ts * feat: adding register watchers to the initialization script * feat: using watcher type wherever possible * feat: defining initial methods for getting/sending watcher information to the client * fix: a few server related watcher bugs * feat: adding watcher-card component to display info about a watcher * feat: adding a watchers section component * feat: adding a watchers section to the primary page * refactor: move watcher db init statement to the watcher-ddatabase file * feat: adding preset property to watch type * feat: displaying watcher preset in the watcher-card component * feat: add button and overlay to add a new watcher from the client * feat: adding ability to deregister watchers that are registered, separating registration into it's own function outside of initialization * feat: add and remove jobs on watcher detecting the creation or deletion of a file * fix: removing unnecessary console logs * feat: switching to tsx from ts-node and nodemon because of frustrating import errors * feat: only show watchers sub-section if there are at least one watchers * fix: removing unused type causing build error * fix: removing unused import causing build error
refactor: use tsconfig.json "paths" property to reduce instances of d… …eep relative path referencing (#35) * refactor: use paths property in tsconfig to reduce deep relative references throughout server files * refactor: use paths property in tsconfig to reduce deep relative references throughout worker files * refactor: use paths property in tsconfig to reduce deep relative references throughout client files * fix: changes to tsconfigs & some packages to correctly resolve aliases
PreviousNext