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

Easier deployment #250

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Easier deployment #250

wants to merge 3 commits into from

Conversation

waybackarchiver
Copy link
Contributor

Description


Issue Ticket Number

Fixes #160 #173


Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • I have followed the contributing guidelines of this project as mentioned in CONTRIBUTING.md
  • I have checked to ensure there aren't other open Pull Requests for the same update/change?
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes needed to the documentation

@waybackarchiver waybackarchiver added the documentation Improvements or additions to documentation label Nov 4, 2022
@waybackarchiver waybackarchiver linked an issue Nov 4, 2022 that may be closed by this pull request
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has totally checked 380 files.

Valid Invalid Ignored Fixed
133 1 246 0
Click to see the invalid file list
  • .devcontainer/Dockerfile

.devcontainer/Dockerfile Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Nov 4, 2022

Codecov Report

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

Comparison is base (6c6bf79) 45.51% compared to head (56bbc64) 45.15%.
Report is 47 commits behind head on main.

❗ Current head 56bbc64 differs from pull request most recent head a7b96ef. Consider uploading reports for the commit a7b96ef to get more accurate results

Files Patch % Lines
reduxer/media.go 82.92% 4 Missing and 3 partials ⚠️
reduxer/reduxer.go 0.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #250      +/-   ##
==========================================
- Coverage   45.51%   45.15%   -0.36%     
==========================================
  Files          40       41       +1     
  Lines        4998     5040      +42     
==========================================
+ Hits         2275     2276       +1     
- Misses       2445     2496      +51     
+ Partials      278      268      -10     

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

@waybackarchiver waybackarchiver changed the title Easy deployment Easier deployment Nov 4, 2022
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.195.0/containers/go/.devcontainer/base.Dockerfile
# [Choice] Go version (use -bullseye variants on local arm64/Apple Silicon): 1, 1.16, 1.17, 1-bullseye, 1.16-bullseye, 1.17-bullseye, 1-buster, 1.16-buster, 1.17-buster
ARG VARIANT=1-bullseye
FROM mcr.microsoft.com/vscode/devcontainers/go:0-${VARIANT}

Check warning

Code scanning / Scorecard

Pinned-Dependencies

score is 7: containerImage not pinned by hash Click Remediation section below to solve this issue
@github-actions
Copy link

github-actions bot commented Jul 8, 2023

It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot added the Stale label Jul 8, 2023
@github-actions github-actions bot closed this Jul 15, 2023
@github-actions github-actions bot removed the Stale label Oct 7, 2023
@github-actions github-actions bot added the Stale label Feb 10, 2024
@wabarc wabarc deleted a comment from github-actions bot Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Easy deployment on digitalocean and vultr Add support for Replit and Glitch
1 participant