forked from sojourn-13/sojourn-station
-
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.
* Ports Asset Cache Update (#7093) (sojourn-13#4055) * Revert "Revert "[TGUI] Asset Cache Update (#7093)"" (#7422) * Revert "Revert "[TGUI] Asset Cache Update (#7093)" (#7421)" This reverts commit 7c1af9219d6f8e1fa9e491b2aeb0fdaeea35cfa6. * fix menu * testfix * fix the ahelp incedent * remove testing code * closer to complieing * missed logging changes * wait this accully works? * Update code/__DEFINES/is_helpers.dm * Update misc.dm * idk why this said not used : / * disposal fix * Update _unit_tests.dm * pain and suffering * Lamus's fixes * Complie * THE MISSING FILE * exemptions * map fixes and more blacklisting * more cleaning * hopefully last bits * and the other map changes * some more * APC pains * better smes * Tg UI pains (sojourn-13#4192) * Revert "Revert "adds tgui (now real!) (#7685)" (#7728)" (#7729) This reverts commit 492001ceb3808b145af9c682816c6646aeebd1cc. * fix regress + add missing ci (#7731) * blah * success * Update .github/workflows/ci_suite.yml * Update subsystems-priority.dm * Update make_changelog.yml * the changelog corrections * Revert "the changelog corrections" This reverts commit 75d0b31. Co-authored-by: Letter N <[email protected]> * Bump terser from 5.12.1 to 5.14.2 in /tgui (sojourn-13#4193) Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](terser/terser@v5.12.1...v5.14.2) --- updated-dependencies: - dependency-name: terser dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump fastify from 3.20.2 to 3.29.4 in /tgui (sojourn-13#4194) Bumps [fastify](https://github.com/fastify/fastify) from 3.20.2 to 3.29.4. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v3.20.2...v3.29.4) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump loader-utils from 1.4.0 to 1.4.2 in /tgui (sojourn-13#4195) Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.4.0...v1.4.2) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update make_changelog.yml * Bump axios from 0.21.1 to 0.21.2 in /tgui (sojourn-13#4196) Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.2/CHANGELOG.md) - [Commits](axios/axios@v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump nanoid from 3.1.25 to 3.3.4 in /tgui (sojourn-13#4197) Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.3.4. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.1.25...3.3.4) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Letter N <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
07d81ef
commit 29e928a
Showing
1,156 changed files
with
135,560 additions
and
10,269 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ name: Compile changelogs | |
on: | ||
schedule: | ||
- cron: "0 0 * * *" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
compile: | ||
|
@@ -12,41 +13,42 @@ jobs: | |
- name: "Check for CHANGELOG_ENABLER secret and pass true to output if it exists to be checked by later steps" | ||
id: value_holder | ||
env: | ||
CHANGELOG_ENABLER: ${{ secrets.CHANGELOG_ENABLER }} | ||
ENABLER_SECRET: ${{ secrets.CHANGELOG_ENABLER }} | ||
run: | | ||
unset SECRET_EXISTS | ||
if [ -n $CHANGELOG_ENABLER ]; then SECRET_EXISTS='true' ; fi | ||
echo ::set-output name=CL_ENABLED::${SECRET_EXISTS} | ||
if [ -n "$ENABLER_SECRET" ]; then SECRET_EXISTS=true ; fi | ||
echo "::set-output name=ACTIONS_ENABLED::$SECRET_EXISTS" | ||
- name: "Setup python" | ||
if: steps.value_holder.outputs.CL_ENABLED | ||
if: steps.value_holder.outputs.ACTIONS_ENABLED | ||
uses: actions/setup-python@v1 | ||
with: | ||
python-version: '3.x' | ||
- name: "Install deps" | ||
if: steps.value_holder.outputs.CL_ENABLED | ||
if: steps.value_holder.outputs.ACTIONS_ENABLED | ||
run: | | ||
python -m pip install --upgrade pip | ||
python -m pip install pyyaml bs4 | ||
python -m pip install pyyaml | ||
sudo apt-get install dos2unix | ||
- name: "Checkout" | ||
if: steps.value_holder.outputs.CL_ENABLED | ||
uses: actions/checkout@v1 | ||
if: steps.value_holder.outputs.ACTIONS_ENABLED | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 25 | ||
persist-credentials: false | ||
- name: "Compile" | ||
if: steps.value_holder.outputs.CL_ENABLED | ||
if: steps.value_holder.outputs.ACTIONS_ENABLED | ||
run: | | ||
python tools/changelog/ss13_genchangelog.py html/changelog.html html/changelogs | ||
python tools/ss13_genchangelog.py html/changelogs | ||
- name: Commit | ||
if: steps.value_holder.outputs.CL_ENABLED | ||
if: steps.value_holder.outputs.ACTIONS_ENABLED | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "Changelogs" | ||
git pull origin master | ||
git add html/changelogs | ||
git commit -m "Automatic changelog compile [ci skip]" -a || true | ||
- name: "Push" | ||
if: steps.value_holder.outputs.CL_ENABLED | ||
if: steps.value_holder.outputs.ACTIONS_ENABLED | ||
uses: ad-m/github-push-action@master | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
github_token: ${{ secrets.COMFY_ORANGE_PAT || secrets.GITHUB_TOKEN }} |
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 |
---|---|---|
|
@@ -11,3 +11,4 @@ jobs: | |
with: | ||
CONFLICT_LABEL_NAME: 'Merge Conflict' | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
WAIT_MS: 10000 |
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 |
---|---|---|
|
@@ -3,24 +3,30 @@ on: | |
push: | ||
branches: | ||
- master | ||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
generate_documentation: | ||
permissions: | ||
contents: write # for JamesIves/github-pages-deploy-action to push changes in repo | ||
if: "!contains(github.event.head_commit.message, '[ci skip]')" | ||
runs-on: ubuntu-20.04 | ||
concurrency: gen-docs | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Setup cache | ||
uses: actions/cache@v2 | ||
uses: actions/cache@v3 | ||
with: | ||
path: $HOME/SpacemanDMM | ||
key: ${{ runner.os }}-spacemandmm | ||
path: ~/SpacemanDMM | ||
key: ${{ runner.os }}-spacemandmm-${{ secrets.CACHE_PURGE_KEY }} | ||
- name: Install SpacemanDMM | ||
run: bash tools/ci/install_spaceman_dmm.sh dmdoc | ||
- name: Generate documentation | ||
run: | | ||
~/dmdoc | ||
touch dmdoc/.nojekyll | ||
echo codedocs.tgstation13.org > dmdoc/CNAME | ||
echo codedocs.cev-eris.net > dmdoc/CNAME | ||
- name: Deploy | ||
uses: JamesIves/[email protected] | ||
with: | ||
|
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,29 @@ | ||
name: Make changelogs | ||
|
||
on: | ||
push: | ||
branches: [master] | ||
|
||
jobs: | ||
MakeCL: | ||
runs-on: ubuntu-latest | ||
if: github.repository == 'discordia-space/CEV-Eris' | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v1 | ||
with: | ||
fetch-depth: 25 | ||
- name: Python setup | ||
uses: actions/setup-python@v1 | ||
with: | ||
python-version: '3.x' | ||
- name: Install depends | ||
run: | | ||
python -m pip install --upgrade pip | ||
pip install ruamel.yaml PyGithub | ||
- name: Make CL | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GIT_EMAIL: "[email protected]" | ||
GIT_NAME: "Nestor Jr." | ||
run: python tools/changelog/generate_cl.py |
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,43 @@ | ||
# This is a separate workflow so that it can access secrets, which are necessary | ||
# because we need to be able to upload the images and post a comment. | ||
# In the event this workflow fails, the screenshot test results are still | ||
# available as an artifact of the screenshot test comparison workflow itself. | ||
# This simply provides necessary quality of life. | ||
name: Show Screenshot Test Results | ||
on: | ||
workflow_run: | ||
workflows: [CI Suite] | ||
types: | ||
- completed | ||
jobs: | ||
show_screenshot_test_results: | ||
if: "!contains(github.event.head_commit.message, '[ci skip]')" | ||
name: Show Screenshot Test Results | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: "Check for ARTIFACTS_FILE_HOUSE_KEY" | ||
id: secrets_set | ||
env: | ||
ENABLER_SECRET: ${{ secrets.ARTIFACTS_FILE_HOUSE_KEY }} | ||
run: | | ||
unset SECRET_EXISTS | ||
if [ -n "$ENABLER_SECRET" ]; then SECRET_EXISTS=true ; fi | ||
echo "SECRETS_ENABLED=$SECRET_EXISTS" >> $GITHUB_OUTPUT | ||
- name: Checkout | ||
if: steps.secrets_set.outputs.SECRETS_ENABLED | ||
uses: actions/checkout@v3 | ||
- name: Prepare module | ||
if: steps.secrets_set.outputs.SECRETS_ENABLED | ||
run: | | ||
# This is needed because node-fetch needs import and doesn't work with require :/ | ||
echo "{\"type\": \"module\"}" > package.json | ||
npm install node-fetch | ||
- name: Show screenshot test results | ||
if: steps.secrets_set.outputs.SECRETS_ENABLED | ||
uses: actions/github-script@v6 | ||
env: | ||
FILE_HOUSE_KEY: ${{ secrets.ARTIFACTS_FILE_HOUSE_KEY }} | ||
with: | ||
script: | | ||
const { showScreenshotTestResults } = await import('${{ github.workspace }}/tools/ci/show_screenshot_test_results.js') | ||
await showScreenshotTestResults({ github, context, exec }) |
Oops, something went wrong.