summaryrefslogtreecommitdiffstats
path: root/gitsrht
AgeCommit message (Collapse)Author
2019-07-07Add color option to annotationsDrew DeVault
2019-07-07Only fetch annotations when using cold cacheDrew DeVault
2019-07-06Scope annotations to a repo IDDrew DeVault
2019-07-06Lock down annotations to UserAccess.manageDrew DeVault
2019-07-06Implement annotationsDrew DeVault
2019-06-25Use a None default when reading builds.sr.ht configDenis Laxalde
This is similar to eponymous change in scm.sr.ht. We also need to avoid using get_origin() helper because it lacks a "default" option.
2019-06-24Drop unused import of buildsrhtDenis Laxalde
2019-06-23Check subprocesses exit code in repo initDenis Laxalde
We add check=True to subprocess.run() calls in GitRepoApi.do_init_repo() so that an exception (CalledProcessError) will be raised at first error of subprocesses chain.
2019-06-22Fix trees whose entries have the same hashDrew DeVault
2019-06-10More tag fixesDrew DeVault
2019-06-10Skip these bloody broken tagsDrew DeVault
2019-06-10Fix AnnotatedRef for blob tagsDrew DeVault
2019-06-10Fix a few bugs found with test-git-web-interfaceDrew DeVault
2019-04-27Prevent crash in post-update hook when ref is deletedMichael Forney
2019-04-23Use Tag, not pygit2.TagDrew DeVault
2019-04-23Fix syntax error in gitsrht/submit.pyDrew DeVault
2019-04-23Handle new tags in gitsrht/submit.pyDrew DeVault
2019-04-23Add RepoWebhook (for post-update webhooks)Drew DeVault
2019-04-22Implement repo data APIDrew DeVault
2019-04-19Set up scm.sr.ht webhooksDrew DeVault
2019-04-18Import delegated scopes from scm.sr.htDrew DeVault
2019-04-18Moved authorization endpoint to scm.sr.htLudovic Chabant
2019-04-12Fix 500's on bots crawling some reposDrew DeVault
2019-04-11Reverse order of commit author & msg in buildsDrew DeVault
2019-04-11Updates for scm.sr.ht private repo submissionDrew DeVault
2019-04-11Remove broken API stuffDrew DeVault
2019-04-11Allow readme to link to repository filesStephen Brennan
2019-04-09Update to use core.sr.ht's get_originDrew DeVault
2019-04-01Ignore additional editorconfig errorsDrew DeVault
2019-03-14Rename worker module to submitLudovic Chabant
2019-03-14Refactor post update hook to use scmsrhtLudovic Chabant
This also: - Computes the "build note" only once (instead of once per manifet) - Cleans up unused imports
2019-02-18Flush database before ensuring SSH keysDrew DeVault
2019-02-14Simplify gitsrht-keysDrew DeVault
2019-02-14Rewrite gitsrht-dispatch in GoDrew DeVault
2019-02-14Fetch user SSH keys from meta.sr.htDrew DeVault
2019-02-14Rig up SSH key notify webhookDrew DeVault
2019-02-11Fix usage of next()Drew DeVault
2019-02-11Cast editorconfig values to intDrew DeVault
2019-02-11Add resilience to shitty editorconfigsDrew DeVault
2019-02-11Fix StopIteration in tree viewDrew DeVault
2019-02-11Use layout-full where appropriateDrew DeVault
2019-02-06Update index theme, split out dashboard templateDrew DeVault
2019-02-06Remove whitespace around svg <title> elementIvan Habunek
Line breaks within this element are rendered which makes the popup text box too large.
2019-02-05Pull max line width from editorconfig in blob viewDrew DeVault
2019-01-29Remove tilde hacksIvan Habunek
No longer required, fixed in SrhtFlask.
2019-01-23Add link to log for each tag in the Refs pageJustin Kelly
Patch +6 -0
2019-01-23Allow block selection via jsIvan Habunek
* Clicking a line selects only that line * Ctrl+clicking a line toggles the selection of that line * Shift+clicking a line selects the span from the previously clicked line
2019-01-23Fix style on gitsrht/types/__init__.pyDrew DeVault
2019-01-22Fix crash when there's no README fileLudovic Chabant
2019-01-22Fix ssh accessLudovic Chabant