This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
-
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.
(#241) Use official YouTrack docker image
- Loading branch information
Showing
45 changed files
with
3,792 additions
and
1,590 deletions.
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
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
56 changes: 56 additions & 0 deletions
56
src/test/resources/docker/youtrack/conf/hub/hub.jvmoptions.dist
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,56 @@ | ||
## This file contains additional Hub JVM options. | ||
## To edit it please first copy it to the "hub.jvmoptions" file. | ||
## Each option must be on a separate line; empty lines are ignored. | ||
## Use "#" at the beginning of the line to comment it. | ||
## | ||
## Use "*D" instead of "-D" to not pass the specified system property explicitly via the command-line, | ||
## but to set it implicitly from inside the Hub process via System#setProperty(). | ||
## | ||
## Use "+" instead of "-" or "*" at the begin of the option to remove it (can be used to remove a default option). | ||
## "+<option>:<value>", "+XX:<option>=<value>" and "+D<property>=<value>" remove the corresponding option only if it | ||
## has exactly the same value, while "+<option>", "+XX:<option>" and "+D<property>" remove it regardless of the value. | ||
## | ||
## Use "@" to define the aliases. For example, after defining the alias "@devMode=-Ddev.mode=true" you can use | ||
## it like "-devMode" (will be expanded to "-Ddev.mode=true") or "+devMode" (will be expanded to "+Ddev.mode"). | ||
## Alias can also have a parameter: you can define the alias as "@devMode=-Ddev.mode=$//" and use it then as | ||
## "-devMode:false" (will be expanded to "-Ddev.mode=false"). To provide a default alias value use the following | ||
## definition: "@devMode=-Ddev.mode=$/true/". All occurrences of the "$/.../" place holder will be replaced. | ||
## Use "$$" to escape the dollar sign. Any pair of equal symbols can be used instead of slashes. | ||
## To remove the alias define it with empty definition: "@devMode". | ||
## | ||
## Variables wrapped with the "%" sign are internal and are substituted automatically so you do not need to replace | ||
## them by the actual values manually. Besides, they are subject to change so you should not use them in your options. | ||
## Use "%%" to escape the "%" sign. | ||
## | ||
## Any option can be wrapped with double quotes to avoid space trimming at the line end. | ||
##---------------------------------------------------------------------------------------------------------------------- | ||
|
||
## Here is the list of the default (pre-defined) Hub JVM option aliases. | ||
## To change the default alias either uncomment the corresponding line or add an overriding alias below. | ||
#@debug=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=$/%DEBUG_PORT%/ | ||
#@sdebug=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=$/%DEBUG_PORT%/ | ||
#@yourkit=-agentpath:%YOURKIT_AGENT_LIBRARY_PATH%=port=$/%YOURKIT_AGENT_PORT%/,sessionname=hub,dir=%APP_LOGS_DIR%,logdir=%APP_LOGS_DIR% | ||
|
||
## Here is the list of the default (pre-defined) Hub JVM options. | ||
## To change the default option either uncomment the corresponding line or add an overriding option below. | ||
#-ea | ||
#-XX:+HeapDumpOnOutOfMemoryError | ||
#-XX:HeapDumpPath=%APP_LOGS_DIR% | ||
#-XX:ErrorFile=%APP_LOGS_DIR%%FILE_SEPARATOR%hs_err_pid%%p.log | ||
#-Dfile.encoding=UTF-8 | ||
#*Djava.awt.headless=true | ||
#-XX:MaxPermSize=150m | ||
#-XX:MaxMetaspaceSize=150m | ||
#-Xmx600m | ||
|
||
## Uncomment the following line to run Hub with enabled debug | ||
## You can also just run the "configure -J-debug" command of the Hub script | ||
#-debug | ||
|
||
## Uncomment the following line to run Hub with enabled debug and suspend it | ||
## You can also just run the "configure -J-sdebug" command of the Hub script | ||
#-sdebug | ||
|
||
## Uncomment the following line to run Hub with enabled YourKit profiling ("yourkit-home" property must be specified) | ||
## You can also just run the "configure -J-yourkit" command of the Hub script | ||
#-yourkit |
47 changes: 47 additions & 0 deletions
47
src/test/resources/docker/youtrack/conf/hub/hub.launch.config
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,47 @@ | ||
## This file contains Hub launch configuration. | ||
## To edit it please first copy it to the "hub.launch.config" file. | ||
## To change the setting uncomment it first. | ||
## To apply the changes you made in this file, please restart Hub using its scripts from the "bin" folder. | ||
|
||
## Hub display name | ||
#display-name=Hub | ||
|
||
## Hub description | ||
#description=Common Authentication Service | ||
|
||
## Hub Windows service name | ||
## If you want to change this setting, please uninstall the current Hub Windows service, | ||
## then change the service name here and then install it again using "..\bin\hub.bat service install" command. | ||
#win-service-name=hub | ||
|
||
## Hub Mac OS daemon label | ||
## If you want to change this setting, please unload the current Hub Mac OS daemon, | ||
## then change the daemon label here and then load it again using "../bin/hub.sh daemon start" command. | ||
#mac-daemon-label=Hub | ||
|
||
## Hub Mac OS daemon user | ||
## If you want to change this setting, please unload the current Hub Mac OS daemon, | ||
## then change the daemon user here and then load it again using "../bin/hub.sh daemon start" command. | ||
#mac-daemon-user=root | ||
|
||
## Hub start timeout in seconds | ||
#start-timeout-seconds=300 | ||
|
||
## Hub stop timeout in seconds | ||
#stop-timeout-seconds=300 | ||
|
||
## Hub Java libraries directory. | ||
## The path should be either absolute or relative to the Hub home directory. | ||
#lib-dir=lib | ||
|
||
## Hub logs directory. | ||
## The path should be either absolute or relative to the Hub home directory. | ||
logs-dir=/opt/youtrack/logs/hub | ||
|
||
## Hub launcher logs directory. | ||
## The path should be either absolute or relative to the Hub logs directory. | ||
#launcher.logs-dir=. | ||
|
||
## Path to the YourKit installation to use to profile Hub. | ||
## The path should be either absolute or relative to the Hub home directory. | ||
#yourkit-home= |
47 changes: 47 additions & 0 deletions
47
src/test/resources/docker/youtrack/conf/hub/hub.launch.config.dist
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,47 @@ | ||
## This file contains Hub launch configuration. | ||
## To edit it please first copy it to the "hub.launch.config" file. | ||
## To change the setting uncomment it first. | ||
## To apply the changes you made in this file, please restart Hub using its scripts from the "bin" folder. | ||
|
||
## Hub display name | ||
#display-name=Hub | ||
|
||
## Hub description | ||
#description=Common Authentication Service | ||
|
||
## Hub Windows service name | ||
## If you want to change this setting, please uninstall the current Hub Windows service, | ||
## then change the service name here and then install it again using "..\bin\hub.bat service install" command. | ||
#win-service-name=hub | ||
|
||
## Hub Mac OS daemon label | ||
## If you want to change this setting, please unload the current Hub Mac OS daemon, | ||
## then change the daemon label here and then load it again using "../bin/hub.sh daemon start" command. | ||
#mac-daemon-label=Hub | ||
|
||
## Hub Mac OS daemon user | ||
## If you want to change this setting, please unload the current Hub Mac OS daemon, | ||
## then change the daemon user here and then load it again using "../bin/hub.sh daemon start" command. | ||
#mac-daemon-user=root | ||
|
||
## Hub start timeout in seconds | ||
#start-timeout-seconds=300 | ||
|
||
## Hub stop timeout in seconds | ||
#stop-timeout-seconds=300 | ||
|
||
## Hub Java libraries directory. | ||
## The path should be either absolute or relative to the Hub home directory. | ||
#lib-dir=lib | ||
|
||
## Hub logs directory. | ||
## The path should be either absolute or relative to the Hub home directory. | ||
#logs-dir=logs | ||
|
||
## Hub launcher logs directory. | ||
## The path should be either absolute or relative to the Hub logs directory. | ||
#launcher.logs-dir=. | ||
|
||
## Path to the YourKit installation to use to profile Hub. | ||
## The path should be either absolute or relative to the Hub home directory. | ||
#yourkit-home= |
Oops, something went wrong.