Skip to content

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

Add domains.list

12 Dec 18:27
1a792fc
Compare
Choose a tag to compare

Add

  • Fake the ability to list domains based on a comma-delimited DOMAIN_NAMES environment variable

Fix groups.get aliases array content data type

11 Dec 19:16
f2698bd
Compare
Choose a tag to compare

Fix

  • ensure the aliases are string[] and not an array of Google Group Alias objects

Fix groups.list aliases results

11 Dec 16:53
1722995
Compare
Choose a tag to compare

Fix

  • Append proper aliases information into the groups result

Add Group Aliases, group.update, and tests

11 Dec 13:48
dca71f1
Compare
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
Compare
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
Compare
Choose a tag to compare

Fix

  • Gracefully handle edge case of null name fields

Update authors in composer.json

30 Oct 18:45
9fc35a9
Compare
Choose a tag to compare

Fixed

  • Update authors in composer.json

Fix user entry matching logic

06 Aug 22:30
b85d5e1
Compare
Choose a tag to compare

Fix

  • User entry matching logic when listing users

Docker compose and workflow file cleanup

06 Aug 17:39
1fcf6c5
Compare
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
Compare
Choose a tag to compare

Fix

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