-
Notifications
You must be signed in to change notification settings - Fork 8
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
FROM feature/108-cicd-pipeline-tests TO development #109
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
ryaneggz
added a commit
that referenced
this pull request
Jun 29, 2024
* FROM feature/105-configure-mysql-for-db TO development (#106) * Configured to use MySQL.. We need to make this configurable. Assess the changes for making it also work with SQLite * Works with MYSQL, was having issues stroing the base64 before * Close off traffic from everywhere * Comment out other services * Adds default user * login form uses default user * listen on 8080 * Update port in entyrpoint * Can deploy to cloudrun * Deployed to cloudrun * FROM feature/108-cicd-pipeline-tests TO development (#109) * Tests work but need to have runs happen before tests happen * All but test_retrieve_file are passing * Workflow added * update * update * minio * UPdate * update * add creds to pull image * update * env * Install dev reqs * Install dev reqs * Install dev reqs * Specify backend * Make src module * update * Add another secret * Create folder for sqlite * Fixing pipeline * Take out minio service, using s3 * Will deploy to cloud run when merged into dev * Fix ci.yml * Update deploy.yml * needs build * build is not going through * Fix deploy * Add arm platform * Updates the v2 auth * Fix build * Specify port * remove port * Forgot to remote vrom vars * update env.py * revemo setvars * revemo setvars * Try hardcode * hardcode * Updates * Stop pulling rom ini file * Major cleanUP * Believe fixes triggers * didn't like flags * Needs app_secret * uses test secret * Need Docker Creds * Messed up docker image in deploy * Changed some defaults * Should not run if changes are not in backend folder * Fix syntax * Adjusts system message * Missed one * Should run tests * Runs if changes are not in frontend * Try cache again * Test cache * Skip if cached * appears will need the cache * FROM feature/101-latest-action-show-in-dropdown TO development (#110) * init * Add SearxNG tool * Better logging and search_tool added * Clean up Tool docs * Add docs for tools * Should run test * run tests on pr * Remove frontend constraint * Should skip tool * Should tests every push * Guess it wont * Can use search tool. Added some tool handling for image formats * Fixed import statement * Add search to tools * update cicd
ryaneggz
added a commit
that referenced
this pull request
Jun 30, 2024
* FROM feature/105-configure-mysql-for-db TO development (#106) * Configured to use MySQL.. We need to make this configurable. Assess the changes for making it also work with SQLite * Works with MYSQL, was having issues stroing the base64 before * Close off traffic from everywhere * Comment out other services * Adds default user * login form uses default user * listen on 8080 * Update port in entyrpoint * Can deploy to cloudrun * Deployed to cloudrun * FROM feature/108-cicd-pipeline-tests TO development (#109) * Tests work but need to have runs happen before tests happen * All but test_retrieve_file are passing * Workflow added * update * update * minio * UPdate * update * add creds to pull image * update * env * Install dev reqs * Install dev reqs * Install dev reqs * Specify backend * Make src module * update * Add another secret * Create folder for sqlite * Fixing pipeline * Take out minio service, using s3 * Will deploy to cloud run when merged into dev * Fix ci.yml * Update deploy.yml * needs build * build is not going through * Fix deploy * Add arm platform * Updates the v2 auth * Fix build * Specify port * remove port * Forgot to remote vrom vars * update env.py * revemo setvars * revemo setvars * Try hardcode * hardcode * Updates * Stop pulling rom ini file * Major cleanUP * Believe fixes triggers * didn't like flags * Needs app_secret * uses test secret * Need Docker Creds * Messed up docker image in deploy * Changed some defaults * Should not run if changes are not in backend folder * Fix syntax * Adjusts system message * Missed one * Should run tests * Runs if changes are not in frontend * Try cache again * Test cache * Skip if cached * appears will need the cache * FROM feature/101-latest-action-show-in-dropdown TO development (#110) * init * Add SearxNG tool * Better logging and search_tool added * Clean up Tool docs * Add docs for tools * Should run test * run tests on pr * Remove frontend constraint * Should skip tool * Should tests every push * Guess it wont * Can use search tool. Added some tool handling for image formats * Fixed import statement * Add search to tools * update cicd * Login has spinner (#114) * FROM feature/113-add-spinner-to-login-button TO development (#115) * Login has spinner * few Updates * Remove memos * Made updates, should not run * Update Changelog * More paths to ignore * Forntend updates * Add docs
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.
closes #108