Commit Graph

124 Commits

Author SHA1 Message Date
Adam Perkowski
f2332a7da2
Fixed some Rust code structure and modified the workflow to fail if clippy returns warnings (#569)
* Fixed someone else's mistakes

* workflow now fails if clippy returns warnings

* refactor: Make base title variable constant

---------

Co-authored-by: Liam <lj3954@users.noreply.github.com>
2024-09-21 09:08:24 -05:00
Adam Perkowski
1a21753831
Moved tips to a feature (#566) 2024-09-20 10:48:09 -05:00
Chris Titus
72ebf08811 Merge branch 'main' of https://github.com/ChrisTitusTech/linutil 2024-09-19 23:20:09 -05:00
Chris Titus
d10c4f1c36 Update release-drafter.yml 2024-09-19 23:20:07 -05:00
Nyx
6a1df3c3a9
Fix (#556)
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-19 23:00:11 -05:00
Adam Perkowski
0378410187
Fixed the spellcheck workflow (#557)
* Shellcheck.yml rewritten

* dir

* dir
2024-09-19 22:59:47 -05:00
Adam Perkowski
77f8085e2c
Fixed the CI to only check files that exist (#554) 2024-09-19 21:17:55 -05:00
Adam Perkowski
216f1a4836
Restructure the crates (#549)
* BIG CHANGES

* core metadata

* Added readme.md to the package

* Moved the crate back to tui

Co-authored-by: Liam <lj3954@users.noreply.github.com>

---------

Co-authored-by: Liam <lj3954@users.noreply.github.com>
2024-09-19 19:09:53 -05:00
Chris Titus
4405670c19 Update shellcheck.yml 2024-09-19 14:04:25 -05:00
Chris Titus
03a901d4b9 Create shellcheck.yml 2024-09-19 14:03:29 -05:00
MyDrift
b0945f2fa7
move security.md to .github folder (#528) 2024-09-19 12:31:52 -05:00
JEEVITHA KANNAN K S
fa5ff19078
Add aarch64 again (#496) 2024-09-19 12:26:34 -05:00
Chris Titus
c3eea0dfff Update issue-slash-commands.yaml 2024-09-19 10:15:53 -05:00
Chris Titus
0e74b77450 Update issue-slash-commands.yaml 2024-09-19 10:13:10 -05:00
Adam Perkowski
fb2b6fc64f
bashisms.yml now only checks modified files (it should at least) (#515) 2024-09-19 08:15:49 -05:00
JEEVITHA KANNAN K S
6e477fceeb
Update bashisms.yml (#480) 2024-09-18 19:18:22 -05:00
Adam Perkowski
719548f971
Add code understanding & testing point to Contributing Guidelines (#451)
* Added `Understand and Test the Code You Write` to contributing guidelines.

Co-authored-by: CodingWonders <CodingWonders@users.noreply.github.com>
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>

* Added a notice in `PULL_REQUEST_TEMPLATE.md`

* Merge `upstream/main`

---------

Co-authored-by: CodingWonders <CodingWonders@users.noreply.github.com>
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 14:18:00 -05:00
Adam Perkowski
1d2d51e6e0
Fix a typo & grammar in pull request template (#461)
* Fixed a typo

* Fixed grammar
2024-09-18 14:13:03 -05:00
Adam Perkowski
ab543fdc93
Added checklists to issue templates (#459) 2024-09-18 14:12:04 -05:00
Chris Titus
ad9d1662da only run rust lint on rs files 2024-09-18 13:59:10 -05:00
Adam Perkowski
83d88f7a1b
Created the workflow (#469) 2024-09-18 13:56:46 -05:00
Chris Titus
f50c0e5c0d remove auto label 2024-09-18 13:54:51 -05:00
Chris Titus
ab61a21de4
Merge pull request #277 from nnyyxxxx/testing-5
Remove redundant options in the template
2024-09-18 11:42:52 -05:00
Chris Titus
5f042a0167
Merge pull request #441 from MyDrift-user/autoprlabel
[CI Workflow] Fix pr-label
2024-09-18 10:44:34 -05:00
MyDrift
63b7da40a4 add _target for forked repo support 2024-09-17 12:52:36 +02:00
MyDrift
5e83ca55e7 fix stuff
- enhance logic
- fix logic to get PR body as plain text
2024-09-17 12:43:39 +02:00
Chris Titus
16fb76a26c
Merge pull request #427 from MyDrift-user/autoprlabel
[CI Workflow] PR auto label MGMT
2024-09-16 16:27:41 -05:00
Chris Titus
747c522d72 Delete cargo-lock.yml 2024-09-16 16:26:06 -05:00
Chris Titus
06a13aecd9 Update linutil.yml 2024-09-16 16:11:19 -05:00
Chris Titus
5fddeb00f8 Update release-drafter.yml 2024-09-16 15:59:52 -05:00
Chris Titus
0ac0d91fb8 update linutil release 2024-09-16 15:52:48 -05:00
Chris Titus
53ac0ba31c
Merge pull request #426 from ChrisTitusTech/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2024-09-16 15:14:08 -05:00
Chris Titus
5679ea0ae8
Merge pull request #371 from Real-MullaC/patch-7
Docs Update
2024-09-16 15:11:21 -05:00
MyDrift
903dfb37c5 add auto pr labeller workflow 2024-09-16 21:56:18 +02:00
dependabot[bot]
57e6fd5d1f
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...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-09-16 19:28:20 +00:00
Real-MullaC
5b5eacf477
Create CODE_OF_CONDUCT.md 2024-09-15 22:44:20 +01:00
hubster-bot
c7f9dd11ce Update github-pages.yml 2024-09-13 22:18:42 +01:00
Real-MullaC
5b5d163ab9 Adds to the docs and moves some files. 2024-09-13 21:42:03 +01:00
Real-MullaC
34a610a012
Update github-pages.yml 2024-09-13 12:51:27 +01:00
hubster-bot
ceb2a76a22 Fixes docs try 2 (Actually works now) 2024-09-12 22:35:09 +01:00
Nyx
5e64657108
Merge branch 'ChrisTitusTech:main' into testing-5 2024-09-12 16:20:48 -04:00
Real-MullaC
4119535d27
Update mkdocs.yml 2024-09-12 21:18:42 +01:00
Real-MullaC
de164dada7
Rename mkdocs.yml to .github/mkdocs.yml 2024-09-12 21:17:14 +01:00
Real-MullaC
6421342b9b
Create requirements.txt 2024-09-12 21:16:05 +01:00
Real-MullaC
96a97f3063
Update github-pages.yml 2024-09-12 20:57:05 +01:00
Chris Titus
1de35b92d5 fix release notes 2024-09-10 16:49:16 -05:00
Chris Titus
f1e352946d cargo lock policies 2024-09-10 16:08:05 -05:00
MyDrift
66c973c6fa add tags 2024-09-10 21:39:20 +02:00
nnyyxxxx
5b415b6567 Reduce redundancy 2024-09-05 22:28:45 -04:00
dependabot[bot]
ea06d6fc99
Bump release-drafter/release-drafter from 5 to 6
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5...v6)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 19:57:00 +00:00