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: floydspace/dynamodb-migrations-tool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.6
Choose a base ref
...
head repository: floydspace/dynamodb-migrations-tool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 10 commits
  • 16 files changed
  • 2 contributors

Commits on May 16, 2020

  1. ci(release): automate publishing

    integrate semantic-release with conventionalcommits convention and the appropriate commitlint
    Victor Korzunin committed May 16, 2020
    Configuration menu
    Copy the full SHA
    5cfbb1c View commit details
    Browse the repository at this point in the history
  2. build(release): sync package-lock.json

    Victor Korzunin committed May 16, 2020
    Configuration menu
    Copy the full SHA
    8d57813 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9336a8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e60d4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91f12e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    caf92b2 View commit details
    Browse the repository at this point in the history
  7. feat(dynamodb): remove executed attribute from migrations table schema

    The attribute is useless, so a scan can be just performed to get applyed migrations
    floydspace committed May 16, 2020
    Configuration menu
    Copy the full SHA
    75199cd View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. feat(yargs): add table-name and attribute-name cli options

    The options will overwrite the default DynamoDB tableName and primaryKey attribute options
    floydspace committed May 17, 2020
    Configuration menu
    Copy the full SHA
    132bec1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f05ccb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f029ea2 View commit details
    Browse the repository at this point in the history
Loading