Commit Graph

441 Commits

Author SHA1 Message Date
Roni Väyrynen
87d03c87cc Merge pull request #247 from ronivay/fix/running-process-match
fix: match to only running node process named xo-server
2024-07-02 15:34:54 +03:00
Roni Väyrynen
0aa670ec6b fix: match to only running node process named xo-server 2024-07-02 15:28:42 +03:00
Roni Väyrynen
a8f7fe3251 Merge pull request #245 from viniciusferrao/master
Use `dnf` instead of `yum` for Enterprise Linux distros
2024-06-27 16:07:58 +03:00
Vinícius Ferrão
f3cb21e9b2 Remove new line that was added by the IDE 2024-06-16 00:15:25 -03:00
Vinícius Ferrão
d0d97b4e96 Use dnf instead of yum for Enterprise Linux distros
`yum` was deprecated on RHEL8, since this script only supports EL8
and up it should not use `yum` and just use `dnf` instead.

This is valid for all distros based on EL, like Alma and Rocky.
2024-06-16 00:07:53 -03:00
Roni Väyrynen
ca43706610 Merge pull request #242 from ronivay/chore/bump-node-version
chore: bump node version to latest LTS 20.x
2024-06-11 15:50:06 +03:00
Roni Väyrynen
e59b98c7c7 chore: bump node version to latest LTS 20.x 2024-06-11 15:45:37 +03:00
Roni Väyrynen
a4ac7e5eeb Merge pull request #238 from ronivay/fix/missing-patch-pkg
fix: add patch pkg to dependencies
2024-05-10 08:07:21 +03:00
Roni Väyrynen
3c561f526d fix: add patch pkg to dependencies 2024-05-10 07:46:51 +03:00
Roni Väyrynen
9fab52974f Merge pull request #233 from ronivay/feat/ubuntu-24-support
feat: add Ubuntu 24.04 support
2024-05-03 10:01:14 +03:00
Roni Väyrynen
e9392f3c0d feat: add Ubuntu 24.04 support 2024-05-03 09:59:00 +03:00
Roni Väyrynen
4943ecdb44 Merge pull request #232 from ronivay/chore/stale-workflow-label-update
chore: update ignored labels in stale issue workflow
2024-04-25 15:04:21 +03:00
Roni Väyrynen
082bca44fe chore: update ignored labels in stale issue workflow 2024-04-25 15:03:51 +03:00
Roni Väyrynen
a930e948ca Merge pull request #221 from ronivay/chore/gh-action-stale-ignore-labels
chore: update stale action to ignore certain labels
2024-02-24 13:03:19 +02:00
Roni Väyrynen
587f714caf chore: update stale action to ignore certain labels 2024-02-24 13:03:10 +02:00
Roni Väyrynen
879dda14bc Merge pull request #220 from ronivay/chore/workflow-dispatch-actions
chore: allow manually triggering actions
2024-02-24 12:48:38 +02:00
Roni Väyrynen
d57a0a5dea chore: allow manually triggering actions 2024-02-24 12:48:17 +02:00
Roni Väyrynen
8be35463cd Merge pull request #219 from ronivay/dependabot/github_actions/luizm/action-sh-checker-0.8.0
chore(deps): bump luizm/action-sh-checker from 0.3.0 to 0.8.0
2024-02-24 12:38:56 +02:00
Roni Väyrynen
3b2abf365d Merge pull request #218 from ronivay/dependabot/github_actions/ludeeus/action-shellcheck-2.0.0
chore(deps): bump ludeeus/action-shellcheck from 1.1.0 to 2.0.0
2024-02-24 12:38:48 +02:00
Roni Väyrynen
021d3653dd Merge pull request #217 from ronivay/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 1 to 4
2024-02-24 12:38:41 +02:00
Roni Väyrynen
de8c3ee079 Merge pull request #216 from ronivay/dependabot/github_actions/actions/stale-9
chore(deps): bump actions/stale from 3 to 9
2024-02-24 12:38:31 +02:00
dependabot[bot]
616b6e2b56 chore(deps): bump luizm/action-sh-checker from 0.3.0 to 0.8.0
Bumps [luizm/action-sh-checker](https://github.com/luizm/action-sh-checker) from 0.3.0 to 0.8.0.
- [Release notes](https://github.com/luizm/action-sh-checker/releases)
- [Commits](https://github.com/luizm/action-sh-checker/compare/v0.3.0...v0.8.0)

---
updated-dependencies:
- dependency-name: luizm/action-sh-checker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-24 10:37:16 +00:00
dependabot[bot]
c9b3101495 chore(deps): bump ludeeus/action-shellcheck from 1.1.0 to 2.0.0
Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/ludeeus/action-shellcheck/releases)
- [Commits](https://github.com/ludeeus/action-shellcheck/compare/1.1.0...2.0.0)

---
updated-dependencies:
- dependency-name: ludeeus/action-shellcheck
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-24 10:37:13 +00:00
dependabot[bot]
1199aa7c52 chore(deps): bump actions/checkout from 1 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 4.
- [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/v1...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-24 10:37:11 +00:00
dependabot[bot]
4596351f4d chore(deps): bump actions/stale from 3 to 9
Bumps [actions/stale](https://github.com/actions/stale) from 3 to 9.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v3...v9)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-24 10:37:08 +00:00
Roni Väyrynen
2f5996344f Merge pull request #215 from ronivay/chore/gh-actions-dependabot
chore: add dependabot for github actions
2024-02-24 12:36:09 +02:00
Roni Väyrynen
244f1708a3 chore: add dependabot for github actions 2024-02-24 12:35:50 +02:00
Roni Väyrynen
2a8bdd02b9 Merge pull request #214 from ronivay/fix/non-existent-nodejs-update
fix: handle situation where node.js is not installed during an update
2024-02-23 14:16:39 +02:00
Roni Väyrynen
e6b894d757 fix: handle situation where node.js is not installed during an update 2024-02-23 14:07:59 +02:00
Roni Väyrynen
2145295df1 Merge pull request #213 from ronivay/revert-201-fix/nodesource-repo-changes
Revert "fix: replace deprecated nodesource repository installation"
2024-02-23 13:48:40 +02:00
Roni Väyrynen
194a8d9515 Revert "fix: replace deprecated nodesource repository installation" 2024-02-23 13:44:27 +02:00
Roni Väyrynen
98eebc8cbb Merge pull request #204 from ronivay/chore/update-readme
chore: add donation link to readme
2024-01-07 14:39:29 +02:00
Roni Väyrynen
d6be202a93 chore: add donation link to readme 2024-01-07 14:38:00 +02:00
Roni Väyrynen
d24056c0ae Merge pull request #203 from ronivay/chore/update-readme
chore: update README
2023-11-19 14:46:10 +02:00
Roni Väyrynen
81ddb1c7ab chore: update README 2023-11-19 14:45:45 +02:00
Roni Väyrynen
4f8de78c32 Merge pull request #202 from ronivay/feat/yarn-timeout
feat: add default yarn network-timeout and make it configurable
2023-11-01 16:10:48 +02:00
Roni Väyrynen
7b4a600c1d feat: add default yarn network-timeout and make it configurable 2023-11-01 16:02:29 +02:00
Roni Väyrynen
96c91250be Merge pull request #201 from ronivay/fix/nodesource-repo-changes
fix: replace deprecated nodesource repository installation
2023-11-01 14:28:47 +02:00
Roni Väyrynen
e35c9d0fef fix: replace deprecated nodesource repository installation 2023-11-01 14:08:05 +02:00
Roni Väyrynen
e60e601d20 Merge pull request #198 from ronivay/fix/github-actions-badges
fix: github actions badges in README
2023-10-31 09:22:23 +02:00
Roni Väyrynen
b4dbf87744 fix: github actions badges in README 2023-10-31 09:21:35 +02:00
Roni Väyrynen
806f6c1fe2 Merge pull request #197 from ronivay/fix/nfs-remote-permissions
fix: do not run chown recursively to mounts dir with non-root user
2023-10-30 14:22:21 +02:00
ronivay
4beae1a067 fix: do not run chown recursively to mounts dir with non-root user 2023-10-30 11:37:58 +02:00
Roni Väyrynen
dd2ea6476c Merge pull request #189 from andrewreid/debian-12
Support Debian 12 "bookworm"
2023-06-26 13:34:36 +03:00
Andrew Reid
9a60fbb6c4 Support Debian 12 "bookworm" 2023-06-26 14:44:33 +09:30
Andrew Reid
e12b34a996 Support Debian 12 "bookworm" 2023-06-20 19:52:14 +09:30
Roni Väyrynen
eff60cc839 Merge pull request #185 from ronivay/fix/missing-findmnt-sudoers
fix: add missing findmnt command to sudoers configuration
2023-05-16 16:40:15 +03:00
Roni Väyrynen
fd2b43e0cb fix: add missing findmnt command to sudoers configuration 2023-05-16 16:32:26 +03:00
Roni Väyrynen
adbd5348fb Merge pull request #184 from ronivay/feat/yarn-cache-cleanup
feat: add automatic yarn cache cleanup with a config option
2023-05-16 13:44:18 +03:00
Roni Väyrynen
588d4f3689 feat: add automatic yarn cache cleanup with a config option 2023-05-16 13:25:30 +03:00