Skip to content

Commit

Permalink
⤵️ automation(synchronize) Applying changes from upstream repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
Megabyte Labs committed Mar 21, 2022
1 parent da33212 commit b583e40
Show file tree
Hide file tree
Showing 16 changed files with 485 additions and 1,280 deletions.
2 changes: 2 additions & 0 deletions .config/codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
version: '2'

plugins:
editorconfig:
enabled: true
eslint:
enabled: true
yamllint:
Expand Down
18 changes: 0 additions & 18 deletions .config/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,11 @@
"appnest",
"aptcacherng",
"archlinux",
"archlinux",
"argparse",
"autodoc",
"autojump",
"autokey",
"autokey",
"awscli",
"awxcli",
"azurecli",
"backdoors",
"balena",
Expand Down Expand Up @@ -99,7 +96,6 @@
"cointop",
"commitizen",
"commitlint",
"commitlint",
"commondocs",
"concat",
"consultemplate",
Expand Down Expand Up @@ -137,10 +133,8 @@
"freemium",
"ghorg",
"gitdocker",
"gitdocker",
"gitextras",
"gitfilterrepo",
"gitfilterrepoer",
"githubbinary",
"githubcli",
"gitlab",
Expand All @@ -163,7 +157,6 @@
"hyperv",
"hyperv",
"idempotence",
"idempotence",
"inkscape",
"installdoc",
"installdoctor",
Expand All @@ -186,10 +179,7 @@
"mblabs",
"mcfly",
"megabytelabs",
"megabytelabs",
"microsoftedge",
"microsofttodo",
"minikube",
"minikube",
"minipass",
"mjml",
Expand All @@ -211,7 +201,6 @@
"onionshare",
"opencollective",
"optionator",
"optionator",
"pacman",
"pacman",
"pagespeed",
Expand All @@ -235,7 +224,6 @@
"prepended",
"prfssr",
"professormanhattan",
"professormanhattan",
"proselint",
"pushrm",
"pyenv",
Expand All @@ -253,7 +241,6 @@
"ripgrep",
"rkhunter",
"sandboxed",
"sandboxed",
"sbin",
"scrcpy",
"screencast",
Expand All @@ -265,7 +252,6 @@
"sharex",
"shdoc",
"shellcheck",
"shellcheck",
"shfmt",
"shotcut",
"shotwell",
Expand All @@ -275,8 +261,6 @@
"sleekfast",
"sshtarpit",
"sshvault",
"startmenu",
"startmenu",
"submodule",
"submodules",
"switchhosts",
Expand All @@ -297,7 +281,6 @@
"unsanitized",
"untracked",
"venv",
"venv",
"vfile",
"videoblobs",
"virtualbox",
Expand All @@ -318,7 +301,6 @@
"youtubedl",
"zalewski",
"zorin",
"zorin",
"zoxide"
]
}
107 changes: 107 additions & 0 deletions .config/docs/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,113 @@
["`ci-docker-ubuntu`", "Uses Docker to test multiple versions of Ubuntu."]
],
"name": "[[ package.json .blueprint.name - See CONTRIBUTING.md ]]",
"newProjectTemplates": {
"angular-app": {
"group": "angular",
"subgroup": "app",
"title": "Angular App"
},
"angular-website": {
"group": "angular",
"subgroup": "website",
"title": "Angular Website"
},
"ansible-role": {
"group": "ansible",
"subgroup": "role",
"title": "Ansible Role"
},
"docker-app": {
"group": "docker",
"subgroup": "app",
"title": "Dockerfile (App)"
},
"docker-ci-pipeline": {
"group": "docker",
"subgroup": "ci-pipeline",
"title": "CI/CD Pipeline Dockerfile"
},
"docker-codeclimate": {
"group": "docker",
"subgroup": "codeclimate",
"title": "CodeClimate Engine / Linter Dockerfile"
},
"docker-docker-compose": {
"group": "docker",
"subgroup": "docker-compose",
"title": "Docker Compose"
},
"go-cli": {
"group": "go",
"subgroup": "cli",
"title": "Go CLI"
},
"go-library": {
"group": "go",
"subgroup": "library",
"title": "Go Library"
},
"misc": {
"group": "misc",
"subgroup": "misc",
"title": "Miscellaneous project"
},
"npm-app": {
"group": "npm",
"subgroup": "app",
"title": "Node.js App"
},
"npm-cli": {
"group": "npm",
"subgroup": "cli",
"title": "Node.js CLI"
},
"npm-configs": {
"group": "npm",
"subgroup": "configs",
"title": "NPM Config Package"
},
"npm-library": {
"group": "npm",
"subgroup": "library",
"title": "Node.js Library"
},
"npm-plugin": {
"group": "npm",
"subgroup": "plugin",
"title": "NPM Plugin"
},
"npm-web-component": {
"group": "npm",
"subgroup": "web-component",
"title": "Web Component"
},
"packer-desktop": {
"group": "packer",
"subgroup": "desktop",
"title": "Packer (Desktop)"
},
"packer-server": {
"group": "packer",
"subgroup": "server",
"title": "Packer (Server)"
},
"python-cli": {
"group": "python",
"subgroup": "cli",
"title": "Python CLI"
},
"python-library": {
"group": "python",
"subgroup": "library",
"title": "Python Library"
},
"website": {
"group": "npm",
"subgroup": "website",
"title": "Website"
}
},
"npm_publish_config_access": "public",
"npm_standard_version_prerelease": "git add --all",
"npm_type": "module",
Expand Down
4 changes: 2 additions & 2 deletions .config/taskfiles/install/Taskfile-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ tasks:

docker-pushrm:windows: echo TODO

fusion:darwin: echo TODO

fusion:
cmds:
- task: fusion:{{OS}}

fusion:darwin: echo TODO

fusion:linux:
deps:
- :install:software:gh
Expand Down
107 changes: 107 additions & 0 deletions .config/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,113 @@
["`ci-docker-ubuntu`", "Uses Docker to test multiple versions of Ubuntu."]
],
"name": "[[ package.json .blueprint.name - See CONTRIBUTING.md ]]",
"newProjectTemplates": {
"angular-app": {
"group": "angular",
"subgroup": "app",
"title": "Angular App"
},
"angular-website": {
"group": "angular",
"subgroup": "website",
"title": "Angular Website"
},
"ansible-role": {
"group": "ansible",
"subgroup": "role",
"title": "Ansible Role"
},
"docker-app": {
"group": "docker",
"subgroup": "app",
"title": "Dockerfile (App)"
},
"docker-ci-pipeline": {
"group": "docker",
"subgroup": "ci-pipeline",
"title": "CI/CD Pipeline Dockerfile"
},
"docker-codeclimate": {
"group": "docker",
"subgroup": "codeclimate",
"title": "CodeClimate Engine / Linter Dockerfile"
},
"docker-docker-compose": {
"group": "docker",
"subgroup": "docker-compose",
"title": "Docker Compose"
},
"go-cli": {
"group": "go",
"subgroup": "cli",
"title": "Go CLI"
},
"go-library": {
"group": "go",
"subgroup": "library",
"title": "Go Library"
},
"misc": {
"group": "misc",
"subgroup": "misc",
"title": "Miscellaneous project"
},
"npm-app": {
"group": "npm",
"subgroup": "app",
"title": "Node.js App"
},
"npm-cli": {
"group": "npm",
"subgroup": "cli",
"title": "Node.js CLI"
},
"npm-configs": {
"group": "npm",
"subgroup": "configs",
"title": "NPM Config Package"
},
"npm-library": {
"group": "npm",
"subgroup": "library",
"title": "Node.js Library"
},
"npm-plugin": {
"group": "npm",
"subgroup": "plugin",
"title": "NPM Plugin"
},
"npm-web-component": {
"group": "npm",
"subgroup": "web-component",
"title": "Web Component"
},
"packer-desktop": {
"group": "packer",
"subgroup": "desktop",
"title": "Packer (Desktop)"
},
"packer-server": {
"group": "packer",
"subgroup": "server",
"title": "Packer (Server)"
},
"python-cli": {
"group": "python",
"subgroup": "cli",
"title": "Python CLI"
},
"python-library": {
"group": "python",
"subgroup": "library",
"title": "Python Library"
},
"website": {
"group": "npm",
"subgroup": "website",
"title": "Website"
}
},
"npm_publish_config_access": "public",
"npm_standard_version_prerelease": "git add --all",
"npm_type": "module",
Expand Down
14 changes: 12 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@
"command": "bash start.sh && task shell"
},
{
"label": "(start): Set up the project and refresh it with the latest changes",
"label": "(start): Start the project by installing / updating dependencies, repairing issues, and opening a tutorial",
"type": "shell",
"command": "bash start.sh && task start"
},
Expand All @@ -656,13 +656,23 @@
"type": "shell",
"command": "bash start.sh && task symlink:role"
},
{
"label": "(synchronize): Set up the project and refresh it with the latest changes",
"type": "shell",
"command": "bash start.sh && task synchronize"
},
{
"label": "(tag:deps): Inject a new command in the `Taskfile.yml` that includes all tasks matching a given tag as deps",
"type": "shell",
"command": "bash start.sh && task tag:deps"
},
{
"label": "(test): Open an interactive dialog to select and run a Molecule test",
"type": "shell",
"command": "bash start.sh && task test"
},
{
"label": "(update): Update the repository",
"label": "(update): Fully update the repository",
"type": "shell",
"command": "bash start.sh && task update"
},
Expand Down
Loading

0 comments on commit b583e40

Please sign in to comment.