Commit bd3719c
Revamp/server input pagination (#24057)
* first iteration of pagination
* commit state
* fix import and add license header
* fix import
* fix compliation issues
* fix static field deserilization
* Move inputsList to PaginatedEntityDataTable (#24113)
* Implement entity data table for Inputs
* Update InputsDotBadge with cluster endpoint
* Delete graylog2-web-interface/src/components/inputs/InputsOveriew/cells/.#ThroughputCell.tsx
* add Expanded Title section to show config and static fields
* remove InputList and InputListItem
- format files
* make row clickable and have a single expanded section
- remove unnecessary components
* fix linter
* fix lint
* fix lint
* refactor imports
* fix review
---------
Co-authored-by: Laura Bergenthal-Grotlüschen <laura.bergenthalgrotlueschen@graylog.com>
* continue refactoring
* Remove unused CatApi impl (#24215)
* Position leftCol component to the left in ModalSubmit (#24111)
* Updating yarn lockfile (#24217)
Co-authored-by: Gary Bot <garybot2@graylog.com>
* Bump auto-value.version from 1.11.0 to 1.11.1 (#24201)
Bumps `auto-value.version` from 1.11.0 to 1.11.1.
Updates `com.google.auto.value:auto-value-annotations` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-value-1.11.0...auto-value-1.11.1)
Updates `com.google.auto.value:auto-value` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-value-1.11.0...auto-value-1.11.1)
---
updated-dependencies:
- dependency-name: com.google.auto.value:auto-value-annotations
dependency-version: 1.11.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.google.auto.value:auto-value
dependency-version: 1.11.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump io.modelcontextprotocol.sdk:mcp-bom from 0.15.0 to 0.16.0 (#24211)
Bumps [io.modelcontextprotocol.sdk:mcp-bom](https://github.com/modelcontextprotocol/java-sdk) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/modelcontextprotocol/java-sdk/releases)
- [Commits](modelcontextprotocol/java-sdk@v0.15.0...v0.16.0)
---
updated-dependencies:
- dependency-name: io.modelcontextprotocol.sdk:mcp-bom
dependency-version: 0.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump org.hibernate.validator:hibernate-validator (#24173)
Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 9.0.1.Final to 9.1.0.Final.
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-validator@9.0.1.Final...9.1.0.Final)
---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
dependency-version: 9.1.0.Final
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump software.amazon.msk:aws-msk-iam-auth from 2.3.4 to 2.3.5 (#24157)
Bumps [software.amazon.msk:aws-msk-iam-auth](https://github.com/aws/aws-msk-iam-auth) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/aws/aws-msk-iam-auth/releases)
- [Commits](aws/aws-msk-iam-auth@v2.3.4...v2.3.5)
---
updated-dependencies:
- dependency-name: software.amazon.msk:aws-msk-iam-auth
dependency-version: 2.3.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Refactor ClusterStateApi to use os3 client (#24196)
* Refactor ClusterStateApi to use os3 client
* fix empty properties indices
* fix conflict
* better index deletion handling for unavailable indices
* fix deletion of indices
* code cleanup
* better record name and javadoc
* commit compiling state
* switch pagination
* fix removed class
* fix encrypted values
* fix extractors
* add missing headers
* remove import
* fix forbidden api call
* fix test
* fix forbidden api failure
* Update InputsOverview.tsx
* fix updating input
* add back validation
* add changelog
* fix lint
* ignore os java client (#24285)
* Refector data_node_status (#24267)
* refector data_node_status
* Revert "refector data_node_status"
This reverts commit 29c78d4.
* Refector data_node_status to datanode_status
---------
Co-authored-by: Matthias Oesterheld <33032967+moesterheld@users.noreply.github.com>
* add more test cases
* fix imports
* linter fixes
* linter fixes
* add node filter when node is set
* clean up input to use set pattern on builder
* remove not needed prop
* Add additional column to inputs page (#24268)
* add additional columns
- add InputActions test
* add expanded section actions
* use product name
* fix lint
* fix lint
---------
Co-authored-by: Laura Bergenthal-Grotlüschen <laura.bergenthalgrotlueschen@graylog.com>
* fix lint errors
* fix desired state and buildFromMap
* make returned list immutable again
* Update InputsOverview.tsx
* add Inputs notifications for failed, setup and stopped state and improve input creation (#24283)
* add Inputs notifications for failed, setup and stopped state
* fix lint
* improve input creation
- open wizard after saving input
* remove navigation
* remove filter copy
* adjust to upstream changes
* Update InputsPage.tsx
* Update graylog2-web-interface/src/util/DocsHelper.ts
Co-authored-by: Laura Bergenthal-Grotlüschen <laura.bergenthalgrotlueschen@graylog.com>
* reset field after opening wizard
* fix typo
* add column width
---------
Co-authored-by: Mohamed OULD HOCINE <106236152+gally47@users.noreply.github.com>
Co-authored-by: Laura Bergenthal-Grotlüschen <laura.bergenthalgrotlueschen@graylog.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ousmane SAMBA <ousmane@graylog.com>
Co-authored-by: Laura Bergenthal-Grotlüschen <laura.bergenthalgrotlueschen@graylog.com>
Co-authored-by: Tomas Dvorak <tomas.dvorak@graylog.com>
Co-authored-by: Maksym Yadlovskyi <maksym.yadlovskyi@graylog.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gary Bot <garybot2@graylog.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ousmane Samba <ousmane.samba@graylog.com>
Co-authored-by: Matthias Oesterheld <33032967+moesterheld@users.noreply.github.com>
Co-authored-by: Mohamed OULD HOCINE <106236152+gally47@users.noreply.github.com>
Co-authored-by: Patrick Mann <patrickmann@users.noreply.github.com>
Co-authored-by: patrickmann <patrick.mann@graylog.com>1 parent de587bb commit bd3719c
File tree
64 files changed
+3837
-1648
lines changed- changelog/unreleased
- graylog2-server/src
- main/java/org/graylog2
- contentpacks/facades
- database/utils
- filters
- inputs
- rest/resources/system/inputs
- test
- java/org
- graylog2
- contentpacks/facades
- filters
- inputs
- graylog/integrations/aws/service
- resources/org/graylog2/inputs
- graylog2-web-interface
- src
- components/inputs
- InputSetupWizard
- InputsOveriew
- cells
- expanded-sections
- helpers
- hooks
- pages
- stores/inputs
- util
- test/fixtures
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
64 files changed
+3837
-1648
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
479 | | - | |
| 479 | + | |
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | | - | |
| 494 | + | |
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
266 | 267 | | |
267 | 268 | | |
268 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
269 | 274 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
Lines changed: 3 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
| |||
121 | 118 | | |
122 | 119 | | |
123 | 120 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 121 | + | |
130 | 122 | | |
131 | 123 | | |
132 | 124 | | |
| |||
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| 53 | + | |
52 | 54 | | |
0 commit comments