Issue 488#516
Open
Leonardo0919 wants to merge 260 commits into
Open
Conversation
… be public; edits remain admin only
…ancer-main into balancer/309/login
Release: v1.1.0
…ed-deployment refactor(ci): clean up docker and kubernetes deployments
Release: v1.1.1
…ot-public [CodeForPhilly#393] Allow unauthenticated users to use the chatbot
…sh-workaround [CodeForPhilly#382] Comment with workaround for PostgreSQL crash
Release: v1.1.2 ## Improvements The latest update redirects traffic to the new Code for Philly URL instead of localhost. I handled it by adding a .env.production file, which Vite automatically uses during npm run build to generate the build with the correct URL. ## Technical Added .env.production
Balancer/309/login
Merge develop branch updates into feature branch to test unauthenticated users
…HTTP→HTTPS redirect)
Adds the balancer-db-credentials SealedSecret to the sandbox CNPG overlay so cnpg can set the balancer role password. The sealed secret uses the cluster's sealed-secrets controller cert and targets the cloudnative-pg namespace.
…ndbox-cluster The Database CR and SealedSecret should live in cfp-sandbox-cluster under the cloudnative-pg namespace, not in the app overlay.
[CodeForPhilly#187] [IMPROVE] Documentation
feat: integrate Gateway API, CORS config, and CNPG database for sandbox
…ion-boundaries [auth] fix auth problems permission boundaries
…-email-activation [auth] account registration form and email activation
Refactor CORS_ALLOWED_ORIGINS to remove empty strings.
Refactor CORS_ALLOWED_ORIGINS to remove empty strings.
…en-refresh [auth] Update login page, add token refresh, and fix password reset flow
This PR refactors the assistant endpoint into smaller service modules (assistant orchestration + tool loop + prompts) and adds an evaluation script plus unit tests Changes: - Extracted assistant orchestration into assistant_services.py and tool-loop/retrieval logic into tool_services.py, updating the DRF view to call run_assistant. - Added an eval_assistant.py script (CSV output) and a small notebook for side-by-side response review. - Added focused unit tests for the new service modules and adjusted an existing uploadFile test import.
Removed placeholder username from GitHub funding model.
This file contains hidden or 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
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.
Description
Related Issue
Manual Tests
Automated Tests
Documentation
Reviewers
Notes