Skip to content

Releases: internap/fake-ubersmith

0.39.0: Merge pull request #68 from internap/travis-staged

26 Dec 18:56
a2850f7
Compare
Choose a tag to compare

0.37.0: Merge pull request #66 from simon-begin/client_metadata_single_endpoint

26 Dec 18:19
17ba9aa
Compare
Choose a tag to compare

0.33.0

15 Feb 15:23
8a6eea9
Compare
Choose a tag to compare
Merge pull request #61 from internap/add_company_in_client_contact

Add company in client contact

Support admin role management

02 Jun 20:49
Compare
Choose a tag to compare

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

01 Jun 17:29
Compare
Choose a tag to compare
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

31 May 00:29
Compare
Choose a tag to compare

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

31 May 00:03
Compare
Choose a tag to compare

Features

  • Support vendor specific client level event logging api

Client id is really random now

26 May 19:07
Compare
Choose a tag to compare

Bug Fixes

  • The client id is really random now

Client and Contact ids are now random

26 May 18:29
Compare
Choose a tag to compare

Improvement

  • Client and Contact ids are now random to facilitate dependent system integration testing

Add a username and password to the primary contact

26 May 17:05
Compare
Choose a tag to compare

Bug Fixes

  • The uber.check_login required those params to be able to check the login of a user and avoid it to crash.