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

Remove charts theme code #554

Merged
merged 2 commits into from Mar 31, 2023

Conversation

SamantaTarun
Copy link
Contributor

@SamantaTarun SamantaTarun commented Mar 2, 2023

Description

Removed the charts folder with two files (theme.scss and themes.ts).

Issues Resolved

#531

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • All tests pass
    • yarn lint
    • yarn test-unit
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@SamantaTarun SamantaTarun requested a review from a team as a code owner March 2, 2023 09:17
@BSFishy
Copy link
Contributor

BSFishy commented Mar 2, 2023

Thanks for the contribution! There are a few things that I would like to be completed before we review this PR. Specifically, could the description be filled out, specifically the Description and Issues Resolved sections?

Also, it looks like DCO didn't pass. Do you think you could sign your commit? Related links:

@SergeyMyssak
Copy link
Collaborator

Hello @tarunsamanta2k20, in order to merge this PR, you need to do the following steps:

  1. In the Description section, write what was done in this PR, for example:

Removed the charts folder with two files (theme.scss and themes.ts).

  1. In the Issues Resolved section, simply paste the link to the problem you solved, for example:

#531

  1. Run yarn lint and yarn test-unit commands locally with your changes and then select the appropriate checkboxes. To select a checkbox you need to write x inside [], like this [x].
  2. You need to change your commit message and re-commit your changes with the --signoff flag, please make sure your GitHub email is public (you can check it in your GitHub settings).

You can copy these commands and run them:

git reset --soft HEAD~1
git commit -m "Remove theme folder for charts" --signoff

After that, you can select the Commits are signed per the DCO using --signoff checkbox.


FYI: @tarunsamanta2k20, please don't forget to remove charts folder, I see that there is an empty folder left in the code.

Thanks for contributing!

@SergeyMyssak
Copy link
Collaborator

Hello @tarunsamanta2k20, I see that you changed the description of the issue! Well done! Now just need to pass the DCO pipeline. Please try to run these commands:

git reset --soft HEAD~1
git commit -m "Remove theme folder for charts" --signoff

And don't forget to push this updated commit to your branch:

git push origin tarun_samanta/#531 --force

Just a little bit left! Thanks for your changes!

Signed-off-by: Tarun Samanta <tarunsamanta77@gmail.com>
@SamantaTarun
Copy link
Contributor Author

Hello @tarunsamanta2k20, I see that you changed the description of the issue! Well done! Now just need to pass the DCO pipeline. Please try to run these commands:

git reset --soft HEAD~1
git commit -m "Remove theme folder for charts" --signoff

And don't forget to push this updated commit to your branch:

git push origin tarun_samanta/#531 --force

Just a little bit left! Thanks for your changes!

@BSFishy done!

@joshuarrrr joshuarrrr changed the title modified-ts Remove charts theme code Mar 27, 2023
@joshuarrrr
Copy link
Member

@SamantaTarun
Copy link
Contributor Author

@joshuarrrr let me check once.

@SamantaTarun
Copy link
Contributor Author

@SamantaTarun
Copy link
Contributor Author

SamantaTarun commented Mar 29, 2023

@joshuarrrr shall I remove entire block of code under those imports?

@joshuarrrr
Copy link
Member

Yeah, remove the import on L22 and on L251, remove that entry from the array.

@SamantaTarun
Copy link
Contributor Author

@joshuarrrr Let me check once.

Signed-off-by: Tarun Samanta <tarunsamanta77@gmail.com>
Copy link
Contributor

@BSFishy BSFishy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@joshuarrrr
Copy link
Member

@BSFishy Does this need to be backported?

@joshuarrrr joshuarrrr merged commit 2086980 into opensearch-project:main Mar 31, 2023
4 checks passed
@BSFishy
Copy link
Contributor

BSFishy commented Mar 31, 2023

@BSFishy Does this need to be backported?

This is breaking. No backport needed. (Also of note, I'm pretty sure this is incompatible with Dashboards)

@SamantaTarun
Copy link
Contributor Author

@BSFishy please follow me on GITHUB.

@BSFishy BSFishy mentioned this pull request May 18, 2023
6 tasks
AMoo-Miki added a commit to AMoo-Miki/oui that referenced this pull request Jun 13, 2023
AMoo-Miki added a commit to AMoo-Miki/oui that referenced this pull request Jun 13, 2023
AMoo-Miki added a commit to AMoo-Miki/oui that referenced this pull request Jun 19, 2023
@AMoo-Miki AMoo-Miki mentioned this pull request Jun 19, 2023
6 tasks
andreymyssak added a commit to andreymyssak/oui that referenced this pull request Jun 20, 2023
andreymyssak added a commit to andreymyssak/oui that referenced this pull request Jun 20, 2023
This reverts commit 2086980.

Signed-off-by: Andrey Myssak <andreymyssak@gmail.com>
Co-authored-by: Sergey Myssak <sergey.myssak@gmail.com>
AMoo-Miki added a commit to AMoo-Miki/oui that referenced this pull request Jun 21, 2023
andreymyssak added a commit to andreymyssak/oui that referenced this pull request Jun 23, 2023
This reverts commit 2086980.

Signed-off-by: Andrey Myssak <andreymyssak@gmail.com>
Co-authored-by: Sergey Myssak <sergey.myssak@gmail.com>
AMoo-Miki added a commit to AMoo-Miki/oui that referenced this pull request Jun 29, 2023
AMoo-Miki added a commit to AMoo-Miki/oui that referenced this pull request Jun 29, 2023
joshuarrrr added a commit that referenced this pull request Jul 5, 2023
* Revert "Remove unused chart theme code (#657)"

This reverts commit e9a63af.

Signed-off-by: Andrey Myssak <andreymyssak@gmail.com>
Co-authored-by: Sergey Myssak <sergey.myssak@gmail.com>

* Revert "Remove charts theme code (#554)"

This reverts commit 2086980.

Signed-off-by: Andrey Myssak <andreymyssak@gmail.com>
Co-authored-by: Sergey Myssak <sergey.myssak@gmail.com>

---------

Signed-off-by: Andrey Myssak <andreymyssak@gmail.com>
Co-authored-by: Sergey Myssak <sergey.myssak@gmail.com>
Co-authored-by: Josh Romero <rmerqg@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants