Skip to content

Commit

Permalink
Removed history, due to sensitive data
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbanAndrieu committed May 22, 2022
0 parents commit ddbf93c
Show file tree
Hide file tree
Showing 323 changed files with 117,871 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .ansible-lint
@@ -0,0 +1,25 @@
---
exclude_paths:
- ./roles/alban.andrieu.virtualbox/
- ./roles/alban.andrieu.webmin/
- ./k8s/
- ./packs/
# parseable: true
# quiet: true
# rulesdir:
# - ./rule/directory/
skip_list:
- '602' # See https://github.com/ansible/ansible-lint/issues/457
- '204'
- '503'
- 'document-start'
# - skip_this_tag
# - and_this_one_too
# - skip_this_id
# warn_list:
# - yaml # Violations reported by yamllint
# tags:
# - run_this_tag
use_default_rules: true
# verbosity: 1
offline: true
21 changes: 21 additions & 0 deletions .bowerrc
@@ -0,0 +1,21 @@
{
"directory": "bower_components",
"analytics": false,
"timeout": 120000,
"registry": "https://registry.bower.io",
"register": "http://albandrieu.com:8081/repository/bower-all/",
"publish": "http://albandrieu.com:8081/repository/bower-internal/",
"storage": {
"packages" : ".bower/packages",
"registry" : ".bower/registry"
},
"tmp": ".bower/tmp",
"allow_root": true,
"resolvers" : [ "bower-nexus3-resolver" ],
"shallowCloneHosts": [
"albandrieu.com"
],
"ignoredDependencies": [
"nabla-test"
]
}
13 changes: 13 additions & 0 deletions .bowerrc-SAV
@@ -0,0 +1,13 @@
{
"directory": "bower_components",
"analytics": false,
"timeout": 120000,
"registry": "http://albandrieu.com:5678",
"register": "http://albandrieu.com:5678",
"publish": "http://albandrieu.com:5678",
"storage": {
"packages" : ".bower/packages",
"registry" : ".bower/registry"
},
"tmp": ".bower/tmp"
}
6 changes: 6 additions & 0 deletions .browserslistrc
@@ -0,0 +1,6 @@
# Browsers that we support

defaults
not IE 11
maintained node versions
not dead
10 changes: 10 additions & 0 deletions .c8rc
@@ -0,0 +1,10 @@
{
"all": true,
"include": [
"**/*.js"
],
"exclude": [
"**/*.spec.js",
".mega-linter.yml"
]
}
47 changes: 47 additions & 0 deletions .codeclimate.yml
@@ -0,0 +1,47 @@
# This is a sample .codeclimate.yml configured for Engine analysis on Code
# Climate Platform For an overview of the Code Climate Platform, see here:
# http://docs.codeclimate.com/article/300-the-codeclimate-platform

# Under the engines key, you can configure which engines will analyze your repo.
# Each key is an engine name. For each value, you need to specify enabled: true
# to enable the engine as well as any other engines-specific configuration.

# For more details, see here:
# http://docs.codeclimate.com/article/289-configuring-your-repository-via-codeclimate-yml#platform

# For a list of all available engines, see here:
# http://docs.codeclimate.com/article/296-engines-available-engines

engines:
# to turn on an engine, add it here and set enabled to `true`
# to turn off an engine, set enabled to `false` or remove it
rubocop:
enabled: true
golint:
enabled: true
gofmt:
enabled: true
eslint:
enabled: true
csslint:
enabled: true
# Engines can analyze files and report issues on them, but you can separately
# decide which files will receive ratings based on those issues. This is
# specified by path patterns under the ratings key.

# For more details see here:
# http://docs.codeclimate.com/article/289-configuring-your-repository-via-codeclimate-yml#platform

# ratings:
# paths:
# - app/**
# - lib/**
# - "**.rb"
# - "**.go"

# You can globally exclude files from being analyzed by any engine using the
# exclude_paths key.

#exclude_paths:
#- spec/**/*
#- vendor/**/*
112 changes: 112 additions & 0 deletions .cspell.json
@@ -0,0 +1,112 @@
{
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"**/vscode-extension/**",
"**/.git/**",
".gitignore",
".vscode",
"megalinter",
"package-lock.json",
"playbooks/files/python/**",
"requirements*.txt",
"rasterize.js",
"netsniff.js",
"Gruntfile.js",
"Gruntfile-e2e.js",
"app/robots.txt",
"packs/helm-sample/charts/README.md",
"packs/helm-sample/charts/templates/NOTES.txt",
"scripts/microscanner-wrapper/**",
"target/**",
"dist/**",
"test/**",
"roles/**",
".github/**",
".gitlab/**",
"**/examples/**",
"Dockerfile(-.+)?",
".jscpd.json",
".mega-linter.yml",
".yamllint",
".pre-commit-config.yaml",
"LICENSE",
"report"
],
"language": "en",
"noConfigSearch": true,
"words": [
"Andrieu",
"Alban",
"Nabla",
"albandri",
"albandrieu",
"virtualenv",
"tocstop",
"toc",
"jusmundi",
"Mundi",
"ORGANISATION",
"stefanzweifel",
"hadolint",
"readmemd",
"codeql",
"aquasecurity",
"Trivy",
"sarif",
"vuln",
"secretlint",
"Buildx",
"gitlab",
"jenkins",
"Jenkinsfile",
"graphviz",
"ngdoc",
"lastspace",
"navitem",
"Gitter",
"Xing",
"zaproxy",
"checkmarx",
"thirdparty",
"phantomas",
"pagespeed",
"webpagetest",
"yslow",
"junitperf",
"jira",
"Jacoco",
"jmeter",
"gatling",
"arquillian",
"cafile",
"ansible",
"remvove",
"autoupdate",
"takari",
"mvnw",
"mkdocs",
"browserslist",
"tinylr",
"nohup",
"firefox",
"Gruntfile",
"Hashi",
"Kubernetes",
"kubectl",
"approle",
"publically",
"awstats"
],
"languageSettings": [
{
"languageId": "markdown",
"caseSensitive": true
},
{
"languageId": "javascript",
"caseSensitive": false
}
],
"version": "0.2"
}
4 changes: 4 additions & 0 deletions .dockerfilelintrc
@@ -0,0 +1,4 @@
---
rules:
# Base images should not use the latest tag
latest_tag: off
16 changes: 16 additions & 0 deletions .dockerignore
@@ -0,0 +1,16 @@
# comment
hooks
doc/
*.tmp/*
.settings/
*/target*
*.md
!README.md
docker-compose/data/*
**/node_modules/
**/bower_components/
npm/
.bower/
.git/
dist/
.sass-cache/
73 changes: 73 additions & 0 deletions .editorconfig
@@ -0,0 +1,73 @@
# http://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true

[dropdown-toggle.js]
trim_trailing_whitespace = false
insert_final_newline = false

[htmlparser.js]
insert_final_newline = false

[*.{java,xml}]
indent_size = 2
trim_trailing_whitespace = true

# Matches multiple files with brace expansion notation
# Set default charset
[*.{js,py}]
charset = utf-8

# 2 space indentation
[*.py]
indent_style = space
indent_size = 2

# Tab indentation (no size specified)
[Makefile]
indent_style = tab

# Indentation override for all JS under lib directory
[lib/**.js]
indent_style = space
indent_size = 2

# Matches the exact files either package.json or .travis.yml
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2

[{*.mod,*.dtd,*.ent,*.elt}]
indent_style=space
indent_size=2

[{*.jhm,*.xjb,*.rng,*.wsdl,*.fxml,*.plan,*.pom,*.xslt,*.jrxml,*.ant,*.svg,*.xul,*.xsl,*.xsd,*.tld,*.jnlp,*.wsdd,*.wadl,*.xml}]
indent_style=space
indent_size=2

[{.babelrc,.stylelintrc,.eslintrc,*.bowerrc,*.jsb3,*.jsb2,*.json}]
indent_style=space
indent_size=2

[*.md]
trim_trailing_whitespace = false

[*.rst]
indent_size = 2

[{*.yml,*.yaml}]
indent_style = space
indent_size = 2

[Jenkinsfile]
indent_style = space
indent_size = 2

0 comments on commit ddbf93c

Please sign in to comment.