Skip to content

Commit

Permalink
feat: fulfill open source checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Sep 8, 2022
1 parent b29f7c0 commit 20ec7e4
Show file tree
Hide file tree
Showing 754 changed files with 5,734 additions and 1,892 deletions.
8 changes: 6 additions & 2 deletions .eslintrc.json
@@ -1,5 +1,9 @@
/*
* COPYRIGHT (c) Siemens AG 2018-2022 ALL RIGHTS RESERVED.
/**
* COPYRIGHT (c) Siemens AG
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
{
"root": true,
Expand Down
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE
@@ -0,0 +1,63 @@
<!--

PLEASE HELP US PROCESS CORE UI ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.

-->

## I'm submitting a...

<!-- Check one of the following options with "x" -->
<pre><code>
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
</code></pre>

## Current behavior

<!-- Describe how the issue manifests. -->

## Expected behavior

<!-- Describe what the desired behavior would be. -->

## Minimal reproduction of the problem with instructions

<!--
For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem.
-->

## What is the motivation / use case for changing the behavior?

<!-- Describe the motivation or the concrete use case. -->

## Environment

- [ ] Upload `package.json`-dependencies:
- [ ] Upload `package-lock.json`-dependencies:

<pre><code>
- Environment: <!-- React/Angular/Web Components -->
- Installed version: XX

Browser:
- [ ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX

For Tooling issues:
- Node version: <!-- run `node --version` -->
- Platform: <!-- Mac, Linux, Windows -->

Others:
<!-- Anything else relevant? Operating system version, IDE, package manager, HTTP server, ... -->
</code></pre>
29 changes: 29 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE
@@ -0,0 +1,29 @@
<!--
Thanks for submitting a pull request!
We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory.

Before submitting a pull request, please make sure the following is done:

1. Fork [the repository](https://github.com/siemens/ix) and create your branch from `main`.
2. Run `yarn` in the repository root.
3. If you've fixed a bug or added code that should be tested, add tests!
4. Ensure the test suite passes (`yarn test`).
5. Format your code with [prettier](https://github.com/prettier/prettier).
6. Make sure your code lints.
7. If you haven't already, complete the CLA.

-->

## Summary

<!--
Explain the **motivation** for making this change. What existing problem does the pull request solve?
-->

## How did you test this change?

<!--
Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface.
How exactly did you verify that your PR solves the issue you wanted to solve?
If you leave this empty, your PR will very likely be closed.
-->
52 changes: 0 additions & 52 deletions CHANGELOG.md
@@ -1,52 +0,0 @@
# 1.0.0-beta.1 (2022-09-02)


### Bug Fixes

* **angular-test-app:** remove path overwrite ([7168643](https://***REMOVED***/siemens-ix/siemens-ix/commits/71686434582ae15b313ec54decdc737fac182465))
* **core/button:** add default button height ([b1f7b74](https://***REMOVED***/siemens-ix/siemens-ix/commits/b1f7b7454924ec99c5fc947914dfefb65eeee95a))
* **core/dropdown:** migrate to shadowdom ([6259edb](https://***REMOVED***/siemens-ix/siemens-ix/commits/6259edbe5ea0304494bc3f3e65f3879f2526122d))
* **core/group:** fix focus visual and behavior ([66eb220](https://***REMOVED***/siemens-ix/siemens-ix/commits/66eb2209169d4a5b78d0488fb61879dcbce6d8f7))
* **core/group:** prevent null pointer exception ([ee9b4c8](https://***REMOVED***/siemens-ix/siemens-ix/commits/ee9b4c8c9ea890db73f58f05582bc89dcf852506))
* **core/input:** fix border radius ([e0762ca](https://***REMOVED***/siemens-ix/siemens-ix/commits/e0762cae6784e755d5b754eea786ce3cfc073540))
* **core/scss:** fix import path of shadow ([9646837](https://***REMOVED***/siemens-ix/siemens-ix/commits/9646837b6c2c222a7d9308dd4263aa52615c4d57))
* **core/style:** update theme variables with latest zeplin export ([f053e4d](https://***REMOVED***/siemens-ix/siemens-ix/commits/f053e4d52ffc6621b4bfcc4cd73cf485b2c6a97d))
* **core:** removed & ignored build file from git ([ecad145](https://***REMOVED***/siemens-ix/siemens-ix/commits/ecad1457fc97bc92635ca0646c811065d49d507c))
* **docs:** warning normalized ([faa9869](https://***REMOVED***/siemens-ix/siemens-ix/commits/faa986951aeb76e532cbfbca40a0eaf90eb95d9a))
* **react-test-app:** add modal preview route ([0ca41f1](https://***REMOVED***/siemens-ix/siemens-ix/commits/0ca41f19c91596eca6e08641dcfb53d3723b13f3))
* **theme/color:** put static colors in seperate object hast to prevent zombie theme file generation ([cc1383a](https://***REMOVED***/siemens-ix/siemens-ix/commits/cc1383afb57d33658c1feb1103a4acf9ba16a4d7))


### Features

* **aggrid:** add theming support for aggrid ([7c7cbe0](https://***REMOVED***/siemens-ix/siemens-ix/commits/7c7cbe079873796cfcc7cb4f7ce14ee506d83a2c))
* **aggrid:** added missing dev dependency ([2699243](https://***REMOVED***/siemens-ix/siemens-ix/commits/2699243d14353d65179cbab7489b1e125844c804))
* **aggrid:** init aggrid theming ([caa6798](https://***REMOVED***/siemens-ix/siemens-ix/commits/caa67982c63bcf4d191aaf10133168e14fd8c178))
* **angular/modal:** add angular framework integration for modal ([bc38648](https://***REMOVED***/siemens-ix/siemens-ix/commits/bc38648f7bce978dd3b1c943ce178359775f08f3))
* **angular/toast:** add framework integration for custom toast message ([7ddb96f](https://***REMOVED***/siemens-ix/siemens-ix/commits/7ddb96f1b244b7ec7472e9463aff1f7f6d5ed086))
* **angular/tree:** add framework integration for tree ([cf91da0](https://***REMOVED***/siemens-ix/siemens-ix/commits/cf91da0a4d1b809cd1cf02aebd528c1aca6ab1f4))
* **angular:** update to angular 14.2.0 ([e135c23](https://***REMOVED***/siemens-ix/siemens-ix/commits/e135c231d3c5e97ded92325504992d06d4ecf21e))
* **brand-theme:** remove brand theme from core ([67da397](https://***REMOVED***/siemens-ix/siemens-ix/commits/67da397a8d3152e7f9d4da94867ca13719500c0d))
* **core/colors:** update colors and generate theme ([5b8593e](https://***REMOVED***/siemens-ix/siemens-ix/commits/5b8593e36744f0cc5d0574b81ab6c3bb310b84da))
* **core/date-time-picker:** migrate date-time-picker from core-ui ([2f9ab4b](https://***REMOVED***/siemens-ix/siemens-ix/commits/2f9ab4b175dd10067647bf0be18afb2fbfce6c40))
* **core/expanding-search:** update styling for brand and classic themes ([3416e44](https://***REMOVED***/siemens-ix/siemens-ix/commits/3416e44b5df2721dc3a9c9aae1af42d5e5a9d651))
* **core/kpi:** add kpi web component ([07bdaae](https://***REMOVED***/siemens-ix/siemens-ix/commits/07bdaae4321cd17654dedd229c9f091abbd1cb5b))
* **core/toggle:** add v7 styling, keyboard access and indeterminate state ([2dfa2af](https://***REMOVED***/siemens-ix/siemens-ix/commits/2dfa2af2e985347e7293759ad0e3ddbe3b61b070))
* **core/upload:** add i18n for disabled state ([129c2a6](https://***REMOVED***/siemens-ix/siemens-ix/commits/129c2a65eb2d9ae3c5f03d4aa5868c807fbbb028))
* **core/upload:** add multiline support and v7 styling ([80f8645](https://***REMOVED***/siemens-ix/siemens-ix/commits/80f8645895f41ab29deee240f38295e7dfe6b6b4))
* **core:** merge latest changes from core-ui repo ([f7636a2](https://***REMOVED***/siemens-ix/siemens-ix/commits/f7636a27d9e8729adfb0dd4ee9d040db4864c561))
* **core:** remove legacy core ui styles, configurations and component prefix ([6bf5f88](https://***REMOVED***/siemens-ix/siemens-ix/commits/6bf5f88509822a7b32986e2a44d02331c6db006c))
* **docs:** updated package.json ([bc69798](https://***REMOVED***/siemens-ix/siemens-ix/commits/bc69798ebf0a434bd56d14f5a2d6d3228fddde9f))
* **documentation:** code cleanup & improvements ([8af2294](https://***REMOVED***/siemens-ix/siemens-ix/commits/8af229462ada9dd5abcb8835ac6746f08fedc533))
* **global:** added yarn & turbo ([1640a0d](https://***REMOVED***/siemens-ix/siemens-ix/commits/1640a0dd6e6726a26b46b4c7c2f331897ecc12b0))
* **react-test-app:** migrated webpack to vite ([e9baeb8](https://***REMOVED***/siemens-ix/siemens-ix/commits/e9baeb8f49d9f4264372ce3683a5bcd8bd2eb3d1))
* **react/tree:** add wrapper component for tree component ([6570aa8](https://***REMOVED***/siemens-ix/siemens-ix/commits/6570aa82039a848eb8d4d62bac81c539785dd6cb))
* **root:** improve ci cache ([6c69729](https://***REMOVED***/siemens-ix/siemens-ix/commits/6c69729e4655d362b443ea563aa795088e591462))
* **root:** update ci ([b4ea4fa](https://***REMOVED***/siemens-ix/siemens-ix/commits/b4ea4fa0c9918ba664f352f0070f6cc93f7aabc7))
* **root:** updated CI for yarn ([7f629c5](https://***REMOVED***/siemens-ix/siemens-ix/commits/7f629c5afd367ad472a7d743c4bf6ec71800a363))
* **root:** updated lock file ([eb65812](https://***REMOVED***/siemens-ix/siemens-ix/commits/eb6581218bec66a7b70970291bcc274ad8f2854c))
* **root:** updated readme ([7e51eab](https://***REMOVED***/siemens-ix/siemens-ix/commits/7e51eab1ee7e9c8218b74e2819c41427da5a767a))
* **root:** updated readme & package.json ([b93d616](https://***REMOVED***/siemens-ix/siemens-ix/commits/b93d6163463a8b2f5cbaef7851243a2743795bf3))



80 changes: 80 additions & 0 deletions CODE_OF_CONDUCT.md
@@ -0,0 +1,80 @@
# Code of Conduct

## Our Pledge

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to make participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
appearance, race, religion, or sexual identity and orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

## Scope

This Code of Conduct applies within all project spaces, and it also applies when
an individual is representing the project or its community in public spaces.
Examples of representing a project or community include using an official
project e-mail address, posting via an official social media account, or acting
as an appointed representative at an online or offline event. Representation of
a project may be further defined and clarified by project maintainers.

This Code of Conduct also applies outside the project spaces when there is a
reasonable belief that an individual's behavior may have a negative impact on
the project or its community.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at <daniel.leroux@siemens.com> or <lukas.maurer@siemens.com>. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -8,7 +8,7 @@ These guidelines are designed to minimize friction for everyone involved.

## Feature requests and bug reporting

For feature requests as well as bug reports please open up an issue in the [iX issue board](https://***REMOVED***/pd-de/ui-library/core-ui/-/issues).
For feature requests as well as bug reports please open up an issue.

### Feature requests

Expand All @@ -28,7 +28,7 @@ This is also where you will be informed about upcoming releases and other import

If you are planning to contribute a larger change to iX it is advisable to open an issue for discussion first. This way you can make sure in advance that your changes will actually get accepted.

In order to start working on an issue fork the [iX repositiory](https://***REMOVED***/***REMOVED***/ix/ix).
In order to start working on an issue fork the `iX repositiory`.
Once all changes are implemented commit them to the fork and create a merge request (MR).
Please make sure to enable the option `Allow commits from members who can merge to the target branch` in your MR. This way the iX team will be able to rebase the MR if neccessary.

Expand All @@ -39,7 +39,6 @@ If your MR should contain more than one commit it will get squash merged.

iX releases follow the concept of [Semantic versioning](https://semver.org/). Therefore it is vital that changes to the codebase don't violate these principles.
The API of iX consists of components, TypeScript classes, CSS classes, CSS Custom properties and SCSS mixins.
Issues that get assigned to sprints(/[milestones](https://***REMOVED***/***REMOVED***/ix/ix/-/milestones)) will be tagged with a version number that reflects what kind of changes are to be expected to be introduced by them.
Please make sure that no accidental breaking changes are produced by your changes.
For issues that are not yet tagged with a version number it is important that you communicate breaking changes in your merge request.

Expand Down
2 changes: 0 additions & 2 deletions EXPORT.yml
Expand Up @@ -4,7 +4,5 @@ NECC: 'N'
OTR: not relevant
CCATS: not relevant
COO: not relevant
# Documentation: https://***REMOVED***/docs/export/
# Generated by: https://***REMOVED***/code-ops/ecc-wizard/tree/edd4f600
# Decision Path: Q1,Q2,Q3,Q4,Q5,Q6,Q6exit2
# Creation Date: 2021-10-06T12:23:35.199Z

0 comments on commit 20ec7e4

Please sign in to comment.