FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Mar 04, 2023
  2. Nov 25, 2022
  3. Oct 10, 2022
    • Dave Hart's avatar
      Post-review refactor Lookup API code. (#35) · 4af9bd71
      Dave Hart authored
      The review discovered that the sync tool, when run on production, would never
      succeed because the membership list of some groups/institutions was so large
      that the API response exceeded the size limit imposed by API Gateway (due to
      Lookup API returning detailed lists of members). This commit refactors the code
      to fetch group/institution membership for each user and use that to populate
      the membership set for each group/institution.
      
      Use Python 3.9 in Dockerfile as new Python features are now used.
      
      Update version of Flake8 so the checks are compatible with the newer version
      of Python.
      
      Remove redundant function `_extract_uid()`.
      
      Modify Flake8 configuration to exclude the standard set of folders used across
      projects.
      4af9bd71
    • Dave Hart's avatar
      Switch to using Lookup API instead of Ibis client. (#35) · 50564659
      Dave Hart authored
      Add settings for Lookup API and API Gateway credentials.
      
      Add Lookup API operations to replicate the LDAP operations for gathering
      information about users, groups and institutions.
      
      Remove LDAP sync code and related configuration code.
      
      Remove LDAP configuration options from the example file.
      
      Remove LDAP library as a requirement it is no longer needed.
      
      Remove LDAP references from documentation.
      
      Add information to the README about how to provide API Gateway credentials.
      
      Add YAML versions of API Gateway credentials file to `.gitignore`.
      50564659
  4. Oct 06, 2022
  5. Sep 27, 2022
  6. Aug 04, 2022
  7. Mar 07, 2022
  8. Mar 04, 2022
  9. Mar 02, 2022
  10. Feb 23, 2022
  11. May 24, 2021
  12. May 19, 2021
  13. May 07, 2021
  14. Feb 05, 2021
  15. Feb 04, 2021
  16. Jan 28, 2021
  17. Dec 08, 2020
  18. Nov 19, 2020
  19. Nov 11, 2020
  20. Nov 10, 2020
  21. Nov 04, 2020
Loading