Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added the ability to test media items against a rule, returning… #758

Merged
merged 20 commits into from
Jan 16, 2024

Conversation

jorenn92
Copy link
Owner

… a detailed execution breakdown

  • chore: Add backend code for rule statistics. Also add an API endpoint to test a single media item

  • refactor: Add application to rule statistics output name

  • chore: Add UI modal

  • chore: UI - button margin

  • refactor: Fix broken seasons / episodes after rule comparator refactor

  • refactor: Add a global statistic result indicating if the item matched the complete rule

  • refactor: add info header

  • refactor: Added validation for media type & improved info messages

  • refactor: button caps

  • refactor: import/export : fetch identifier from id instead of array location

  • refactor: Responsive monaco editor height

  • fix(collection): Clicking on the card will now navigate to the details page

jorenn92 and others added 20 commits January 15, 2024 19:54
… a detailed execution breakdown

* chore: Add backend code for rule statistics. Also add an API endpoint to test a single media item

* refactor: Add application to rule statistics output name

* chore: Add UI modal

* chore: UI - button margin

* refactor: Fix broken seasons / episodes after rule comparator refactor

* refactor: Add a global statistic result indicating if the item matched the complete rule

* refactor: add info header

* refactor: Added validation for media type & improved info messages

* refactor: button caps

* refactor: import/export : fetch identifier from id instead of array location

* refactor: Responsive monaco editor height

* fix(collection): Clicking on the card will now navigate to the details page
Bumps [@nestjs/cli](https://github.com/nestjs/nest-cli) from 10.2.1 to 10.3.0.
- [Release notes](https://github.com/nestjs/nest-cli/releases)
- [Changelog](https://github.com/nestjs/nest-cli/blob/master/.release-it.json)
- [Commits](nestjs/nest-cli@10.2.1...10.3.0)

---
updated-dependencies:
- dependency-name: "@nestjs/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) from 10.2.7 to 10.3.0.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.0/packages/common)

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.4.33.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.31...8.4.33)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 22.0.5 to 23.0.0.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v22.0.5...v23.0.0)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.3.17 to 0.3.19.
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.3.17...0.3.19)

---
updated-dependencies:
- dependency-name: typeorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.9.1 to 10.9.2.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)

---
updated-dependencies:
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…common-10.3.0

build(deps): bump @nestjs/common from 10.2.7 to 10.3.0
…-0.3.19

build(deps): bump typeorm from 0.3.17 to 0.3.19
…-8.4.33

build(deps-dev): bump postcss from 8.4.31 to 8.4.33
…cli-10.3.0

build(deps-dev): bump @nestjs/cli from 10.2.1 to 10.3.0
…c-release-23.0.0

build(deps-dev): bump semantic-release from 22.0.5 to 23.0.0
…-10.9.2

build(deps-dev): bump ts-node from 10.9.1 to 10.9.2
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.0.1 to 5.1.3.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.0.1...v5.1.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.5.0 to 9.5.1.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/ts-loader@v9.5.0...v9.5.1)

---
updated-dependencies:
- dependency-name: ts-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@nestjs/schematics](https://github.com/nestjs/schematics) from 10.0.3 to 10.1.0.
- [Release notes](https://github.com/nestjs/schematics/releases)
- [Changelog](https://github.com/nestjs/schematics/blob/master/.release-it.json)
- [Commits](nestjs/schematics@10.0.3...10.1.0)

---
updated-dependencies:
- dependency-name: "@nestjs/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…er-9.5.1

build(deps-dev): bump ts-loader from 9.5.0 to 9.5.1
…plugin-prettier-5.1.3

build(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.3
…schematics-10.1.0

build(deps-dev): bump @nestjs/schematics from 10.0.3 to 10.1.0
@jorenn92 jorenn92 merged commit 5dc3874 into feat/extend-collection-detail Jan 16, 2024
1 check passed
@jorenn92 jorenn92 deleted the fix/merge-conflicts-16-01 branch January 16, 2024 07:41
Copy link
Contributor

github-actions bot commented Feb 2, 2024

🎉 This PR is included in version 2.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant