1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
Commit Graph

823 Commits

Author SHA1 Message Date
Maksym Pavlenko
dd551d9798 Include docker image links in release notes v2.6.1 2023-05-05 16:51:29 -07:00
Maksym Pavlenko
947ac530f0 Rework release v2.6.0 2023-05-05 16:40:03 -07:00
Maksym Pavlenko
5c29072bca Fix nightly tag 2023-05-05 15:47:54 -07:00
Maksym Pavlenko
748084df0f Add nightly build job 2023-05-05 15:24:36 -07:00
Maksym Pavlenko
5adb7fb04d Merge pull request #506 from mxpv/dependabot/github_actions/actions/setup-go-4
Bump actions/setup-go from 3 to 4
2023-03-16 09:14:22 -07:00
dependabot[bot]
79634a34e8 Bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 01:58:55 +00:00
Dmitry Mukhin
081dfbdd20 Add S3 prefix support (#498)
* Start working on S3 prefix
* Make amends with linter.
* Simplify buildKey and add more info on prefix setting in example template
* Make buildKey an S3 method.
2023-03-14 12:55:42 -07:00
Maksym Pavlenko
e16e3dbc25 Merge pull request #485 from mxpv/dependabot/github_actions/goreleaser/goreleaser-action-4.2.0
Bump goreleaser/goreleaser-action from 4.1.0 to 4.2.0
2023-03-08 15:39:53 -08:00
Maksym Pavlenko
46bd1e4a34 Merge pull request #503 from mxpv/dependabot/go_modules/golang.org/x/oauth2-0.6.0
Bump golang.org/x/oauth2 from 0.0.0-20180620175406-ef147856a6dd to 0.6.0
2023-03-08 15:39:40 -08:00
Maksym Pavlenko
321d3570b6 Merge pull request #496 from mxpv/dependabot/go_modules/github.com/stretchr/testify-1.8.2
Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
2023-03-08 15:39:28 -08:00
Maksym Pavlenko
e704c645d9 Merge pull request #501 from michalmiddleton/add_max_age_filter
Add max_age filter to skip old episodes
2023-03-08 15:38:59 -08:00
Michal Middleton
24166c46ac Add max_age filter to skip old episodes
Filter max_age allows you to skip download of episodes older than n days.
2023-03-08 15:40:41 -06:00
dependabot[bot]
2e7d99afd0 Bump golang.org/x/oauth2 from 0.0.0-20180620175406-ef147856a6dd to 0.6.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.0.0-20180620175406-ef147856a6dd to 0.6.0.
- [Release notes](https://github.com/golang/oauth2/releases)
- [Commits](https://github.com/golang/oauth2/commits/v0.6.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 02:13:14 +00:00
dependabot[bot]
b86b8f0c48 Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 20:11:49 +00:00
Maksym Pavlenko
f4829b0467 Merge pull request #493 from mxpv/dependabot/go_modules/golang.org/x/sync-0.1.0
Bump golang.org/x/sync from 0.0.0-20220722155255-886fb9371eb4 to 0.1.0
2023-03-01 12:10:24 -08:00
Maksym Pavlenko
91711e6f1b Merge pull request #497 from dmitry-mukhin/patch-1
Fix S3 setting name in example
2023-02-27 09:34:41 -08:00
Dmitry Mukhin
52fe94f185 Fix S3 setting name in example
S3 configuration expects `endpoint_url`, not `endpoint`
2023-02-27 15:32:08 +01:00
dependabot[bot]
2500587e67 Bump golang.org/x/sync from 0.0.0-20220722155255-886fb9371eb4 to 0.1.0
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.0.0-20220722155255-886fb9371eb4 to 0.1.0.
- [Release notes](https://github.com/golang/sync/releases)
- [Commits](https://github.com/golang/sync/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 01:19:40 +00:00
Maksym Pavlenko
4e42841354 Merge pull request #487 from LucasJanin/patch-1
Create  how_to_setup_podsync_on_synology_nas.md
2023-02-20 16:55:17 -08:00
Lucas Janin
6bdd009a8c Update docs/how_to_setup_podsync_on_synology_nas.md
Co-authored-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
2023-02-20 19:53:22 -05:00
Lucas Janin
675845d04e Update docs/how_to_setup_podsync_on_synology_nas.md
Co-authored-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
2023-02-20 19:53:08 -05:00
Lucas Janin
70f64c58cd Update docs/how_to_setup_podsync_on_synology_nas.md
Co-authored-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
2023-02-20 19:53:00 -05:00
Maksym Pavlenko
6a9f272148 Merge pull request #486 from mxpv/dependabot/go_modules/gopkg.in/natefinch/lumberjack.v2-2.2.1
Bump gopkg.in/natefinch/lumberjack.v2 from 2.0.0 to 2.2.1
2023-02-20 16:50:44 -08:00
Lucas Janin
6fed6daca0 Create how_to_setup_podsync_on_synology_nas.md
This installation podsync on a Synology NAS with SSL and use a standard port 443
2023-02-15 00:37:20 -05:00
dependabot[bot]
90912c237f Bump gopkg.in/natefinch/lumberjack.v2 from 2.0.0 to 2.2.1
Bumps [gopkg.in/natefinch/lumberjack.v2](https://github.com/natefinch/lumberjack) from 2.0.0 to 2.2.1.
- [Release notes](https://github.com/natefinch/lumberjack/releases)
- [Commits](https://github.com/natefinch/lumberjack/compare/v2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: gopkg.in/natefinch/lumberjack.v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-07 01:06:44 +00:00
dependabot[bot]
8c19c3222a Bump goreleaser/goreleaser-action from 4.1.0 to 4.2.0
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-31 01:03:09 +00:00
Maksym Pavlenko
5a8769f52e Merge pull request #479 from SarahJeanEwing/main
Update cloud_formation.yml
2023-01-09 19:54:02 -08:00
SarahJeanEwing
76985c5e4f Update cloud_formation.yml 2023-01-06 17:49:06 -06:00
Maksym Pavlenko
cb453c0f4b Merge pull request #468 from mxpv/dependabot/github_actions/goreleaser/goreleaser-action-4.1.0
Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0
2023-01-03 12:50:09 -08:00
dependabot[bot]
f96916490d Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3.2.0 to 4.1.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v3.2.0...v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-03 03:13:27 +00:00
Maksym Pavlenko
899c9d2892 Merge pull request #458 from Th0masL/release_with_env_vars
Fix broken CI Checks step, use Env Vars to build and push Docker Images
2023-01-02 19:12:50 -08:00
Maksym Pavlenko
f37a04b682 Merge pull request #477 from Th0masL/enable-debug-in-config
Add option to enable debug mode in config.toml
2023-01-02 19:12:19 -08:00
Th0masL
d871db8256 Add option to enable debug mode in config.toml 2023-01-02 15:29:16 +02:00
Th0masL
7d18be9d77 Use Env Vars to build and push Docker Images, bump golangci-lint to v1.50.1 2023-01-02 13:50:53 +02:00
Maksym Pavlenko
8e761bc265 Merge pull request #457 from Th0masL/add_duration_filters
Add min and max duration filters
2022-11-30 11:19:35 -08:00
Th0masL
4ebdc47aa9 Remove helper 2022-11-23 20:04:07 +02:00
Th0masL
453484a818 Rebase with main 2022-11-23 05:02:14 +02:00
Maksym Pavlenko
5b7ddeb540 Publish nightly builds (fix: #394) 2022-11-22 18:28:59 -08:00
Maksym Pavlenko
6c5f602fe1 Merge pull request #442 from Harnas/feature/custom_file_format
feat: added custom format support
v2.5.0
2022-11-22 17:58:32 -08:00
Maksym Pavlenko
67281bca8e Merge pull request #461 from mxpv/dependabot/go_modules/github.com/aws/aws-sdk-go-1.44.144
Bump github.com/aws/aws-sdk-go from 1.44.128 to 1.44.144
2022-11-22 17:52:08 -08:00
dependabot[bot]
c6ab9f22f0 Bump github.com/aws/aws-sdk-go from 1.44.128 to 1.44.144
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.128 to 1.44.144.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.128...v1.44.144)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 01:33:30 +00:00
Th0masL
c8b4aa2718 run gofmt 2022-11-19 22:36:57 +02:00
Th0masL
a546bbf25f Rename vars 2022-11-19 22:22:12 +02:00
Th0masL
2552a6c6b3 Add min and max duration filter 2022-11-19 21:51:14 +02:00
Dawid H
7d44946e3c chore: remove dead code added by mistake 2022-11-04 21:42:10 +01:00
Dawid H
d3fe8c61e5 chore: correct formating 2022-11-04 21:35:57 +01:00
Maksym Pavlenko
eb79ef0904 Merge pull request #445 from mxpv/dependabot/go_modules/github.com/aws/aws-sdk-go-1.44.128
Bump github.com/aws/aws-sdk-go from 1.44.122 to 1.44.128
2022-11-04 13:11:02 -07:00
Dawid H
3a42d8249e fix: correct enclosure type on custom format 2022-11-03 08:51:24 +01:00
Dawid H
5f0123ddbc fix: correct enclosure type on custom format 2022-11-03 08:48:47 +01:00
dependabot[bot]
0f25dc3690 Bump github.com/aws/aws-sdk-go from 1.44.122 to 1.44.128
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.122 to 1.44.128.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.122...v1.44.128)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-02 01:24:46 +00:00