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

Feature/207 - Backend Frontend Separation #211

Merged
merged 73 commits into from
Jan 15, 2024
Merged

Feature/207 - Backend Frontend Separation #211

merged 73 commits into from
Jan 15, 2024

Conversation

MaximilianZenz
Copy link
Member

No description provided.

uberroot4 and others added 30 commits November 17, 2023 14:45
Should be the last working solution for GitLab
…e-docker-image-building

# Conflicts:
#	tsconfig.json
 - separating frontend from backend so that it is a self-contained project with its own dependencies in the ui folder
 - removing all unnecessary aliases
 - replacing deprecated crypto module
 - fixing .eslintrc.yml for frontend
 - fixing progress bar
- fixing Dockerfile.frontend
- fixing Dockerfile.frontend
- fixing Dockerfile.frontend
- readding conditional import of db_export json files sot that they just get imported in offline build mode.
- fixing Dockerfile.backend
- fixing Dockerfile.backend
- fixing Dockerfile.backend
- fixing Dockerfile.backend
- fixing run-unit-test.yml
# Conflicts:
#	lib/binocular.ts
#	lib/cli/exportDB.ts
#	lib/core/db/db.js
#	lib/test/ciIndexer.test.js
#	lib/utils/projectStructureHelper.ts
#	package-lock.json
#	package.json
#	tsconfig.json
- fixing merge errors
- fixing eslint errors
- fixing Db import in projectStructureHelper.ts
- fixing merge error in binocular.ts
- fixing build-offline.yml
- renaming /ui to /binocular-frontend
- renaming /lib to /binocular-backend
- fixing renaming errors in Dockerfile.backend
- fixing renaming errors in Dockerfile.frontend
- changing trigger for build-offline.yml workflow for testing purposes
- fixing build-offline.yml
- fixing build-offline.yml
- fixing build-offline.yml
- reverting trigger of build-offline.yml file
- changing build behavior to only compile everything into one single file when building for offline execution
- fixing errors due to renaming of frontend and backend folder in README.md and CONTRIBUTING.md
@MaximilianZenz MaximilianZenz linked an issue Jan 15, 2024 that may be closed by this pull request
@uberroot4 uberroot4 merged commit 4d90f45 into develop Jan 15, 2024
5 checks passed
@uberroot4 uberroot4 deleted the feature/207 branch January 15, 2024 13:49
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.

Backend Frontend separation
2 participants