Commit graph

1133 commits

Author SHA1 Message Date
Kavin
7dc0afa966
Merge pull request #580 from TeamPiped/fast-video-checks
Faster checks for video exists.
2023-04-29 20:07:53 +01:00
Kavin
7f117f572f
Faster checks for video exists. 2023-04-29 20:05:21 +01:00
renovate[bot]
c9cfd69953 Update dependency io.sentry:sentry to v6.18.1 2023-04-29 08:45:49 +01:00
renovate[bot]
e94bdc3d15 Update dependency org.jsoup:jsoup to v1.16.1 2023-04-29 08:45:34 +01:00
renovate[bot]
34839fdbed Update hibernate core to v6.2.2.Final 2023-04-28 13:09:33 +01:00
Kavin
8a01ea33e9
Merge pull request #576 from TeamPiped/license-lf
Change line encoding from CRLF to LF.
2023-04-28 00:19:29 +01:00
Kavin
e11d3b879a
Change line encoding from CRLF to LF. 2023-04-28 00:18:45 +01:00
renovate[bot]
9106621cfa Update dependency io.sentry:sentry to v6.18.0 2023-04-27 13:37:37 +01:00
Kavin
a753c15dcc
Merge pull request #571 from TeamPiped/channel-handles
Add support for channel handles
2023-04-27 13:29:54 +01:00
Kavin
12e25c9c13
Attempt to add proper support for channel handles. 2023-04-27 13:22:04 +01:00
Kavin
7460fe2f75
Merge pull request #572 from TeamPiped/java-17
Migrate project back to Java 17.
2023-04-27 13:14:14 +01:00
Kavin
e77e5a96d7
Migrate project back to Java 17. 2023-04-27 13:05:05 +01:00
Kavin
54ae19d142
Merge pull request #570 from TeamPiped/subscriptions-fix
Subscriptions fix
2023-04-27 08:11:14 +01:00
Kavin
7470554973
Add test for subscriptions. 2023-04-27 08:08:55 +01:00
Kavin
f19f2b4c9a
Fix for subscriptions not working after hibernate update. 2023-04-27 08:08:45 +01:00
Kavin
73fa1edf25
Merge pull request #560 from TeamPiped/renovate/hibernate-core
Update hibernate core to v6.2.1.Final
2023-04-26 12:03:31 +01:00
renovate[bot]
dce42aefe7 Update dependency io.sentry:sentry to v6.17.0 2023-04-26 12:01:11 +01:00
Kavin
f42a006d81
Fix existing code for new hibernate sanity checks. 2023-04-26 12:00:51 +01:00
renovate[bot]
09f3e0e595 Update dependency org.springframework.security:spring-security-crypto to v6.0.3 2023-04-24 02:48:19 +01:00
renovate[bot]
19cf16393f Update dependency com.squareup.okhttp3:okhttp-bom to v4.11.0 2023-04-24 02:47:29 +01:00
renovate[bot]
50c8b9742c Update jackson to v2.15.0 2023-04-23 23:45:48 +01:00
renovate[bot]
c5932fe313 Update dependency gradle to v8.1.1 2023-04-22 04:35:19 +01:00
Kavin
a48fce116c
Merge pull request #566 from TeamPiped/reqwest4j
Update reqwest4j
2023-04-19 21:07:53 +01:00
Kavin
45d14594d0
Update reqwest4j
This fixes some VM crashes by instead throwing a Java exception instead of hard failing.
2023-04-19 20:22:15 +01:00
Kavin
0af28bc2d3
Merge pull request #564 from TeamPiped/session-factory
Add shutdown thread to close session factory
2023-04-16 22:59:05 +01:00
Kavin
977ffa1286
Add shutdown thread to close session factory 2023-04-16 22:56:33 +01:00
renovate[bot]
c298499a30
Update hibernate core to v6.2.1.Final 2023-04-14 11:00:02 +00:00
renovate[bot]
316248e8eb Update dependency gradle to v8.1 2023-04-12 18:12:47 +01:00
Kavin
ac2e87bb30
Merge pull request #562 from TeamPiped/npe-update
Update NewPipeExtractor
2023-04-11 18:57:57 +01:00
Kavin
150c8e0c73
Update NewPipeExtractor 2023-04-11 18:28:07 +01:00
Kavin
0da51b0791
Merge pull request #559 from TeamPiped/channel-update-fix
Fix for channel updates not triggering.
2023-03-23 20:02:29 +00:00
Kavin
a89a117534
Fix for channel updates not triggering. 2023-03-23 20:01:21 +00:00
renovate[bot]
d250b72129 Update plugin com.github.johnrengelman.shadow to v8.1.1 2023-03-21 19:26:37 +00:00
renovate[bot]
232d70f6af Update plugin io.freefair.lombok to v8 2023-03-21 12:47:21 +00:00
Kavin
7b2ac41879
Revert to using a regular cached executor. 2023-03-18 18:52:04 +00:00
renovate[bot]
a56b13d290 Update dependency io.sentry:sentry to v6.16.0 2023-03-18 18:18:53 +00:00
renovate[bot]
c3afbc7d9b Update dependency org.postgresql:postgresql to v42.6.0 2023-03-18 18:18:34 +00:00
Kavin
5735622800
Merge pull request #556 from TeamPiped/sb-fix
Cleanup SponsorBlock utils to fix issues.
2023-03-18 18:18:09 +00:00
Kavin
69814ddc30
Cleanup SponsorBlock utils to fix issues. 2023-03-18 18:16:39 +00:00
Kavin
0c971e4d1c
Merge pull request #553 from TeamPiped/nanojson-lazy-string
Bump npe and nanojson to use Lazy String parsing.
2023-03-17 13:31:22 +00:00
Kavin
26cf7582e9
Bump npe and nanojson to use Lazy String parsing. 2023-03-17 13:28:33 +00:00
Kavin
87aec4782e
Merge pull request #552 from TeamPiped/optimize-hotspot
Optimize hotspot flags and use by default
2023-03-13 00:28:55 +00:00
Kavin
a8645f8623
Disable graalvm builds for now. 2023-03-13 00:27:54 +00:00
Kavin
92be1dfe02
Remove -XX:+UseStringCache 2023-03-13 00:26:01 +00:00
Kavin
141cf3189b
Remove -XX:+AggressiveOpts 2023-03-13 00:22:48 +00:00
Kavin
2d88b34907
Use hotspot as default image.
Since the OpenJ9 builds crash randomly.
2023-03-13 00:18:43 +00:00
Kavin
e9b51017b0
Optimize HotSpot flags for performance. 2023-03-13 00:17:58 +00:00
renovate[bot]
c28495f9bb Update dependency com.rometools:rome to v2.1.0 2023-03-12 22:14:40 +00:00
Kavin
f8622cabeb
Merge pull request #550 from TeamPiped/randomization-cleanup
Cleanup list randomization code for pubsub.
2023-03-11 21:02:11 +00:00
Kavin
7c2014fc85
Cleanup list randomization code for pubsub. 2023-03-11 20:59:52 +00:00