maximalmax90
290eb6be3a
Update update_vintagestory.sh ( #4286 )
...
* build(deps): bump github/issue-labeler from 3.1 to 3.2 (#4258 )
Bumps [github/issue-labeler](https://github.com/github/issue-labeler ) from 3.1 to 3.2.
- [Release notes](https://github.com/github/issue-labeler/releases )
- [Commits](https://github.com/github/issue-labeler/compare/v3.1...v3.2 )
---
updated-dependencies:
- dependency-name: github/issue-labeler
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update update_vintagestory.sh
* Update _default.cfg
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-27 22:03:44 +01:00
Daniel Gibbs
edcd2b7c8b
feat: add serverfiles directory creation step
...
This commit adds a new step to the workflow that creates a "serverfiles" directory. This directory will be used for storing server-related files.
2023-07-21 01:00:41 +01:00
Daniel Gibbs
76badc21ed
feat(docker): add trigger for building Docker LinuxGSM and GameServer
...
Added triggers to the workflow file `trigger-docker-build.yml` to build Docker images for LinuxGSM and GameServer. The trigger for GameServer is dependent on the completion of the LinuxGSM build.
2023-07-02 01:03:10 +01:00
Daniel Gibbs
23e39af8a3
Merge branch 'hotfix/v23.3.4'
2023-06-15 22:00:09 +01:00
Daniel Gibbs
e95d77f38a
chore: update GitHub workflow names and add more descriptive names
...
This commit updates the name of several GitHub workflows to use proper capitalization and adds more descriptive names. The changes include:
- Add to project workflow: updated name from "Add game server requests to project" to "Add to Project"
- Details check workflow: updated name from "Details Check" to "Check LinuxGSM game server config and parameter variables"
- Git sync workflow: updated name from "Github to Bitbucket sync" to "Sync GitHub repo with backup Bitbucket repo"
- Issue labeler workflow: updated name from "Issue Labeler" to "Automatically label issues based on configuration file"
- Lock threads workflow: updated name from "Lock Threads" to "Automatically lock inactive threads after one week"
- Potential duplicates workflow: updated name from "Potential Duplicates" to "Detect potential duplicate issues and apply a label"
- Server list validation workflow: updated name from "Server list Validation" to Validate LinuxGSM serverlist.json format
- Trigger docker build workflow: added more descriptive names for each job
- Update copyright years in license file workflow: removed unnecessary dashes at the beginning, added a more concise description
- Version check workflow: added a more concise description
2023-06-14 23:55:13 +01:00
Daniel Gibbs
604ff78942
feat: Update details-check.yml to use main branch for Game-Server-Configs
...
The code changes update the details-check.yml file to use the main branch instead of the rename branch for Game-Server-Configs. This ensures that the correct config file is downloaded for game servers.
2023-06-14 21:49:41 +01:00
Daniel Gibbs
2cebdfea66
feat: add header to serverlist.csv ( #4231 )
...
* feat: add header to serverlist.csv
added header to serverlistto help ansible and other tools better work with the csv file
* feat: update serverlist menu
The script now skips the first line of the serverlist file when generating the list for 'list' and 'install' commands. This ensures that the header is not included in the output.
* fix: check details
* fix serverlist validate test
2023-06-11 16:24:04 +01:00
Daniel Gibbs
fa24b08370
feat: Add concurrency to details-check workflow
...
This commit adds a new feature to the details-check workflow by including concurrency. The group is set to the branch name and cancel-in-progress is enabled.
2023-06-09 17:10:50 +01:00
Daniel Gibbs
44931f7995
feat: swap details-check steps to fail faster
...
if the branch disappears the check will fail straight away rather then spend 1m download dependency's
2023-06-09 16:58:39 +01:00
Daniel Gibbs
d76e65eadf
chore: add details to details check
2023-05-29 21:24:00 +01:00
Daniel Gibbs
ddd5e732f8
Merge branch 'release/v23.3.0'
2023-05-28 12:56:42 +01:00
dependabot[bot]
1ca0b54e2a
build(deps): bump JasonEtco/is-sponsor-label-action from 1 to 2 ( #4209 )
...
Bumps [JasonEtco/is-sponsor-label-action](https://github.com/JasonEtco/is-sponsor-label-action ) from 1 to 2.
- [Release notes](https://github.com/JasonEtco/is-sponsor-label-action/releases )
- [Commits](https://github.com/JasonEtco/is-sponsor-label-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: JasonEtco/is-sponsor-label-action
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>
2023-05-24 22:52:32 +01:00
Daniel Gibbs
03365ca5a7
feat: serverlist validate ( #4207 )
...
* server list validate
* dir
* dir
* dir
* cr
* add missing pc2
* pc2
* fix branch
* exit code
* repo
* branch
* fix csv
* letter
* tidy
* codacy
* exit code
2023-05-19 18:58:48 +01:00
Nicolas Le Cam
a498a88303
feat(deps): Add depencency support for Debian 12 (bookworm) ( #4203 )
...
* feat(deps): Add depencency support for Debian 12 (bookworm)
* add xmllint
---------
Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
2023-05-16 21:18:32 +01:00
Daniel Gibbs
40757ae9b5
feat(details): refactor of game info ( #4174 )
...
* feat(btl): rename bt1944 to btl (#4124 )
* fix(bt1944): update binary file
* feat(btl): rename bt1944 to btl
* rename gameworld to worldname
* rename autosaveinverval to saveinterval
* rust seed
* add exit code to details
* update some variables
* comment
* update random
* current refactor
* modules
* json
* xml
* add core modules to functions dir
* functions
* fix
* use xmllint for parsing xml
* check root
* check logs
* sdtd
* quakec
* changes
* remove dev null
* arma3
* add detect details
* config origin
* fix: cmw mkdir bug
* ini improvements
* further ini improvements
* dst ini
* revert
* httpport
* max players
* source engine
* fix: cannot iterate over null
* fix quakec
* fix(nec): no query port
* more updates
* more updated
* more
* more
* telnet ip
* first test of details checking
* more details updates
* more standardizing
* comment out steamport in not set
* kf2 master server true
* update roserver
* fix bug
* looks for file called config and uses that
* test
test
test
test
test
* download correct configs
* test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
* remove blank lines
* update var names
* fail
* continue on error
* install xmllint
* adjust quakec
* fix dst
* fix java
* re order mcb
* fix query port mc
* fix mom
* fix pc
* pc add http port
* add api and http port
* change naming to http from web admin
* api port
* http
* pc2
* add query raw
* list cluster config
* servercfgparse
* update avserver
* tidy up steam ports
* more servers completed
* fix sb
* no config file
* no config file
* add emserver config install
* codacy
* add legacy vars
* add more legacy
* add xmllint
* mta xmllint
* codacy
* codacy
2023-05-16 20:56:58 +01:00
dependabot[bot]
4fd47dafb5
build(deps): bump actions/add-to-project from 0.4.1 to 0.5.0 ( #4183 )
...
Bumps [actions/add-to-project](https://github.com/actions/add-to-project ) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/actions/add-to-project/releases )
- [Commits](https://github.com/actions/add-to-project/compare/v0.4.1...v0.5.0 )
---
updated-dependencies:
- dependency-name: actions/add-to-project
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-10 23:18:02 +01:00
dependabot[bot]
ed1fbbecdf
build(deps): bump actions/add-to-project from 0.4.1 to 0.5.0 ( #4167 )
...
Bumps [actions/add-to-project](https://github.com/actions/add-to-project ) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/actions/add-to-project/releases )
- [Commits](https://github.com/actions/add-to-project/compare/v0.4.1...v0.5.0 )
---
updated-dependencies:
- dependency-name: actions/add-to-project
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-06 21:57:58 +01:00
Daniel Gibbs
0bec0ca218
feat: convert functions dir to modules dir ( #4169 )
...
* functions dir will be deleted after 14 days
2023-04-05 00:16:37 +01:00
dependabot[bot]
a69825aa7c
build(deps): bump github/issue-labeler from 2.5 to 3.1 ( #4152 )
...
* chore: auto add game server requests to gh project
* build(deps): bump github/issue-labeler from 2.5 to 3.1
Bumps [github/issue-labeler](https://github.com/github/issue-labeler ) from 2.5 to 3.1.
- [Release notes](https://github.com/github/issue-labeler/releases )
- [Commits](https://github.com/github/issue-labeler/compare/v2.5...v3.1 )
---
updated-dependencies:
- dependency-name: github/issue-labeler
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-02 16:17:48 +01:00
dependabot[bot]
40e5009194
build(deps): bump FantasticFiasco/action-update-license-year from 2 to 3 ( #4153 )
...
* chore: auto add game server requests to gh project
* build(deps): bump FantasticFiasco/action-update-license-year from 2 to 3
Bumps [FantasticFiasco/action-update-license-year](https://github.com/FantasticFiasco/action-update-license-year ) from 2 to 3.
- [Release notes](https://github.com/FantasticFiasco/action-update-license-year/releases )
- [Changelog](https://github.com/FantasticFiasco/action-update-license-year/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FantasticFiasco/action-update-license-year/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: FantasticFiasco/action-update-license-year
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-02 16:16:06 +01:00
dependabot[bot]
483498d519
build(deps): bump actions/add-to-project from 0.4.0 to 0.4.1 ( #4126 )
...
* chore: auto add game server requests to gh project
* build(deps): bump actions/add-to-project from 0.4.0 to 0.4.1
Bumps [actions/add-to-project](https://github.com/actions/add-to-project ) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/actions/add-to-project/releases )
- [Commits](https://github.com/actions/add-to-project/compare/v0.4.0...v0.4.1 )
---
updated-dependencies:
- dependency-name: actions/add-to-project
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 10:45:52 +01:00
dependabot[bot]
5377762ef0
build(deps): bump convictional/trigger-workflow-and-wait from 1.3.0 to 1.6.5 ( #4100 )
...
* chore: auto add game server requests to gh project
* build(deps): bump convictional/trigger-workflow-and-wait
Bumps [convictional/trigger-workflow-and-wait](https://github.com/convictional/trigger-workflow-and-wait ) from 1.3.0 to 1.6.5.
- [Release notes](https://github.com/convictional/trigger-workflow-and-wait/releases )
- [Commits](https://github.com/convictional/trigger-workflow-and-wait/compare/v1.3.0...v1.6.5 )
---
updated-dependencies:
- dependency-name: convictional/trigger-workflow-and-wait
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 10:45:28 +01:00
dependabot[bot]
e61a38bc5c
build(deps): bump webfactory/ssh-agent from 0.7.0 to 0.8.0 ( #4151 )
...
* chore: auto add game server requests to gh project
* build(deps): bump webfactory/ssh-agent from 0.7.0 to 0.8.0
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/webfactory/ssh-agent/releases )
- [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webfactory/ssh-agent/compare/v0.7.0...v0.8.0 )
---
updated-dependencies:
- dependency-name: webfactory/ssh-agent
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 10:43:54 +01:00
Daniel Gibbs
e8cb43a058
feat(btl): rename bt1944 to btl ( #4124 )
...
* fix(bt1944): update binary file
* feat(btl): rename bt1944 to btl
2023-02-27 00:23:59 +00:00
Daniel Gibbs
7f6147f279
chore: make labeler case insensitive
2023-02-10 13:10:17 +00:00
Daniel Gibbs
40fc154faf
chore: minor grammar updates
2023-02-10 09:58:24 +00:00
Daniel Gibbs
a181b2d56a
chore: update issue templates
2023-02-09 23:07:27 +00:00
Daniel Gibbs
ec3605624a
chore: fix labeler
...
a
a
2023-02-09 17:39:20 +00:00
Daniel Gibbs
9db0c2d11d
chore: increase duplicate threshold
2023-02-09 15:48:45 +00:00
Daniel Gibbs
9796d29ec5
chore: make labels less sensitive
2023-02-03 16:43:17 +00:00
Daniel Gibbs
6b73179e5d
fix: issue labeler
...
Delete create-release.yml
a
2023-02-02 23:48:38 +00:00
dependabot[bot]
a9ffd08d38
build(deps): bump github/issue-labeler from 2.5 to 2.6 ( #4090 )
...
* feat(docker): add docker image list to csv
* build(deps): bump github/issue-labeler from 2.5 to 2.6
Bumps [github/issue-labeler](https://github.com/github/issue-labeler ) from 2.5 to 2.6.
- [Release notes](https://github.com/github/issue-labeler/releases )
- [Commits](https://github.com/github/issue-labeler/compare/v2.5...v2.6 )
---
updated-dependencies:
- dependency-name: github/issue-labeler
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 22:16:13 +00:00
Daniel Gibbs
b901412f9d
chore: linting
2023-01-18 11:35:11 +00:00
Daniel Gibbs
aa24fb9d50
Rename trigger_docker_build.yml to trigger-docker-build.yml
2023-01-16 13:12:49 +00:00
dependabot[bot]
357be101e2
build(deps): bump dessant/lock-threads from 3 to 4 ( #4049 )
...
* build(deps): bump release-drafter/release-drafter from 5.21.0 to 5.21.1 (#4006 )
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.21.0 to 5.21.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.21.0...v5.21.1 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump webfactory/ssh-agent from 0.5.4 to 0.7.0 (#4009 )
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent ) from 0.5.4 to 0.7.0.
- [Release notes](https://github.com/webfactory/ssh-agent/releases )
- [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webfactory/ssh-agent/compare/v0.5.4...v0.7.0 )
---
updated-dependencies:
- dependency-name: webfactory/ssh-agent
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump dessant/lock-threads from 3 to 4
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads ) from 3 to 4.
- [Release notes](https://github.com/dessant/lock-threads/releases )
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dessant/lock-threads/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: dessant/lock-threads
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
2023-01-16 12:50:42 +00:00
dependabot[bot]
885914b144
build(deps): bump release-drafter/release-drafter from 5.21.1 to 5.22.0 ( #4075 )
...
* build(deps): bump release-drafter/release-drafter from 5.21.0 to 5.21.1 (#4006 )
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.21.0 to 5.21.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.21.0...v5.21.1 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump webfactory/ssh-agent from 0.5.4 to 0.7.0 (#4009 )
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent ) from 0.5.4 to 0.7.0.
- [Release notes](https://github.com/webfactory/ssh-agent/releases )
- [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webfactory/ssh-agent/compare/v0.5.4...v0.7.0 )
---
updated-dependencies:
- dependency-name: webfactory/ssh-agent
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump release-drafter/release-drafter from 5.21.1 to 5.22.0
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.21.1 to 5.22.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.21.1...v5.22.0 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
2023-01-16 12:49:30 +00:00
Daniel Gibbs
cf7b0c51e9
Update update-copyright-years-in-license-file.yml
2023-01-14 00:28:30 +00:00
github-actions[bot]
b09bd2d9af
Update license copyright year(s) ( #4073 )
...
* build(deps): bump release-drafter/release-drafter from 5.21.0 to 5.21.1 (#4006 )
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.21.0 to 5.21.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.21.0...v5.21.1 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump webfactory/ssh-agent from 0.5.4 to 0.7.0 (#4009 )
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent ) from 0.5.4 to 0.7.0.
- [Release notes](https://github.com/webfactory/ssh-agent/releases )
- [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webfactory/ssh-agent/compare/v0.5.4...v0.7.0 )
---
updated-dependencies:
- dependency-name: webfactory/ssh-agent
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs(license): update copyright year(s)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
2023-01-14 00:11:53 +00:00
Daniel Gibbs
29d04fdff0
deploy only master
2022-10-30 22:42:00 +00:00
Daniel Gibbs
fa5f37b327
missing bin/bash
2022-10-30 22:33:15 +00:00
Daniel Gibbs
e5402d41ef
feat: trigger docker image build
2022-10-29 12:14:55 +01:00
Daniel Gibbs
501798943e
update actions
2022-10-19 14:26:17 +01:00
Daniel Gibbs
55694a0a88
Merge branch 'release/v22.2.0'
2022-10-05 21:06:29 +01:00
dependabot[bot]
819a4b3ec3
build(deps): bump release-drafter/release-drafter from 5.20.1 to 5.21.0 ( #3985 )
...
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.20.1 to 5.21.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.20.1...v5.21.0 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-22 20:55:37 +01:00
Daniel Gibbs
7b408a7e93
Merge branch 'master' into develop
2022-08-23 21:52:25 +01:00
Daniel Gibbs
8571d9f374
chore: update licence and add prettier
2022-08-23 21:01:45 +01:00
dependabot[bot]
8f68989a16
build(deps): bump release-drafter/release-drafter from 5.20.0 to 5.20.1 ( #3950 )
...
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.20.0 to 5.20.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.20.0...v5.20.1 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-23 20:34:03 +01:00
Daniel Gibbs
635f4bce52
chore: use prettier for code tidy ( #3901 )
...
* feat: start using prettier linter
https://prettier.io/
* feat: prettier code formatting
* feat: add super linter
2022-06-22 23:29:49 +01:00
Daniel Gibbs
21277aa827
Merge branch 'release/v22.1.0'
2022-06-02 22:16:23 +01:00
dependabot[bot]
f78d707f2a
build(deps): bump github/issue-labeler from 2.4 to 2.5 ( #3862 )
...
Bumps [github/issue-labeler](https://github.com/github/issue-labeler ) from 2.4 to 2.5.
- [Release notes](https://github.com/github/issue-labeler/releases )
- [Commits](https://github.com/github/issue-labeler/compare/v2.4...v2.5 )
---
updated-dependencies:
- dependency-name: github/issue-labeler
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 21:40:59 +01:00