forked from linode/linodego
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix maintenance day of week (linode#374)
For the DBaaS maintenance window, Our API considers: 1=Monday, 2=Tuesday, ... But our existing `linodego` code considers: 1=Sunday, 2=Monday ... This PR makes `linodego` align with the API design.
- Loading branch information
1 parent
cc1e919
commit 1df9dbe
Showing
7 changed files
with
6,267 additions
and
9,199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2,581 changes: 935 additions & 1,646 deletions
2,581
test/integration/fixtures/TestDatabase_List.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
6,252 changes: 2,634 additions & 3,618 deletions
6,252
test/integration/fixtures/TestDatabase_MySQL_Suite.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
6,617 changes: 2,690 additions & 3,927 deletions
6,617
test/integration/fixtures/TestDatabase_Postgres_Suite.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters