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

Version 1.0.99.0 - Somebody Order these Parts? #35

Merged
merged 28 commits into from
Mar 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
203efeb
Create SurveyStation optional.txt
LEGIONBOSS Apr 17, 2021
8169dde
Create .gitattributes
zer0Kerbal Mar 7, 2022
7e84b41
Update .gitignore
zer0Kerbal Mar 7, 2022
8da2b53
cleaning
zer0Kerbal Mar 23, 2022
112a755
Delete ControlReference.cfg
zer0Kerbal Mar 23, 2022
d489a0a
split file
zer0Kerbal Mar 23, 2022
a6c9c57
Update CCK.cfg
zer0Kerbal Mar 23, 2022
9823357
Update SurveyStationForAllCrewed.cfg.0
zer0Kerbal Mar 23, 2022
869c18d
Merge pull request #30 from LEGIONBOSS/LEGIONBOSS-patch-1
zer0Kerbal Mar 23, 2022
0872ae8
Merge branch 'master' into 1.0.99.0-prerelease
zer0Kerbal Mar 23, 2022
4d0af3a
Merge branch '1.0.99.0-prerelease' of https://github.com/zer0Kerbal/N…
zer0Kerbal Mar 23, 2022
4b3507f
Merge branch 'master' into 1.0.99.0-prerelease
zer0Kerbal Mar 23, 2022
2bd4bde
Update NotSoSimpleConstruction.version
zer0Kerbal Mar 23, 2022
8a81ed9
folder rename :file_folder:
zer0Kerbal Mar 23, 2022
5316010
move to config
zer0Kerbal Mar 23, 2022
3d60f3f
Update NotSoSimpleConstruction.version
zer0Kerbal Mar 23, 2022
969a72d
Update ksp.json
zer0Kerbal Mar 23, 2022
c6c3d2c
Update license.json
zer0Kerbal Mar 23, 2022
bd6e222
Update mod.json
zer0Kerbal Mar 23, 2022
b7a3231
Update .imgbotconfig
zer0Kerbal Mar 23, 2022
5287440
Update LegalMumboJumbo.md
zer0Kerbal Mar 23, 2022
9b64281
Update AVC-VersionFileValidator.yml
zer0Kerbal Mar 23, 2022
6dc5ec7
Update createIndexesfromMarkdown.yml
zer0Kerbal Mar 23, 2022
a6c2c9e
Update greetings.yml
zer0Kerbal Mar 23, 2022
022b63f
Delete Changelog.cfg
zer0Kerbal Mar 23, 2022
f700c46
Version 1.0.99.0 - Somebody Order these Parts?
zer0Kerbal Mar 23, 2022
86d380c
Version 1.0.99.0 - Somebody Order these Parts?
zer0Kerbal Mar 23, 2022
475ddc3
Merge branch 'master' into 1.0.99.0-prerelease
zer0Kerbal Mar 23, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .github/.imgbotconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,22 @@
"ignoredFiles": [
"GameData/*",
"docs/LegalMumboJumbo/*",
"/docs/LegalMumboJumbo/*",
"GameData/NotSoSimpleConstruction/*",
"/GameData/NotSoSimpleConstruction/*",
"GameData/NotSoSimpleConstruction/Textures/*",
"/GameData/NotSoSimpleConstruction/Textures/*",
"source/*",
"**/Assets/**",
"**/Flags/**",
"**/Agents/**",
"**/Parts/**",
"**/@Thumbs/**"
"**/Textures/**",
"**/UI/**",
"**/PluginData/**",
"**/Icons/**",
"**/@thumbs/**"
],
"aggressiveCompression": "false",
"compressWiki": "true",
"minKBReduced": 500
}
}
18 changes: 12 additions & 6 deletions .github/workflows/AVC-VersionFileValidator.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
# v1.3.1
# v1.4.0
# update checkout to v3
# update AVC to v1.4
# This is a standard workflow to validate all .version files
# found in the root directory of the repository and any subdirectories,
# whenever something is pushed to any branch in the repository, or to a "foreign" branch active in a pull request.
# It should cover most cases.
name: Validate AVC .version files

name: AVC .version file validation
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:

jobs:
validate_version_files:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: KSP-AVC Version File Validator
uses: DasSkelett/[email protected]

- name: Validate files
uses: DasSkelett/AVC-VersionFileValidator@master
8 changes: 4 additions & 4 deletions .github/workflows/createIndexesfromMarkdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 1.0.1.0
# 1.0.2.1
# created: 05 Feb 2022
# updated: 20 Feb 2022
# updated: 18 Mar 2022
# Create Indexes from Markdown
# https://github.com/DaanV2/Markdown-Action-Create-Indexes

Expand All @@ -18,8 +18,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: DaanV2/Markdown-Action-Create-Indexes@v1.5.13
- uses: actions/checkout@v3
- uses: DaanV2/Markdown-Action-Create-Indexes@v1.6.0
with:
folder: ${{github.workspace}}/docs/

Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# 1.1.0.1 - 2 Dec 2021
# 1.1.0.2
# created: 02 Dec 2021
# updated: 18 Mar 2022
# An action for filtering pull requests and issues from first-time contributors.
# https://github.com/marketplace/actions/first-interaction

name: Greetings

on: [pull_request, issues, issue_comment, discussion_comment, fork, gollum]
on: [pull_request, issues, issue_comment, discussion_comment, fork, gollum, workflow_dispatch]

jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
- uses: actions/first-interaction@v1.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you. Kindly read [contributiing.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md), [code_of_conduct.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) and [styleguide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md). These are boilerplate.'
Expand Down
39 changes: 0 additions & 39 deletions Changelog.cfg

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Loading