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

Remove unused file system api #1791

Merged
merged 5 commits into from
May 31, 2023
Merged

Conversation

anbraten
Copy link
Member

No description provided.

@anbraten anbraten added this to the 1.0.0 milestone May 31, 2023
@anbraten anbraten requested a review from a team May 31, 2023 07:43
@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: +0.17 🎉

Comparison is base (540ad10) 38.64% compared to head (0512113) 38.82%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1791      +/-   ##
==========================================
+ Coverage   38.64%   38.82%   +0.17%     
==========================================
  Files         166      164       -2     
  Lines       10477    10368     -109     
==========================================
- Hits         4049     4025      -24     
+ Misses       6158     6079      -79     
+ Partials      270      264       -6     
Impacted Files Coverage Δ
server/grpc/rpc.go 0.00% <ø> (ø)
server/grpc/server.go 0.00% <ø> (ø)
server/model/pipeline.go 0.00% <ø> (ø)
server/store/datastore/migration/migration.go 36.00% <ø> (ø)
server/store/datastore/step.go 64.15% <ø> (-0.26%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@6543
Copy link
Member

6543 commented May 31, 2023

@anbraten updated proto file for you

@lafriks lafriks added server refactor delete or replace old code labels May 31, 2023
@6543 6543 merged commit c464f85 into woodpecker-ci:master May 31, 2023
@anbraten anbraten deleted the remove-file branch May 31, 2023 16:03
6543 added a commit that referenced this pull request Jun 6, 2023
closes #1801
closes #1815 
closes #1144
closes  #983
closes  #557
closes #1827
regression of #1791

# TODO
- [x] adjust log model
- [x] add migration for logs
- [x] send log line via grpc using step-id
- [x] save log-line to db
- [x] stream log-lines to UI
- [x] use less structs for log-data
- [x] make web UI work
  - [x] display logs loaded from db
  - [x] display streaming logs
- [ ] ~~make migration work~~ -> dedicated pull (#1828)

# TESTED
- [x] new logs are stored in database
- [x] log retrieval via cli (of new logs) works
- [x] log streaming works (tested via curl & webui)
- [x] log retrieval via web (of new logs) works

---------

Co-authored-by: 6543 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor delete or replace old code server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants