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

Redesign deploy new agent page #5457

Merged
merged 32 commits into from
Aug 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
03bdb99
parent component
chantal-kelm May 17, 2023
75cce24
Added a title to the container and updated filenames
chantal-kelm May 19, 2023
5e834bf
Merge branch '4.5' into 4205-redesign-add-agent-page
chantal-kelm May 19, 2023
60cf736
Merge branch '4.5' into 4205-redesign-add-agent-page
chantal-kelm May 23, 2023
edd6ff4
Update register-agent.scss
chantal-kelm May 23, 2023
8b646f5
[Redesign add agent] Register agent reuse common/form component (Sett…
Machi3mfl May 24, 2023
106cda1
[Redesign add agent] Add register agent command generator (#5469)
Machi3mfl Jun 13, 2023
9ada6ba
Create reusable card for operating systems (#5462)
chantal-kelm Jun 15, 2023
10a9d9d
5518 inputs logic server address name password and group (#5554)
chantal-kelm Jun 23, 2023
11a462d
[Redesign add agent] Integration commands generator with UI (#5593)
Machi3mfl Jun 27, 2023
1c31e45
[Redesign add agent] Dark mode (#5620)
chantal-kelm Jun 28, 2023
2fc1dc5
[Redesign add agent] Add and validate register agent commands (#5622)
Machi3mfl Jun 30, 2023
82a588f
merge with 4.6.0
chantal-kelm Jul 3, 2023
b92c8c5
Fixed imports in tests
Machi3mfl Jul 3, 2023
537fb68
Fix components unit tests
Machi3mfl Jul 3, 2023
7617c96
Fix unit test checkbox group component
Machi3mfl Jul 3, 2023
3d187b1
Fix os card unit test with mock uiSettings
Machi3mfl Jul 3, 2023
bade293
modify the fqdn regex because it interferes with an ipv4 instance
chantal-kelm Jul 4, 2023
d0b89f4
[Redesign add page] Add form status callout message (#5634)
Machi3mfl Jul 7, 2023
be7b1cd
Step 2: the design triggers warnings (#5649)
chantal-kelm Jul 10, 2023
0241a59
update changelog
chantal-kelm Jul 11, 2023
bf647a7
update changelog
chantal-kelm Jul 11, 2023
24efe6f
Merge branch '4.6.0' into 4205-redesign-add-agent-page
chantal-kelm Jul 12, 2023
07ebb4f
Merge branch '4.6.0' into 4205-redesign-add-agent-page
chantal-kelm Jul 19, 2023
2e590e1
Merge branch '4.6.0' into 4205-redesign-add-agent-page
Machi3mfl Jul 21, 2023
cfded12
Merge branch '4.6.0' into 4205-redesign-add-agent-page
chantal-kelm Jul 24, 2023
63187b4
Add requested fixs on texts
Machi3mfl Jul 31, 2023
489b7b1
Merge branch '4.6.0' into 4205-redesign-add-agent-page
Machi3mfl Jul 31, 2023
8746a3a
Add new rpm and deb install commands
Machi3mfl Aug 1, 2023
a56f919
modify fqdn regex
chantal-kelm Aug 1, 2023
4cfb227
Fix server address validation unit test
Machi3mfl Aug 1, 2023
cd5739c
Add type in command output types
Machi3mfl Aug 1, 2023
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
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Migrate the timeFilter, metaFields, maxBuckets health checks inside the pattern check. [#5384](https://github.com/wazuh/wazuh-kibana-app/pull/5384)
- Changed the query to search for an agent in `management/configuration`. [#5485](https://github.com/wazuh/wazuh-kibana-app/pull/5485)
- Changed the search bar in management/log to the one used in the rest of the app. [#5476](https://github.com/wazuh/wazuh-kibana-app/pull/5476)
- Changed the design of the wizard to add agents. [#5457](https://github.com/wazuh/wazuh-kibana-app/pull/5457)

### Fixed

Expand Down
3 changes: 3 additions & 0 deletions plugins/main/public/assets/images/icons/linux-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions plugins/main/public/assets/images/icons/mac-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions plugins/main/public/assets/images/icons/windows-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions plugins/main/public/assets/images/themes/dark/linux-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions plugins/main/public/assets/images/themes/dark/mac-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions plugins/main/public/assets/images/themes/dark/windows-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading