feat/markdownlint #200

Merged
lunny merged 1 commits from volker.raschek/helm-chart:feat/markdownlint into master 2021-11-05 04:06:49 +00:00
Contributor

Hi,
this patch contains a markdownlinter. I think this has the advantage that all users stick to the same format and the README.md follows a consistent structure.

The markdownlinter can be configured via the .markdownlint.yaml file. All possible options are here documented.

I have created the initialie configuration. However, can be adapted to suggestions for change. Has of course the consequence that if necessary the README.md would have to be adapted. I have formatted this in advance according to the defined rules.

For users which use visual-code as IDE is additionally a plugin available.

Hi, this patch contains a markdownlinter. I think this has the advantage that all users stick to the same format and the `README.md` follows a consistent structure. The markdownlinter can be configured via the `.markdownlint.yaml` file. All possible options are [here](https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml) documented. I have created the initialie configuration. However, can be adapted to suggestions for change. Has of course the consequence that if necessary the `README.md` would have to be adapted. I have formatted this in advance according to the defined rules. For users which use visual-code as IDE is additionally a plugin [available](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint).
volker.raschek added 1 commit 2021-06-30 19:33:24 +00:00
[Close #161] fix: SSH not working due missing security capability
This patch add the SYS_CHROOT capability if the securityContext is
undefined. Otherwise the SSH Server does not work correctly as described
in the issue #161.
All checks were successful
continuous-integration/drone/pr Build is passing
7121d5e804
volker.raschek force-pushed feat/markdownlint from aa9f1af8d1 to fb46b402f5 2021-06-30 19:37:24 +00:00 Compare
volker.raschek force-pushed feat/markdownlint from fb46b402f5 to b45e5267a4 2021-06-30 19:40:27 +00:00 Compare
Member

? This is going to be awesome once finished. Thank you for your invested time so far.

? This is going to be awesome once finished. Thank you for your invested time so far.
Author
Contributor

Hi @justusbunsi,
can you mark this PR as dependency of #176? Otherwise I must revert my changes inside the README.md file.

Furthermore I tried to start the container. However, the pipeline always breaks. I guess that the drone instance has no x86_64 build node?

Hi @justusbunsi, can you mark this PR as dependency of #176? Otherwise I must revert my changes inside the `README.md` file. Furthermore I tried to start the container. However, the pipeline always breaks. I guess that the drone instance has no x86_64 build node?
Member

Yes, I'll add the dependency on thursday. Right now I'm writing with the app.
Shall I add #196 as dependency as well?

Aside that, please ensure that Gitea is spelled Gitea with a capital G at the beginning since this is the official spelling. ?

Yes, I'll add the dependency on thursday. Right now I'm writing with the app. Shall I add #196 as dependency as well? Aside that, please ensure that Gitea is spelled `Gitea` with a capital G at the beginning since this is the official spelling. ?
justusbunsi added the
kind
docs
label 2021-07-08 05:26:19 +00:00
volker.raschek force-pushed feat/markdownlint from b45e5267a4 to 168210bbef 2021-09-08 18:34:54 +00:00 Compare
Member

@volker.raschek Could you please resolve the conflicts? What's the status of this PR?

@volker.raschek Could you please resolve the conflicts? What's the status of this PR?
Author
Contributor

Hi @justusbunsi,
the problem is, that in your CI are only arm64 nodes available. I tried first to build an image for arm with my raspberry pi, but the image is not arm64, but arm. I think in two weeks I can provide an arm64 based image to get running the CI.

Hi @justusbunsi, the problem is, that in your CI are only arm64 nodes available. I tried first to build an image for arm with my raspberry pi, but the image is not arm64, but arm. I think in two weeks I can provide an arm64 based image to get running the CI.
volker.raschek force-pushed feat/markdownlint from 07177b0d83 to 7dad400dfb 2021-10-23 14:36:07 +00:00 Compare
volker.raschek changed title from WIP: feat/markdownlint to feat/markdownlint 2021-10-23 14:37:44 +00:00
Author
Contributor

Hi @justusbunsi,
I uploaded an arm64 image of markdownlint and the CI works now correctly.

Please do a review.

Volker

Hi @justusbunsi, I uploaded an arm64 image of markdownlint and the CI works now correctly. Please do a review. Volker
lunny reviewed 2021-10-24 08:03:16 +00:00
README.md Outdated
@ -632,4 +686,0 @@
|mariadb.primary.service.port|Port to connect to mariadb service|3306|
|mariadb.primary.persistence.size|Persistence size for mariadb |10Gi|
## Local development & testing
Owner

Why removed these?

Why removed these?
volker.raschek force-pushed feat/markdownlint from 7dad400dfb to 76ab081c5d 2021-10-24 08:12:51 +00:00 Compare
Author
Contributor

Hi @lunny,

that was not intentional. The lines were probably lost during the rebase. I have adapted the README.md accordingly.

Hi @lunny, that was not intentional. The lines were probably lost during the rebase. I have adapted the README.md accordingly.
lunny approved these changes 2021-10-24 08:26:06 +00:00
pat-s approved these changes 2021-11-02 10:55:37 +00:00
pat-s left a comment
Member

Thanks, LGTM! This could also be added to the main Gitea repo.

Thanks, LGTM! This could also be added to the main Gitea repo.
lunny merged commit 82763f109b into master 2021-11-05 04:06:49 +00:00
lunny referenced this issue from a commit 2021-11-05 04:06:50 +00:00
Sign in to join this conversation.
No description provided.