Skip to content

Commit

Permalink
Merge pull request #30 from pbortlov/change-build-details-model
Browse files Browse the repository at this point in the history
Add models specific to request_type [CLOUDDST-2982]
  • Loading branch information
querti committed Nov 19, 2020
2 parents 027cf2d + 7786611 commit 91782bd
Show file tree
Hide file tree
Showing 7 changed files with 823 additions and 308 deletions.
12 changes: 11 additions & 1 deletion docs/source/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- N/A
### Add
- new models AddModel, RmModel and RegenerateBundleModel to iib_build_details_model
- new functions _get_args, _validate_data and \_\_getattribute\_\_ in IIBBuildDetailsModel
- use \__slots\__ for backward compatibility
- new class variables _operation_attrs, _optional_attrs, _general_attrs and
_accepted_request_type

### Changed
- class IIBBuildDetailsModel change to generic class which is inherited by new models
- functions from\_dict, to\_dict and \__eq\__ in IIBBuildDetailsModel


## 1.0.0 - 2020-10-20

Expand Down
Loading

0 comments on commit 91782bd

Please sign in to comment.