-
Notifications
You must be signed in to change notification settings - Fork 6
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
v2.0.0-beta3 #1151
Merged
Merged
v2.0.0-beta3 #1151
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
* turn off unecessary ingress for minio and rabbitmq * remove default tls host * slight update the secret read * use the wrong secretname * add more gitignore * take out default extractors in the default values * allow backend env to be overwritten by value files with default * add quote to number and boolean * allow environment variable setting in heartbeat and message extractors * extractor doesn't need to be commented out; add message and heartbeat * use fullname for matching labels * typo * allow use existing secret and secret keys * duplicate rabbitmq pass
Todos: |
tcnichol
approved these changes
Aug 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked this one out and will mark approved so we can release.
* revert env use releaseName to calculate * fix bug * fix api host
* set workers based on recommended number of cores * turn recreate views to false * add notes to recreate views flag
* add dev handbook * add dev setup * mkdocs
* message works for share dataset with user strange bug - sharing with group shows 2 entries? * removing old method
|
* Pass file and dataset id from ExtractionHistoryTab into ExtractionJobs to fix rendering of extraction events bugs. * Fixed message if visualization fails to load. * Cleaned up ExtractionHistoryTab.tsx and ExtractionJobs.tsx. * Simplified table row definition in ExtractionJobs.tsx. * Removed mapping useEffect in ExtractionJobs.tsx. * Set memory limits for elasticsearch in dev mode to see if it avoids random startup failures on macs. * Fixed PydanticObjectId import. * Fixed duration printing in extraction log. * Fixed label. * Fixed refresh button on listing of extraction events. * Fixed extraction count on listing of extraction events.
…er adding, but (#1201) only one was on the server (refreshing showed one). Combining the useEffect statements seems to have fixed that. At some point we should remove the complex if logic included with the jsx. We might want to have separate components for dataset and files and a common one for the actual entries.
* rabbitmq host will use the releaseName pattern * update secret name * added cc username and reading credentials from littlbeats.secret.yaml --------- Co-authored-by: Dipannita Dey <[email protected]>
* deprecate `/login` endpoint and add refresh token saving in `/auth/login` * fix code formatting * update API docs * refactor `TokenDB` logic
* Fix edit file metadata bug by making sure that the backend properly sets context when a metatdata definition is provided. * Fixed pytest. Posting a string and checking the result as a string and not a number.
* Show status of dataset on tile. * Fixed bug where logged in user could not see authenticated dataset. Added chip to dataset tile showing access status. * Fixed bug where logged in user could not see public dataset. * Default status to blank when dataset is authenticated.
* add user update endpoint * rename endpoint * disable email updates
started before starting backend. Backend used to fail with docker compose prod.
This is in line with showing the feeds in the table. Eventually we should show a disabled button with a message saying to go into admin mode.
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.
[v2.0.0-beta.3] - 2024-07-29
Added
Changed
Fixed