[PR #262] [CLOSED] Build front end dependencies and compile in docker #298

Closed
opened 2026-02-27 15:56:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RD17/ambar/pull/262
Author: @Yavari
Created: 8/30/2019
Status: Closed

Base: masterHead: docker-frontend


📝 Commits (10+)

📊 Changes

395 files changed (+19521 additions, -28 deletions)

View changed files

.github/stale.yml (+17 -0)
.gitignore (+374 -0)
.vscode/launch.json (+104 -0)
.vscode/settings.json (+3 -0)
CHANGELOG.md (+304 -0)
ElasticSearch/.gitignore (+371 -0)
ElasticSearch/Dockerfile (+16 -0)
ElasticSearch/elasticsearch.yml (+12 -0)
FrontEnd/.babelrc (+10 -0)
FrontEnd/.editorconfig (+30 -0)
FrontEnd/.eslintignore (+6 -0)
FrontEnd/.eslintrc (+29 -0)
FrontEnd/.gitignore (+371 -0)
FrontEnd/.reduxrc (+7 -0)
FrontEnd/Dockerfile (+33 -0)
FrontEnd/bin/compile.js (+24 -0)
FrontEnd/bin/server.js (+11 -0)
FrontEnd/blueprints/.eslintrc (+11 -0)
FrontEnd/blueprints/component/files/src/components/__name__/__name__.js (+10 -0)
FrontEnd/blueprints/component/files/src/components/__name__/__name__.scss (+2 -0)

...and 80 more files

📄 Description

I am not sure if you accept pull request or if you want this feature. You can remove it if you don't like it.

I have updated the front end docker file to build everything withing docker so that node isn't required on the host anymore.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RD17/ambar/pull/262 **Author:** [@Yavari](https://github.com/Yavari) **Created:** 8/30/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `docker-frontend` --- ### 📝 Commits (10+) - [`1010ce7`](https://github.com/RD17/ambar/commit/1010ce731a5f362a9577df70f70a5d47eac6b6e2) Initial commit - [`e1db4b6`](https://github.com/RD17/ambar/commit/e1db4b60ceaae966c456947f4afb53b91cf7be9d) Update README.md - [`47e68ee`](https://github.com/RD17/ambar/commit/47e68ee245c4704ed708501e2f65c0aea43e5413) Create License.txt - [`c7ece0e`](https://github.com/RD17/ambar/commit/c7ece0e732512c2222eb34a05019c3c2b47af4ec) Update README.md - [`80bed70`](https://github.com/RD17/ambar/commit/80bed70d49df96ef524b79b1b96e5ba75e29f007) Update README.md - [`06e0e34`](https://github.com/RD17/ambar/commit/06e0e34358e1bacd07f31a313d4065c9d23b2a2e) Added submodules - [`e553064`](https://github.com/RD17/ambar/commit/e5530648687d603df6fc676ec1ea65a4c79be17d) Updated Readme - [`eb60f7c`](https://github.com/RD17/ambar/commit/eb60f7ca084e55c6301953747fee73e3da736325) Updated Readme - [`af7ba5f`](https://github.com/RD17/ambar/commit/af7ba5f8ba87740b8ffd847ce88a8d6a0e798c37) Update README.md - [`e20da0d`](https://github.com/RD17/ambar/commit/e20da0d27450223ac159c3af8271d70bbd765998) Update README.md ### 📊 Changes **395 files changed** (+19521 additions, -28 deletions) <details> <summary>View changed files</summary> ➕ `.github/stale.yml` (+17 -0) ➕ `.gitignore` (+374 -0) ➕ `.vscode/launch.json` (+104 -0) ➕ `.vscode/settings.json` (+3 -0) ➕ `CHANGELOG.md` (+304 -0) ➕ `ElasticSearch/.gitignore` (+371 -0) ➕ `ElasticSearch/Dockerfile` (+16 -0) ➕ `ElasticSearch/elasticsearch.yml` (+12 -0) ➕ `FrontEnd/.babelrc` (+10 -0) ➕ `FrontEnd/.editorconfig` (+30 -0) ➕ `FrontEnd/.eslintignore` (+6 -0) ➕ `FrontEnd/.eslintrc` (+29 -0) ➕ `FrontEnd/.gitignore` (+371 -0) ➕ `FrontEnd/.reduxrc` (+7 -0) ➕ `FrontEnd/Dockerfile` (+33 -0) ➕ `FrontEnd/bin/compile.js` (+24 -0) ➕ `FrontEnd/bin/server.js` (+11 -0) ➕ `FrontEnd/blueprints/.eslintrc` (+11 -0) ➕ `FrontEnd/blueprints/component/files/src/components/__name__/__name__.js` (+10 -0) ➕ `FrontEnd/blueprints/component/files/src/components/__name__/__name__.scss` (+2 -0) _...and 80 more files_ </details> ### 📄 Description I am not sure if you accept pull request or if you want this feature. You can remove it if you don't like it. I have updated the front end docker file to build everything withing docker so that node isn't required on the host anymore. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:56:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ambar#298
No description provided.