Commit Graph

5 Commits

Author SHA1 Message Date
Dennis Oelkers
2218113d15 Include TypeScript files in lintChanges script. (#9544) 2020-11-19 09:54:19 +01:00
Kyle Knight
38eb1bf099 styled-components stylelint (#7060)
* Adding config

* Stylelint

* snapshots

* conflix

* Snapshots

* convert to stylelint-config-standard and lint

* cleanup - one err left

* updated snapshots

* lint

* all styled-components lint passing

* Adding css to to all lint styles'

* updating css generation & snapshots

* remove css for time being
2020-02-18 14:25:27 +01:00
Dennis Oelkers
a00034c355 Cleaning up unused frontend code from previous search. (#7338)
* Removing (Stream)SearchPage and references.

* Removing `NoSearchResults`.

* Removing `MalformedSearchQuery`.

* Removing `QueryInput`.

* Removing `SearchExecutionError`.

* Removing `RefreshControls`.

* Removing `AddSearchCountToDashboard`.

* Removing `AddDecoratorButton`.

* Removing `ChangedMessageField`.

* Removing `DecoratedMessageFieldMarker`.

* Removing `DecoratedSidebarMessageField`.

* Removing `Decorator`.

* Removing `DecoratorList`.

* Removing `DecoratorSidebar`.

* Removing `FieldAnalyzersSidebar`.

* Removing `LegacyHistogram`.

* Removing `MessageFieldDescription`.

* Removing `MessageField`.

* Removing `MessageFieldSearchActions`.

* Removing `MessageTablePaginator`.

* Removing `ResultTable`.

* Removing `SavedSearchControls`.

* Removing `SearchResult`.

* Removing `SearchSidebar`.

* Removing `ShowQueryModal`.

* Removing `SidebarMessageField`.

* Removing `AppWithSearchbar`.

* Removing `SearchBar`.

* Removing css for `ChangedMessageField`.

* Removing css for decorator components.

* Removing css for `NoSearchResult` component.

* Removing css for `SidebarMessageField` component.

* Removing `GracePeriodInput` component.

* Removing `FieldGraphs` component.

* Removing `LegacyFieldGraph` component.

* Removing `FieldQuickValues` component.

* Removing css for `FieldQuickValues` component.

* Removing now unused widget references.

* Removing `FieldStatistics` component.

* Removing `FieldAnalyzerMapComponent` component.

* Removing `field-analyzers` directory.

* Removing `result-histogram` module.

* Removing `AlertsAnnotator` module.

* Removing `queryParser` and dependencies.

* Removing `FileSaver` module.

* Removing `MapsStore` module.

* Removing `FieldHistogramTransformer` module.

* Removing `AddToDashboardMenu` component.

* Removing `DashboardsPage` component.

* Removing `DashboardListPage` component.

* Removing `DashboardList` component.

* Removing `Dashboard` component.

* Removing `EditDashboardModal` component.

* Removing `ShowDashboardPage` component.

* Removing `EditDashboardModalTrigger` component.

* Removing `widgets` directory.

* Removing `fieldcharts` module.

* Removing components from package index.

* Removing `FieldGraphsStore`.

* Removing `FieldQuickValuesStore`.

* Removing `FieldStatisticsStore`.

* Using Plotly in `TrafficGraph`.

* Removing legacy visualizations.

* Removing legacy map visualization, moving css into place.

* Removing `SavedSearchesStore`.

* Removing rickshaw residues.

* Removing `HistogramDataStore`.

* Removing `graphHelper` module.

* Removing leftover world countries file.

* Adapting `DelegatedSearchPage` test.

* Adapting `MessageList` test.

* Adapting `AppRouter` test.

* Revert "Removing `MessageField`."

This reverts commit 091444c87d6a35f53f756302473e73885e780936.

* Revert "Removing `MessageFieldDescription`."

This reverts commit 48ada8cec56ef50c7761bfc8e86631181fd410d0.

* Revert "Removing `MessageFieldSearchActions`."

This reverts commit 74be4e25ba9b94d2be02da777df5f148d941519c.

* Updating snapshots.

* Removing `SourcesStore`.

* Removing `WidgetsStore`.

* Removing `DashboardsStore`.

* Removing `HistogramFormatter`.

* Removing `FieldsStore`.

* Removing `MessageFieldsStore`.

* Removing `MessageCountsStore`.

* Removing `RefreshStore`.

* Removing `FocusStore`.

* Removing `D3Utils` module.

* Removing `MomentUtils` module.

* Removing `SearchUtils` module.

* Removing `DashboardWidgetHeader` component.

* Removing duplicate `contrastingColor` module.

* Removing `WidgetFilterMenu` component.

* Removing `StaticMessageList` css.

* Removing `AggregationConfigGenerator` module.

* Removing `DebugHandler` component.

* Including "node" types for TS automatically.

This is required now that the `WidgetsStore` which was importing node
types through a comment was removed. Instead of importing the types in
the `SearchStore` through a comment again, this change is now adding the
`node` types explicitly to the TS config files.

* Disabling linter hint.

* Adding flow stub for crossfilter.

* Disabling linter warning for now.
2020-02-07 11:00:13 +01:00
Linus Pahl
6a73fe5b39 Add bash script to extecute linting in the same way like the CI (#6611)
- Also add yarn script to execute the bash file
2019-10-21 09:48:11 +02:00
Kay Roepke
4e75a2145d move files to web-interface 2015-12-04 13:34:00 +01:00