Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove rimraf #48985

Merged
merged 15 commits into from
Oct 24, 2019
Merged

Remove rimraf #48985

merged 15 commits into from
Oct 24, 2019

Conversation

spalger
Copy link
Contributor

@spalger spalger commented Oct 22, 2019

We use both rimraf and del, which do the same thing, but del supports TS and promises natively, as also have protections against deletes outside of the CWD which is a great backup for arbitrary file deletes we're doing in different places.

@spalger spalger added Team:Operations Team label for Operations Team v8.0.0 release_note:skip Skip the PR/issue when compiling release notes v7.6.0 labels Oct 22, 2019
@spalger spalger requested a review from a team as a code owner October 22, 2019 20:13
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations (Team:Operations)

@elasticmachine
Copy link
Contributor

💔 Build Failed

@tylersmalley
Copy link
Contributor

Looks like yarn.lock needs added.

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine

This comment has been minimized.

@elasticmachine

This comment has been minimized.

@elasticmachine

This comment has been minimized.

spalger added 2 commits October 23, 2019 21:22
# Conflicts:
#	packages/kbn-es/package.json
#	packages/kbn-plugin-helpers/package.json
#	packages/kbn-pm/dist/index.js
#	packages/kbn-pm/package.json
@elasticmachine
Copy link
Contributor

💔 Build Failed

@spalger
Copy link
Contributor Author

spalger commented Oct 24, 2019

@elasticmachine merge upstream

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@spalger spalger merged commit a859577 into elastic:master Oct 24, 2019
spalger pushed a commit to spalger/kibana that referenced this pull request Oct 24, 2019
* Update dependency del to v5

* unify del/rimraf usage with del v5

* update yarn.lock

* update kbn-pm distributable

* remove poorly transformed code

* force some deletes from tmp

* mock less of the fs module

* force tmp deletion in a few more suites

* please make this the last force

# Conflicts:
#	packages/kbn-plugin-helpers/package.json
spalger pushed a commit that referenced this pull request Oct 24, 2019
* Update dependency del to v5

* unify del/rimraf usage with del v5

* update yarn.lock

* update kbn-pm distributable

* remove poorly transformed code

* force some deletes from tmp

* mock less of the fs module

* force tmp deletion in a few more suites

* please make this the last force

# Conflicts:
#	packages/kbn-plugin-helpers/package.json
@spalger
Copy link
Contributor Author

spalger commented Oct 24, 2019

7.x/7.6: 4bd85e3

@spalger spalger deleted the remove-rimraf branch October 24, 2019 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team:Operations Team label for Operations Team v7.6.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants