aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/hooks/use-github-repo-meta/use-github-repo-meta.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(pages): merge Github/Gitlab overview on project pagesArmand Philippot2023-12-181-12/+20
| | | | | | By using conditional fetchning we can avoid to duplicate the ProjectOverview component and be more accurate about what data is loading.
* refactor(hooks): replace useGithubApi with useGithubRepoMetaArmand Philippot2023-12-071-0/+37
* use GraphQL API instead of REST (the inconvenient however is that we now need an authorization token...) * move fetcher in services * add tests * mock response using MSW