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: cybozu-go/moco
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.3
Choose a base ref
...
head repository: cybozu-go/moco
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.4
Choose a head ref
  • 11 commits
  • 13 files changed
  • 3 contributors

Commits on Jul 6, 2021

  1. Fix delete BackupPolicy error

    Signed-off-by: Yusuke Suzuki <yusuke-suzuki@cybozu.co.jp>
    ysksuzuki committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    47f2351 View commit details
    Browse the repository at this point in the history
  2. Fixed not to be affected by the system time zone

    Signed-off-by: Yusuke Suzuki <yusuke-suzuki@cybozu.co.jp>
    ysksuzuki committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    11f924c View commit details
    Browse the repository at this point in the history
  3. Fix wrong format

    Signed-off-by: Yusuke Suzuki <yusuke-suzuki@cybozu.co.jp>
    ysksuzuki committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    4b8905d View commit details
    Browse the repository at this point in the history
  4. Reflect review comments

    Signed-off-by: Yusuke Suzuki <yusuke-suzuki@cybozu.co.jp>
    ysksuzuki committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    2ca8860 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Merge pull request #276 from cybozu-go/fix-delete-backup-policy

    Fix delete BackupPolicy error
    ysksuzuki authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    3288f03 View commit details
    Browse the repository at this point in the history
  2. Fix not to be affected by the system time zone

    MySQLCluster.Status.Backup.Time is affected by the system time zone
    when it's retrieved.
    CalcKey calculates a key for a storing backup file using the time
    which is affected by the system time zone,
    and it leads to the problem that RestoreManager can't find target
    backup files as expected.
    
    Signed-off-by: Yusuke Suzuki <yusuke-suzuki@cybozu.co.jp>
    ysksuzuki committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    c62deca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #277 from cybozu-go/fix-backup-timezone

    Fix not to be affected by the system time zone
    ysksuzuki authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    5e4697d View commit details
    Browse the repository at this point in the history
  4. Add History Limit to BackupPolicySpec

    Signed-off-by: Yusuke Suzuki <yusuke-suzuki@cybozu.co.jp>
    ysksuzuki committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    4a5d25b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #279 from cybozu-go/add-history-limit

    Add History Limit to BackupPolicySpec
    ymmt2005 authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    7b778dd View commit details
    Browse the repository at this point in the history
  6. Bump version to 0.10.4

    ysksuzuki committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    76c35f4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #280 from cybozu-go/bump-v0.10.4

    Bump version to 0.10.4
    ymmt2005 authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    af89735 View commit details
    Browse the repository at this point in the history
Loading