Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nuvo/cain
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.1
Choose a base ref
...
head repository: nuvo/cain
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.2
Choose a head ref
  • 3 commits
  • 7 files changed
  • 5 contributors

Commits on May 5, 2020

  1. Makes BackupKeyspaceSchema return an error on failure

    Ran into an issue where a coworker had introduced some s3 bucket policies that strictly enforced encryption headers. They weren't required because the backup bucket had default server-side encryption enabled and the aws sdk took care of all of that on the backend. However, since this return block did not include the error, the app kept on rolling into the copy step and we were getting 404 errors in the logs because the entire path prefix had been wiped out because of this return. Took me all day to narrow down so thought I'd PR this to save someone else the headache if they ever run into this issue.
    gyant committed May 5, 2020
    Configuration menu
    Copy the full SHA
    f1d973f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Merge pull request #23 from gyant/ryanthompson/fix-schema-backup-error

    Makes BackupKeyspaceSchema return an error on failure
    maorfr authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    bdb22f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Add password authentication (#32)

    * add options to command line
    
    * minor fix
    
    * add authentication option to cassandra
    
    * remove cqlshrc file and use default credentials instead
    
    * add readme and change naming
    
    * aff indent
    
    * remove mod files
    
    ---------
    
    Co-authored-by: victorr <victor.romanov@nuvocares.com>
    Co-authored-by: aharonh <aharon.haravon@gmail.com>
    3 people authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    be86452 View commit details
    Browse the repository at this point in the history
Loading