Commit graph

628 commits

Author SHA1 Message Date
1914e51aff
ci: improve Artifactview PR comment
Some checks failed
CI / Test (push) Has been cancelled
2024-06-27 05:29:00 +02:00
44c2debea6 chore: Configure Renovate (#3)
All checks were successful
CI / Test (push) Successful in 2m21s
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

---
### Detected Package Files

 * `Cargo.toml` (cargo)
 * `cli/Cargo.toml` (cargo)
 * `codegen/Cargo.toml` (cargo)
 * `downloader/Cargo.toml` (cargo)
 * `.forgejo/workflows/ci.yaml` (github-actions)
 * `.forgejo/workflows/release.yaml` (github-actions)
 * `.forgejo/workflows/renovate.yaml` (github-actions)
 * `testfiles/dict/cldr_data/package.json` (npm)
 * `.woodpecker.yml` (woodpecker)

### What to Expect

With your current configuration, Renovate will create 4 Pull Requests:

<details>
<summary>chore(deps): update rust crate quick-xml to 0.34.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/quick-xml-0.x`
  - Merge into: `main`
  - Upgrade [quick-xml](https://github.com/tafia/quick-xml) to `0.34.0`

</details>

<details>
<summary>chore(deps): update rust crate rstest to 0.21.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/rstest-0.x`
  - Merge into: `main`
  - Upgrade [rstest](https://github.com/la10736/rstest) to `0.21.0`

</details>

<details>
<summary>chore(deps): update dependency cldr-dates-modern to v45</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/cldr-dates-modern-45.x`
  - Merge into: `main`
  - Upgrade [cldr-dates-modern](https://github.com/unicode-cldr/cldr-json) to `^45.0.0`

</details>

<details>
<summary>chore(deps): update dependency cldr-numbers-modern to v45</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/cldr-numbers-modern-45.x`
  - Merge into: `main`
  - Upgrade [cldr-numbers-modern](https://github.com/unicode-cldr/cldr-json) to `^45.0.0`

</details>

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for `prhourlylimit` for details.

---

 Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

<!--renovate-config-hash:94693a990c975907e7f13da3309b9d56ba02b3983519b41786edf5cf031e457c-->

Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-authored-by: ThetaDev <thetadev@magenta.de>
Reviewed-on: #3
Co-authored-by: Forgejo Actions <forgejo.actions@example.com>
Co-committed-by: Forgejo Actions <forgejo.actions@example.com>
2024-06-27 05:26:32 +02:00
938e577337
test: fix tests
All checks were successful
CI / Test (push) Successful in 2m23s
2024-06-27 05:16:57 +02:00
e0759ebce3
fix: renovate ci token
Some checks failed
renovate / renovate (push) Successful in 1m4s
CI / Test (push) Has been cancelled
2024-06-27 04:58:18 +02:00
913cadea0c
ci: change renovate docker image
Some checks failed
CI / Test (push) Failing after 2m31s
renovate / renovate (push) Failing after 2m29s
2024-06-27 04:52:49 +02:00
2bf8ea00c5
ci: fix revovate image version
Some checks failed
renovate / renovate (push) Failing after 1s
CI / Test (push) Has been cancelled
2024-06-27 04:50:46 +02:00
260575f94b
ci: add renovate action
Some checks failed
renovate / renovate (push) Failing after 1s
CI / Test (push) Has been cancelled
2024-06-27 04:49:25 +02:00
15f0c5b205
test: fix tests
Some checks failed
CI / Test (push) Failing after 2m16s
2024-06-27 04:26:51 +02:00
041ce2d08f
fix: parsing audiobook type in European Portuguese
Some checks failed
CI / Test (push) Failing after 2m20s
2024-06-27 03:20:00 +02:00
85751b35ed
ci: create Artifactview PR comments 2024-06-27 03:14:27 +02:00
9f7b8405a7
test: fix tests 2024-06-27 03:13:59 +02:00
6646078944
docs: add logo
Some checks failed
CI / Test (push) Failing after 2m11s
2024-06-27 02:18:04 +02:00
12fe93084a
test: fix tests 2024-06-18 16:10:27 +02:00
792e3b31e0
feat: add YtEntity trait
All checks were successful
CI / Test (push) Successful in 2m17s
2024-06-16 22:57:55 +02:00
94e8d24c68
refactor!: rename VideoItem/VideoPlayerDetails.length to duration for consistency 2024-06-16 22:42:11 +02:00
401d4e8255
feat: add UnavailabilityReason: IpBan 2024-06-16 22:24:59 +02:00
53829c543f
ci: fix CI
All checks were successful
CI / Test (push) Successful in 2m19s
2024-06-16 02:38:00 +02:00
8420c2f8db
fix: clippy warning
Some checks failed
CI / Test (push) Failing after 3m7s
2024-06-16 02:27:09 +02:00
bb4c92c70b
ci: upload test reports
Some checks failed
CI / Test (push) Failing after 1m56s
2024-06-16 02:23:22 +02:00
da1d1bd2a0
feat: make get_visitor_data() public 2024-06-16 02:18:04 +02:00
27b1cd1aa7
test: fix tests 2024-06-16 00:21:25 +02:00
74946f9ea0
test: fix tests 2024-06-14 17:58:07 +02:00
e75ffbb5da
chore: vscode: enable rss feature by default 2024-06-14 16:16:05 +02:00
29a7db231a
test: fix asserts: client version parts, iOS client bitrate
Some checks failed
CI / Test (push) Failing after 1m49s
2024-05-17 18:27:24 +02:00
45b9f2a627
chore: fix clippy lints
All checks were successful
CI / Test (push) Successful in 2m36s
2024-05-02 19:39:48 +02:00
5dbb288a49
chore: introduce MSRV 2024-05-02 18:46:21 +02:00
b4a6658e33
test: update track durations
All checks were successful
CI / Test (push) Successful in 4m25s
2024-05-02 14:14:22 +02:00
16e0e28c48
feat: CLI: setting player type 2024-04-26 16:09:13 +02:00
8fbd6b95b6
fix: parsing error when no music_related content available 2024-04-18 19:50:06 +02:00
77ee923778
test: update channel ID for L. R. Eswari 2024-04-18 17:37:50 +02:00
a8fb337fae
fix: remove Innertube API keys, update android player params 2024-04-16 15:18:29 +02:00
6c41ef2fb2
feat: prefix chip-style web links (social media) with the service name
All checks were successful
CI / Test (push) Successful in 2m26s
2024-04-12 12:33:36 +02:00
89cda7db59
ci: change changelog generation command 2024-04-12 03:40:53 +02:00
4b3e895d4f
ci: fix changelog tag pattern
All checks were successful
CI / Test (push) Successful in 2m21s
2024-04-12 03:26:19 +02:00
8dc710a32e
ci: checkout whole repository
All checks were successful
CI / Test (push) Successful in 2m31s
2024-04-12 00:34:42 +02:00
328177a9f5
ci: update to actions/checkout@v4
Some checks failed
CI / Test (push) Failing after 45s
2024-04-12 00:16:17 +02:00
50fd1f08ca
chore: update rstest to v0.19.0
Some checks failed
CI / Test (push) Failing after 44s
2024-04-11 23:11:20 +02:00
97b6f07399
chore: changelog: fix incorrect version URLs
All checks were successful
CI / Test (push) Successful in 2m26s
2024-04-11 13:51:30 +02:00
b8825f9199
feat: add text formatting (bold/italic/strikethrough)
All checks were successful
CI / Test (push) Successful in 2m29s
2024-04-03 03:28:13 +02:00
449fc0128e
chore(release): release rustypipe v0.1.3
All checks were successful
Release / Release (push) Successful in 3m3s
CI / Test (push) Successful in 4m36s
2024-04-02 01:52:43 +02:00
490350fcfe
ci: dont run CI on pushed tags 2024-04-02 01:52:07 +02:00
b0331f7250
fix: parse new comment model (A/B#14 frameworkUpdates) 2024-04-02 01:49:43 +02:00
348c8523fe
revert: "fix: improve VecLogErr messages" (leads to infinite loop)
This reverts commit 9a652d851f.
2024-04-02 01:49:40 +02:00
79c504954e
chore(release): release rustypipe v0.1.2
All checks were successful
CI / Test (push) Successful in 6m31s
Release / Release (push) Successful in 2m12s
2024-03-26 21:23:37 +01:00
180dd9891a
fix: correctly parse subscriber count with new channel header
It looks like A/B test 12 has changed the text field order for the subscriber count slightly. Support was added to correctly parse both variants
2024-03-26 21:19:51 +01:00
d765fa82f8
chore(release): release rustypipe v0.1.1
Some checks failed
CI / Test (push) Failing after 5m37s
Release / Release (push) Successful in 2m0s
2024-03-26 20:23:59 +01:00
0258c009e2
ci: add --allow-dirty to cargo publish 2024-03-26 20:23:39 +01:00
78ba9cb34c
chore: fix release script (unquoted include paths) 2024-03-26 20:11:14 +01:00
47e077e03b
chore(release): bump rustypipe to v0.1.1 2024-03-26 20:03:11 +01:00
be314d57ea
chore: update user agent (FF 115.0) 2024-03-26 20:03:09 +01:00