forked from Helixis/tgstation-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Helixis#1 from tgstation/master
Master
- Loading branch information
Showing
874 changed files
with
118,912 additions
and
35,637 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,9 @@ | ||
codecov: | ||
strict_yaml_branch: master | ||
coverage: | ||
status: | ||
project: | ||
default: | ||
threshold: 0 | ||
if_no_uploads: failure | ||
if_ci_failed: failure | ||
patch: | ||
default: | ||
target: 100 | ||
only_pulls: true | ||
changes: | ||
default: | ||
if_no_uploads: failure | ||
if_ci_failed: failure | ||
only_pulls: yes | ||
target: auto | ||
threshold: 3% | ||
patch: off | ||
comment: | ||
layout: "header, diff, changes" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
*/bin | ||
*/obj | ||
|
||
.git | ||
.github | ||
.vs | ||
.vscode | ||
.codecov.yml | ||
.dockerignore | ||
.gitignore | ||
.travis.yml | ||
appveyor.yml | ||
omnisharp.json | ||
README.md | ||
|
||
build/** | ||
!build/analyzers.ruleset | ||
!build/tgs.docker.sh | ||
!build/tgs.ico | ||
!build/tgs.png | ||
!build/stylecop.json | ||
!build/Version.props | ||
docs | ||
src/DMAPI | ||
src/Tgstation.Server.Host/ClientApp/build | ||
src/Tgstation.Server.Host/ClientApp/node_modules | ||
src/Tgstation.Server.Host/wwwroot | ||
src/Tgstation.Server.Host/appsettings.Development.json | ||
src/Tgstation.Server.Host/tgs.bat | ||
src/Tgstation.Server.Host/tgs.sh | ||
src/Tgstation.Server.Host.Client | ||
src/Tgstation.Server.Host.Service | ||
tests | ||
tools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[*] | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
[*.cs] | ||
indent_style = tab | ||
indent_size = 4 | ||
[*.csproj] | ||
indent_style = space | ||
indent_size = 2 | ||
[*.dm] | ||
indent_style = tab | ||
indent_size = 4 | ||
[*.yml] | ||
indent_style = space | ||
indent_size = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: Bug Report | ||
about: Report a problem with the server | ||
title: '' | ||
labels: Bug, Reproduction Required | ||
assignees: Cyberboss | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. Please note that client issues (i.e. Control panel crashes) do not belong in this repo and should be report in their own. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Logs** | ||
Please include full server logs to help diagnose your problem | ||
|
||
**Server State: (please complete the following information):** | ||
- OS: | ||
- Version: | ||
- Database Type/Version: | ||
- BYOND Version Used: | ||
- git Repository Used: | ||
- Origin Commit hash Used: | ||
- Active Test Merges: | ||
- Client Version: | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for the server | ||
title: '' | ||
labels: Feature Request, Backlog | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[Base Branch]: # (Please set the base branch of your pull request appropriately. If you only made a patch, code improvement, non-server code change, or comment/documentation update please target the `master` branch. Otherwise, target the `dev` branch.) | ||
|
||
[Release Notes]: # (Your PR should contain a detailed list of notable changes, titled appropriately. This includes any observable changes to the server or DMAPI. See examples below.) | ||
|
||
:cl: | ||
Description of your change. | ||
Each newline corresponds to a release note in the release your change is included in. | ||
/:cl: | ||
|
||
:cl: | ||
You can also have multiple sets of release notes per pull request. | ||
They will be amalgamated together in the end. | ||
/:cl: | ||
|
||
:cl: Categories | ||
Categories are divided up in the release notes and set after the :cl: header. | ||
The default category is Core. | ||
The current standard categories are Core, DMAPI, HTTP API, and Host Watchdog. | ||
/:cl: | ||
|
||
[Why]: # (If this does not close or work on an existing GitHub issue, please add a short description [two lines down] of why you think these changes would benefit the server. If you can't justify it in words, it might not be worth adding.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: 'Delete Old Artifacts' | ||
on: | ||
schedule: | ||
- cron: '0 0 * * *' # every day | ||
|
||
jobs: | ||
delete-artifacts: | ||
name: Delete Artifacts | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Delete Artifacts | ||
uses: kolpav/purge-artifacts-action@v1 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
expire-in: 30days # Setting this to 0 will delete all artifacts |
Oops, something went wrong.