Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A a11y-webring.club
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Byte Blaze
  • a11y-webring.club
  • Merge requests
  • !77

#60: Bugfix - Neglected to update the Netlify functions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/stevenwoodson/main into main Feb 05, 2023
  • Overview 2
  • Commits 2
  • Pipelines 0
  • Changes 1

Created by: stevenwoodson

I had neglected to update the Netlify functions that relied on the previous format of all members in one static file. Changed to use glob to import all files into the members array instead. Sorting this array by the same date-based sorting method used on the site.

While this is working in my local tests, I'm not familiar enough with how Netlify caches the data in these functions so I can't tell if the members list is generated once on build or if it happens on each request. Running locally, going to any of the next, prevous, or random links redirects me almost instantly but that's not indicative of live performance. Possible to verify?

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/stevenwoodson/main