Releases: internap/fake-ubersmith
Releases · internap/fake-ubersmith
0.39.0: Merge pull request #68 from internap/travis-staged
0.37.0: Merge pull request #66 from simon-begin/client_metadata_single_endpoint
Add client.metadata_single endpoint
0.33.0
Merge pull request #61 from internap/add_company_in_client_contact Add company in client contact
Support admin role management
Features
- iweb.acl_admin_role_add: Adds ability to add new roles with
permissions - uber.acl_admin_role_get: Get a particular role with its properties or
role(s) assigned to a user - iweb.user_assign_role: Assign a given role to a given user
Use python3.5-alpine docker image to save space and speed up thing
Merge pull request #50 from mbelang/use-alpine-image Use python alpine image to save space and speedup thing
Crash fix on iweb vendor module
Bug Fixes
- Add iWeb vendor module boot strap in main preventing a crash if module api was called
Support vendor specific client level event logging
Features
- Support vendor specific client level event logging api
Client id is really random now
Bug Fixes
- The client id is really random now
Client and Contact ids are now random
Improvement
- Client and Contact ids are now random to facilitate dependent system integration testing
Add a username and password to the primary contact
Bug Fixes
- The uber.check_login required those params to be able to check the login of a user and avoid it to crash.