AffectedArc07
|
12725d9e03
|
Tweaks guidelines to prevent my own slip ups (#18981)
|
2022-09-07 13:40:09 +01:00 |
|
AffectedArc07
|
8a10336780
|
The headcoder shuffle (#18923)
|
2022-08-29 16:45:49 +01:00 |
|
AffectedArc07
|
3e81e584a0
|
Contributing cleanup + Gitignore tweak (#18690)
* Contributing cleanup + Gitignore tweak
* Oops v1
|
2022-08-06 15:29:10 +01:00 |
|
moxian
|
53c4aad491
|
Update PULL_REQUEST_TEMPLATE.md (#18609)
|
2022-07-27 21:02:22 +01:00 |
|
AffectedArc07
|
afe179ebba
|
Update bug report template for security issues (#18473)
|
2022-07-20 16:09:58 +01:00 |
|
S34N
|
4f5c3376e3
|
Updates tools to include mapmerge hooks and merge drivers, plus more (#18034)
* bumps tools to modern versions, adds DMM merge driver hooks for automatic map merging
* mapping guidelines update
* Update .github/CONTRIBUTING.md
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
* aa review
* these somehow got ignored? force adding
* Apply suggestions from code review
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
|
2022-06-21 23:53:19 +01:00 |
|
AffectedArc07
|
e5dac22f25
|
A new era (#18000)
* Holding commit
* Revert "Holding commit"
This reverts commit cb38dc08f8.
* Actually rewrites stuff
|
2022-06-20 17:27:15 -05:00 |
|
dependabot[bot]
|
b35dcc6383
|
Bump actions/cache from 2 to 3 (#17978)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-06-16 14:42:33 +01:00 |
|
dependabot[bot]
|
3d66dbefee
|
Bump actions/checkout from 2 to 3 (#17977)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-06-16 14:10:49 +01:00 |
|
dependabot[bot]
|
df431bd391
|
Bump crazy-max/ghaction-github-pages from 2 to 3 (#17979)
Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from 2 to 3.
- [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases)
- [Changelog](https://github.com/crazy-max/ghaction-github-pages/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/crazy-max/ghaction-github-pages/compare/v2...v3)
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-github-pages
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-06-16 14:04:47 +01:00 |
|
dependabot[bot]
|
3e99174e4e
|
Bump actions/setup-python from 2 to 4 (#17976)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-06-16 14:03:09 +01:00 |
|
Naveen
|
b120d4025a
|
chore: Included githubactions in the dependabot config (#17973)
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure.
Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot
GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
|
2022-06-16 13:56:00 +01:00 |
|
Naveen
|
c46136016a
|
chore: Set permissions for GitHub actions (#17964)
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
|
2022-06-15 14:20:47 +01:00 |
|
moxian
|
3cb55b2adb
|
Update link to dmdoc (#17932)
|
2022-06-08 15:37:07 +01:00 |
|
AffectedArc07
|
7f22eb8611
|
GitHub action to check for DMI5 (#17881)
* GitHub action to check for DMI5
* Maybe?
* bump
* checkout first
* Bumps some icons
|
2022-05-28 07:58:15 -06:00 |
|
moxian
|
b000bd2a88
|
Add eslint settings to vscode config (#17680)
* Add eslint settings to vscode config
* Lint vscode settings as json5
* A tiny bit better argument parsing, oops
|
2022-04-29 13:07:46 +01:00 |
|
variableundefined
|
6b47aebf80
|
The last PR till the next T-shirt season, probably (#17522)
Retiring for real now
|
2022-03-26 00:12:31 +00:00 |
|
AffectedArc07
|
674fbff20e
|
The return (#17439)
|
2022-02-24 12:38:10 +01:00 |
|
AffectedArc07
|
0e24c24f52
|
[READY] Redis PubSub integration + RUSTG Updates (#17266)
|
2022-01-11 16:56:41 +01:00 |
|
S34N
|
2797b60bc1
|
Adds support for more "[dir] bump" mapping (#16908)
|
2021-12-03 08:10:11 +01:00 |
|
AffectedArc07
|
192fa1815e
|
Fixed CI (#17181)
|
2021-12-01 20:46:39 +01:00 |
|
AffectedArc07
|
d784880b9e
|
Fixes bad documentation (#17144)
|
2021-11-19 22:38:27 +01:00 |
|
AffectedArc07
|
0cb1f63df6
|
Tweaks GBP values
|
2021-11-06 19:30:37 +00:00 |
|
variableundefined
|
9be92cc1e2
|
Merge pull request #17045 from AffectedArc07/gbp
GitHub Balance Points
|
2021-11-06 14:06:06 -05:00 |
|
AffectedArc07
|
68a40eb1f3
|
GitHub Balance Points
|
2021-11-06 16:35:21 +00:00 |
|
AffectedArc07
|
aa8a63b060
|
The dawn of a new era (#17044)
|
2021-11-06 17:34:02 +01:00 |
|
Paulo Elienay II
|
0de8f5a81e
|
docs: adds faster downloads to push too (#17024)
|
2021-11-05 13:30:38 +01:00 |
|
AffectedArc07
|
4f29cb441f
|
Hands TGUI ownership over to mochi (#17033)
|
2021-11-04 18:36:02 +01:00 |
|
variableundefined
|
1c2e065a90
|
Merge pull request #17006 from paulo-e/docs/clone_faster
Shows how to clone faster in the docs
|
2021-11-01 08:42:32 -05:00 |
|
AffectedArc07
|
c57a612c55
|
actually lets keep these
|
2021-10-30 17:59:39 +01:00 |
|
AffectedArc07
|
62aabe7401
|
The end of an era
|
2021-10-30 10:47:25 +01:00 |
|
Paulo Elienay
|
203d9c14df
|
docs: shows how to clone faster
|
2021-10-29 06:08:02 -03:00 |
|
AffectedArc07
|
4ad5e41324
|
Merge remote-tracking branch 'ParadiseSS13/master' into multi-instance-support
|
2021-10-12 20:27:07 +01:00 |
|
AffectedArc07
|
03e300bbb8
|
Ammends mapping standards in CONTRIBUTING.md
|
2021-10-03 20:26:32 +01:00 |
|
AffectedArc07
|
7a0134e6e2
|
Merge remote-tracking branch 'ParadiseSS13/master' into multi-instance-support
|
2021-10-02 19:49:28 +01:00 |
|
AffectedArc07
|
ce3f0c5045
|
Launch all maps on CI
|
2021-09-26 16:40:26 +01:00 |
|
AffectedArc07
|
890e7e5ce5
|
I think this is instance communication
|
2021-09-20 23:50:51 +01:00 |
|
variableundefined
|
63b297a73c
|
Add guideline to disallow fix bundling and excessively large PR (#16686)
|
2021-09-16 18:11:58 +01:00 |
|
AffectedArc07
|
cefac9bea5
|
I am dumb and cant write yaml
|
2021-09-15 15:33:04 +01:00 |
|
AffectedArc07
|
c7b10e9fd9
|
Makes us use release dmdoc
|
2021-09-13 22:01:40 +01:00 |
|
AffectedArc07
|
8645464331
|
Create FUNDING.yml
|
2021-09-08 22:45:29 +01:00 |
|
SabreML
|
f7166165be
|
Contributing guidelines readability tweaks (#16428)
* Update CONTRIBUTING.md
* Reviews
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
Co-authored-by: dearmochi <1496804+dearmochi@users.noreply.github.com>
* `addtimer()` section
* Steel review spacing
* AA Review 1.0
* Apply suggestions from code review
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
Co-authored-by: dearmochi <1496804+dearmochi@users.noreply.github.com>
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
|
2021-08-05 11:36:40 +01:00 |
|
AffectedArc07
|
c852290246
|
Updates some documentation
|
2021-07-25 15:47:44 +01:00 |
|
variableundefined
|
171edcbc7f
|
Merge pull request #16125 from S34NW/patch-1
Addition to contribution guidelines, mapping section.
|
2021-07-25 09:06:12 -04:00 |
|
S34N
|
e6f015cb30
|
Update CONTRIBUTING.md
|
2021-07-21 10:50:44 +01:00 |
|
S34N
|
7a1087a7f5
|
Update CONTRIBUTING.md
|
2021-07-20 22:43:17 +01:00 |
|
S34N
|
3f9fabc0a1
|
Update CONTRIBUTING.md
|
2021-07-20 22:18:26 +01:00 |
|
S34N
|
4390856894
|
Update .github/CONTRIBUTING.md
Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>
|
2021-07-20 22:15:58 +01:00 |
|
S34N
|
6f68e253c6
|
Update CONTRIBUTING.md
|
2021-07-20 22:15:44 +01:00 |
|
S34N
|
7ff9d01c76
|
SDMM map merge info
|
2021-06-28 14:45:06 +01:00 |
|