Skip to content

Commit

Permalink
Merge pull request #21 from wazuh/white-labeling/elastic-license-requ…
Browse files Browse the repository at this point in the history
…irements-17

White labeling/elastic license requirements 17
  • Loading branch information
matiasmoreno876 authored Feb 7, 2022
2 parents 004259a + b8385dc commit ada6bfa
Show file tree
Hide file tree
Showing 3,560 changed files with 56,933 additions and 53,616 deletions.
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

0 comments on commit ada6bfa

Please sign in to comment.