This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Remote search is fixed Content filter is fixed
Refactor search functionality
Introduced pytest-dependency and pytest-order packages to manage dependencies between GUI tests. This allows for more controlled execution of test cases, ensuring that certain tests run before others. The 'test_downloads' function is now marked as a dependency for other related test functions, enforcing the order in which they are executed.
Add dependency management to GUI tests
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.11 to 1.10.13. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v1.10.11...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bump pydantic from 1.10.11 to 1.10.13
Add on_paste_event to handle pasting of magnet links
Refactor magnet link copy function
add settings to remember_columns width
Add setting to remember download columns width
Co-Authored-By: Alexander Kozlovsky <[email protected]>
Add a way to hide columns in the download table
…error Fix #8026 KeyError when sorting by the RATIO column
Introduced a comprehensive README file for the Knowledge Component. The new documentation provides an overview of the component, including its database schema, operations available to peers, and ER diagram. It also explains the algorithm behind the community's operation and outlines changes made to the UI related to this component. This update aims to improve understanding of how the Knowledge Component functions within the larger system.
Add README for Knowledge Component
Change the WAL journal mode for the database beck to the default DELETE mode
Introduced a detailed README for the Sentry error reporting mechanism in Tribler. The document explains how we've customized Sentry to respect user privacy and control over data sharing. It outlines the three operating modes of our modified Sentry, and describes our advanced Scrubber that removes sensitive information from user reports.
Add Sentry error reporting documentation
Refactor proxy settings and add error handling
Add breadcrumb ordering
…ling Fixes #8040: improved error handling in set_proxy_settings
egbertbouman
approved these changes
May 30, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR merges in the upstream
Tribler:main
changes up to commit2ecbb4575bc8fb6bfa420d3a688c99e9822625f5
(latest).