Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aws::Record::TableConfig #52

Merged
merged 13 commits into from
Apr 14, 2017
Merged

Aws::Record::TableConfig #52

merged 13 commits into from
Apr 14, 2017

Conversation

awood45
Copy link
Member

@awood45 awood45 commented Jan 9, 2017

Dynamic table configuration and migration support for aws-record.

WIP at this stage, but basic minimal configuration and migration from a
blank slate is supported.
@coveralls
Copy link

coveralls commented Jan 9, 2017

Coverage Status

Coverage increased (+0.1%) to 97.766% when pulling 2f006c1 on table-config into cb5f10f on master.

@coveralls
Copy link

coveralls commented Jan 9, 2017

Coverage Status

Coverage increased (+0.1%) to 97.766% when pulling 4b3b8e2 on table-config into cb5f10f on master.

3 similar comments
@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 97.766% when pulling 4b3b8e2 on table-config into cb5f10f on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 97.766% when pulling 4b3b8e2 on table-config into cb5f10f on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 97.766% when pulling 4b3b8e2 on table-config into cb5f10f on master.

@coveralls
Copy link

coveralls commented Jan 9, 2017

Coverage Status

Coverage increased (+0.1%) to 97.766% when pulling 2aa6254 on table-config into cb5f10f on master.

Checks values in TableConfig, WIP to support model comparison.
@coveralls
Copy link

coveralls commented Jan 9, 2017

Coverage Status

Coverage decreased (-0.09%) to 97.574% when pulling 47ccc7a on table-config into cb5f10f on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.09%) to 97.569% when pulling 47ccc7a on table-config into cb5f10f on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.09%) to 97.569% when pulling 47ccc7a on table-config into cb5f10f on master.

Still need to address partial migrations, error handling, and global
secondary index support.
@coveralls
Copy link

coveralls commented Jan 10, 2017

Coverage Status

Coverage increased (+0.2%) to 97.819% when pulling 83b31c8 on table-config into cb5f10f on master.

Currently, would raise the DynamoDB error, which seems unncessary in
this case.
@coveralls
Copy link

coveralls commented Jan 10, 2017

Coverage Status

Coverage increased (+0.2%) to 97.833% when pulling 92fcae2 on table-config into cb5f10f on master.

Recognizes when a table already exists in Amazon DynamoDB, and will
attempt to perform an `#update_table` call for the config delta.
@coveralls
Copy link

coveralls commented Jan 10, 2017

Coverage Status

Coverage increased (+0.2%) to 97.846% when pulling 54900fd on table-config into cb5f10f on master.

2 similar comments
@coveralls
Copy link

coveralls commented Jan 10, 2017

Coverage Status

Coverage increased (+0.2%) to 97.846% when pulling 54900fd on table-config into cb5f10f on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 97.846% when pulling 54900fd on table-config into cb5f10f on master.

Validating required configuration and adding tests
@coveralls
Copy link

coveralls commented Jan 10, 2017

Coverage Status

Coverage increased (+0.2%) to 97.868% when pulling 1df4a9e on table-config into cb5f10f on master.

The `#compatible?` and `#exact_match?` methods work with global
secondary indexes. Next steps are to support migrations with GSIs.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 97.925% when pulling acec57a on table-config into cb5f10f on master.

5 similar comments
@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 97.925% when pulling acec57a on table-config into cb5f10f on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 97.925% when pulling acec57a on table-config into cb5f10f on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 97.925% when pulling acec57a on table-config into cb5f10f on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 97.925% when pulling acec57a on table-config into cb5f10f on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 97.925% when pulling acec57a on table-config into cb5f10f on master.

WIP, current only adds to create_table
@coveralls
Copy link

coveralls commented Jan 11, 2017

Coverage Status

Coverage increased (+0.3%) to 97.93% when pulling a78a077 on table-config into cb5f10f on master.

`Aws::Record::TableConfig#migrate!` can now handle table updates
involving global secondary indexes.
@coveralls
Copy link

coveralls commented Jan 12, 2017

Coverage Status

Coverage increased (+0.4%) to 98.089% when pulling 45cb346 on table-config into cb5f10f on master.

@coveralls
Copy link

coveralls commented Feb 18, 2017

Coverage Status

Coverage increased (+0.4%) to 98.089% when pulling 50e9d7c on table-config into cb5f10f on master.

Adds method and class documentation for `Aws::Record::TableConfig`.
@coveralls
Copy link

coveralls commented Apr 14, 2017

Coverage Status

Coverage increased (+0.4%) to 98.089% when pulling c77a73a on table-config into cb5f10f on master.

@awood45 awood45 merged commit ab7e7b2 into master Apr 14, 2017
@mullermp mullermp deleted the table-config branch March 8, 2023 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants