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/sh | |
chmod +x gradlew | |
echo "commit message:" $GIT_CLONE_COMMIT_MESSAGE_BODY > ./release_notes.txt |
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
https://contele.atlassian.net/browse/HDC-272 |
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
// Use chai should to assert null | |
const should = chai.should(); | |
should.exist(any); |
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
06/17 13:40:32: Launching 'app' on Android 10 - Nexus 5 API 29. | |
$ adb shell am start -n "com.brainboost.MOG/com.brainboost.brainapp.IntroActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER | |
Connected to process 8058 on device 'Android_10_-_Nexus_5_API_29 [emulator-5554]'. | |
Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. | |
I/.brainboost.MO: Not late-enabling -Xcheck:jni (already on) | |
E/.brainboost.MO: Unknown bits set in runtime_flags: 0x8000 | |
W/.brainboost.MO: Unexpected CPU variant for X86 using defaults: x86 | |
I/.brainboost.MO: The ClassLoaderContext is a special shared library. | |
D/libEGL: Emulator has host GPU support, qemu.gles is set to 1. |
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
_Date = | |
VAR BaseCalendar = CALENDARAUTO() | |
RETURN | |
GENERATE ( | |
BaseCalendar, | |
VAR BaseDate = [Date] | |
VAR DayNumber = Right(CONCATENATE("00",DAY ( BaseDate )),2) | |
VAR YearDate = YEAR ( BaseDate ) | |
VAR MonthNumber = Right(CONCATENATE("00",MONTH ( BaseDate )),2) | |
VAR JoinDate = CONCATENATE(01,CONCATENATE("/",CONCATENATE(MonthNumber,CONCATENATE("/",2018)))) |
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
> repository.find({property: value}) |
OlderNewer