You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
YoutubeDL-Material/backend
Isaac Abadi 42c600cea9 Improved and fixed tests
Skipped tests just meant for manual testing

mocha now used prod mode

Added automated tests for PRs

Fixed backupdb and youtube-dl tests in gh actions

Fixed downloader tests

Removed erroneous logs in tests

Updated mocha.yml

Removed last console.log in tests

Increased timeout for download video test

Automated tests now force stop after tests complete

Replaced download test url with shorter video

Skip download test... for now

increased download test threshold

added more timing information to tests

unskip download test

Bump docker/setup-buildx-action from 1 to 2 in /.github/workflows

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump actions/setup-node from 2 to 3 in /.github/workflows

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump actions/upload-artifact from 1 to 3 in /.github/workflows

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v1...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump docker/login-action from 1 to 2 in /.github/workflows

Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Removed additional download button for paused download

Combined output json processing from youtube-dl between subscriptions and one-off downloads

Added workaround for missing video in playlist to one-off downloads

Fixed issue of case where output is empty

Download video code cleanup

Fixed download video test by overriding youtube-dl download method with custom method

Adds ffmpeg to automated tests

Removed test mp3/mp4 file from repo
2 years ago
..
appdata Added missing config item from default.json 2 years ago
audio
authentication Rebuild database task (#900) 2 years ago
fix-scripts 002-fix_dupes_per_archive: prep consistency w/ 003 3 years ago
subscriptions
test Improved and fixed tests 2 years ago
video
.dockerignore
.eslintrc.json Logger is now separated into its own module 4 years ago
app.js 4.3.2 release (#929) 2 years ago
archive.js Improved archive viewer 2 years ago
categories.js Refactored retrieval of categories and improved runtime search of files in category 3 years ago
config.js Added support for slack notifications 2 years ago
consts.js Fixed missing version upgrade 2 years ago
db.js Improved and fixed tests 2 years ago
downloader.js Improved and fixed tests 2 years ago
ecosystem.config.js Switched forever.js to pm2 3 years ago
entrypoint.sh Fix entrypoint.sh (#921) 2 years ago
files.js Added files_api (migrated functions from db_api that are file related) 2 years ago
logger.js Logger is now separated into its own module 4 years ago
notifications.js Added support for slack notifications 2 years ago
package-lock.json Fixed issue where twitch chat downloader could not be found in docker 2 years ago
package.json Improved and fixed tests 2 years ago
pm2.config.js revert pm2 config cluster_mode 3 years ago
subscriptions.js Improved and fixed tests 2 years ago
tasks.js Rebuild database task (#900) 2 years ago
twitch.js Fixed issue where twitch chat downloader could not be found in docker 2 years ago
utils.js Improved and fixed tests 2 years ago
youtube-dl.js Improved and fixed tests 2 years ago