-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* This is a combination of 2 commits. [#105] Implement `MonadDownload` effect (#109) [#43] Add Cabal.hs module Resolves #43 [#43] Add getCabalFile function Resolves #43 Fix after review [#43] Replace Issue with Repo in functions that fetch cabal file Resolves #43 Fix after review [#43] Fix fetchRepoCategories function Resolves #43 Fix after review Fix after review Fix after review [#43] Use new Download module in Cabal module Resolves #43 [#43] Add testing for Cabal module functions Resolves #43 Fix after review [#43] Fix rebase Resolves #43 [#106] Fix test for MonadCabal implementation Resolves #106 [#106] Add test for repoCabalUrl function Resolves #106 [#106] Add documentation Resolves #106 [#106] Add logging to MonadDownload and MonadCabal Resolves #106 [#104] Change parseIssueUserData to parseUserData because it's more accurate Resolves #104 [#104] Change constraints from WithDb to MonadIO Resolves #104 [#104] Add fetchAndUpsertRepos function Resolves #104 [#104] Introduce MonadUnliftIO Resolves #104 Fix after review Fix after review [#104] Rebase Resolves #104 [#104] Change fatal error logs to warnings Resolves #104 [#126] Modify searchHaskellRepos to take arguements for pagination of results Resolves #126 [#126] Refactor searchHaskellRepos for more flexibility I've also added a function for returning the current search rate limits. It's useful for logging purposes. Resolves #126 * [#126] Fix rebase Resolves #126 * [#126] Add function for searching for Haskell repositories within a date range Resolves #126 * [#126] Implement algorithm for syncing repos by date interval Resolves #126 * Fix after review * [#126] Replace fetchAndUpdate with sync Resolves #126 * [#126] Fix multiway-if Resolves #126 * [#126] Refactor syncReposByDate function Resolves #126 * Fix after review * Fix after review * [#126] Add wait functionality for githubSearch function Resolves #126 * [#126] Add julianDayToIso function to Prelude Resolves #126 * [#126] Make GitHub search functions more readable Resolves #126 * Fix after review * [#126] Fix formatting Resolves #126 * Fix after review * [#126] Move julianDayToIso function to IW.Time module Resolves #126 * Fix after review * Fix after review * [#126] Refactor sync functions Resolves #126 * Fix after review * Fix after review * [#126] Create better search function Resolves #126 * [#126] Refactor Update and Search modules Resolves #126 * Fix after review * Fix after review * Fix after review * [#126] Add more logging Resolves #126 * [#126] Clean up Update and Search modules Resolves #126 * [#126] Fix comments Resolves #126 * Fix after review
- Loading branch information
1 parent
2eae75b
commit f0363e0
Showing
6 changed files
with
227 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.