Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wdscripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ifs
coast
wdscripts
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
1f74ddad442bbad070616ef493385a699bdb8bf6
Select Git revision
Selected
1f74ddad442bbad070616ef493385a699bdb8bf6
Branches
2
master
default
protected
develop
Tags
20
1.18.0
1.17.1
1.17.0
1.16
1.15
1.14
1.13
coast_20150909
coast_20141003
coast_2010_1.2
coast_2010_1.1
wd_scripts_1_11_1
wd_scripts_1_12
wd_scripts_1_9
wd_scripts_1_8
wd_scripts_1_2
wd_scripts_1_3
wd_scripts_1_4
wd_scripts_1_5
wd_scripts_1_1
23 results
Begin with the selected commit
Created with Raphaël 2.2.0
22
Nov
21
19
15
14
12
8
7
29
Oct
24
22
Dec
20
15
1
Apr
9
Sep
5
3
3
Oct
5
Mar
27
Jul
26
Jun
13
7
3
1
Feb
11
Jan
12
Dec
4
Oct
14
Sep
28
Jan
5
Nov
26
Oct
23
31
Aug
30
27
5
Mar
27
Aug
23
May
27
Aug
22
May
21
27
Aug
13
May
27
Aug
3
Mar
27
Aug
28
Jan
27
Aug
27
Apr
27
Aug
7
Mar
6
27
Aug
27
Sep
27
Aug
8
Aug
27
Aug
14
Mar
1
Jan
15
Oct
14
30
Sep
25
23
16
11
4
28
Aug
27
8
17
Jul
11
2
27
Jun
26
13
May
21
Feb
20
Aug
26
Jul
25
5
Apr
Merge branch 'release_1.18' into 'master'
1.18.0 master
1.18.0 master
Updated changelog
Bumped version to 1.18.0
Merge branch '7-bootscript-detect-projectdir' into 'master'
shellcheck based cleanup/correction of auxiliary scripts
shellcheck based cleanup/correction of scripts
corrected error in script code
shellcheck based corrections
minor shellcheck based corrections
more backtick to $() replacements
single to double quote replacements
replaced expr with $(())
removed unused variable
prefer PROJECTDIR over startpath in case LOGDIR is unset
changed scripts pathname variable to be able to source config.sh
added more tests for sysfuncs
added helper script for testing config.sh
shellcheck based cleanup and corrections
shellcheck cleanup of serverfuncs
shellcheck based cleanup of sysfuncs.sh
changed backticks to $() (SC2006)
replaced non-sh here strings (SC2039)
simplified echo sections by using double quotes only
removed trapping SIGKILL as it is undefined behavior
added hash bang line (for shellcheck)
simplified usage blocks by using double quoting only
bats test functions dry'ed
removed set -h as it is not supported
added missing semicolon at end of commands
tree utility added for listing of directories
prepared image to run bats and shellcheck tests
bootScript tests added
moved directory creation into setup function
refactored and simplified bootScript
refactored and isolated projectdir dependent path movements
added two helper functions
limited search depth of find commands to two levels at max
redirecting output of `cd` commands to `/dev/null`
added bats tests to verify config.sh
mypath now contains the real path to the started script
Loading