Commit Graph

9 Commits

Author SHA1 Message Date
Lacey Williams Henschel
688ae87e76 Add methods to retrieve adoc content for libraries
(Part of #394 and #252)

- Add method to the GitHub API class to retrieve a specific file from a repo by its tag and path (to retrieve README or adocc files)
- Add method to Library model to retrieve the description content and render it
- Fail gracefully if no content is found
- Add caching logic for redis and database caching
2023-06-15 15:08:42 -07:00
Natalia
a8cd8f507a Ran pre-commit run -a
Completed runs of black and rest of pre-commit checks.
2023-05-30 23:21:53 -03:00
Lacey Williams Henschel
47eeaee2ef 🔧 Refactor fake email function into util 2023-03-27 12:08:19 -07:00
Lacey Williams Henschel
e9a90fa548 🔥 Remove old code, merged in another PR 2023-03-10 10:02:32 -08:00
Lacey Williams Henschel
da1c28c64b 🔧 Move name extraction to utils 2023-03-03 14:01:44 -08:00
Lacey Williams Henschel
54bb53407b 🔧 Move generate_email to utils 2023-03-03 13:53:49 -08:00
Lacey Williams Henschel
8baaaedc8f 🔧 Reorder functions 2023-03-03 13:48:44 -08:00
Lacey Williams Henschel
f9247e7d24 🔧 Start moving things to testable util functions
- Move extract_email to util
- Correct get_names method to strip the formatted email from the string before parsing
2023-03-03 13:47:18 -08:00
Lacey Williams Henschel
7f7ea7fdc4 Util function to parse date 2022-12-15 10:03:46 -08:00