-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- overall config alignment with bash-dev-env and bash-tools-framework 4.0.0 - refactored github workflow with 3 separated jobs - use plain docker instructions in lint-test.yml instead of relying on bin/test script - added test.sh script - recompiled all binaries using bash-tools-framework 4.0.0 - upgradeGithubRelease - removed argument --minimal-version - make megalinter lint all codebase - cancel previous build if several pushes - cspell - remove global dictionaries config key and adapt cspell rules accordingly - dbImport/dbImportStream/dbQueryAllDatabases check for requirements compliant in --version and --help options - fix UTs with Retry attempts set to 1 - stabilized unit tests - bin/doc - removed Docker::runBuildContainer dependency - replaced technote-space/workflow-conclusion-action@v3 by AbsoLouie/[email protected]
- Loading branch information
1 parent
afaf3ed
commit 951c11a
Showing
100 changed files
with
11,857 additions
and
10,151 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,124 +1,130 @@ | ||
ABRT | ||
ABRT | ||
addgroup | ||
asort | ||
AUTOCOMMIT | ||
autojump | ||
autoload | ||
autoupdate | ||
auwm | ||
bashism | ||
bindkey | ||
BUSYTIMEFLAG | ||
canonicalize | ||
CDPATH | ||
Chastanet | ||
chgrp | ||
cntrl | ||
compinit | ||
compinstall | ||
CONV | ||
cvzf | ||
Datash | ||
datetime | ||
DELIMS | ||
deps | ||
Deps | ||
dhclient | ||
DISTRO | ||
distutils | ||
DOCKERHUB | ||
dotglob | ||
envsubst | ||
EPOCHREALTIME | ||
EPOCHSECONDS | ||
EXIT | ||
exitcode | ||
extglob | ||
Facadesh | ||
fgrep | ||
fmask | ||
gensub | ||
getline | ||
getopt | ||
gpgsign | ||
gsub | ||
HISTFILE | ||
hlocalhost | ||
HOME | ||
HOSTIP | ||
hqbj | ||
HUP | ||
IBUS | ||
inlines | ||
installdir | ||
installfile | ||
installsh | ||
INT | ||
ISBUSY | ||
keychain | ||
KHTML | ||
killall | ||
lastpipe | ||
lastpipe | ||
libkrb | ||
libloadandcheckconfigsh | ||
loadandcheckconfig | ||
loadprofile | ||
LOCALAPPDATA | ||
maxdepth | ||
mindepth | ||
mkdir | ||
mktemp | ||
MPFR | ||
MYPRUNEPATHS | ||
newuser | ||
noargs | ||
nohup | ||
noninteractive | ||
NONINTERACTIVE | ||
nullglob | ||
onbuild | ||
PATHCONV | ||
pgrep | ||
ppassword | ||
proot | ||
Pubkey | ||
pykerberos | ||
readlink | ||
fmask | ||
realpath | ||
Referer | ||
strfile | ||
USERGROUP | ||
USERGROUPID | ||
USERHOME | ||
HOME | ||
USERID | ||
USERPROFILE | ||
Struct | ||
SYMFONY | ||
fgrep | ||
HUP | ||
bashism | ||
killall | ||
CDPATH | ||
Pubkey | ||
cntrl | ||
newuser | ||
HISTFILE | ||
regextype | ||
SAVEHIST | ||
Scrasnups | ||
Scriptsh | ||
setopt | ||
unsetopt | ||
bindkey | ||
compinstall | ||
compinit | ||
zstyle | ||
autoload | ||
strftime | ||
textmate | ||
autojump | ||
pgrep | ||
keychain | ||
libkrb | ||
pykerberos | ||
distutils | ||
libloadandcheckconfigsh | ||
loadandcheckconfig | ||
loadprofile | ||
installfile | ||
installdir | ||
setupsh | ||
xdebug | ||
xdebugini | ||
wslprofile | ||
undelete | ||
EXIT | ||
INT | ||
TERM | ||
ABRT | ||
autoupdate | ||
auwm | ||
chgrp | ||
nohup | ||
DOCKERHUB | ||
PATHCONV | ||
CONV | ||
uroot | ||
proot | ||
envsubst | ||
regextype | ||
gsub | ||
willywonka | ||
onbuild | ||
TMPDIR | ||
SIGINT | ||
sigpipe | ||
SIGUSR | ||
inlines | ||
strfile | ||
strftime | ||
Struct | ||
substr | ||
SYMFONY | ||
TERM | ||
testsuites | ||
textmate | ||
TIMEFORMAT | ||
AUTOCOMMIT | ||
zcat | ||
getline | ||
tolower | ||
varchar | ||
asort | ||
ISBUSY | ||
SIGINT | ||
BUSYTIMEFLAG | ||
hqbj | ||
TMDIR | ||
substr | ||
TMPDIR | ||
tolower | ||
undelete | ||
unsetopt | ||
unstub | ||
cvzf | ||
sigpipe | ||
WORKDIR | ||
uroot | ||
userdel | ||
addgroup | ||
MPFR | ||
canonicalize | ||
Chastanet | ||
Scrasnups | ||
datetime | ||
gensub | ||
hlocalhost | ||
USERGROUP | ||
USERGROUPID | ||
USERHOME | ||
USERID | ||
USERPROFILE | ||
uuser | ||
ppassword | ||
DELIMS | ||
Facadesh | ||
Scriptsh | ||
noargs | ||
exitcode | ||
Datash | ||
installsh | ||
varchar | ||
willywonka | ||
WORKDIR | ||
wslprofile | ||
xdebug | ||
xdebugini | ||
zcat | ||
zstyle |
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,3 @@ | ||
adpat -> adapt | ||
fileTest -> fileTest | ||
tst -> test |
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 @@ | ||
softwares |
Oops, something went wrong.