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

808 Commits

Author SHA1 Message Date
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
91711e6f1b Merge pull request #497 from dmitry-mukhin/patch-1
Fix S3 setting name in example
2023-02-27 09:34:41 -08:00
52fe94f185 Fix S3 setting name in example
S3 configuration expects `endpoint_url`, not `endpoint`
2023-02-27 15:32:08 +01:00
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
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
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
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
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
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
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
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
5a8769f52e Merge pull request #479 from SarahJeanEwing/main
Update cloud_formation.yml
2023-01-09 19:54:02 -08:00
76985c5e4f Update cloud_formation.yml 2023-01-06 17:49:06 -06:00
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
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
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
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
d871db8256 Add option to enable debug mode in config.toml 2023-01-02 15:29:16 +02:00
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
8e761bc265 Merge pull request #457 from Th0masL/add_duration_filters
Add min and max duration filters
2022-11-30 11:19:35 -08:00
4ebdc47aa9 Remove helper 2022-11-23 20:04:07 +02:00
453484a818 Rebase with main 2022-11-23 05:02:14 +02:00
5b7ddeb540 Publish nightly builds (fix: #394) 2022-11-22 18:28:59 -08:00
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
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
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
c8b4aa2718 run gofmt 2022-11-19 22:36:57 +02:00
a546bbf25f Rename vars 2022-11-19 22:22:12 +02:00
2552a6c6b3 Add min and max duration filter 2022-11-19 21:51:14 +02:00
7d44946e3c chore: remove dead code added by mistake 2022-11-04 21:42:10 +01:00
d3fe8c61e5 chore: correct formating 2022-11-04 21:35:57 +01:00
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
3a42d8249e fix: correct enclosure type on custom format 2022-11-03 08:51:24 +01:00
5f0123ddbc fix: correct enclosure type on custom format 2022-11-03 08:48:47 +01:00
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
a0353e4914 chore: files formatting 2022-10-29 02:30:59 +02:00
d15e729d46 feat: added custom format support 2022-10-29 02:22:45 +02:00
6bf47e696c Merge pull request #436 from mxpv/dependabot/go_modules/github.com/aws/aws-sdk-go-1.44.122
Bump github.com/aws/aws-sdk-go from 1.44.121 to 1.44.122
2022-10-25 09:06:27 -04:00
6c1ca000b7 Bump github.com/aws/aws-sdk-go from 1.44.121 to 1.44.122
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.121 to 1.44.122.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.121...v1.44.122)

---
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-10-25 01:34:51 +00:00
c4fe6fe2ee Merge pull request #434 from mxpv/dependabot/go_modules/github.com/aws/aws-sdk-go-1.44.121
Bump github.com/aws/aws-sdk-go from 1.44.116 to 1.44.121
2022-10-24 08:58:44 -07:00
12577ff40c Merge pull request #433 from mxpv/dependabot/go_modules/github.com/stretchr/testify-1.8.1
Bump github.com/stretchr/testify from 1.8.0 to 1.8.1
2022-10-24 08:58:28 -07:00
7c415a8d44 Merge pull request #428 from mxpv/dependabot/github_actions/goreleaser/goreleaser-action-3.2.0
Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0
2022-10-24 08:58:17 -07:00
f8d7bb33a7 Bump github.com/aws/aws-sdk-go from 1.44.116 to 1.44.121
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.116 to 1.44.121.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.116...v1.44.121)

---
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-10-24 01:45:14 +00:00
75a969054b Bump github.com/stretchr/testify from 1.8.0 to 1.8.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1)

---
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>
2022-10-24 01:44:54 +00:00
42011e6752 Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v3.1.0...v3.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>
2022-10-18 01:20:48 +00:00
14c97672b1 Merge pull request #427 from mxpv/dependabot/go_modules/github.com/aws/aws-sdk-go-1.44.116
Bump github.com/aws/aws-sdk-go from 1.44.115 to 1.44.116
2022-10-17 13:14:43 -07:00
e0e2b9e458 Bump github.com/aws/aws-sdk-go from 1.44.115 to 1.44.116
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.115 to 1.44.116.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.115...v1.44.116)

---
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-10-17 01:45:11 +00:00
9989877e34 Merge pull request #426 from mxpv/dependabot/go_modules/github.com/aws/aws-sdk-go-1.44.115
Bump github.com/aws/aws-sdk-go from 1.44.114 to 1.44.115
2022-10-16 11:46:03 -07:00
d0db54c858 Bump github.com/aws/aws-sdk-go from 1.44.114 to 1.44.115
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.114 to 1.44.115.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.114...v1.44.115)

---
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-10-14 01:19:47 +00:00
1616b468d5 Merge pull request #425 from mxpv/dependabot/go_modules/github.com/aws/aws-sdk-go-1.44.114
Bump github.com/aws/aws-sdk-go from 1.44.109 to 1.44.114
2022-10-13 11:04:37 -07:00