Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace static table with new cvmfs-monitor #682

Merged
merged 21 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
3d0524d
Replace static table with new cvmfs-monitor
sebastian-luna-valero Nov 4, 2024
8620cb6
Revert "Replace static table with new cvmfs-monitor"
sebastian-luna-valero Nov 4, 2024
d7dc0b5
add link to CVMFS monitor without replacing the existing table
sebastian-luna-valero Nov 4, 2024
0e9543f
skip https://omnibenchmark.org/ from markdown-link-check
sebastian-luna-valero Nov 5, 2024
048be74
Try to make gitleaks not scan all commits
gwarf Nov 5, 2024
841888b
Whitelist false postivie for https://omnibenchmark.org/
gwarf Nov 5, 2024
b84f290
Try to fix logic
gwarf Nov 5, 2024
0a1ce30
Try to apply fixes directly to the branch
gwarf Nov 5, 2024
46a208d
Try to understand events and what I am doing
gwarf Nov 5, 2024
5070727
Switch back to pull_request to not mess with PAT and possible securit…
gwarf Nov 5, 2024
83c1a3f
Move markdown-link-check exclusion to the config file
gwarf Nov 5, 2024
e0fef9a
Shorten line
gwarf Nov 5, 2024
7281332
Ignore cvmfs-release01.gridpp.rl.ac.uk
gwarf Nov 5, 2024
5c600a7
Re-use existing markdown-link-check configuration
gwarf Nov 5, 2024
79f867a
Fix padding
gwarf Nov 5, 2024
be69d13
Fix pattern for omnibenchmark.org
gwarf Nov 5, 2024
7a8aec3
Exclude more URLs that are behind authentication
gwarf Nov 5, 2024
9161f7f
Ignore last know to be sometimes broken links
gwarf Nov 5, 2024
02d65af
Skip broken domain training.notebooks.egi.eu
gwarf Nov 5, 2024
9a01dd9
Disable applying fixes for now, need time to investigate the best/pro…
gwarf Nov 5, 2024
b8ba1db
Add another link having issues
gwarf Nov 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/linters/mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
{
"pattern": "^https://aai.egi.eu/LoA"
},
{
"pattern": "^https://aai.egi.eu/proxy*"
},
{
"pattern": "^https://.*aai.egi.eu/mp-oa2-server/"
},
Expand All @@ -33,10 +36,10 @@
"pattern": "^https://argo-mon.*.cro-ngi.hr/nagios"
},
{
"pattern": "^https://training.notebooks.egi.eu*"
"pattern": "^http://cvmfs-release01.gridpp.rl.ac.uk/*"
},
{
"pattern": "^https://aai.egi.eu/proxy*"
"pattern": "^https://training.notebooks.egi.eu*"
},
{
"pattern": "^https://goc.egi.eu/portal*"
Expand Down Expand Up @@ -65,6 +68,9 @@
{
"pattern": "^https://opensource.org/licenses"
},
{
"pattern": "^https://omnibenchmark.org"
},
{
"pattern": "^https://servproject.i3m.upv.es/ec3-ltos/*"
},
Expand Down
13 changes: 9 additions & 4 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ name: MegaLinter
on:
# Trigger mega-linter at every push. Action will also be visible from Pull Requests to main
push:
branches:
- "main"
pull_request:
branches: [main]
branches:
- "main"

permissions: read-all

env:
# Apply linter fixes configuration
# When active, APPLY_FIXES must also be defined as environment variable
# (in github/workflows/mega-linter.yml or other CI tool)
APPLY_FIXES: all
APPLY_FIXES: none
APPLY_FIXES_EVENT: pull_request
# If APPLY_FIXES is used, defines if the fixes are directly committed (commit) or posted in a PR (pull_request)
APPLY_FIXES_MODE: pull_request
Expand Down Expand Up @@ -54,13 +57,15 @@ jobs:
# https://megalinter.io/configuration/
# Validates all source when push on main, else just the git diff with main.
# Override with true if you always want to lint all sources
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
VALIDATE_ALL_CODEBASE: ${{ ((github.event_name == 'push' && github.ref == 'refs/heads/main') && 'true')
|| 'false' }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY
DISABLE: COPYPASTE
DISABLE_LINTERS: REPOSITORY_GRYPE,REPOSITORY_TRIVY,REPOSITORY_TRUFFLEHOG,SPELL_CSPELL
MARKDOWN_MARKDOWN_LINK_CHECK_CONFIG_FILE: ".github/linters/mlc_config.json"
# Scan only changes in PR, otherwise scan everything
REPOSITORY_GITLEAKS_PR_COMMITS_SCAN: ${{ github.event_name == 'pull_request' }}
REPOSITORY_GITLEAKS_PR_COMMITS_SCAN: ${{ (github.event_name == 'pull_request' && 'true') || 'false' }}

# Upload MegaLinter artifacts
- name: Archive production artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ name: Check Spelling
on:
push:
branches:
- "**"
- "main"
tags-ignore:
- "**"
pull_request_target:
branches:
- "**"
- "main"
types:
- "opened"
- "reopened"
Expand Down
17 changes: 17 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
http://cvmfs-release01.gridpp.rl.ac.uk/*
http://localhost
https://aai.egi.eu/LoA
https://aai.egi.eu/proxy
https://b2drop.eudat.eu/settings/user/security
https://docs.egi.eu/documentation/*
https://github.com/*
https://goc.egi.eu/gocdbpi
https://helpdesk.egi.eu
https://megalinter.io/*
https://omnibenchmark.org/*
https://operations-portal.egi.eu/downtimes/subscription
https://operations-portal.egi.eu/home/tasksList
https://operations-portal.egi.eu/vo
https://servproject.i3m.upv.es/ec3-ltos/
https://tools.ietf.org/html/rfc*
https://training.notebooks.egi.eu
https://voms2.hellasgrid.gr:8443/voms*
https://www.eugridpma.org/your-identity/
3 changes: 3 additions & 0 deletions content/en/users/compute/software-distribution/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ The current list of EGI repositories is as follows
| wenmr.egi.eu | |
| west-life.egi.eu | |

The list of EGI repositories can also be found online via
[the CVMFS monitor](http://cvmfs-release01.gridpp.rl.ac.uk/cvmfsmonitor/).

This documentation is for the VO content managers.

## Official CVMFS pages
Expand Down