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

Add alpha1 qualifiers for dashboards plugin #58

Merged
merged 3 commits into from
Mar 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gantt-chart/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ganttChartDashboards",
"version": "2.0.0.0",
"version": "2.0.0.0-alpha1",
"opensearchDashboardsVersion": "2.0.0",
"requiredPlugins": [
"visualizations",
Expand Down
6 changes: 1 addition & 5 deletions gantt-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "gantt-chart-dashboards",
"version": "2.0.0.0",
"opensearchDashboards": {
"version": "2.0.0",
"templateVersion": "1.0.0"
},
"version": "2.0.0.0-alpha1",
"license": "Apache-2.0",
"scripts": {
"osd": "node ../../scripts/osd",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ exports[`<GanttChart /> spec renders empty prompt when no data is returned 1`] =
<div
class="euiEmptyPrompt"
>
<h2
class="euiTitle euiTitle--medium"
>
No data
</h2>
<span
class="euiTextColor euiTextColor--subdued"
>
<h2
class="euiTitle euiTitle--medium"
>
No data
</h2>
<div
class="euiSpacer euiSpacer--m"
/>
Expand All @@ -32,14 +32,14 @@ exports[`<GanttChart /> spec renders empty prompt when no field is selected 1`]
<div
class="euiEmptyPrompt"
>
<h2
class="euiTitle euiTitle--medium"
>
No data
</h2>
<span
class="euiTextColor euiTextColor--subdued"
>
<h2
class="euiTitle euiTitle--medium"
>
No data
</h2>
<div
class="euiSpacer euiSpacer--m"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`<GanttChartEditor /> spec renders the component 1`] = `
<div
class="euiPanel euiPanel--paddingSmall"
class="euiPanel euiPanel--paddingSmall euiPanel--borderRadiusMedium euiPanel--plain euiPanel--hasShadow"
>
<h3
class="euiTitle euiTitle--xsmall"
Expand Down Expand Up @@ -30,62 +30,63 @@ exports[`<GanttChartEditor /> spec renders the component 1`] = `
class="euiFormRow__fieldWrapper"
>
<div
class="euiPopover euiPopover--anchorDownCenter euiPopover--displayBlock euiSuperSelect"
class="euiPopover euiPopover--anchorDownLeft euiPopover--displayBlock euiInputPopover euiSuperSelect"
>
<div
class="euiPopover__anchor"
>
<input
id="random_html_id"
type="hidden"
value="spanID"
/>
<div
class="euiFormControlLayout"
>
<div>
<input
id="random_html_id"
type="hidden"
value="spanID"
/>
<div
class="euiFormControlLayout__childrenWrapper"
class="euiFormControlLayout"
>
<span
class="euiScreenReaderOnly"
id="random_html_id"
>
Select an option:
, is selected
</span>
<button
aria-describedby="random_html_id-help"
aria-haspopup="true"
aria-labelledby="random_html_id random_html_id"
class="euiSuperSelectControl"
data-test-subj="gantt-chart-editor-label-field"
type="button"
/>
<div
class="euiFormControlLayoutIcons euiFormControlLayoutIcons--right"
class="euiFormControlLayout__childrenWrapper"
>
<span
class="euiFormControlLayoutCustomIcon"
class="euiScreenReaderOnly"
id="random_html_id"
>
<svg
aria-hidden="true"
class="euiIcon euiIcon--medium euiIcon-isLoading euiFormControlLayoutCustomIcon__icon"
focusable="false"
height="16"
role="img"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
/>
Select an option: , is selected
</span>
<button
aria-describedby="random_html_id-help-0"
aria-haspopup="true"
aria-labelledby="random_html_id random_html_id"
class="euiSuperSelectControl"
data-test-subj="gantt-chart-editor-label-field"
type="button"
/>
<div
class="euiFormControlLayoutIcons euiFormControlLayoutIcons--right"
>
<span
class="euiFormControlLayoutCustomIcon"
>
<svg
aria-hidden="true"
class="euiIcon euiIcon--medium euiIcon-isLoading euiFormControlLayoutCustomIcon__icon"
focusable="false"
height="16"
role="img"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
/>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class="euiFormHelpText euiFormRow__text"
id="random_html_id-help"
id="random_html_id-help-0"
>
Gantt chart allows you to compare schedules of the selected field.
</div>
Expand All @@ -109,62 +110,63 @@ exports[`<GanttChartEditor /> spec renders the component 1`] = `
class="euiFormRow__fieldWrapper"
>
<div
class="euiPopover euiPopover--anchorDownCenter euiPopover--displayBlock euiSuperSelect"
class="euiPopover euiPopover--anchorDownLeft euiPopover--displayBlock euiInputPopover euiSuperSelect"
>
<div
class="euiPopover__anchor"
>
<input
id="random_html_id"
type="hidden"
value="startTime"
/>
<div
class="euiFormControlLayout"
>
<div>
<input
id="random_html_id"
type="hidden"
value="startTime"
/>
<div
class="euiFormControlLayout__childrenWrapper"
class="euiFormControlLayout"
>
<span
class="euiScreenReaderOnly"
id="random_html_id"
>
Select an option:
, is selected
</span>
<button
aria-describedby="random_html_id-help"
aria-haspopup="true"
aria-labelledby="random_html_id random_html_id"
class="euiSuperSelectControl"
data-test-subj="gantt-chart-editor-start-time-field"
type="button"
/>
<div
class="euiFormControlLayoutIcons euiFormControlLayoutIcons--right"
class="euiFormControlLayout__childrenWrapper"
>
<span
class="euiFormControlLayoutCustomIcon"
class="euiScreenReaderOnly"
id="random_html_id"
>
<svg
aria-hidden="true"
class="euiIcon euiIcon--medium euiIcon-isLoading euiFormControlLayoutCustomIcon__icon"
focusable="false"
height="16"
role="img"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
/>
Select an option: , is selected
</span>
<button
aria-describedby="random_html_id-help-0"
aria-haspopup="true"
aria-labelledby="random_html_id random_html_id"
class="euiSuperSelectControl"
data-test-subj="gantt-chart-editor-start-time-field"
type="button"
/>
<div
class="euiFormControlLayoutIcons euiFormControlLayoutIcons--right"
>
<span
class="euiFormControlLayoutCustomIcon"
>
<svg
aria-hidden="true"
class="euiIcon euiIcon--medium euiIcon-isLoading euiFormControlLayoutCustomIcon__icon"
focusable="false"
height="16"
role="img"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
/>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class="euiFormHelpText euiFormRow__text"
id="random_html_id-help"
id="random_html_id-help-0"
>
Select a timestamp field to represent the beginning of a schedule.
</div>
Expand All @@ -188,62 +190,63 @@ exports[`<GanttChartEditor /> spec renders the component 1`] = `
class="euiFormRow__fieldWrapper"
>
<div
class="euiPopover euiPopover--anchorDownCenter euiPopover--displayBlock euiSuperSelect"
class="euiPopover euiPopover--anchorDownLeft euiPopover--displayBlock euiInputPopover euiSuperSelect"
>
<div
class="euiPopover__anchor"
>
<input
id="random_html_id"
type="hidden"
value="duration"
/>
<div
class="euiFormControlLayout"
>
<div>
<input
id="random_html_id"
type="hidden"
value="duration"
/>
<div
class="euiFormControlLayout__childrenWrapper"
class="euiFormControlLayout"
>
<span
class="euiScreenReaderOnly"
id="random_html_id"
>
Select an option:
, is selected
</span>
<button
aria-describedby="random_html_id-help"
aria-haspopup="true"
aria-labelledby="random_html_id random_html_id"
class="euiSuperSelectControl"
data-test-subj="gantt-chart-editor-duration-field"
type="button"
/>
<div
class="euiFormControlLayoutIcons euiFormControlLayoutIcons--right"
class="euiFormControlLayout__childrenWrapper"
>
<span
class="euiFormControlLayoutCustomIcon"
class="euiScreenReaderOnly"
id="random_html_id"
>
<svg
aria-hidden="true"
class="euiIcon euiIcon--medium euiIcon-isLoading euiFormControlLayoutCustomIcon__icon"
focusable="false"
height="16"
role="img"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
/>
Select an option: , is selected
</span>
<button
aria-describedby="random_html_id-help-0"
aria-haspopup="true"
aria-labelledby="random_html_id random_html_id"
class="euiSuperSelectControl"
data-test-subj="gantt-chart-editor-duration-field"
type="button"
/>
<div
class="euiFormControlLayoutIcons euiFormControlLayoutIcons--right"
>
<span
class="euiFormControlLayoutCustomIcon"
>
<svg
aria-hidden="true"
class="euiIcon euiIcon--medium euiIcon-isLoading euiFormControlLayoutCustomIcon__icon"
focusable="false"
height="16"
role="img"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
/>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class="euiFormHelpText euiFormRow__text"
id="random_html_id-help"
id="random_html_id-help-0"
>
Value of duration field must be a time interval that can be added to the start timestamp field.
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`<OptionsEditor /> spec renders the component 1`] = `
<div
class="euiPanel euiPanel--paddingSmall"
class="euiPanel euiPanel--paddingSmall euiPanel--borderRadiusMedium euiPanel--plain euiPanel--hasShadow"
>
<h3
class="euiTitle euiTitle--xsmall"
Expand Down Expand Up @@ -233,7 +233,7 @@ exports[`<OptionsEditor /> spec renders the component 1`] = `

exports[`<OptionsEditor /> spec renders the component with different options 1`] = `
<div
class="euiPanel euiPanel--paddingSmall"
class="euiPanel euiPanel--paddingSmall euiPanel--borderRadiusMedium euiPanel--plain euiPanel--hasShadow"
>
<h3
class="euiTitle euiTitle--xsmall"
Expand Down
Loading