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

38 Commits

Author SHA1 Message Date
Maksym Pavlenko
db4de62430 Migrate to pelletier/go-toml 2022-01-02 13:46:43 +02:00
Maksym Pavlenko
26f4b2a47a Fix context import 2021-12-31 21:24:58 +02:00
Maksym Pavlenko
ab43caebd5 Merge pull request #259 from mxpv/dependabot/go_modules/github.com/golang/mock-1.6.0
Bump github.com/golang/mock from 1.4.3 to 1.6.0
2021-12-31 13:53:08 +02:00
dependabot[bot]
9910373f13 Bump github.com/golang/mock from 1.4.3 to 1.6.0
Bumps [github.com/golang/mock](https://github.com/golang/mock) from 1.4.3 to 1.6.0.
- [Release notes](https://github.com/golang/mock/releases)
- [Changelog](https://github.com/golang/mock/blob/master/.goreleaser.yml)
- [Commits](https://github.com/golang/mock/compare/v1.4.3...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/golang/mock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-31 11:19:19 +00:00
Maksym Pavlenko
0f607dc2ef Require gopkg.in/yaml.v2 v2.2.8 2021-12-31 13:15:17 +02:00
dependabot[bot]
ddca3723dd Bump github.com/jessevdk/go-flags from 1.4.0 to 1.5.0 (#257)
Bumps [github.com/jessevdk/go-flags](https://github.com/jessevdk/go-flags) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/jessevdk/go-flags/releases)
- [Commits](https://github.com/jessevdk/go-flags/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/jessevdk/go-flags
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-31 13:11:09 +02:00
dependabot[bot]
4b305b530a Bump github.com/sirupsen/logrus from 1.2.0 to 1.8.1
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.2.0 to 1.8.1.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sirupsen/logrus/compare/v1.2.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-31 11:00:41 +00:00
dependabot[bot]
330ac4703f Bump github.com/dgraph-io/badger from 1.6.0 to 1.6.2 (#258)
Bumps [github.com/dgraph-io/badger](https://github.com/dgraph-io/badger) from 1.6.0 to 1.6.2.
- [Release notes](https://github.com/dgraph-io/badger/releases)
- [Changelog](https://github.com/dgraph-io/badger/blob/v1.6.2/CHANGELOG.md)
- [Commits](https://github.com/dgraph-io/badger/compare/v1.6.0...v1.6.2)

---
updated-dependencies:
- dependency-name: github.com/dgraph-io/badger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
2021-12-31 12:54:30 +02:00
Maksym Pavlenko
d20de73798 Merge pull request #255 from mxpv/dependabot/go_modules/github.com/stretchr/testify-1.7.0
Bump github.com/stretchr/testify from 1.4.0 to 1.7.0
2021-12-31 12:52:28 +02:00
dependabot[bot]
941fba5eee Bump github.com/stretchr/testify from 1.4.0 to 1.7.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.4.0...v1.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-31 10:50:50 +00:00
dependabot[bot]
d1178009f1 Bump github.com/hashicorp/go-multierror from 1.0.0 to 1.1.1
Bumps [github.com/hashicorp/go-multierror](https://github.com/hashicorp/go-multierror) from 1.0.0 to 1.1.1.
- [Release notes](https://github.com/hashicorp/go-multierror/releases)
- [Commits](https://github.com/hashicorp/go-multierror/compare/v1.0.0...v1.1.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-multierror
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-31 10:50:42 +00:00
Unshuffled
c1130f3f97 Initial SoundCloud playlist support 2021-10-09 17:14:35 -07:00
Maksym Pavlenko
82bbd02cdf Switch toml package to github.com/naoina/toml 2020-04-20 18:38:52 -07:00
Виктор Диктор
7ad62b6d89 Fix occasional crash #128 #129
Update "eduncan911/podcast" to v1.4.2
2020-04-18 13:14:49 -07:00
Dmitry Panov
f7d0f0b0bb Support log rotation 2020-04-17 16:10:34 +01:00
Maksym Pavlenko
445394b83e Use go-opml package 2020-04-15 13:59:30 -07:00
Maksym Pavlenko
62b64b689e Get rid of forked podcast package 2020-03-07 17:15:00 -08:00
Виктор Диктор
db66f6c73a Use cron expression to set update intevals #88 #46 2020-02-08 15:51:30 -08:00
Maksym Pavlenko
f2a8638a4f Implement Badger storage 2020-02-08 14:35:37 -08:00
Maksym Pavlenko
1e721f07aa Run updater goroutines 2019-10-29 15:07:59 -07:00
Maksym Pavlenko
cce3728828 Implement initial static file server 2019-10-29 13:30:51 -07:00
Maksym Pavlenko
acee1d9cfc Refactor builders 2019-10-29 12:50:06 -07:00
Maksym Pavlenko
a547647667 Add CLI main and TOML configuration 2019-10-26 22:43:30 -07:00
Maksym Pavlenko
81aeb64e13 Add Travis 2019-07-25 17:30:15 -07:00
Maksym Pavlenko
3b34367f71 Initial lambda proxy implementation 2019-07-10 00:13:35 -07:00
Maksym Pavlenko
eb166c7d49 Use compression to fit dynamodb's limits, rework Redis caching 2019-05-18 00:23:40 -07:00
Maksym Pavlenko
c18b1b0886 Enable gzip 2019-05-15 16:09:38 -07:00
Maksym Pavlenko
4a33a7d11c Rework configuration management 2019-05-09 10:16:13 -07:00
Maksym Pavlenko
7cbe577e0f Initial scheduler implementation 2019-04-06 23:18:41 -07:00
Maksym Pavlenko
344981f903 Implement feed cache verification 2019-03-31 20:59:24 -07:00
Maksym Pavlenko
995120b450 Update Vimeo client 2019-03-24 20:16:11 -07:00
Maksym Pavlenko
b7a0f10a5d Add feed caching 2019-03-12 18:44:51 -07:00
Maksym Pavlenko
621c0e82cf Update patreon-go dependency
Fix issue "unsupported type 'Address'" during login
2019-02-25 20:24:21 -08:00
Maksym Pavlenko
1f302c185f Drop Redis 2019-02-24 14:39:58 -08:00
Maksym Pavlenko
9e5fa38dcf Switch to logrus 2018-12-02 13:58:41 -08:00
Maksym Pavlenko
9d5fbf2f79 Implement DynamoDB storage, refactor unit tests 2018-12-02 13:27:31 -08:00
Maksym Pavlenko
73ee7900e9 Refactor database storage 2018-11-24 11:58:08 -08:00
Maksym Pavlenko
58239a7738 Switch to go modules 2018-11-22 14:48:53 -08:00