Skip to content

Releases: sil-org/google-api-php-client-mock

Add Group Aliases, group.update, and tests

11 Dec 13:48
dca71f1

Choose a tag to compare

Fixed

  • group.delete also deletes all the aliases
  • group.insert throws exception when group exists
  • group.get pulls aliases from group alias records
  • group.insert pulls aliases from group alias records

Changed

  • group.get can find by alias
  • members tests revised to use group constants and a member constant

Added

  • group.update
  • alias constant to group tests
  • initial setup to delete any pre-existing group or update group from previous runs
  • aliases values to group object to confirm group.insert does not insert aliases
  • tests for group.update
  • setup function to add group and group alias for testing deletion
  • group.delete tests by email and alias
  • group.get tests by email and alias
  • version number to composer.json

Security

  • updated dependencies in composer.lock

Add Group Alias functionality

14 Nov 17:55
3f2250a

Choose a tag to compare

Add

  • delete, insert, and listGroupsAliases for Group Alias functionality
  • tests for the Group Alias functionality

Change (non-breaking)

  • renamed variable names with $_
  • PSR-12 clean up on various files

Fix

  • id generation in Group data

Handle null name fields gracefully

05 Nov 13:31
a28819c

Choose a tag to compare

Fix

  • Gracefully handle edge case of null name fields

Update authors in composer.json

30 Oct 18:45
9fc35a9

Choose a tag to compare

Fixed

  • Update authors in composer.json

Fix user entry matching logic

06 Aug 22:30
b85d5e1

Choose a tag to compare

Fix

  • User entry matching logic when listing users

Docker compose and workflow file cleanup

06 Aug 17:39
1fcf6c5

Choose a tag to compare

Remove

  • Removed service tag in the phpunit-tests.yml workflow file

Fix

  • changed docker-compose to docker compose

Fix name property data type

30 Jul 13:26
919a7c2

Choose a tag to compare

Fix

  • Make the name property of the user object a Google\Service\Directory\UserName object, not an array

2.10.0

29 Jul 23:54
03fcf47

Choose a tag to compare

Changed

  • Add Members::delete() and associated test
  • Remove Deepfactor orphan references

Add Batching simulation and fix role filtering

24 Jun 12:29
efa3d4d

Choose a tag to compare

Add

  • Batching simulation to handle batching functions

Fix

  • Corrected roles query parameter use

Add query filtering on role to members.list

19 Jun 04:07
1b804ee

Choose a tag to compare

Add

  • query filtering on role to members.listMembers