source/prog/lang-haskell/commune/resource
Dmitry Bogatov c9d10addf8 commune: Add new pull_requests table to store pull request diff
* resource/migration-v4.sql: Create new `pull_requests` table.
 * src/Commune/Beam/Gitea/PullRequestT.hs: Add `beam` module to operate on `pull_requests` table,
   including query to locate pull requests that are missing diff information. After migration,
   that would be all existing pull requests.
 * src/Commune/SQL/GitHub.hs: Add new `pullRequests` table into database declaration.
 * src/Commune/Config.hs: Bump database schema version.
 * src/Commune/Main/Command/Migrate.hs: Run newest migration.
2023-09-09 22:31:17 -04:00
..
issues.gitea.json commune: Test issue parsing on the sample responses 2023-09-05 15:55:13 -04:00
issues.github.json commune: Test issue parsing on the sample responses 2023-09-05 15:55:13 -04:00
migration-v2.sql commune: Implement rudimentary migration system 2023-09-05 23:34:25 -04:00
migration-v3.sql commune: Refactor last-updated checkpoints with beam 2023-09-09 10:02:36 -04:00
migration-v4.sql commune: Add new pull_requests table to store pull request diff 2023-09-09 22:31:17 -04:00
repos.gitea.json commune: Add sample lists of repos from github and gitea and test that code can parse them 2023-09-05 21:08:38 -04:00
repos.github.json commune: Add sample lists of repos from github and gitea and test that code can parse them 2023-09-05 21:08:38 -04:00