Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed FireFox Bug * Disable K Determination when k is not empty; Removed Jaccard * Filter out invalid Arrays, throw Error if more than 25% of data was removed * Filter out invalid Arrays, throw Error if more than 25% of data was removed * Cedric/remove sidedrawer and login component (#53) * removed Sidedrawer * removed login component * Clean up repo (#55) * Delete dockerfile * Delete cloudbuild.yaml * Deleted src/assets/.gitkeep * Test deployment (#58) * Fixed FireFox Bug * Disable K Determination when k is not empty; Removed Jaccard * Filter out invalid Arrays, throw Error if more than 25% of data was removed * Filter out invalid Arrays, throw Error if more than 25% of data was removed * Cedric/remove sidedrawer and login component (#53) * removed Sidedrawer * removed login component --------- * Delete dockerfile * Delete cloudbuild.yaml * Deleted src/assets/.gitkeep * Removed Name input and changed heading --------- * Fixed manifest-error in dev-console (#61) * Delete dockerfile * Delete cloudbuild.yaml * Deleted src/assets/.gitkeep * Klaas/clustering (#51) * front without logic implemented * läuft mit einem Fehler * Deutsch * Added Kmeans Service File and Test * Sync test-deployment with main (#29) * Installed Playwright for E2E-Testing * Installed ESLint * Added Linting as GitHub Action * Removed Linting as GitHub Action * csv inport (#24) * front without logic implemented * läuft mit einem Fehler * Deutsch * Update sync-test-deploy-branch.yaml (#25) * Update sync-test-deploy-branch.yaml * Update sync-test-deploy-branch.yaml * Finalized sync-test-deploy-branch.yaml (#28) Should work now. Was tested in separate repo --------- * Daniel/only https (#30) * Installed Playwright for E2E-Testing * Installed ESLint * Added Linting as GitHub Action * Removed Linting as GitHub Action * csv inport (#24) * front without logic implemented * läuft mit einem Fehler * Deutsch * Update sync-test-deploy-branch.yaml (#25) * Update sync-test-deploy-branch.yaml * Update sync-test-deploy-branch.yaml * Finalized sync-test-deploy-branch.yaml (#28) Should work now. Was tested in separate repo * Ensured only HTTPS is used to access * Fixed Routing Bug (Probably) --------- * Inputfeld Manhattan/Euclidean, Input lokale Berechnung * Sync test-deployment with main (#31) * Chart working with Mock-Data * Removed unused import * Installed Playwright for E2E-Testing * Installed ESLint * Added Linting as GitHub Action * Removed Linting as GitHub Action * csv inport (#24) * front without logic implemented * läuft mit einem Fehler * Deutsch * Chart working with Mock-Data * Removed unused import * Update sync-test-deploy-branch.yaml (#25) * Update sync-test-deploy-branch.yaml * Update sync-test-deploy-branch.yaml * Finalized sync-test-deploy-branch.yaml (#28) Should work now. Was tested in separate repo --------- * Inputfeld Manhattan/Euclidean; Input lokale Berechnung; Hinweis dass K optional ist * Update cloudbuild.yaml * Update app.yaml * Ensured usage of HTTPS * Optionen für die Methode zur Bestiummung von K eingebaut (Ellenbogen, Silhouette); Berechnungsmethode um Methode "Jaccard" ergänzt Alle Optionen wurden in ein Expansion Panel eingebaut * Daniel/fix merge conflicts1 (#36) * Update input.component.css from main for fixing merge conflict * Update input.component.html from main for fixing merge conflict * Update input.component.ts from main for fixing merge conflict * Sync test-deployment with main (#33) * Chart working with Mock-Data * Removed unused import * Installed Playwright for E2E-Testing * Installed ESLint * Added Linting as GitHub Action * Removed Linting as GitHub Action * csv inport (#24) * front without logic implemented * läuft mit einem Fehler * Deutsch * Chart working with Mock-Data * Removed unused import * Update sync-test-deploy-branch.yaml (#25) * Update sync-test-deploy-branch.yaml * Update sync-test-deploy-branch.yaml * Finalized sync-test-deploy-branch.yaml (#28) Should work now. Was tested in separate repo * Dave/import data format (#32) * edited upload text * display uploaded data * Fixed reloading bug (#35) * Update app.yaml * Update cloudbuild.yaml --------- * Got linting to working and added GitHub action "lint" (#39) * Added Kmeans Service File and Test * Fixed most linting errors * CSV-File Reading implemented * KMeans and JSON-result implementet * Added Elbow Method * Added Elbow Method * Added Elbow Method * Added automatic detection for different csv delimiters * Added automatic detection for different csv delimiters * Added Excel Support, CSV-Service accepts Files (same format as Excel-Service), KMeans-Service cleaner * Merged CSV and Excel Service; moved decision on which file type is used to Data-Service * Adjusted CSV-Service naming * Added Drop-Down-Field for selecting Columns. Default: first two columns are selected * Give Backend API the selected columns * Clean Up Package.json * Disable Jaccard and Silhoutte when in local mode; Cleaned up package.json * Forgot package-lock.json * removed console logs from table component --------- * Test deployment (#56) * Fixed FireFox Bug * Disable K Determination when k is not empty; Removed Jaccard * Filter out invalid Arrays, throw Error if more than 25% of data was removed * Filter out invalid Arrays, throw Error if more than 25% of data was removed --------- * Test deployment (#58) * Fixed FireFox Bug * Disable K Determination when k is not empty; Removed Jaccard * Filter out invalid Arrays, throw Error if more than 25% of data was removed * Filter out invalid Arrays, throw Error if more than 25% of data was removed * Cedric/remove sidedrawer and login component (#53) * removed Sidedrawer * removed login component --------- * Updated site.webmanifest * Updated index.html * Updated index.html * Updated index.html * Updated index.html * Updated index.html * Fixed Manifest error --------- * Disabled Expert-Settings when no file is uploaded * k bug fix * added new Endpoints (#62) * Fixed Column-Selection Bug (no columns can be "selected" too now). * Simplified function in input component * K-Bug V2 --------- Co-authored-by: cepurwin <[email protected]> Co-authored-by: khuepp <[email protected]> Co-authored-by: david-2031 <[email protected]> Co-authored-by: david-2031 <[email protected]> Co-authored-by: cookie.exe <[email protected]> Co-authored-by: Cornelius Daemberg <[email protected]>
- Loading branch information