Skip to content

Releases: silinternational/google-api-php-client-mock

Vagrant Removal, Add listMembers, Add tests, Update README.md

09 May 14:24
ae7662a
Compare
Choose a tag to compare

Remove

  • Removed whitesource YML file
  • Removed Vagrant references

Change (non-breaking)

  • Updated README.md file to include newer functionality references
  • Strengthened data typing of constructor calls and definitions
  • Simplified insert() in members

Change (potentially breaking)

  • docker-compose to docker compose in Makefile
  • Moved members to Resource subdirectory to align with Google API Client SDK directory structure
  • Fixed data type false string to boolean in logic for isEnforced2Sv and isEnrolled2Sv

Add

  • Add listMembers() to `members
  • Added tests for insert() and listMembers() in members

Add partial `members->insert()` mock

11 Apr 18:56
b0b2ee1
Compare
Choose a tag to compare

Added

  • Add simplistic implementation of members->insert()

NOTE:

  • This does not fully implement insert(). It merely does enough for our use case to work. For example, it does not detect when a user is already a member of a group and throw a 409 Conflict.

Change from codeship testing to github actions

25 Mar 17:56
0b4c6e8
Compare
Choose a tag to compare

Change (non-breaking)

  • Change from codeship testing to github actions

Change from codeship testing to github actions

25 Mar 17:55
f34c1b1
Compare
Choose a tag to compare

Change (non-breaking)

  • Change from codeship testing to github actions

Ensure alias is added when primary Email address is changed

15 Feb 15:14
4f18590
Compare
Choose a tag to compare

Fixed

  • Add an alias, like Google, when renaming the primary email address

Added

  • Test coverage for fixed code

Ensure alias is added when primary Email address is changed

15 Feb 15:13
bfb942f
Compare
Choose a tag to compare

Fixed

  • Add an alias, like Google, when renaming the primary email address

Added

  • Test coverage for fixed code

Fix listUsers

11 Jan 16:13
1a09f61
Compare
Choose a tag to compare

Fix

  • Return all user object properties, not just customerId and primaryEmail

Fix listUsers

11 Jan 17:01
c27e8df
Compare
Choose a tag to compare

Fix

  • Return all user object properties, not just customerId and primaryEmail

Dependency updates

30 Nov 18:25
d170063
Compare
Choose a tag to compare

Update

  • No code changes, just dependency updates

Upgrading to more current libraries

21 Aug 16:07
b9f37db
Compare
Choose a tag to compare

Changed (breaking)

  • Updated to PHP 8.2 (from 7.4)
  • Updated to the latest Google Direction API PHP libraries (2.15/0.312 vs 1.1.9/0.176). This includes a major refactor which is not backwards compatible for aliases, because Google changed it.