-
Notifications
You must be signed in to change notification settings - Fork 4
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
No valid key
Should be the last working solution for GitLab
This reverts commit 190e4dc.
This reverts commit 75d4bf8.
…e-docker-image-building # Conflicts: # tsconfig.json
…prove-docker-image-building
- 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 CLI
- 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
uberroot4
approved these changes
Jan 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.