Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: store repo meta data in repo directory #338

Merged
merged 2 commits into from
Jul 18, 2023
Merged

feat: store repo meta data in repo directory #338

merged 2 commits into from
Jul 18, 2023

Conversation

aymanbagabas
Copy link
Member

@aymanbagabas aymanbagabas commented Jul 17, 2023

  • Write description and git-daemon-export-ok files.

Fixes: #255
Fixes: #256

@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #338 (979fa43) into main (e398b4d) will decrease coverage by 0.06%.
The diff coverage is 40.00%.

@@            Coverage Diff             @@
##             main     #338      +/-   ##
==========================================
- Coverage   50.70%   50.64%   -0.06%     
==========================================
  Files         107      107              
  Lines        8179     8204      +25     
==========================================
+ Hits         4147     4155       +8     
- Misses       3746     3759      +13     
- Partials      286      290       +4     
Impacted Files Coverage Δ
server/backend/repo.go 60.00% <40.00%> (-3.61%) ⬇️

... and 1 file with indirect coverage changes

- Store auth'd user in context.
- Write description, owner, and git-daemon-export-ok files.

Fixes: #255
Fixes: #256
@aymanbagabas aymanbagabas merged commit e0882cc into main Jul 18, 2023
16 of 18 checks passed
@aymanbagabas aymanbagabas deleted the gitweb branch July 18, 2023 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: gitweb repo metadata feat: be compatible with git-daemon & git-http-backend
1 participant