Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
cb9a459
writeToFile qmLog.debug("Writing to " + filePath)
mikepsinn Jul 8, 2021
f3249a2
qmLog.logEndOfProcess("runCypressTests")
mikepsinn Jul 8, 2021
c793a9b
qmLog.logEndOfProcess("runCypressTests")
mikepsinn Jul 8, 2021
0e37c92
nvm_install.sh
mikepsinn Jul 8, 2021
4f62fe9
nvm_install.sh
mikepsinn Jul 8, 2021
760c855
source "$SCRIPT_FOLDER"/nvm.sh
mikepsinn Jul 8, 2021
7ffba52
source "$SCRIPT_FOLDER"/nvm.sh 10
mikepsinn Jul 8, 2021
5c1daea
nvm_install.sh
mikepsinn Jul 8, 2021
5931145
set +x
mikepsinn Jul 8, 2021
c5f99f7
source "$IONIC_PATH"/scripts/log_start.sh "${BASH_SOURCE[0]}"
mikepsinn Jul 8, 2021
63316bd
echo "SCRIPT_FOLDER is $SCRIPT_FOLDER" &&
mikepsinn Jul 8, 2021
fe181bb
Merge branch 'develop' into feature/writeToFile
mikepsinn Jul 19, 2021
6f27465
Merge develop into feature/writeToFile
github-actions[bot] Aug 26, 2021
d97d7b5
Merge develop into feature/writeToFile
github-actions[bot] Aug 26, 2021
0d67df7
Merge develop into feature/writeToFile
github-actions[bot] Aug 26, 2021
c44ea72
Merge develop into feature/writeToFile
github-actions[bot] Aug 26, 2021
16b9154
Merge develop into feature/writeToFile
github-actions[bot] Aug 27, 2021
64151f2
Merge develop into feature/writeToFile
github-actions[bot] Aug 27, 2021
1db53ce
Merge develop into feature/writeToFile
github-actions[bot] Aug 27, 2021
778259e
Merge develop into feature/writeToFile
github-actions[bot] Aug 27, 2021
95696ec
Merge develop into feature/writeToFile
github-actions[bot] Aug 27, 2021
cd1168c
Merge develop into feature/writeToFile
github-actions[bot] Aug 27, 2021
3092b3e
Merge develop into feature/writeToFile
github-actions[bot] Aug 28, 2021
2d7aa09
Merge develop into feature/writeToFile
github-actions[bot] Aug 28, 2021
d213fa6
Merge develop into feature/writeToFile
github-actions[bot] Aug 28, 2021
bd404bb
Merge develop into feature/writeToFile
github-actions[bot] Aug 28, 2021
6f38764
Merge develop into feature/writeToFile
github-actions[bot] Aug 29, 2021
623b5d2
Merge develop into feature/writeToFile
github-actions[bot] Sep 1, 2021
d918fce
Merge develop into feature/writeToFile
github-actions[bot] Sep 7, 2021
2b8525e
Merge develop into feature/writeToFile
github-actions[bot] Sep 7, 2021
5b90065
Merge develop into feature/writeToFile
github-actions[bot] Oct 21, 2021
ca9d972
Merge develop into feature/writeToFile
github-actions[bot] Feb 1, 2022
15c0260
Merge develop into feature/writeToFile
github-actions[bot] Feb 1, 2022
8092351
Merge develop into feature/writeToFile
github-actions[bot] Mar 17, 2022
8f2115d
Merge develop into feature/writeToFile
github-actions[bot] Apr 7, 2022
7e1bb23
Merge develop into feature/writeToFile
github-actions[bot] Apr 8, 2022
8fa81e5
Merge develop into feature/writeToFile
github-actions[bot] Apr 20, 2022
b013dc1
Merge develop into feature/writeToFile
github-actions[bot] Apr 20, 2022
23f39fc
Merge develop into feature/writeToFile
github-actions[bot] Apr 21, 2022
72c790a
Merge develop into feature/writeToFile
github-actions[bot] Apr 21, 2022
7d24594
Merge develop into feature/writeToFile
github-actions[bot] Apr 21, 2022
be81c5c
Merge develop into feature/writeToFile
github-actions[bot] Apr 21, 2022
9b43370
Merge develop into feature/writeToFile
github-actions[bot] Apr 21, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/commit-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set +x
set -e
PARENT_SCRIPT_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/$(basename "${BASH_SOURCE[0]}")" && SCRIPT_FOLDER=`dirname ${PARENT_SCRIPT_PATH}`
# shellcheck source=./log_start.sh
cd "${SCRIPT_FOLDER}" && cd .. && export IONIC_PATH="$PWD" && source "$IONIC_PATH"/scripts/log_start.sh "${BASH_SOURCE[0]}"
cd "${SCRIPT_FOLDER}" && cd .. && export IONIC_PATH="$PWD" && source "$IONIC_PATH"/scripts/log_start.sh "${BASH_SOURCE[0]}"
BUILD_REPO=$IONIC_PATH/tmp/qm-web-build

git config user.email "m@quantimodo.com"
Expand Down
2 changes: 1 addition & 1 deletion scripts/cypress_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set +x
set -e
PARENT_SCRIPT_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/$(basename "${BASH_SOURCE[0]}")" && SCRIPT_FOLDER=$(dirname "${PARENT_SCRIPT_PATH}")
# shellcheck source=./log_start.sh
cd "${SCRIPT_FOLDER}" && cd .. && export IONIC_PATH="$PWD" && source "$IONIC_PATH"/scripts/log_start.sh "${BASH_SOURCE[0]}"
cd "${SCRIPT_FOLDER}" && cd .. && export IONIC_PATH="$PWD" && source "$IONIC_PATH"/scripts/log_start.sh "${BASH_SOURCE[0]}"
npm run cy:run
if [[ ! -f success-file ]] ; then
echo 'success-file is not there, aborting.'
Expand Down
2 changes: 1 addition & 1 deletion scripts/ghost-inspector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set +x
set -e
PARENT_SCRIPT_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/$(basename "${BASH_SOURCE[0]}")" && SCRIPT_FOLDER=$(dirname "${PARENT_SCRIPT_PATH}")
# shellcheck source=./log_start.sh
cd "${SCRIPT_FOLDER}" && cd .. && export IONIC_PATH="$PWD" && source "$IONIC_PATH"/scripts/log_start.sh "${BASH_SOURCE[0]}"
cd "${SCRIPT_FOLDER}" && cd .. && export IONIC_PATH="$PWD" && source "$IONIC_PATH"/scripts/log_start.sh "${BASH_SOURCE[0]}"
set -x
npm run test:ghostinspector
# shellcheck source=./log_end.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/heroku.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set +x
set -e
PARENT_SCRIPT_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/$(basename "${BASH_SOURCE[0]}")" && SCRIPT_FOLDER=$(dirname "${PARENT_SCRIPT_PATH}")
# shellcheck source=./log_start.sh
cd "${SCRIPT_FOLDER}" && cd .. && export IONIC_PATH="$PWD" && source "$IONIC_PATH"/scripts/log_start.sh "${BASH_SOURCE[0]}"
cd "${SCRIPT_FOLDER}" && cd .. && export IONIC_PATH="$PWD" && source "$IONIC_PATH"/scripts/log_start.sh "${BASH_SOURCE[0]}"
# shellcheck source=./no-root.sh
source "$SCRIPT_FOLDER"/no-root.sh
git push git@heroku.com:medimodo.git HEAD:master -f;
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -o nounset # Disallow expansion of unset variables
set -o pipefail # Use last non-zero exit code in a pipeline
PARENT_SCRIPT_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/$(basename "${BASH_SOURCE[0]}")" && SCRIPT_FOLDER=`dirname ${PARENT_SCRIPT_PATH}`
# shellcheck source=./log_start.sh
cd "${SCRIPT_FOLDER}" && cd .. && export IONIC_PATH="$PWD" && source "$IONIC_PATH"/scripts/log_start.sh "${BASH_SOURCE[0]}"
cd "${SCRIPT_FOLDER}" && cd .. && export IONIC_PATH="$PWD" && source "$IONIC_PATH"/scripts/log_start.sh "${BASH_SOURCE[0]}"
# shellcheck source=./no-root.sh
source "$SCRIPT_FOLDER"/no-root.sh
# shellcheck source=./nvm.sh
Expand Down
5 changes: 4 additions & 1 deletion scripts/ionic_install_with_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "SCRIPT_FOLDER is $SCRIPT_FOLDER"
cd "${SCRIPT_FOLDER}"
cd ..
# shellcheck source=./log_start.sh
export IONIC_PATH="$PWD" && source "$IONIC_PATH"/scripts/log_start.sh "${BASH_SOURCE[0]}"
export IONIC_PATH="$PWD" && source "$IONIC_PATH"/scripts/log_end.sh "${BASH_SOURCE[0]}"

set -x

Expand Down Expand Up @@ -40,3 +40,6 @@ sudo chmod -R 770 "${IONIC_PATH}"/scripts

# shellcheck source=./log_start.sh
source "$IONIC_PATH"/scripts/log_end.sh "${BASH_SOURCE[0]}"

# shellcheck source=./log_start.sh
source "$IONIC_PATH"/scripts/log_end.sh "${BASH_SOURCE[0]}"
1 change: 1 addition & 0 deletions scripts/mocha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set +x
set -e
PARENT_SCRIPT_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/$(basename "${BASH_SOURCE[0]}")" && SCRIPT_FOLDER=$(dirname "${PARENT_SCRIPT_PATH}")
cd "${SCRIPT_FOLDER}" && cd .. && export IONIC_PATH="$PWD" && source "$IONIC_PATH"/scripts/log_start.sh "${BASH_SOURCE[0]}"
# shellcheck source=./log_start.sh
cd "${SCRIPT_FOLDER}" && cd .. && export IONIC_PATH="$PWD" && source "$IONIC_PATH"/scripts/log_start.sh "${BASH_SOURCE[0]}"
set -x
Expand Down
2 changes: 2 additions & 0 deletions scripts/nvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ set -o errexit # Exit on most errors (see the manual)
set -o nounset # Disallow expansion of unset variables
set -o pipefail # Use last non-zero exit code in a pipeline
PARENT_SCRIPT_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/$(basename "${BASH_SOURCE[0]}")" && SCRIPT_FOLDER=`dirname ${PARENT_SCRIPT_PATH}`
cd "${SCRIPT_FOLDER}" && cd .. && export IONIC_PATH="$PWD"
# shellcheck source=./no-root.sh
# shellcheck source=./log_start.sh
cd "${SCRIPT_FOLDER}" && cd .. && export IONIC_PATH="$PWD" && source "$IONIC_PATH"/scripts/log_start.sh "${BASH_SOURCE[0]}"
# shellcheck source=./no-root.sh
Expand Down
15 changes: 15 additions & 0 deletions scripts/nvm_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/usr/bin/env bash
set +x
set -e
PARENT_SCRIPT_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/$(basename "${BASH_SOURCE[0]}")" && SCRIPT_FOLDER=$(dirname "${PARENT_SCRIPT_PATH}")
cd "${SCRIPT_FOLDER}" && cd .. && export IONIC_PATH="$PWD" && source "$IONIC_PATH"/scripts/log_start.sh "${BASH_SOURCE[0]}"
set -x
sudo chown -R "$USER" ~/.nvm || true
sudo apt install -y curl
echo "Installing nvm..."
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash;
# shellcheck source=./nvm_load.sh
source "$IONIC_PATH"/scripts/nvm_load.sh
echo "You'll probably have to restart the script to use nvm"
# shellcheck source=./log_start.sh
source "$IONIC_PATH"/scripts/log_end.sh "${BASH_SOURCE[0]}"
7 changes: 7 additions & 0 deletions scripts/nvm_load.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
set +x
echo "Loading nvm command for shell access..."
# shellcheck disable=SC2155
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
# shellcheck disable=SC1090
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
2 changes: 2 additions & 0 deletions src/js/qmHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
/** @namespace qm.chrome */
/* global AppSettings TweenMax, Power1, Sine, Linear, Power3, TimelineMax, Power2 */
/* eslint-env browser */
import * as qmLog from "../../ts/qm.log";

String.prototype.toCamelCase = function(){
return this.replace(/(\_[a-z])/g, function($1){
return $1.toUpperCase().replace('_', '');
Expand Down