Spencer
e0c66b98d2
[backport/5.x] [eslint] enable no-undef rule - #10825 ( #10846 )
...
* [codeshift] add proper ignore comments
* use more descriptive file ignore pattern
* [codeshift] apply require-to-import transform
* [codeshift/fixup] remove duplicate imports
* [eslint] upgrade config for react "unused" support
(cherry picked from commit aa2bb174a3
)
* [eslint] remove no-unused-vars override
* [eslint] remove no-unused-vars override
* add eslint-plugin-react peerDependency
* [codeshift] apply remove-unused-basic-requires transform
* [codeshift] apply remove-unused-function-arguments transform
* [lintroller] fix argument list spacing
* [codeshift] apply remove-unused-basic-vars transform
* [codeshift/fixup] fixup unused basic var removals
* manually apply remove-unused-assignments transform
* [codeshift] reapply remove-unused-imports transform
* [codeshift] reapply remove-unused-function-arguments transform
* [resizeChecker] remove assignment to unused var
* [eslint] autofix param spacing
* manually fix remaining no-undef errors
* replace values that looked unused in tests
* remove // kibana-jscodeshift-no-babel comment
* remove import statements from code required by api tests
* Remove '// kibana-jscodeshift-ignore' comments
* address review feedback
* remove remnant of removed if condition
* [console] use * import for settings
2017-03-22 11:13:19 -07:00
Spencer
9ed7e81b62
Backport eslint updates to 5.x ( #10139 )
...
* [eslint] update eslint config to 0.3.0
* [eslint] autofix
* [fixtures/hits] reformat to comply with max-len lint rule
* [eslint] enable no-var and autofix
* [eslint] enable prefer-const and autofix
* [eslint] fix autofix-incompatible no-var and prefer-const violations
* [eslint] enable quotes+no-extra-semi and autofix
2017-02-06 21:27:07 -07:00
Jonathan Budzenski
032de94fe2
[build] Check for release files after build task
2016-05-19 13:17:05 -05:00
Jonathan Budzenski
d0c835d172
[build] Release packages to s3
2016-05-19 10:27:48 -05:00
spalger
219c7a3b9e
[build] allow installed plugins to use live compiled es7->es5
2015-08-14 16:20:48 -07:00
spalger
552b824711
[build] finish updates
2015-08-14 11:53:26 -07:00
spalger
ce366a06f4
[build] initial fix
2015-08-13 21:16:54 -07:00
Spencer Alger
a6f938866c
[lodash] switch flatten() and flattenDeep()
2015-06-15 10:10:59 -07:00
Spencer Alger
a5ffd91277
[lodash] audit _() usage to ensure compatibility with lodash 3.0
...
Starting in lodash 3.0 _() chains are lazily evaluated and therefor usage of the pattern had to be checked for side effects. Where it made more sense to just use Array methods, the code was updated. In other places the code was already calling .value() on the chain, so no changes were needed. Finally, there were places where the chain was not designed to produce a value, but to modify a value that was already in scope (like this/self), in those senarios .commit() was added to force evaluation of the chain.
2015-06-11 18:27:18 -07:00
Rashid Khan
93b66e1c98
Fix download location
2015-03-30 15:06:03 -07:00
Khalah Jones-Golden
a36f72142c
[Docs, Links] Changed all of the relevant links and occurences of the string elasticsearch to take into consideration the rebranding during elasitcon and keynote
2015-03-16 18:22:48 -07:00
Chris Cowan
59d439b66f
Closes #3068 - Create SHASUMs for uploaded files
...
Closes #3068
2015-02-18 12:17:47 -07:00
Rashid Khan
9912738e38
Add release task to upload to S3
2014-10-03 17:26:05 -07:00