- https://git.jolheiser.com
-
PRs welcome for any project!!
- Joined on Feb 22, 2019
jolheiser pushed to master at gitea/website
-
debaed0c07 Add reminder about the location of the themes repository (#108)
2 weeks ago
jolheiser merged pull request gitea/website#108
README: add reminder about the location of the themes repository
2 weeks ago
jolheiser commented on pull request gitea/go-sdk#589
Add function to get commit diff/patchI think the difference is that the "generic" func is non-exported in the PR case. I'm not against that approach, mostly I think the _exported_ funcs being explicitly named is the design…
2 weeks ago
jolheiser pushed to jolheiser-patch-1 at gitea/awesome-gitea
-
0ba0b6263c Canonical link has no ending slash
3 weeks ago
jolheiser commented on issue gitea/awesome-gitea#77
Woodpecker's "see docs" link returns a 404I've sent a PR to rectify, but in the meantime the URL is https://woodpecker-ci.org/docs/administration/forges/gitea/ 🙂
3 weeks ago
jolheiser pushed to jolheiser-patch-1 at gitea/awesome-gitea
-
90870446a0 Fix woodpecker link
3 weeks ago
jolheiser pushed to 1.16.7 at jolheiser/blog
-
407a95498c 1.16.7 blog
-
31c464fa6a Add tutorial how to render jupyter notebooks (#191)
-
e4f9c64cd4 gitea v1.16.6 released (#192)
-
809d55ee6a point to gitea.com for author links
-
d61340f561 add blog post about running on fly.io (#190)
- Compare 10 commits »
3 weeks ago
jolheiser commented on pull request gitea/go-sdk#589
Add function to get commit diff/patchI wonder if two funcs would make sense. One for diff, one for patch?
3 weeks ago
jolheiser commented on pull request gitea/awesome-gitea#76
Add Gitea Actions linkSo is this used in conjunction with a push mirror? Do you have an example of this running somewhere publicly? I'm fairly sure I know how it works, but not sure what kicks it off, since this…
3 weeks ago
jolheiser pushed to master at gitea/go-sdk
-
319a978c6c Allow PR review with comments only (#570)
3 weeks ago
jolheiser commented on pull request gitea/go-sdk#570
Allow PR review with comments onlyCould you update your branch? After that CI should be able to run. 🙂
3 weeks ago
jolheiser deleted branch resp-err from jolheiser/go-sdk
3 weeks ago
jolheiser deleted branch commit-api from jolheiser/go-sdk
3 weeks ago
jolheiser commented on pull request gitea/go-sdk#587
Enforce golangci-lint + gofumpt> > Odd, it _was_ passing. Looks like a sum error now? > > It was a lie, the binaries weren't downloaded(see the `... not found` errors). And now it's downloading and it's giving a sum error…
3 weeks ago
jolheiser commented on pull request gitea/go-sdk#587
Enforce golangci-lint + gofumptOdd, it _was_ passing. Looks like a sum error now?
3 weeks ago
jolheiser merged pull request gitea/go-sdk#586
Add the Accept/Reject transfer of a repository.
4 weeks ago
jolheiser pushed to master at gitea/go-sdk
-
ad3580e44d Add the Accept/Reject transfer of a repository. (#586)
4 weeks ago
jolheiser commented on pull request gitea/go-sdk#587
Enforce golangci-lint + gofumptFinally, CI failures relevant.
4 weeks ago
jolheiser commented on pull request gitea/go-sdk#587
Enforce golangci-lint + gofumptHmm...I'm not convinced that `Validate` should modify the struct, though that's largely personal preference. I also agree `(&opt).Validate()` looks a bit silly, but from an API standpoint we…
4 weeks ago
jolheiser commented on pull request gitea/go-sdk#587
Enforce golangci-lint + gofumptOof, I'm not (personally) a fan of side-effects like that. I would think defaults should be set prior to `Validate` rather than `Validate` changing the struct. I feel like passing in a…
4 weeks ago