d056e43
fix(backend): cache repo rename
Ayman Bagabas created
d056e43
fix(backend): cache repo rename
Ayman Bagabas created
550c27a
feat(backend,ui): add repo project name
Ayman Bagabas created
4d91207
feat(server): add git hooks
Ayman Bagabas created
b22964c
feat(log): add log module
Ayman Bagabas created
c79a4d1
feat(backend): parse access level
Ayman Bagabas created
7db5a1b
fix(ui): check repo access level
Ayman Bagabas created
d1ec7ba
feat(config): store server config in file
Ayman Bagabas created
88660e5
feat(cmd): add settings server command
Ayman Bagabas created
bd19757
feat(backend): repo defaultBranch setting & collabs path
Ayman Bagabas created
54e5d2a
fix(http): handle nested git repos
Ayman Bagabas created
67f3e3e
feat(server): add tree & blob server commands
Replace show & list
Ayman Bagabas created
f102073
refactor(server): use a fixed repos path & drop AccessMethod
Ayman Bagabas created
eaefb26
feat(server): http server
* Git dumb transport for public repos * Go Import response
Ayman Bagabas created
28135a4
fix(server/cmd): ignore git commands
Ayman Bagabas created
55222fa
feat(backend): cache repos
Ayman Bagabas created
9010c01
fix(backend): use subdir collabs path
Ayman Bagabas created
79ddd42
fix(server): use canonical repos dir
Ayman Bagabas created
1e84271
feat(cmd): add collab & admin ssh cli api
Ayman Bagabas created
60df7bd
feat(backend): collabs & admins interface
Ayman Bagabas created
f831fda
feat(server): ssh cli api and middleware
Ayman Bagabas created
9fed66d
fix(backend): repo doesn't exist
Ayman Bagabas created
3c58e4f
fix(server): allow keyless
Ayman Bagabas created
3877e41
refactor(git): sanitize repo name
Ayman Bagabas created
285a171
fix(backend): private repos, description, and nested repos names
Ayman Bagabas created
9013385
refactor: move file backend settings path and set default ssh keypath
Ayman Bagabas created
2e6c025
feat(log): initialize debug logger
Ayman Bagabas created
41cfc80
refactor,feat: use soft serve backends, implement git & http servers, remove config repository, manage soft serve from ssh (#231)
* feat(backend): server backend Add file backend that uses filesystem to manage non-git operations. * feat(git): more git commands * refactor(config): remove config module * feat(gomod): upgrade wish & use charmbracelet/ssh * feat(server): use cmd middleware * refactor(ui): clean up and tidy * feat(git): implement git daemon * fix(examples): update setuid * fix(backend.file): populate default config * fix: tests * refactor: tidy up files * chore(gitignore): add more files
Ayman Bagabas created
b4647f8
feat(backend): server backend
Add file backend that uses filesystem to manage non-git operations.
Ayman Bagabas created
5149978
fix(config): ignore repos with broken head ref (#236)
Skip loading repos with broken head ref. Fixes: https://github.com/charmbracelet/soft-serve/issues/235
Ayman Bagabas created
e7a955f
feat(deps): bump github.com/charmbracelet/log from 0.2.0 to 0.2.1
Bumps [github.com/charmbracelet/log](https://github.com/charmbracelet/log) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/charmbracelet/log/releases) - [Commits](https://github.com/charmbracelet/log/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: github.com/charmbracelet/log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
340afde
feat(deps): bump github.com/charmbracelet/glamour
Bumps [github.com/charmbracelet/glamour](https://github.com/charmbracelet/glamour) from 0.5.1-0.20221015050842-c4cd9ed13e4c to 0.6.0. - [Release notes](https://github.com/charmbracelet/glamour/releases) - [Commits](https://github.com/charmbracelet/glamour/commits/v0.6.0) --- updated-dependencies: - dependency-name: github.com/charmbracelet/glamour dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
6d9ad10
feat(deps): bump github.com/aymanbagabas/go-osc52 from 1.2.1 to 1.2.2
Bumps [github.com/aymanbagabas/go-osc52](https://github.com/aymanbagabas/go-osc52) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/aymanbagabas/go-osc52/releases) - [Commits](https://github.com/aymanbagabas/go-osc52/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: github.com/aymanbagabas/go-osc52 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
b219276
feat(deps): bump github.com/gogs/git-module from 1.7.1 to 1.8.1
Bumps [github.com/gogs/git-module](https://github.com/gogs/git-module) from 1.7.1 to 1.8.1. - [Release notes](https://github.com/gogs/git-module/releases) - [Commits](https://github.com/gogs/git-module/compare/v1.7.1...v1.8.1) --- updated-dependencies: - dependency-name: github.com/gogs/git-module dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
1e5989e
feat(deps): bump github.com/matryer/is from 1.4.0 to 1.4.1
Bumps [github.com/matryer/is](https://github.com/matryer/is) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/matryer/is/releases) - [Commits](https://github.com/matryer/is/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: github.com/matryer/is dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
cba7b09
feat(log): upgrade charmbracelet/log to v0.2.0
Ayman Bagabas created
395a060
feat(deps): bump golang.org/x/crypto from 0.6.0 to 0.7.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
02386ae
fix(ci): setup go before lint
Ayman Bagabas created
2e15fb8
feat(deps): bump github.com/charmbracelet/lipgloss from 0.6.0 to 0.7.1
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.6.0 to 0.7.1. - [Release notes](https://github.com/charmbracelet/lipgloss/releases) - [Commits](https://github.com/charmbracelet/lipgloss/compare/v0.6.0...v0.7.1) --- updated-dependencies: - dependency-name: github.com/charmbracelet/lipgloss dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
c211f43
feat(deps): bump github.com/dustin/go-humanize from 1.0.0 to 1.0.1
Bumps [github.com/dustin/go-humanize](https://github.com/dustin/go-humanize) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/dustin/go-humanize/releases) - [Commits](https://github.com/dustin/go-humanize/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: github.com/dustin/go-humanize dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
a39db5b
feat(deps): bump github.com/charmbracelet/bubbles from 0.14.0 to 0.15.0
Bumps [github.com/charmbracelet/bubbles](https://github.com/charmbracelet/bubbles) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/charmbracelet/bubbles/releases) - [Commits](https://github.com/charmbracelet/bubbles/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: github.com/charmbracelet/bubbles dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
0d29d32
chore(deps): bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
8c7466c
feat(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.6.1
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.4.2 to 5.6.1. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.4.2...v5.6.1) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
62c39b7
fix: update deps to fix CVE-2022-32149
Fixes: https://github.com/advisories/GHSA-69ch-w2m2-3vjp
Ayman Bagabas created
be76262
fix(server): session race test
Ayman Bagabas created
eafb45f
feat(cfg): debug logging environment variable
Ayman Bagabas created
d644400
chore: switch to charmbracelet/log
Ayman Bagabas created
9d5e00f
chore: update deps
Ayman Bagabas created
f227b4c
fix(go): remove go.mod exclude directives
Ayman Bagabas created
7cfe48d
feat(deps): bump github.com/go-git/go-billy/v5 from 5.3.1 to 5.4.0
Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/go-git/go-billy/releases) - [Commits](https://github.com/go-git/go-billy/compare/v5.3.1...v5.4.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-billy/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
5e45a49
chore: disable dependabot timer
Christian Muehlhaeuser created