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

White labeling/elastic license requirements 17 #21

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
00e59a9
eui files white-labeling
asteriscos Jan 26, 2022
b4870ad
merge develop branch
asteriscos Jan 26, 2022
91281b6
Fixed Wazuh logos
asteriscos Jan 26, 2022
4d3d894
Fixed example card and header logos
asteriscos Jan 26, 2022
80410fe
Fixed Kibana references
asteriscos Jan 27, 2022
5ec19b1
Fixed Kibana references
asteriscos Jan 27, 2022
3a51dfa
Fixed logos assets
asteriscos Jan 27, 2022
4f2b74b
fix(docs): Added styles for the charts in the docs themes
Desvelao Jan 27, 2022
26be392
Fixed SVG classes and CI folder
asteriscos Jan 27, 2022
ff29f06
Fixed EuiTextColor component
asteriscos Jan 27, 2022
66d52bd
Fixed eui variable prefix
asteriscos Jan 27, 2022
21847e9
fix: Changed references to Elastic and EUI. Clean CHANGELOG.md of cha…
Desvelao Jan 28, 2022
923f318
feat: Replaced package name from `wazuh-wui` to `@wazuh/wui`
Desvelao Jan 28, 2022
bfe239b
Changed license lint and applied to modified files
asteriscos Jan 28, 2022
ede59aa
Merge branch 'white-labeling/elastic-license-requirements-17' of http…
asteriscos Jan 28, 2022
35863e1
fix(license): Added NOTICE file and add a notice to a replicated file…
Desvelao Jan 28, 2022
49eb709
fix: Changed the library version to `1.0.0`
Desvelao Jan 28, 2022
ce581b4
Added light and dark theme colors to Wazuh logo
asteriscos Jan 28, 2022
e0456eb
Merge branch 'white-labeling/elastic-license-requirements-17' of http…
asteriscos Jan 28, 2022
9f570c3
fix: updated `docs` folder. Replaced favicon.ico
Desvelao Jan 31, 2022
5e302ff
Merge branch 'white-labeling/elastic-license-requirements-17' of http…
Desvelao Jan 31, 2022
a1dc200
fix(docs): Removed the `NEW` tag of some components in the documentation
Desvelao Jan 31, 2022
facd281
fix(docs): Update docs files
Desvelao Jan 31, 2022
1f173d2
Updated compiled-icons and default wazuhlogo global color
asteriscos Jan 31, 2022
36aba1e
replaced kql icons referencies to qry
asteriscos Jan 31, 2022
e593e5e
Replaced kql icons references to qry
asteriscos Jan 31, 2022
d8e8052
Merge branch 'white-labeling/elastic-license-requirements-17' of http…
asteriscos Jan 31, 2022
7a3f6f0
fix: Removed apps, ml and some vis icons
Desvelao Jan 31, 2022
256d0df
fix(docs): Removed video explaining how to use the library and update…
Desvelao Jan 31, 2022
71bd112
feat: Replaced the `qry` icons (components and svg)
Desvelao Feb 1, 2022
8afbbf2
fix(docs): Updated the documentation
Desvelao Feb 1, 2022
d15f966
update snap
matiasmoreno876 Feb 2, 2022
b8385dc
Update create_wazuh_wui_package.yml
matiasmoreno876 Feb 2, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
80 changes: 0 additions & 80 deletions .ci/bin/check_paths_for_matches.py

This file was deleted.

49 changes: 0 additions & 49 deletions .ci/jobs/defaults.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .ci/jobs/elastic+eui+deploy-docs.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .ci/jobs/elastic+eui+npm-publish.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .ci/jobs/elastic+eui+pull-request-deploy-docs.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .ci/jobs/elastic+eui+pull-request-test.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .ci/jobs/elastic+eui+pull-request.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ es
lib
test-env
types
eui.d.ts
wui.d.ts
**/*.snap.js
**/assets/**/*.js
package.json
Expand Down
13 changes: 13 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
const APACHE_2_0_LICENSE_HEADER = `
/*
* Copyright 2022 Wazuh Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* NOTICE: THIS FILE HAS BEEN MODIFIED BY WAZUH INC UNDER COMPLIANCE WITH THE APACHE 2.0 LICENSE FROM THE ORIGINAL WORK
* OF THE COMPANY Elasticsearch B.V.
*
* THE FOLLOWING IS THE COPYRIGHT OF THE ORIGINAL DOCUMENT:
*
* Licensed to Elasticsearch B.V. under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
Expand Down
7 changes: 0 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,3 @@ Provide a detailed summary of your PR. Explain how you arrived at your solution.
- [ ] Check against **all themes** for compatibility in both light and dark modes
- [ ] Checked in **mobile**
- [ ] Checked in **Chrome**, **Safari**, **Edge**, and **Firefox**
- [ ] Props have proper **autodocs**
- [ ] Added **[documentation](https://github.com/elastic/eui/blob/master/wiki/documentation-guidelines.md)**
- [ ] Checked **[Code Sandbox](https://codesandbox.io/)** works for the any docs examples
- [ ] Added or updated **[jest tests](https://github.com/elastic/eui/blob/master/wiki/testing.md)**
- [ ] Checked for **breaking changes** and labeled appropriately
- [ ] Checked for **accessibility** including keyboard-only and screenreader modes
- [ ] A **[changelog](https://github.com/elastic/eui/blob/master/wiki/documentation-guidelines.md#changelog)** entry exists and is marked appropriately
1 change: 1 addition & 0 deletions .github/workflows/create_wazuh_wui_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
access: 'public'
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ yarn-error.log

# typescript output
types/
eui.d.ts
wui.d.ts
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ docs/
reports/
tmp/
wiki/
generator-eui/
generator-wui/
test/
src-docs/
packages/react-datepicker
Expand Down
Loading