-
-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4,856 changed files
with
1,258,480 additions
and
862,418 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
scripts/packager-codes/fr-packagers-refresh.pl | ||
scripts/packager-codes/ee-packagers-xml2tsv.pl | ||
scripts/packager-codes/de-packagers-refresh.pl | ||
scripts/packager-codes/es-packagers-html2csv.pl | ||
scripts/packager-codes/fi-packagers-xls2csv.pl | ||
scripts/packager-codes/se-packagers-html2tsv.pl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,50 @@ | ||
{ | ||
"name": "Perl", | ||
"initializeCommand": "make run_deps", | ||
"dockerComposeFile": [ | ||
"../docker-compose.yml", | ||
"../docker/dev.yml", | ||
"../docker/admin-uis.yml", | ||
"../docker/vscode.yml" | ||
"../docker/run.yml", | ||
"../docker/devcontainer.yml" | ||
], | ||
"containerUser": "root", | ||
"capAdd": [ | ||
"SYS_PTRACE" | ||
], | ||
"securityOpt": [ | ||
"seccomp=unconfined" | ||
], | ||
"service": "backend", | ||
"runServices": [ | ||
"memcached", | ||
"postgres", | ||
"dynamicfront", | ||
"frontend", | ||
"incron", | ||
"minion" | ||
], | ||
"workspaceFolder": "/opt/product-opener", | ||
"settings": { | ||
"terminal.integrated.shell.linux": "/bin/bash" | ||
"customizations": { | ||
"vscode": { | ||
"settings": { | ||
"terminal.integrated.shell.linux": "/bin/bash" | ||
}, | ||
"extensions": [ | ||
"richterger.perl", | ||
"d9705996.perl-toolbox", | ||
"redhat.vscode-yaml", | ||
"dbaeumer.vscode-eslint", | ||
"stylelint.vscode-stylelint", | ||
"syler.sass-indented", | ||
"mrorz.language-gettext" | ||
] | ||
} | ||
}, | ||
"runArgs": ["-u", "vscode", "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"], | ||
"extensions": [ | ||
"mortenhenriksen.perl-debug", | ||
"d9705996.perl-toolbox", | ||
"redhat.vscode-yaml", | ||
"dbaeumer.vscode-eslint", | ||
"stylelint.vscode-stylelint", | ||
"syler.sass-indented", | ||
"mrorz.language-gettext", | ||
"eg2.vscode-npm-script" | ||
] | ||
} | ||
"features": { | ||
"ghcr.io/devcontainers/features/git:1":{}, | ||
"ghcr.io/devcontainers/features/github-cli:1":{}, | ||
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": { | ||
"packages": "libterm-readline-gnu-perl" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.