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

feat: docker build and changes to issue templates #1033

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

tamalCodes
Copy link
Member

Changes made πŸ‘·πŸ»β€β™‚οΈ

  • Changes have been made to the Dockerfiles and the docker-compose.dev.yaml file
  • We can start the dockerized version of the Frontend with npm run docker-frontend

Note

No new dependencies have been installed, to-do consists of optimizing and HMR.

Screenshots πŸ“·

image

@tamalCodes tamalCodes added type: staff-only This issue/PR is made by the staff of the project. πŸ’‘ feature This generally contains addition/changes to features. Beta Release The changes in the Issue/PR are in beta stage, and might be unstable in production. labels Aug 15, 2023
@tamalCodes tamalCodes self-assigned this Aug 15, 2023
@github-actions github-actions bot added status: todo ⏳ This issue is yet to be seen by the maintainer of the project. 🐞 bug This is a patch, generally fixing some bugs. labels Aug 15, 2023
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Hello @tamalCodes, thank you for raising a pull request.

Currently, the pull request is marked as https://github.com/MilanCommunity/Milan/labels/%F0%9F%91%B7%F0%9F%8F%BB%E2%80%8D%E2%99%82%EF%B8%8F%20status%3A%20awaiting%20triage which means that work for this issue is on hold and we are waiting for the maintainers/owner to review it and provide you with feedback/suggestions to proceed further.

Feel free to reach out to Tamal on Twitter, or drop a mail at tamalcodes@gmail.com if you think that this pull request is of critical priority.

Give us a ⭐ to show some support
Happy OpenSource πŸš€

@tamalCodes tamalCodes changed the base branch from main to beta August 15, 2023 09:03
@tamalCodes tamalCodes merged commit c251ac0 into beta Aug 15, 2023
7 checks passed
@tamalCodes tamalCodes deleted the tamal-automation-fixes branch August 15, 2023 09:04
tamalCodes added a commit that referenced this pull request Aug 15, 2023
* feat: add to cart api added (#938)

* API ADDED

* API ADDED

* API ADDED

* [ImgBot] Optimize images (#1012)

*Total -- 554.68kb -> 429.64kb (22.54%)

/src/assets/pictures/authpages/Auth_banner.png -- 199.40kb -> 78.36kb (60.7%)
/src/assets/pictures/authpages/google.png -- 7.87kb -> 4.75kb (39.68%)
/src/assets/pictures/shop/handmades/handmades/h4.png -- 109.57kb -> 109.17kb (0.37%)
/src/assets/pictures/shop/handmades/h4.png -- 109.57kb -> 109.17kb (0.37%)
/src/assets/pictures/shop/trendingproducts/art/artproduct4.png -- 128.27kb -> 128.21kb (0.05%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>

* feat: added org invites

* fix: changing labels

* chore(workflows): re-vamped the existing workflows

* chore(deps): bump dotenv from 16.0.3 to 16.3.1 (#1015)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.3 to 16.3.1.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.0.3...v16.3.1)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tamal Das <tamalcodes@gmail.com>

* fix: updating labels

* feat: re-added templates

* chore(deps): bump react-icons from 4.8.0 to 4.10.1 (#1017)

Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.8.0 to 4.10.1.
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v4.8.0...v4.10.1)

---
updated-dependencies:
- dependency-name: react-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tamal Das <tamalcodes@gmail.com>

---------

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: imgbot[bot] <31301654+imgbot[bot]@users.noreply.github.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: Tamal Das <tamalcodes@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: changes to workflow names for DX

* docs: updated docs for better understanding

* fix: remove extra gaps

* feat: new banner for readme

* fix: removing extra images

* docs: update readme changes

* fix: change branch for releases

* docs: changes to workflow description

* chore(refactor): changes to dockerfiles and issue automations (#1033)

* fix: removed extra invitation issue template

---------

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Harsh Patil <harshpatil2956@gmail.com>
Co-authored-by: imgbot[bot] <31301654+imgbot[bot]@users.noreply.github.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Beta Release The changes in the Issue/PR are in beta stage, and might be unstable in production. 🐞 bug This is a patch, generally fixing some bugs. πŸ’‘ feature This generally contains addition/changes to features. status: todo ⏳ This issue is yet to be seen by the maintainer of the project. type: staff-only This issue/PR is made by the staff of the project.
Projects
Status: Merged/Discarded
Development

Successfully merging this pull request may close these issues.

None yet

1 participant