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: fields and features for dedicated server support #28

Merged
merged 25 commits into from
Oct 19, 2023

Conversation

budak7273
Copy link
Member

No description provided.

mircearoata and others added 10 commits May 6, 2023 14:27
…nTargets

The "arch/platform" entities are now called targets
The "platform" field is now targetName
VersionTarget and SMLVersionTarget have VersionID and TargetName as their primary keys, rather than a separate ID
Removed unnecessary and unused GQL endpoints related to Targets
These fields in the db store the original uploaded file, which for single-target plugins (WindowsNoEditor) is valid, but for multi-target plugins is not
Return the WindowsNoEditor target information, if available, otherwise return the version's
@codecov-commenter
Copy link

codecov-commenter commented Jun 23, 2023

Codecov Report

Attention: 470 lines in your changes are missing coverage. Please review.

Comparison is base (7b4f778) 17.17% compared to head (5505067) 17.02%.
Report is 1 commits behind head on staging.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           staging      #28      +/-   ##
===========================================
- Coverage    17.17%   17.02%   -0.16%     
===========================================
  Files          104      102       -2     
  Lines         5309     5363      +54     
===========================================
+ Hits           912      913       +1     
- Misses        4296     4349      +53     
  Partials       101      101              
Files Coverage Δ
config/config.go 89.28% <100.00%> (+0.19%) ⬆️
models/filters.go 21.21% <ø> (+4.54%) ⬆️
nodes/routes.go 100.00% <100.00%> (ø)
db/postgres/postgres_types.go 0.00% <0.00%> (-50.00%) ⬇️
gql/resolver.go 33.33% <0.00%> (ø)
...jobs/consumers/consumer_scan_mod_on_virus_total.go 9.75% <0.00%> (+1.06%) ⬆️
storage/b2.go 0.00% <0.00%> (ø)
storage/wasabi.go 0.00% <0.00%> (ø)
util/flags.go 0.00% <0.00%> (ø)
dataloader/loaders.go 7.47% <0.00%> (ø)
... and 15 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

db/postgres/sml_version.go Show resolved Hide resolved
gql/resolver_versions.go Show resolved Hide resolved
util/converter/converter_windows.go Show resolved Hide resolved
@Vilsol Vilsol marked this pull request as ready for review October 19, 2023 19:44
@Vilsol Vilsol merged commit 2c09e07 into staging Oct 19, 2023
6 checks passed
@Vilsol Vilsol deleted the dedicated-server-updates branch October 19, 2023 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

5 participants