-
Notifications
You must be signed in to change notification settings - Fork 524
Integrate find #1834
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
Open
mascarpon3
wants to merge
19
commits into
main
Choose a base branch
from
integrate-find
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Integrate find #1834
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
249ca6c
✨(frontend) add useSearch
mascarpon3 19b5ef1
✨(backend) handle sub-document filter
mascarpon3 f52a0e3
🚨(env) I am fiixng the env variables
mascarpon3 2aeefcf
✨(backend) remove pagination
mascarpon3 e23389a
✨(frontend) handle sub-docs
mascarpon3 68fc6a3
🚨(frontend) fix duplicated documents
mascarpon3 3e9e8ed
📝(backend) add changelog
mascarpon3 6f65893
♻️(frontend) remove dead code
mascarpon3 5cbad29
🚨(frontend) various fixes
mascarpon3 5594015
🔧(core) add test env file
mascarpon3 aa7ee7e
♻️(core) simplify data flow
mascarpon3 e3167dd
♻️(backend) fallback logic
mascarpon3 97114e2
♻️(backend) refactor DocSearchModalGlobal
mascarpon3 17410d3
♻️(backend) wording
mascarpon3 6af773f
🧪(backend) test
mascarpon3 8a2a3c4
🚨(backend) fix list descendants
mascarpon3 224a4f2
🚨(backend) various fixes
mascarpon3 a9ac801
🚨(frontend) improve useSearchDocs
mascarpon3 d0c710e
🚨(backend) various fixes
mascarpon3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # Test environment configuration for running tests without docker | ||
| # Base configuration is loaded from 'common' file | ||
|
|
||
| DJANGO_SETTINGS_MODULE=impress.settings | ||
| DJANGO_CONFIGURATION=Test | ||
| DB_PORT=15432 | ||
| AWS_S3_ENDPOINT_URL=http://localhost:9000 |
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.