-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(typings): prepare for upgrade TS to 3.7 (#402)
Fix issues related to typescript `3.7` BREAKING CHANGE: We have a few exported styles, used in the Theme that are changed: SharedGeometryStyle to SharedGeometryStateStyle and GeometryStyle to GeometryStateStyle
- Loading branch information
1 parent
3bf5fd5
commit e2700de
Showing
12 changed files
with
133 additions
and
138 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
--- | ||
|
||
##### GLOBAL METADATA | ||
|
||
- meta: | ||
|
@@ -12,65 +11,65 @@ | |
daysToKeep: 30 | ||
numToKeep: 100 | ||
properties: | ||
- github: | ||
url: https://github.com/elastic/elastic-charts/ | ||
- inject: | ||
properties-content: 'HOME=$JENKINS_HOME | ||
- github: | ||
url: https://github.com/elastic/elastic-charts/ | ||
- inject: | ||
properties-content: 'HOME=$JENKINS_HOME | ||
' | ||
' | ||
concurrent: true | ||
node: linux && docker | ||
scm: | ||
- git: | ||
name: origin | ||
credentials-id: f6c7695a-671e-4f4f-a331-acdce44ff9ba | ||
reference-repo: /var/lib/jenkins/.git-references/elastic-charts.git | ||
branches: | ||
- ${ghprbActualCommit} | ||
url: [email protected]:elastic/elastic-charts.git | ||
refspec: +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* | ||
basedir: '' | ||
wipe-workspace: 'True' | ||
- git: | ||
name: origin | ||
credentials-id: f6c7695a-671e-4f4f-a331-acdce44ff9ba | ||
reference-repo: /var/lib/jenkins/.git-references/elastic-charts.git | ||
branches: | ||
- ${ghprbActualCommit} | ||
url: [email protected]:elastic/elastic-charts.git | ||
refspec: +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* | ||
basedir: '' | ||
wipe-workspace: 'True' | ||
triggers: | ||
- github-pull-request: | ||
org-list: | ||
- elastic | ||
allow-whitelist-orgs-as-admins: true | ||
github-hooks: true | ||
status-context: kibana-ci | ||
cancel-builds-on-update: true | ||
- github-pull-request: | ||
org-list: | ||
- elastic | ||
allow-whitelist-orgs-as-admins: true | ||
github-hooks: true | ||
status-context: kibana-ci | ||
cancel-builds-on-update: true | ||
vault: | ||
role_id: 443f9500-f443-19ba-d698-1a48e104f8ba | ||
wrappers: | ||
- ansicolor | ||
- timeout: | ||
type: absolute | ||
timeout: 180 | ||
fail: true | ||
- timestamps | ||
- ansicolor | ||
- timeout: | ||
type: absolute | ||
timeout: 180 | ||
fail: true | ||
- timestamps | ||
builders: | ||
- shell: |- | ||
#!/usr/local/bin/runbld | ||
- shell: |- | ||
#!/usr/local/bin/runbld | ||
set -euo pipefail | ||
set -euo pipefail | ||
set +x | ||
export VAULT_TOKEN=$(vault write -field=token auth/approle/login role_id="$VAULT_ROLE_ID" secret_id="$VAULT_SECRET_ID") | ||
unset VAULT_ROLE_ID VAULT_SECRET_ID | ||
export CODECOV_TOKEN=$(vault read -field=token secret/kibana-issues/prod/codecov) | ||
unset VAULT_TOKEN | ||
set -x | ||
set +x | ||
export VAULT_TOKEN=$(vault write -field=token auth/approle/login role_id="$VAULT_ROLE_ID" secret_id="$VAULT_SECRET_ID") | ||
unset VAULT_ROLE_ID VAULT_SECRET_ID | ||
export CODECOV_TOKEN=$(vault read -field=token secret/kibana-issues/prod/codecov) | ||
unset VAULT_TOKEN | ||
set -x | ||
./.ci/run.sh | ||
./.ci/run.sh | ||
publishers: | ||
- email: | ||
recipients: [email protected] | ||
- google-cloud-storage: | ||
credentials-id: kibana-ci-gcs-plugin | ||
uploads: | ||
- classic: | ||
file-pattern: integration/**/__diff_output__/**/* | ||
storage-location: gs://kibana-ci-artifacts/jobs/$JOB_NAME/$BUILD_NUMBER | ||
share-publicly: true | ||
upload-for-failed-jobs: true | ||
show-inline: true | ||
- email: | ||
recipients: [email protected] | ||
- google-cloud-storage: | ||
credentials-id: kibana-ci-gcs-plugin | ||
uploads: | ||
- classic: | ||
file-pattern: integration/**/__diff_output__/**/* | ||
storage-location: gs://kibana-ci-artifacts/jobs/$JOB_NAME/$BUILD_NUMBER | ||
share-publicly: true | ||
upload-for-failed-jobs: true | ||
show-inline: true |
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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
{ | ||
"extends": "../tsconfig", | ||
"include": [ | ||
"./**/*" | ||
] | ||
"include": ["./**/*"] | ||
} |
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
Oops, something went wrong.