- Release CHE 5.21.0 eclipse-che/che#7488 2sp
- Release codenvy / saas / customers assemblies 5.21.0 codenvy/codenvy#2541 2sp
- Move selenium changes for "che6" branch to the "master" branch eclipse-che/che#7477 1sp
- Include Organization tests into acceptance tests execution on the Multiuser Che eclipse-che/che#7359 4sp
- [CHE6 (singleuser)] Unexpected fail of CheckBasicFunctionalityInCommandsExplorerTest selenium test eclipse-che/che#7364 1sp
- Store report.zip of selenium tests somewhere in Jenkins to be accessible after the next build cleans up target director https://github.com/codenvy/infrastructure/issues/152 3sp
- Submit OAuth Developer Verification Form for codenvy.io https://github.com/codenvy/infrastructure/issues/157 2sp
- Update managed installation codenvy.nuxeo.com to 5.20.0 https://github.com/codenvy/infrastructure/issue
This file contains hidden or 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
FROM ubuntu | |
RUN sleep 2m | |
CMD ["echo", "hello"] |
This file contains hidden or 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
box = 'linux_dev_machine' | |
url = 'https://install.codenvycorp.com/linux_dev_machine.box' | |
ram = '8192' | |
hostname = 'che' | |
domain = 'box.com' | |
cpus = '4' | |
bridge = 'eth0' | |
Vagrant.configure("2") do |config| | |
config.vm.box = box |
This file contains hidden or 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
INFO global: Vagrant version: 1.8.1 | |
INFO global: Ruby version: 2.2.3 | |
INFO global: RubyGems version: 2.4.5.1 | |
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded" | |
INFO global: VAGRANT_OLD_ENV_LC_NUMERIC="uk_UA.UTF-8" | |
INFO global: VAGRANT_OLD_ENV_SSH_AUTH_SOCK="/run/user/1000/keyring-KO9XNT/ssh" | |
INFO global: VAGRANT_OLD_ENV_LANG="en_US.UTF-8" | |
INFO global: VAGRANT_OLD_ENV_HISTCONTROL="ignoreboth" | |
INFO global: VAGRANT_OLD_ENV_UPSTART_EVENTS="started starting" | |
INFO global: VAGRANT_INSTALLER_VERSION="2" |
This file contains hidden or 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
(function() { | |
function CommandHistory() { | |
this.histories = [] | |
this.index = 0 | |
} | |
CommandHistory.prototype = { | |
_get: function() { | |
if (this.index >= 0 && this.histories.length <= this.index) { |
This file contains hidden or 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
#!/bin/bash | |
resolveVersions() { | |
if [[ -z "${RELEASE_VERSION}" ]] || [[ -z "${RELEASE_NEXT_VERSION}" ]] ; then | |
echo "NOT SET AND CALCULATE" | |
VERSION=123 | |
NEXT_DEV_VERSION=1234 | |
else | |
echo "use what is set" | |
VERSION=${RELEASE_VERSION} |
This file contains hidden or 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
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,300);@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,700,500,300);@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes b{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes b{0%{opacity:1}50%{opacity:0}to{opacity:1}}[src$='blue.png']{background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjMDA5Njg4IiBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptLTIgMTVsLTUtNSAxLjQxLTEuNDFMMTAgMTQuMTdsNy41OS03LjU5TDE5IDhsLTkgOXoiLz48L3N2Zz4=)}[src$='red.png']{background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAg |
This file contains hidden or 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
#!/bin/bash | |
# bash <(curl -L -s https://start.codenvy.com/install-single) | |
# | |
# allowed options: | |
# --multi | |
# --silent | |
# --suppress | |
# --version=<VERSION TO INSTALL> | |
# --hostname=<CODENVY HOSTNAME> |
This file contains hidden or 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
[TEST] =================================================== | |
[TEST] Profile : local | |
[TEST] Mode : grid | |
[TEST] Rerun failing tests : false | |
[TEST] =================================================== | |
[TEST] Protocol : http | |
[TEST] Host : 172.19.20.39 | |
[TEST] Product : che | |
[TEST] Tests : -DrunSuite=/tmp/CheParallelSuite.xml | |
[TEST] Threads : 4 |
This file contains hidden or 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
#!/bin/bash | |
set -e | |
#init VARS | |
DEFAULT_OC_PUBLIC_HOSTNAME="127.0.0.1" | |
export OC_PUBLIC_HOSTNAME=${OC_PUBLIC_HOSTNAME:-${DEFAULT_OC_PUBLIC_HOSTNAME}} | |
DEFAULT_OC_PUBLIC_IP="127.0.0.1" | |
export OC_PUBLIC_IP=${OC_PUBLIC_IP:-${DEFAULT_OC_PUBLIC_IP}} |