Skip to content

Releases: ristomcgehee/lyncser

v0.1.20

Choose a tag to compare

@github-actions github-actions released this 09 May 04:31
3fed76d

Changelog

v0.1.19

Choose a tag to compare

@github-actions github-actions released this 09 May 04:09
5f22511

Changelog

  • 5f22511 Add version subcommand
  • 094fc40 Minor doc update
  • 9cd9758 Merge pull request #87 from ristomcgehee/dependabot/github_actions/actions/checkout-3.5.2
  • fdbdd3d Merge pull request #86 from ristomcgehee/dependabot/github_actions/actions/setup-go-4.0.0
  • 0dd8cd5 Update version comment
  • 5752461 Merge pull request #88 from ristomcgehee/dependabot/github_actions/goreleaser/goreleaser-action-4.2.0
  • aa657cf Update version comment
  • fcca3e7 Update version comment
  • 41c6a43 Bump goreleaser/goreleaser-action from 2.8.0 to 4.2.0
  • 502f44d Bump actions/checkout from 2.4.0 to 3.5.2
  • 4ac60bc Bump actions/setup-go from 2.1.4 to 4.0.0

v0.1.18

Choose a tag to compare

@github-actions github-actions released this 17 Apr 04:01
64a98d2

Changelog

  • 64a98d2 Dependabot changes
  • 7341f34 Merge pull request #36 from sarahlizpurkey/sync-twice
  • b2149dd Merge pull request #84 from ristomcgehee/dependabot/go_modules/tools/github.com/prometheus/client_golang-1.11.1
  • c4a5fe6 Merge pull request #83 from ristomcgehee/dependabot/go_modules/tools/golang.org/x/text-0.3.8
  • 8bf0460 Bump github.com/prometheus/client_golang from 1.7.1 to 1.11.1 in /tools
  • 0f3e7ba Bump golang.org/x/text from 0.3.7 to 0.3.8 in /tools
  • 6f4548b Handle oauth state token properly
  • af89d31 Merge pull request #82 from ristomcgehee/dependabot/go_modules/github.com/spf13/cobra-1.7.0
  • 53d9ca3 Bump github.com/spf13/cobra from 1.4.0 to 1.7.0
  • b7d93d7 Merge pull request #66 from ristomcgehee/dependabot/go_modules/go.uber.org/zap-1.24.0
  • f1615f1 Bump go.uber.org/zap from 1.21.0 to 1.24.0
  • 7f53803 Merge pull request #68 from ristomcgehee/dependabot/go_modules/mvdan.cc/sh/v3-3.6.0
  • 40306f3 Bump mvdan.cc/sh/v3 from 3.4.3 to 3.6.0
  • 92272fa Merge pull request #81 from ristomcgehee/dependabot/go_modules/google.golang.org/api-0.118.0
  • 512e24b Bump google.golang.org/api from 0.74.0 to 0.118.0
  • 3d35214 Merge pull request #80 from ristomcgehee/dependabot/go_modules/golang.org/x/oauth2-0.7.0
  • c566e56 Bump golang.org/x/oauth2 from 0.0.0-20220309155454-6242fa91716a to 0.7.0
  • 291ba44 Fixing lint errors
  • b4e2797 Merge pull request #79 from connor-shields/add-authcode-server
  • 2fbdf3c Adding localhost auth server to automate token generation
  • b7f9c10 Running again if there are changes in global config

v0.1.17

Choose a tag to compare

@github-actions github-actions released this 16 Jan 15:24

Changelog

  • 0e353d6 Use correct location for install
  • dce0d8f Merge pull request #24 from chrismcgehee/dependabot/go_modules/github.com/spf13/cobra-1.4.0
  • 4bed6f6 Bump github.com/spf13/cobra from 1.3.0 to 1.4.0
  • c9d27a5 Merge pull request #27 from chrismcgehee/dependabot/go_modules/google.golang.org/api-0.74.0
  • 1db0b0d Bump google.golang.org/api from 0.70.0 to 0.74.0
  • ef276f2 Merge pull request #22 from chrismcgehee/dependabot/go_modules/google.golang.org/api-0.70.0
  • 39ecf45 Bump google.golang.org/api from 0.69.0 to 0.70.0
  • d00dcd6 Merge pull request #21 from chrismcgehee/dependabot/go_modules/mvdan.cc/sh/v3-3.4.3
  • 3463ef4 Bump mvdan.cc/sh/v3 from 3.4.2 to 3.4.3
  • 974fe81 Merge pull request #18 from chrismcgehee/dependabot/go_modules/go.uber.org/zap-1.21.0
  • 69e3d9b Bump go.uber.org/zap from 1.20.0 to 1.21.0
  • e815a88 Merge pull request #20 from chrismcgehee/dependabot/go_modules/google.golang.org/api-0.69.0
  • 570b5fc Bump google.golang.org/api from 0.67.0 to 0.69.0
  • c1c4086 Run gokart scans
  • ef23836 Merge pull request #15 from chrismcgehee/dependabot/go_modules/google.golang.org/api-0.67.0
  • d1baea9 Bump google.golang.org/api from 0.66.0 to 0.67.0
  • fbce940 Merge pull request #14 from chrismcgehee/dependabot/go_modules/google.golang.org/api-0.66.0
  • 96b90d4 Bump google.golang.org/api from 0.65.0 to 0.66.0
  • 1dc1c23 Adding build and lint jobs
  • fcdaccc Refactoring into smaller method
  • 6c33a3b Take care of a few linting errors
  • 69c4c57 Improve file permissions
  • d1374aa Better error checking
  • 9de8444 Fixing minor style issues
  • b48ad83 Fixing no lint syntax
  • a4eafa2 Package names are not supposed to have underscores
  • cfd7b53 Can't run unit tests in parallel
  • 3d871fa Getting rid of unused error
  • 1345792 Running unit tests in parallen
  • a099707 Adding linter .golangci.yml mostly taken from github.com/ossf/scorecard
  • e951192 More gitpod config
  • bf167bd Cleaning up pre-build

v0.1.16

Choose a tag to compare

@github-actions github-actions released this 06 Dec 15:10

Changelog

  • 0e353d6 Use correct location for install
  • dce0d8f Merge pull request #24 from chrismcgehee/dependabot/go_modules/github.com/spf13/cobra-1.4.0
  • 4bed6f6 Bump github.com/spf13/cobra from 1.3.0 to 1.4.0
  • c9d27a5 Merge pull request #27 from chrismcgehee/dependabot/go_modules/google.golang.org/api-0.74.0
  • 1db0b0d Bump google.golang.org/api from 0.70.0 to 0.74.0
  • ef276f2 Merge pull request #22 from chrismcgehee/dependabot/go_modules/google.golang.org/api-0.70.0
  • 39ecf45 Bump google.golang.org/api from 0.69.0 to 0.70.0
  • d00dcd6 Merge pull request #21 from chrismcgehee/dependabot/go_modules/mvdan.cc/sh/v3-3.4.3
  • 3463ef4 Bump mvdan.cc/sh/v3 from 3.4.2 to 3.4.3
  • 974fe81 Merge pull request #18 from chrismcgehee/dependabot/go_modules/go.uber.org/zap-1.21.0
  • 69e3d9b Bump go.uber.org/zap from 1.20.0 to 1.21.0
  • e815a88 Merge pull request #20 from chrismcgehee/dependabot/go_modules/google.golang.org/api-0.69.0
  • 570b5fc Bump google.golang.org/api from 0.67.0 to 0.69.0
  • c1c4086 Run gokart scans
  • ef23836 Merge pull request #15 from chrismcgehee/dependabot/go_modules/google.golang.org/api-0.67.0
  • d1baea9 Bump google.golang.org/api from 0.66.0 to 0.67.0
  • fbce940 Merge pull request #14 from chrismcgehee/dependabot/go_modules/google.golang.org/api-0.66.0
  • 96b90d4 Bump google.golang.org/api from 0.65.0 to 0.66.0
  • 1dc1c23 Adding build and lint jobs
  • fcdaccc Refactoring into smaller method
  • 6c33a3b Take care of a few linting errors
  • 69c4c57 Improve file permissions
  • d1374aa Better error checking
  • 9de8444 Fixing minor style issues
  • b48ad83 Fixing no lint syntax
  • a4eafa2 Package names are not supposed to have underscores
  • cfd7b53 Can't run unit tests in parallel
  • 3d871fa Getting rid of unused error
  • 1345792 Running unit tests in parallen
  • a099707 Adding linter .golangci.yml mostly taken from github.com/ossf/scorecard
  • e951192 More gitpod config
  • bf167bd Cleaning up pre-build

v0.1.15

Choose a tag to compare

@github-actions github-actions released this 23 Jan 18:20
96461f2

Changelog

  • 96461f2 Merge pull request #13 from chrismcgehee/release
  • 66c6748 Cleaning up google api wrapper - drive.New() was deprecated - isTokenInvalid was no longer used
  • 113eec9 Multiple '~' directories were getting created
  • 0a7dfbb Add option to not encrypt files
  • 392b919 Run at debug level for make run
  • dbf89d9 Include vscode launch config
  • 2c09d31 Was encountering error when directory existed remotely but not locally
  • 5bfd778 More gitpod config
  • 326697a Add option to force download files
  • 446cce7 Don't create global config if present
  • ef686cf More gitpod config
  • 49021a4 Handle encryption keys with whitespace
  • 0cf072c More gitpod config
  • 09cd788 Initial gitpod config
  • 0286f4c Updating readme
  • c74e9e6 Get rid of need to manually change tag when releasing

v0.1.14

Choose a tag to compare

@github-actions github-actions released this 23 Jan 00:54

Changelog

  • 026e652 Make approvals not required for running integration test when pushing to main
  • ee93416 Use environment instead of label to protect secrets in integration tests
  • 4dbde7b Giving better names to environment variables used in integration tests
  • be43edc Adding some documentation

v0.1.13

Choose a tag to compare

@github-actions github-actions released this 23 Jan 00:54

Changelog

  • 026e652 Make approvals not required for running integration test when pushing to main
  • ee93416 Use environment instead of label to protect secrets in integration tests
  • 4dbde7b Giving better names to environment variables used in integration tests
  • be43edc Adding some documentation

v0.1.12

Choose a tag to compare

@ristomcgehee ristomcgehee released this 19 Jan 17:30

Changelog

  • b1f2a11 Cleanup docker containers after successful test run
  • e7e0118 Merge pull request #12 from chrismcgehee/dependabot/go_modules/google.golang.org/api-0.65.0
  • d63e225 Bump google.golang.org/api from 0.64.0 to 0.65.0
  • 1e11cab Run test on pushes, PRs to main branch
  • 099a1d8 Move dockerfile into test folder
  • 58e45ac Move file store into own package
  • 17fad19 Move mocks to own folder
  • a0fd4f3 Removing API wrapper
  • 4e84cbc Wrapping some external errors
  • ad858a5 Pulling encryption out of remote file store
  • 076d2f0 Refactoring syncing logic
  • ae3b23f More integration tests
  • 7f5e7dc Directories outside of ~/ were not properly synced
  • bad94b9 More integration tests
  • 3beaee0 Write and read files directly from the container
  • f79bb46 Refactor helper methods into own file
  • 0a92d5d Integration test was failing sometimes
  • 0d5d7d0 Adding ability to log at different levels
  • 22ef7cc Deleting drive files before running integration tests
  • b46fd9c Add command to delete all remote files
  • 4d0b668 Integration test numero uno
  • d182070 Vendoring modules
  • 6d607c9 Fixing tests

v0.1.11

Choose a tag to compare

@github-actions github-actions released this 09 Jan 05:03

Changelog

  • 372f03c Encrypt remote files (cleanup)