Package edu.ucsb.cs.scaffold.jobs


package edu.ucsb.cs.scaffold.jobs
  • Classes
    Class
    Description
    Reads PrairieLearn's badge color map from GitHub (issue #96) and upserts the pl_color table with any colors that are new or whose hex code has changed.
    Re-encrypts every stored PAT under the current PAT_ENCRYPTION_KEY.
    Syncs one course's PrairieLearn state (issue #69), replacing the repo-wide SyncPlRepoJob.
    Assembles a SyncCourseWithPlRepoJob with its many repository/service dependencies, so the two launch sites (the JobsController endpoint and the automatic launch after a successful PUT /api/courses/updatePLInstance) don't each duplicate the wiring.