repos / git-pr

a self-hosted git collaboration server
git clone https://github.com/picosh/git-pr.git

(216) commits
Eric Bower  ·  2025-03-28
chore(cli): update description
Eric Bower  ·  2025-03-28
chore: add comment for `desc` cfg
Eric Bower  ·  2025-03-28
feat: allow config `desc` to add a description box to index page

refactor: consolidate docs page onto index

This change will allow maintainers to add a description box to the top
of their git-pr instance as an introduction to their service.
Eric Bower  ·  2025-03-24
docs: copy
Eric Bower  ·  2025-03-13
refactor(cli): replace `pr print` with `print`

chore(cli): remove `pr diff`
Eric Bower  ·  2025-03-13
chore: copy
Eric Bower  ·  2025-03-13
refactor: add docs page
Eric Bower  ·  2025-03-13
refactor: reviews are not a pr status anymore
Eric Bower  ·  2025-03-13
refactor: allow anyone to review or add patchsets to PR
Antonio Mika  ·  2025-03-07
Don't overlap ip addresses
Eric Bower  ·  2025-02-21
docs: todo
Eric Bower  ·  2025-02-04
design: show number of prs next to status filters
Eric Bower  ·  2025-02-04
chore: fix colspan for pr-table
Eric Bower  ·  2025-02-02
fix(range-diff): properly handle removed files from a patchset
Eric Bower  ·  2025-01-01
refactor: better rendering of range diff for web
Eric Bower  ·  2024-12-28
style: split diff view for range diff
Eric Bower  ·  2024-12-28
chore: rm deprecated hungarian algo
Eric Bower  ·  2024-12-28
fix(web): use correct templates to render
Eric Bower  ·  2024-12-27
style: range-diff long-form patch descriptions
Eric Bower  ·  2024-12-26
refactor: return range diff header

This will allow us to generate different outputs directly in our
templates using the RangeDiffHeader struct
Eric Bower  ·  2024-12-25
style: range-diff sidebar
Eric Bower  ·  2024-12-23
chore: fixes
Eric Bower  ·  2024-12-23
feat: dedicated range-diff page
Eric Bower  ·  2024-12-23
chore: sort range diff
Eric Bower  ·  2024-12-23
refactor(web): default status is open

This changes the default patch request index view to show only patch
requests with status `open`.  This helps with the noise.
Eric Bower  ·  2024-12-21
feat: filter links for pr-table
Eric Bower  ·  2024-12-21
fix: highlight review patches

This was a regression from a previous refactor.  Now we show added
patches from a reviewer.
Eric Bower  ·  2024-12-20
fix: user repo owner id for repo links
Eric Bower  ·  2024-11-13
style: reset patchset list on mobile
Eric Bower  ·  2024-11-12
style: tweaks
Eric Bower  ·  2024-11-12
fix: better location for patch file anchor link
Eric Bower  ·  2024-11-12
style: patch files collapsable
Eric Bower  ·  2024-11-12
style: sticky diff headers and patchset list
Eric Bower  ·  2024-11-12
style: make breadcrumbs consistent
Eric Bower  ·  2024-11-12
chore: enforce foreign_key constraints
Eric Bower  ·  2024-11-06
fix: single tenant doesnt require user namespace
Eric Bower  ·  2024-11-06
chore: rm print line
Eric Bower  ·  2024-11-06
fix: repo owners have full perms
Eric Bower  ·  2024-10-23
feat: add multitenancy

The goal of this change is to support the ability to let any user create
repos, similar to popular code forges.  Repos are created adhoc when a
user uploads a patchset.

As part of this change, we are deprecating the previous way to configure
repos.  Repos can be thought of as containers for patch requests and not
much more.  They don't need to strictly map to a git repo.

Multitenancy is opt-in via the `git-pr.toml` field:

```
create_repo = "user"
```
Eric Bower  ·  2024-10-25
style: wrap file links
Eric Bower  ·  2024-10-22
style: pr detail
Eric Bower  ·  2024-10-22
style: pr detail
Eric Bower  ·  2024-10-22
style: smol classes
Eric Bower  ·  2024-10-22
chore: cleanup templates
Eric Bower  ·  2024-10-22
style: pr detail reorg
Eric Bower  ·  2024-10-21
feat: ability to view all patchsets
Eric Bower  ·  2024-10-21
feat: user-detail page
Eric Bower  ·  2024-10-21
feat: sorting
Eric Bower  ·  2024-10-21
feat: ability to filter pr table data by status, title, and user
Eric Bower  ·  2024-10-21
refactor: table format for prs
Eric Bower  ·  2024-10-21
refactor: separate models from sqlite db

We will likely want to support postgresql so this change will make that
easier.
Eric Bower  ·  2024-07-23
feat: range diff
Eric Bower  ·  2024-10-18
chore: update smol
Andreas Gruhler  ·  2024-08-28
feat: improve documentation

This improves documentation by stating the admin list needs to be
populated with ssh pubkeys and that the config file repos can be
configured with a default_branch name to show in the help text.
Eric Bower  ·  2024-09-02
style: tweaks
Eric Bower  ·  2024-09-02
style: update smol
Eric Bower  ·  2024-07-22
chore: update `pr reopen` cmd as well
jolheiser  ·  2024-07-22
fix: log admin as closer

Previously the contributor was logged as the closer, even when an admin closed a pr

Signed-off-by: jolheiser <git@jolheiser.com>
Eric Bower  ·  2024-07-22
fix(contrib.dev): linter
Eric Bower  ·  2024-07-22
chore: gitignore `review.patch`
jolheiser  ·  2024-07-22
contrib: add dev script

This patch adds a fairly contained dev script that almost doubles as an integration test if you squint hard enough.
It runs an isolated instance that we can add more things to, it at least seems handy to me for quickly testing how changes affect e.g. the web UI, RSS feed, etc.

Signed-off-by: jolheiser <git@jolheiser.com>
jolheiser  ·  2024-07-22
fix: only log status change if the status changes

Signed-off-by: jolheiser <git@jolheiser.com>
jolheiser  ·  2024-07-22
fix: use eventlog time for pr details

Signed-off-by: jolheiser <git@jolheiser.com>
jolheiser  ·  2024-07-22
fix: insert repoID with pr creation

We need to add the repoID when a new pr is created.
As well, all NullXXX when inserting should be set to Valid.

Signed-off-by: jolheiser <git@jolheiser.com>
Eric Bower  ·  2024-07-21
docs: readme
Eric Bower  ·  2024-07-21
style(web): repo-list pr item
Eric Bower  ·  2024-07-21
fix(cli.add): mark accept and close as reviews as well
Eric Bower  ·  2024-07-21
feat(cli): add `--accept` and `--close` to `pr add` cmd

refactor(cli): always print PR summary when applicable
Eric Bower  ·  2024-07-21
chore: rearrange pr status location
Eric Bower  ·  2024-07-21
chore: fmt readme
Eric Bower  ·  2024-07-21
style: color success pill
Jeremy Clarke  ·  2024-07-20
docs: fix typo / minor rewording in readme
Eric Bower  ·  2024-07-21
refactor: create events within tx
jolheiser  ·  2024-07-19
feat: consistent user display

This patch unifies how user accounts look across the entire frontend
It also adds some CSS specifically for reviews/admins

Signed-off-by: jolheiser <git@jolheiser.com>
Eric Bower  ·  2024-07-19
feat: static assets folder

Create a static folder that will be served as-is with the ability for
users to bring-their-own static folder.

If we detect `data_dir/static/` we will serve that instead of the
embedded one we provide by default.
Eric Bower  ·  2024-07-19
fix(cli): access control for removing patchsets

I also fixed some other access control issues for changing PR status.
Eric Bower  ·  2024-07-19
fix(db): re-add empty string
Eric Bower  ·  2024-07-19
fix(cli): set correct patchset id when creating patch
Eric Bower  ·  2024-07-19
fix(cli): remove vim comment

This was probably not a great solution and instead we should rely on the
end-user to figure out how to properly highlight in their editor
Eric Bower  ·  2024-07-18
chore: better error handling for cfg and db
Eric Bower  ·  2024-07-18
style: repo-detail separate commands
Eric Bower  ·  2024-07-18
docs: show desc on repo detail pages
Eric Bower  ·  2024-07-18
fix: use `git-pr.toml` as default source of config
Eric Bower  ·  2024-07-18
docs(pr): add cli for patchset diff
Eric Bower  ·  2024-07-18
feat: empty patch support

`git format-patch --cover-letter` is a great way to provide a summary
of all the changes within a patchset so we want to explicity support
that functionality.

The only gotcha here is we now allow empty patches.  So if there is an
empty patch in the patchset, the committer needs to add another option:
`git am -3 --empty=stop|drop|keep` depending on their preference.
Eric Bower  ·  2024-07-18
chore: update `go-gitdiff`
3a945b1
(v0.0.2)
Eric Bower  ·  2024-07-18
chore: remove dead code
Eric Bower  ·  2024-07-18
refactor: store patch author date as datetime
8085b4f
(v0.0.1)
Eric Bower  ·  2024-07-14
refactor: patch requests -> patchsets -> patches

Previously a patch request contained a series of patches.  This worked
great as an MVP but we are starting to see some issues with this impl.

Previously the contrib and reviewer would push patches to git-pr similar
to github pull requests.  They all get merged into a single patchset.
This mostly works until you want to start editing previous commits to
keep the commit history tidy and relevant.  For many workflows, going
back to a previous commit and amending it to address feedback is
desirable.

This creates a new model, patchset, which is a mostly immutable
container for patches.  1-to-many patch request to patchsets and
1-to-many patchset to patches.  Think of these patchsets as revisions.

This allows us to better organize collaboration and enable features like
`git range-diff` to see changes between revisions.

BREAKING CHANGE: sqlite dbs will have to be recreated as the new models
are fundamentally different. Sorry for the inconvenience!
Eric Bower  ·  2024-07-14
fix: for content sha ignore diff file with base-commit

Our content sha computation is wrong when one contrib provides a
base-commit and the other does not.

Unfortunately this is dependent on the client and whether or not they
provide the base commit `git format-patch --base` so we have to hack
around it to keep commit sha identical.
Eric Bower  ·  2024-07-14
content sha should ignore diff file with base-commit

Eric Bower (1):
  fix: for content sha ignore diff file with base-commit

 pr.go | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

--
2.45.2
Eric Bower  ·  2024-07-18
chore: rm favicon since we dont have one yet
jolheiser  ·  2024-07-17
feat: add basic OGP data to patch request page

This patch adds some basic OGP data to the patch request details page.
It includes the title, URL, and site name.

Signed-off-by: jolheiser <git@jolheiser.com>
kyle merfeld  ·  2024-07-15
fix: ensure repo exists before creating a patch
jolheiser  ·  2024-07-16
feat: list only your own PRs

Signed-off-by: jolheiser <git@jolheiser.com>
Eric Bower  ·  2024-07-17
refactor: convert AuthorDate to time.Time then format with cfg

Unfortunately, `patch.AuthorDate` is stored as `TEXT` in sqlite and not
a `DATETIME` so we have to do extra work to convert it on-the-fly.

We can create a separate migration to convert it to a datetime.
jolheiser  ·  2024-07-15
feat: configurable time format

This patch allows the displayed time format to be configurable.
By default it uses time.RFC3339

Signed-off-by: jolheiser <git@jolheiser.com>
jolheiser  ·  2024-07-15
fix: use config url for web pages

This patch uses the config URL in the frontend so that self-hosted users can point contributors to use their SSH server.

Signed-off-by: jolheiser <git@jolheiser.com>
Eric Bower  ·  2024-07-14
docs: readme
Eric Bower  ·  2024-07-14
docs: readme
Eric Bower  ·  2024-07-14
docs: readme
Eric Bower  ·  2024-07-14
docs: readme

docs: add example flow using actual commands
Eric Bower  ·  2024-07-14
chore: add license
Eric Bower  ·  2024-07-14
refactor: move patch parsing code
Eric Bower  ·  2024-07-12
chore(cli): desc order for ls commands
Eric Bower  ·  2024-07-12
docs: copy
Eric Bower  ·  2024-07-12
docs: copy
Eric Bower  ·  2024-07-10
docs: readme
Eric Bower  ·  2024-07-10
chore: cleanup
Eric Bower  ·  2024-07-10
feat: show event log in pr detail web view
Eric Bower  ·  2024-07-10
docs: readme
Eric Bower  ·  2024-07-10
refactor: data -> data_dir
Eric Bower  ·  2024-07-10
fix: data path
Eric Bower  ·  2024-07-10
fix: use command override
Eric Bower  ·  2024-07-10
refactor: docker
Eric Bower  ·  2024-07-10
feat: config via toml
Eric Bower  ·  2024-07-09
docs: readme
Eric Bower  ·  2024-07-08
docs: readme
Eric Bower  ·  2024-07-08
docs: readme logo
Eric Bower  ·  2024-07-07
fix: add base_commit_sha to schema
Eric Bower  ·  2024-07-06
style: pr item spacing
Eric Bower  ·  2024-07-05
docs: readme
Eric Bower  ·  2024-07-05
docs: readme
Eric Bower  ·  2024-07-02
style(web): highlight admin

style(cli): add more info to lists
Eric Bower  ·  2024-07-02
docs(readme): roadmap
Eric Bower  ·  2024-07-02
refactor: repo list pr should use last updated pr
Eric Bower  ·  2024-07-02
chore: add `git-pr` to list of repos
Eric Bower  ·  2024-06-27
fix: rss
Eric Bower  ·  2024-06-27
feat: record base commit if it exists
Eric Bower  ·  2024-06-27
docs: copy
Eric Bower  ·  2024-06-27
fix: upsert user
Eric Bower  ·  2024-06-25
style: tweaks
Eric Bower  ·  2024-06-25
chore: prevent user collisions
Eric Bower  ·  2024-06-25
chore: use username instead of pubkey
Eric Bower  ·  2024-06-25
docs: copy
Eric Bower  ·  2024-06-25
feat: banned
Eric Bower  ·  2024-06-25
feat: acl
Eric Bower  ·  2024-06-25
refactor: user model
Eric Bower  ·  2024-06-24
feat: acl
Eric Bower  ·  2024-06-24
chore: cleanup
Eric Bower  ·  2024-06-24
chore: db migrations
Eric Bower  ·  2024-06-24
code passes
Eric Bower  ·  2024-06-24
chore: cleanup
Eric Bower  ·  2024-06-24
feat: ability to change PR title
Eric Bower  ·  2024-06-24
chore: cleanup
Eric Bower  ·  2024-06-24
fix: repo list
Eric Bower  ·  2024-06-24
docs: copy
Eric Bower  ·  2024-06-24
chore: move fns around
Eric Bower  ·  2024-06-24
refactor: remove comments

I'd rather comments be part of a patch
Eric Bower  ·  2024-06-22
feat: print patch request sub slice
Eric Bower  ·  2024-06-22
chore: cleanup
Eric Bower  ·  2024-06-17
style: light theme syntax
Eric Bower  ·  2024-06-17
chore: change copy for submitting pr
Eric Bower  ·  2024-06-17
fix: anchor links
Eric Bower  ·  2024-06-17
refactor(pr-detail): combine pages
Eric Bower  ·  2024-06-16
fix: print raw text without printf values
Eric Bower  ·  2024-06-04
style: cleanup
Eric Bower  ·  2024-06-04
style: sort by pr status
Eric Bower  ·  2024-06-04
chore: pr status print success msg
Eric Bower  ·  2024-06-04
feat: rss feeds
Eric Bower  ·  2024-06-04
docs: add some explainer text
Eric Bower  ·  2024-06-04
chore: more repos
Eric Bower  ·  2024-05-31
chore: close -> closed
Eric Bower  ·  2024-05-31
style: tweaks
Eric Bower  ·  2024-05-31
feat: `pr add --force` to replace patchset

style: various design tweaks
feat: list repo ID with `pr ls`
Eric Bower  ·  2024-05-31
chore: more repos
Eric Bower  ·  2024-05-31
refactor: use templates
Eric Bower  ·  2024-05-31
fix: contributors are allowed to close their own PRs
Eric Bower  ·  2024-05-30
refactor
Eric Bower  ·  2024-05-30
changes
Eric Bower  ·  2024-05-30
refactor: split patchsets and calc content sha
Eric Bower  ·  2024-05-22
chore: copy
Eric Bower  ·  2024-05-22
fix: submit patch request exception
Eric Bower  ·  2024-05-21
chore: cleanup web viewer
Eric Bower  ·  2024-05-21
refactor: cleanup
Eric Bower  ·  2024-05-21
chore: cleanup
Eric Bower  ·  2024-05-21
refactor: compose files
Eric Bower  ·  2024-05-21
chore: cleanup
Eric Bower  ·  2024-05-21
chore: fix docker
Eric Bower  ·  2024-05-20
web view
Eric Bower  ·  2024-05-21
docs: readme
Eric Bower  ·  2024-05-21
chore: fix compose file
Eric Bower  ·  2024-05-21
chore: db changes
Eric Bower  ·  2024-05-20
chore: changes
Eric Bower  ·  2024-05-20
chore: docker prod
Eric Bower  ·  2024-05-20
chore: docker
Eric Bower  ·  2024-05-19
web server
Eric Bower  ·  2024-05-11
change
Eric Bower  ·  2024-05-11
docs
Eric Bower  ·  2024-05-11
refactor: use urfav/cli
Eric Bower  ·  2024-05-11
changes
Eric Bower  ·  2024-05-10
progress
Eric Bower  ·  2024-05-09
progress
Eric Bower  ·  2024-05-09
tweaks
Eric Bower  ·  2024-05-07
working
Eric Bower  ·  2024-05-07
changes
Eric Bower  ·  2024-05-07
changes
Eric Bower  ·  2024-05-07
review
Eric Bower  ·  2024-05-05
progress
Eric Bower  ·  2024-05-05
changes
Eric Bower  ·  2024-05-05
progress
Eric Bower  ·  2024-05-02
progress
Eric Bower  ·  2024-05-02
changes
Eric Bower  ·  2024-05-02
nice
Eric Bower  ·  2024-05-02
mostly working
Eric Bower  ·  2024-05-01
changes
Eric Bower  ·  2024-04-30
changes
Eric Bower  ·  2024-04-29
exposition
Eric Bower  ·  2024-04-29
sauce
Eric Bower  ·  2024-04-29
prototype
Eric Bower  ·  2024-04-28
chore: working on db models
Eric Bower  ·  2024-04-28
progress

Wow does this actually work?

I wonder how we can do this.
Eric Bower  ·  2024-04-28
upload handler
Eric Bower  ·  2024-04-28
guard cmds
Eric Bower  ·  2024-04-28
feat: git clone and git push working
Eric Bower  ·  2024-03-19
feat: init