FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. May 19, 2021
  2. May 07, 2021
  3. Feb 05, 2021
  4. Feb 04, 2021
  5. Jan 28, 2021
  6. Dec 08, 2020
  7. Nov 19, 2020
  8. Nov 11, 2020
  9. Nov 10, 2020
  10. Nov 04, 2020
  11. Sep 22, 2020
    • Dave Hart's avatar
      Merge branch 'issue-7-synchronise-lookup-insts' into 'master' · efbfbbc9
      Dave Hart authored
      Synchronise Lookup institutions.
      
      Closes #7
      
      See merge request !10
      efbfbbc9
    • Dean Rasheed's avatar
      Synchronise Lookup institutions. · e7b59058
      Dean Rasheed authored
      This causes Lookup institutions and their members to be synchronised
      with groups in Google, in a similar way to Lookup groups. The unique
      identifier of the group in Google is it's email address:
      
      email = {instID.lower()}@{insts_domain}
      
      where {insts_domain} is a configurable secondary domain (noting that
      the local part of the email address is required to be lowercase,
      whereas all instIDs from Lookup are uppercase).
      e7b59058
  12. Sep 18, 2020
  13. Aug 13, 2020
  14. Aug 11, 2020
    • Dr Rich Wareham's avatar
      gapiutil: retry after all errors · fe0bb440
      Dr Rich Wareham authored
      Rather than simply retrying after 503 errors, retry after all error
      responses since we have also been seeing some spurious 400 responses
      from Google.
      fe0bb440
  15. Aug 10, 2020
  16. Aug 06, 2020
    • Dean Rasheed's avatar
      Synchronise Lookup groups. · 42703555
      Dean Rasheed authored
      This causes Lookup groups and their members to be synchronised with
      groups in Google. As for people, there are various configuration
      options to control which groups to synchronise, what settings should
      be applied to them, and to enforce limits on the number of changes the
      script will perform.
      
      The group email and display name in Google are based on the Lookup
      groupID and groupName, noting that the email is the group's unique
      identifier in Google:
      
      email = {groupID}@{groups_domain}
      name = {groupName}{group_name_suffix}
      
      where groups_domain is a configurable secondary domain for groups in
      Google, and group_name_suffix is a configurable suffix appended to
      group names in Google.
      42703555
  17. Sep 26, 2019
  18. Sep 25, 2019
  19. Sep 11, 2019
Loading