Skip to content

Commit

Permalink
Merge branch 'revert-d574bf0a' into 'master-ru'
Browse files Browse the repository at this point in the history
Revert "Merge branch 'moths-fix' into 'master-ru'"

See merge request Workbench-Team/space-station-14!108
  • Loading branch information
MilenVolf committed Aug 5, 2023
2 parents d574bf0 + bea7ee3 commit ca5ca82
Show file tree
Hide file tree
Showing 1,433 changed files with 302,359 additions and 255,773 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build & Test Debug

on:
push:
branches: [ master, staging, trying, master-ru, arumoon-server ]
branches: [ master, staging, trying, master-ru ]
merge_group:
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build & Test Release

on:
push:
branches: [ master, staging, trying, master-ru, arumoon-server ]
branches: [ master, staging, trying, master-ru ]
merge_group:
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
workflow_dispatch:
schedule:
- cron: '0 10 * * *'
push:
branches: [ arumoon-server ]

jobs:
build:
Expand Down
98 changes: 0 additions & 98 deletions .github/workflows/codeql.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/conflict-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- master
- master-ru
- arumoon-server
pull_request_target:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

on:
push:
branches: [ master, staging, trying, master-ru, arumoon-server ]
branches: [ master, staging, trying, master-ru ]
paths:
- '**.cs'
- '**.csproj'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update Wiki
on:
workflow_dispatch:
push:
branches: [ arumoon-server ]
branches: [ master, jsondump ]
paths:
- '.github/workflows/update-wiki.yml'
- 'Content.Shared/Chemistry/**.cs'
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
wiki_text_file: ./bin/Content.Server/data/chem_prototypes.json
edit_summary: Update chem_prototypes.json via GitHub Actions
page_name: "${{ secrets.WIKI_PAGE_ROOT }}/chem_prototypes.json"
api_url: https://wiki.ss14.arumoon.ru/api.php
api_url: https://wiki.spacestation14.io/w/api.php
username: ${{ secrets.WIKI_BOT_USER }}
password: ${{ secrets.WIKI_BOT_PASS }}

Expand All @@ -66,7 +66,7 @@ jobs:
wiki_text_file: ./bin/Content.Server/data/react_prototypes.json
edit_summary: Update react_prototypes.json via GitHub Actions
page_name: "${{ secrets.WIKI_PAGE_ROOT }}/react_prototypes.json"
api_url: https://wiki.ss14.arumoon.ru/api.php
api_url: https://wiki.spacestation14.io/w/api.php
username: ${{ secrets.WIKI_BOT_USER }}
password: ${{ secrets.WIKI_BOT_PASS }}

5 changes: 2 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"program": "${workspaceFolder}/bin/Content.Server/Content.Server.dll",
"args": [],
"console": "integratedTerminal",
"stopAtEntry": false,
"requireExactSource": false,
"stopAtEntry": false
},
{
"name": "YAML Linter",
Expand All @@ -44,4 +43,4 @@
"preLaunchTask": "build"
}
]
}
}
61 changes: 0 additions & 61 deletions Content.Client/Access/UI/AccessStorageBoundUserInterface.cs

This file was deleted.

14 changes: 0 additions & 14 deletions Content.Client/Access/UI/AccessStorageWindow.xaml

This file was deleted.

116 changes: 0 additions & 116 deletions Content.Client/Access/UI/AccessStorageWindow.xaml.cs

This file was deleted.

2 changes: 1 addition & 1 deletion Content.Client/Access/UI/IdCardConsoleWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<DefaultWindow xmlns="https://spacestation14.io"
MinSize="800 390">
MinSize="650 290">
<BoxContainer Orientation="Vertical">
<GridContainer Columns="2">
<GridContainer Columns="3" HorizontalExpand="True">
Expand Down
Loading

0 comments on commit ca5ca82

Please sign in to comment.