Commit log

8316558 fix: show config repo for anon users

Click to expand commit body
Fixes: 4a5c387bb045 ("fix: respect private repos")

Ayman Bagabas created

2ca6979 Fixes #133

Wissam Youssef created

b6f1053 Fix example commands

Click to expand commit body
Change `main.go` to `root.go`

Levi Durfee created

dc138cd fix(cd): don't publish aur package

Click to expand commit body
soft-serve is available in the Archlinux community repository

Ayman Bagabas created

2ac11c0 feat(cd): sign nfpm packages

Ayman Bagabas created

748f21e feat(ci): publish package to aur

Ayman Bagabas created

20c33e0 fix(server): disable cobra completions over ssh

Ayman Bagabas created

e415cf9 docs: add apt/yum repos to readme

Ayman Bagabas created

2cabbbc fix(ci): don't publish nightly builds to fury.io

Ayman Bagabas created

ecfaee9 fix(ci): add fury token

Ayman Bagabas created

41fbcd4 docs: update readme

Ayman Bagabas created

d128631 feat: generate man pages and completions

Click to expand commit body
using mango-cobra

Ayman Bagabas created

5ae15b5 feat: use spf13/cobra

Ayman Bagabas created

b62b666 docs: fix image in README

Christian Rocha created

3165828 feat: update git-module

Ayman Bagabas created

ce28819 chore: bump deps

Ayman Bagabas created

4a5c387 fix: respect private repos

Click to expand commit body
only display private repos for users with read access

Fixes: https://github.com/charmbracelet/soft-serve/issues/81

Ayman Bagabas created

1a871c8 fix(config): use errors.Is instead of os.IsNotExist

Ayman Bagabas created

4a5d488 feat: use flag and add comment

Ayman Bagabas created

038537d feat: add running soft-serve as non-root using setgid/setuid

Ayman Bagabas created

ece7523 fix: set allow keyless when no public keys provided

Ayman Bagabas created

af13e15 fix: default config repo first commit time

Ayman Bagabas created

875ff2b fix(server): use session stderr on ssh cli interface

Ayman Bagabas created

b6f20d7 fix(server): logging middleware should come first

Ayman Bagabas created

9aa196a fix: upgrade go-yaml to v3

Ayman Bagabas created

2e621ee docs: fix ssh commands in the readme

Ayman Bagabas created

3449b98 docs: list Nix as installation method in readme

Nicolas M created

e872678 docs: add managing and deleting repos

bashbunni created

30d217f fix: fix typo in name

bashbunni created

ccbbd0c fix(server): commands host & port

Ayman Bagabas created

d3669af feat: show spinner when loading commits

Ayman Bagabas created

e256fed fix: don't load non-git repos

Click to expand commit body
Fixes: https://github.com/charmbracelet/soft-serve/issues/108

Ayman Bagabas created

11cf86f fix: ssh cli usage template

Ayman Bagabas created

71d2273 docs: update readme

Ayman Bagabas created

06dc749 fix: allow admin for anon-access

Ayman Bagabas created

3800161 chore: update deps

Ayman Bagabas created

0aec8c2 feat: add soft-serve middleware commands

Click to expand commit body
* list files
* cat files
* reload config
* git command

Ayman Bagabas created

062cb70 fix(git): add missing errors

Ayman Bagabas created

db127f5 fix(config): don't marshal server config

Ayman Bagabas created

edbcf6f fix: tui initial repo

Ayman Bagabas created

bd4b435 fix: ignore directories when getting LatestFile

Ayman Bagabas created

ca3dbb2 fix: restrict access to private repos unless admin or collab

Click to expand commit body
don't override "config" repo private property

Ayman Bagabas created

2260498 chore: update keygen to v0.3.0 and deps

Ayman Bagabas created

bd06f71 refactor: move pkg/{git,tui} to root

Ayman Bagabas created

8b4ee57 fix: show log for a specific reference

Click to expand commit body
don't reset log reference when already set

Ayman Bagabas created

aa1c744 chore: add server tests

Ayman Bagabas created

21b4d4e chore: update deps

Ayman Bagabas created

8af7f43 docs: update git docstrings

Ayman Bagabas created

0a26b94 fix(test): use go-git to create default config repo

Ayman Bagabas created

67b11ee fix(tui): git tree/log files off by one line

Ayman Bagabas created