Skip to content

Commit

Permalink
Merge branch 'master' into fix-add-exception-api-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Jul 22, 2020
2 parents 91ac3b5 + 8b27b1e commit 8c2c95a
Show file tree
Hide file tree
Showing 96 changed files with 1,140 additions and 2,157 deletions.
1,075 changes: 4 additions & 1,071 deletions renovate.json5

Large diffs are not rendered by default.

21 changes: 0 additions & 21 deletions scripts/build_renovate_config.js

This file was deleted.

16 changes: 0 additions & 16 deletions src/dev/ci_setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,6 @@ if [ "$GIT_CHANGES" ]; then
exit 1
fi

###
### rebuild kbn-pm distributable to ensure it's not out of date
###
echo " -- building renovate config"
node scripts/build_renovate_config

###
### verify no git modifications
###
GIT_CHANGES="$(git ls-files --modified)"
if [ "$GIT_CHANGES" ]; then
echo -e "\n${RED}ERROR: 'node scripts/build_renovate_config' caused changes to the following files:${C_RESET}\n"
echo -e "$GIT_CHANGES\n"
exit 1
fi

###
### rebuild plugin list to ensure it's not out of date
###
Expand Down
1 change: 1 addition & 0 deletions src/dev/code_coverage/ingest_coverage/ingest.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ async function send(logF, idx, redactedEsHostUrl, client, requestBody) {
const sendMsg = (actuallySent, redactedEsHostUrl, payload) => {
const { index, body } = payload;
return `### ${actuallySent ? 'Sent' : 'Fake Sent'}:
${payload.pipeline ? `\t### Team Assignment Pipeline: ${green(payload.pipeline)}` : ''}
${redactedEsHostUrl ? `\t### ES Host: ${redactedEsHostUrl}` : ''}
\t### Index: ${green(index)}
\t### payload.body: ${body}
Expand Down
135 changes: 0 additions & 135 deletions src/dev/renovate/config.ts

This file was deleted.

59 changes: 0 additions & 59 deletions src/dev/renovate/package_globs.ts

This file was deleted.

Loading

0 comments on commit 8c2c95a

Please sign in to comment.