Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/chaoss/grimoirelab-kibiter

Soft fork of Kibana, for the benefit of GrimoireLab
https://github.com/chaoss/grimoirelab-kibiter

[Management] [6.x] Handle saved search import better (#14636)

* Port fixes from #14625 to 6.x

* Adding missing test file

* Fix linting issue

4fc92bb0e046c7f5cdedd7d450ed767d4764fbe5 authored about 7 years ago
fix issue of duplicate chart creation

e81945c8b11cdded5e33f45dced923f2c75d43e3 authored about 7 years ago
Visualize loader updates (#14528)

* allow loading visualization list thru loader

* visualize should monitor uiState if appState...

51de79283132903e6ea83d28088f4b8770662936 authored about 7 years ago
[UI Framework] Fix Popover and ContextMenu bugs (#14617) (#14629)

* Rename KuiPopover isFocusable prop to ownFocus. Focus on first focusable element by default.
...

07635f7d8d8ab43cb5e3e0fcaa2b0a36dcf172b0 authored about 7 years ago
[TSVB] Fix bugs with the new split gauge/metric behavior (#13823)

* Adding a check to make sure everything is available to render

* Adding some safety

* Fix...

bd40fd1b291adda1f1a4a34ed882f81facca424f authored about 7 years ago
[UI] allow search toolbar input to be updated from state change (#14588) (#14593)

6aecd2faef54d6eba95d5335fb60499e0459a509 authored about 7 years ago
Set configurable to true so AggConfig decorated properties can be deleted (#14569) (#14571)

* make decorated property configurable so it can be deleted

* same for histogram aggregation

cb9ad4bdefbfb85bb27ce5b25460d9a707e81576 authored about 7 years ago
Timelion .fit() - avoid removing values that are zero (#14560) (#14615)

* do not filter out values that are not zero

* do not call fit function when series is all nu...

c6695ec03dc13691bdfc8fd01d4dd51c91dfb306 authored about 7 years ago
Add whitelist for urls (#14613) (#14619)

* Add url whitelist

* Use .some

* Add/fix tests

* Add browser tests

3ac917d56b0e710dd4067f02421f4d106a48c906 authored about 7 years ago
wrap the check in a retry so we know it's not just taking a little long for the css changes to take affect in the UI (#14575) (#14609)

dd31fa880d63d8f86f05a66775d5230bf74be5f7 authored about 7 years ago
Port KuiModal K7 improvements. (#14557) (#14618)

* Port KuiModal K7 improvements.
- Add FocusTrap to KuiModal.
- Delete KuiModalBodyText.
- Ad...

dddae8fa6851c6b6c3a3429d65c48ea2f883ba85 authored about 7 years ago
[Accessibility] Improve visualization legends accessibility (#14505) (#14606)

* Make legend toggle button accessible, fix #11843

* Make legend filter buttons accessible

...

c0aecbe40c8ad1487b12e9f023a8f14f8e2150ac authored about 7 years ago
Fix tagcloud sync issues, fix #14565 (#14566) (#14594)

* Fix tagcloud sync issues, fix #14565

* Remove console.log statement

30a38b9a4c5acc56622a44f0a9d5404fed27c54f authored about 7 years ago
Fix linting issues due to space checks (#14599) (#14602)

fc6e48dc6af1008d9484b8284414b4a4496b470a authored about 7 years ago
Hide only TSVB controls, not charts (#14545)

* hide only TSVB controls, not charts

* revert format changes

* Update vis_editor_visualiz...

867d786ff262892f3836cadd674cead0e6c56af5 authored about 7 years ago
Improve logic for tabbing through a ContextMenuPanel's form elements. (#14572) (#14591)

- Support left arrow going back when the panel itself is focused.

692e2642afa823af03f9b6a4665ef2bee4cb2ec9 authored about 7 years ago
[eslint-config-kibana] Apply AirBnB spacing rules (#14522) (#14590)

* Add AirBnB key-spacing rule.
* Add AirBnB comma-spacing rule.

7cda1aae0900e0f758ea1b08c221310cdbf48cb9 authored about 7 years ago
Use spread operator over Object.assign (#14496)

332ce0dbb0f05a6cae8021ac6f657913b7f0f6a6 authored about 7 years ago
Fixes #14124 - removes the 1w label (#14577)

677a417b302d770195d1ec4cd399f099639db577 authored about 7 years ago
scripts: bump backport tool to 1.0.1 (#14581) (#14582)

dc0c08003d99c73b85a889977f992ed6b2097b7a authored about 7 years ago
use proper SVG APIs to readout contents (#14458) (#14578)

553344ccb11b6144e12a3c0a9b10343286cc270b authored about 7 years ago
[TSVB] Remove console.log from Resize PR (#14555)

854d88ab7ca0fe2ad216abaf3ba6214c9aa385de authored about 7 years ago
[TSVB] change how the resize component works to not use timeouts (#14320)

* [WIP] Atempt to use a new resize component that does not use timeouts

* remove unused var
...

0638bcac6e7b7ae4f771b3a4de9f4e56794beaed authored about 7 years ago
Bump node to 6.11.5 (#14568)

21f22d3334d47afb65461a2aa5f7c8f15f8e345e authored about 7 years ago
[TSVB] Allow negative time offsets (#14494) (#14562)

* Allow negative offsets in TSVB

* Fix linting issue

8d7dce9276da892bfd3d26d07577f7a0c040c542 authored about 7 years ago
[Accessibility] Improve filter bar accessibility (#14474) (#14564)

* Prefix negative filters with "NOT"

* Make filters tabable and add ARIA

b79b175bd16f2bf990e89f4d2651c9cace92d684 authored about 7 years ago
Scale histogram aggregation interval to avoid crashing browser (#14157) (#14531)

* update histogram agg to fetch min and max when search request started

* scale interval when...

d49b1f1cc9997ea1303e3c9de451be0fe4d9e930 authored about 7 years ago
Fix broken kuiInputBackgroundColor reference. (#14558) (#14559)

fa3daf82cb1e886ea1f68ee7195b71dc41588bdf authored about 7 years ago
[UI Framework] Improve KuiContextMenu keyboard navigation UX (#14434) (#14556)

* Refactor focus state logic to use the React lifecycle correctly.
* Update KuiPopover snapshot...

a477efdc0b85af2f5c440ffde424c74479883c3e authored about 7 years ago
[11532] Improve local nav accessibility (#14365) (#14554)

* Use h2 elements for titles in Sharing dropdown.
* Override inherited typographic styles in ku...

5324bb9ea32b71fb70ed6be962bd799a08830097 authored about 7 years ago
input controls icon (#14517) (#14552)

704214ae7d62526a4dec995fcb568d7d727c72b1 authored about 7 years ago
Math Aggregation to support Sibling Aggs for TSVB (#13681)

* Math Aggregation to support Sibling Aggs

* Fixing tests

* Deal with ResultSets

* incl...

232ad9535e8fde0a03840a987567ab6cd68f9d78 authored about 7 years ago
Table Visualization for TSVB (#12813)

* Adding table vis

* Making linter happy

* Getting the data api inline

* Fixing aggs fo...

fe7e8a59dffcfe738c2a076b3ac27820e67f8ff9 authored about 7 years ago
[TSVB] Display messaging to indicate no data vs empty charts (#14299)

* Visualization shows no data message vs empty charts
* added no data messaging to markdown vari...

cb29f3b6f476458f02e3eadf7a5ec106ab79d0cf authored about 7 years ago
Fix flaky test (#14543) (#14551)

Doesn’t fix the underlying issue (which hasn’t been determined yet) but
it should get the build...

22c5def3d0af468c650393b40afb039d0bee7e46 authored about 7 years ago
[TSVB] Adding predict option to moving average (#14268)

e2a7fcba01f27d644671531ba7e3d04a1972c817 authored about 7 years ago
Fixes #14367 - Add courier's migrateFilters to dashboard context (#14481)

643fde53dddb2726466166ac737f425dca7c3fbe authored about 7 years ago
Add Backport to toolchain (#14525) (#14548)

01e5daf1696f5b9a133fa20df6485adfb9ca76ba authored about 7 years ago
Re-enable the tilemap test (#14532) (#14538)

Enables the tile-map test. this was disabled due to CORS-issues on the server end. These are now...

a3739d18171c5f4cba04e4f9c5d10256f50861ec authored about 7 years ago
Use Array.isArray instead of _.isArray (#14501) (#14533)

cda309b1532fbf8b8546e4e70fdd0bf33ab76826 authored about 7 years ago
Fix crash when hitting shift+return in Dev Tools Console, fix #14468 (#14478) (#14507)

03fe57f7e43de68ee2d906a1fcee80da9d2c624e authored about 7 years ago
Introduce redux into dashboard (#14518) (#14521)

* Initial check in of introducing redux in dashboard

* Use redux-actions and redux-thunks to ...

e5e3dbb94d052ef6fed8eb9c032080165e1fcbfb authored about 7 years ago
Comment out tile map tests to get the build passing again (#14519)

2765fea3e31d445d23f8a649c414ebd25f326818 authored about 7 years ago
Fixing css to nowrap value; removed duplication; removed comments (#14254)

d35474589abb30675402e949c68ba82e07b7dba2 authored over 7 years ago
[TSVB] Adding the ability to sort terms split by terms; Adding ability to change sort direction (#14213)

3adc458944ec929eeed353e770e34228ad794d50 authored over 7 years ago
[TSVB] UI Tweaks for data format picker (#14313)

e4ad1c847212cae82107c286f7bdf55e9424e1ad authored over 7 years ago
Fixes #14470 - Remove field restriction on cardinality agg (#14483)

117bd7ccc4d837b420ebfab2cde8677292ea9029 authored over 7 years ago
fix #14462 (#14463) (#14465)

Prevents handlers from being fired when emit is triggered right before
off is called, but in th...

d0f5da41293b50c28fa936d6b18692e0c2f1fb6a authored over 7 years ago
some updates to visualize loader (#14404)

* some updates to visualize loader

* auto load Private (suggestion by thomas)

edf4a5428c655363753205167559653071119420 authored over 7 years ago
Use Boom.boomify instead of deprecated Boom.wrap (#14325) (#14437)

8ddb1cf260658c4eb9380c5b0c6a7ff89a713f49 authored over 7 years ago
Fix margin for KuiLocalTabs which are applied to typographic elements. (#14451)

e3292cf397ba83c78697de7627d88aa86ce72ccf authored over 7 years ago
Reactify visualize listing table (#14227) (#14447)

* Reactify visualize listing table

* refactor toolbar => toolBar

* use prompt prop to also...

448fb5e8ca5a4cfd47b11c667a6a24fd5645e04e authored over 7 years ago
Add (GPL-2.0 OR MIT) license as allowed (#14439)

* Add GPL-2.0 OR MIT license as allowed
* Remove ua-parser-js from overwrites

401e15b156434a34f6b154e43fdc0d902edf900d authored over 7 years ago
[UI Framework] KuiGalleryItem automatically becomes link or button (#14240)

* KuiGalleryItem automatically becomes link or button

* Add onClick tests

* Add doc exampl...

b05549a0021592ce6fd43d3b7b2b77b263b1b182 authored over 7 years ago
Apply correct ARIA roles for kuiLocalTabs (#14416)

* Fix kuiLocalTabs roles

* Fix tab roles in doc-viewer

* Apply tab roles to vis editor

b15d12ac23d452532264534b3d6f806ab1f24727 authored over 7 years ago
Add missing KuiPopover tests. (#14433)

c107b0aea0f2afc6d4669db6a6d9a5611a72524c authored over 7 years ago
Improve docs on spatial reference requirements (#14422)

13fbbcf410bc6bdd67ac6d75b8a20f2816021e0b authored over 7 years ago
test: move es proxy tests to api_integration (#14406)

Integration tests should go into the corresponding directory under
`test` and should use the ap...

b50518f6fcc3b04a180cd6e9f3fc8273fe516cf3 authored over 7 years ago
test: move url shortener tests to api_integration (#14411)

Integration tests should go into the corresponding directory under
test and should use the appr...

2c8172d0372616f5889dee40c11aaeed79c10170 authored over 7 years ago
Refine use of aria-label in Dashboard panel and top nav, Discover, and Management 'Edit index pattern' UI. (#14341) (#14430)

02906ea36280abf79bae96bd4daabbbd9b7556ed authored over 7 years ago
Update accessibility guide with note that it's valid to use aria-label directly on form elements. (#14361)

b0671fd4a9c0cf7a00f6a8714b9870f2f4e451c3 authored over 7 years ago
Remove aria-hidden="true" from TSVB tabs and agg component to make their content screen-reader accessible. (#14345) (#14429)

d3a9647a04555a7cdfde577f4d79f6b2ee66788e authored over 7 years ago
Fix prop-types warnings in Jest tests (#14339) (#14428)

* Refine formatting of KuiCodeEditor.
* Update KuiButton and KuiLinkButton tests so aria-label ...

982eb870b770b37cd2b70f27e573e30b6ea8e780 authored over 7 years ago
[UI Framework] Add KuiContextMenu. (#14183) (#14427)

* Add KuiContextMenu.
- Update KuiPopover to use K7 code.
- Add KuiPanelSimple for use within ...

20742822bcdfacc264d0ed6b516559dd5ce0ee64 authored over 7 years ago
Only exclude config at root (#14407) (#14408)

b1c759b0a2eeb3f51d087004edc85cf8811479de authored over 7 years ago
[UI Framework] Port KuiFlexItem, KuiFlexGroup, and KuiFlexGrid components from K7. (#14387)

* Port KuiFlexItem, KuiFlexGroup, and KuiFlexGrid components from K7.
* Remove unused breakpoints.

0a1cb425b46962c2a49442e92d5f89d225109a08 authored over 7 years ago
use tabify for regionmap (#14364) (#14402)

e69894fe44a3eb5b61ac2d9bcb0d6e0593636b2e authored over 7 years ago
fork flot into Kibana (#14366)

The flot-charts project has been abandoned since 2014, but we use it
pretty extensively in Kiba...

7799851ccae4799f17c46f6804e3dbf853ab47a5 authored over 7 years ago
Allow context to work with docs with forward slashes in their ID (#14314) (#14390)

Apparently even if the forward slashes are encoded in the href on the page the browser will auto...

9f51df962a1deac4c0e5b54c60c8c3fb0bcbd339 authored over 7 years ago
Loosen check for dashboard queries in filters array (#14338) (#14388)

This is just forward porting a change that was made in a 5.x PR. At the time I don't think we re...

39253a27ed26747ab92110d9a7c00f25ae1e35ab authored over 7 years ago
Eslint/remove last amd modules (#14282)

* [timelion] remove last remaining amd modules

* [eslint-config-kibana] remove env.amd

(cherry...

9884ec8147e2df28a30830662ed09f1785a164a2 authored over 7 years ago
Use Object spread instead of Object.assign where it makes sense (#13903) (#14397)

* Prefer Object spread

* Add eslint rules for Object spread

* no slice

feff479f77c0178e8552592561e7bb79131da423 authored over 7 years ago
Add API to embed visualizations (#14292) (#14372)

4a18f3c985079519c77235493a6373f2af03a5e5 authored over 7 years ago
Handle strings in source mapped as numbers (#14318)

e3cf8f00ae4c4644e8be738af009286fc4a7964d authored over 7 years ago
[6.x] add tickDecimals option to yaxis (#14380)

* add tickDecimals option to yaxis (#14371)

* make pie chart stroke match dark-theme backgrou...

91b683ecf274f7d812631af0a4828df17f237cdc authored over 7 years ago
refactor tagcloud to use tabify responseHandler (#14266) (#14356)

* refactor tagcloud to use tabify responseHandler

* fixing issue with formatted word tag posi...

3dff87bc13c606f6fe66d919d15f6a408e7e7467 authored over 7 years ago
Fix FF quirk with max width (#14352)

21dcf1604994d4ae5ddc00fe75e7224b2e0a4e1a authored over 7 years ago
[FTR] Add getAttribute helpers to TestSubjects (#14340)

c8a1e6c0ece9d8a95a250520e2610bdda3457c09 authored over 7 years ago
[Management] Index pattern creation wizard enhancements (#13960)

* Ensure we allow wildcards, https://github.com/elastic/kibana/issues/13956

* - Only search a...

2ce56089f73b48f8e0f83b30a8e0a5ec876740db authored over 7 years ago
Improve Management section accessibility (#14243)

* Mark tabs in management as such

* Add regions to the management section

* Add warning as...

37b02f9f9cd134e872196b13b8660fa9105f8f35 authored over 7 years ago
Update CONTRIBUTING.md with information on how to focus the browser tests on a particular suite when running test:dev. (#14317)

78b4727c7622157424020861ca3c0ca3bf554ff8 authored over 7 years ago
[uiSettings] auto create/upgrade saved config (#14164)

* [uiSettings] auto upgrade savedConfig doc when missing

* naming tweaks

* fix comments

* ens...

356cfe70b8d580d7f8d3617140f9e0ae15dde931 authored over 7 years ago
[DESIGN]: Remove truncate from viz form text, remove additional wrapper (#14311) (#14336)

* remove truncate from viz form text, remove additional wrapper

* fix section paneling within...

9e830eb6ef4778b4f9ab23555ad4f1d40c792dea authored over 7 years ago
call setBounds when timeRange is changed (#14300) (#14335)

22a80840d3694ed4439c05d59e093ccf4d788239 authored over 7 years ago
Fix Timelion suggestions broken by upgrading to Angular 1.6.5 (#14316) (#14329)

* Fix incorrect ng-repeat syntax which was preventing Timelion suggestions from showing up.
* A...

0059a39ce37e4b24eb22d1cfcce208f5975bcd42 authored over 7 years ago
allow React content in confirm modal (#14297)

31576b2ffece002059d4671e1858f96d49155032 authored over 7 years ago
[console] Revert removal of inferring request method (#14032)

* Revert "[console] Don't infer request method (#13694)"

This reverts commit 38b13c7a6787af53...

d51f7a5adf4c00c41ae5309fe4ed0034e9393acc authored over 7 years ago
fixing undefined fn error in Promise.halt (#14296)

192c243dcdc706248c7b465355466cff8cbeab75 authored over 7 years ago
[Management] Allows for imports to select existing index (#14137) (#14322)

3487c55a1c59a6313d4954b93e41f7c6a54614e8 authored over 7 years ago
[Optimize] Fix bundlesPath by resolving optimize dir (#14309)

* [Optimize] Fix bundlesPath by prefixing optimize.bundleDir with slash

* [Optimize] Fix bund...

e6b6d222dd85b9a636cc608070781a8ead0706cd authored over 7 years ago
remove junk tests (#14191) (#14293)

47df572c7496e0a3cff6de09ce5f0f6840a0a4d8 authored over 7 years ago
apply field formatter to tag cloud (#14230) (#14303)

* apply field formatter to tag cloud

* use unformatted value for filter creation

49a1f04845637d4896e790f63b608d36ffc1ebab authored over 7 years ago
[errors/multi.allow_explicit_index] move error handling to browser (#14184)

* [errors/multi.allow_explicit_index] move error handling to browser

A part of #14163, this rem...

375d5b60fe1b6319560e85e5b17ebb4e91cd9006 authored over 7 years ago
adding scope appy back (#14269) (#14285)

2d0220cf2dd73674d0158b7b31065a92457516d4 authored over 7 years ago
limit wait time for baselayer (#14047) (#14283)

eb3d1c8c668b3d307fef9c01ec8dc024305db93c authored over 7 years ago
Show query and filter bars even when there's a linked search (#14212) (#14276)

The query bar used to be hidden in the presence of a linked search because unlike filters, queri...

18d03259de9186ad032e72d1e83cd320ba4454e1 authored over 7 years ago
Fix invisible filters caused by missing index pattern (#14131) (#14274)

"invisible filters" occur when the mapping chain throws an error. If a single filter throws an e...

48f14ef81a42ff24f02f592996965db1db72ec2b authored over 7 years ago
[index patterns] Don't attempt to wrap Boom errors (#14253) (#14263)

3e7457d8efad6d456f25f48156b096bd0e46b9ac authored over 7 years ago
[visualization_editor] tabify visData before render (#14068)

(cherry picked from commit cdf7f8990d1ff0304b68493ddbf7540785f0d786)

cc7e5a55ccf965afd8fbdda07189e76fd5d42b53 authored over 7 years ago
[optimize] inject publicPath at request time (#14007)

* [optimize] inject publicPath at request time

* [optimize/getFileHash] finish doc block

* [op...

702514eba10fd7fd4d9c19afaf30370e6ba156e0 authored over 7 years ago