-
-
Notifications
You must be signed in to change notification settings - Fork 311
Refactor term to be non unique and add dependencies #3079
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
YishaiGlasner
wants to merge
33
commits into
master
Choose a base branch
from
chore/sc-41467/refactor-term-to-be-non-unique
base: master
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.
+139
−173
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
782815a
chore: remove load_by_title from terms_api, as it should be based on …
YishaiGlasner f2ef5e5
chore: change term load in hok_leyisrael to rely on term name.
YishaiGlasner 467ac49
chore: change term normalize to rely on name (checked the only occurr…
YishaiGlasner 2213e8a
chore: remove unused check_term function (was used in the category ed…
YishaiGlasner eceed09
fix: check if 'path' is a key in j BEFORE using it.
YishaiGlasner b033a07
feat(Term):
YishaiGlasner 98ca067
refactor(category api):
YishaiGlasner ef5804b
chore(TitledTreeNode):
YishaiGlasner 6aeba1c
refactor(Term):
YishaiGlasner c4dc101
refactor(terms api): change `term` into `name`.
YishaiGlasner 275f71d
refactor(terms api): remove checking if name exists as it's guarantee…
YishaiGlasner aa182b4
refactor(terms api): remove add/terms endpoint - it's unreachable (ca…
YishaiGlasner 4ad5dcf
refactor(Term): remove `load_by_title` since now more than one term c…
YishaiGlasner aea84ca
refactor(Term): refactor `load_by_primary_title` to `load_by_primary_…
YishaiGlasner df3eb12
chore(Term): newlines and indentation.
YishaiGlasner 3198f75
refactor(Term): add validation ensuing uniqueness of primary titles t…
YishaiGlasner abe7562
chore(text.py): remove unused imports
YishaiGlasner 28d87ea
feat(Term): dependencies for term changing.
YishaiGlasner c275e51
fix: import form settings
YishaiGlasner c5b045a
fix(term api): add empty list titles to data when term doesnt exist.
YishaiGlasner ff5dec9
fix(term tests): remove test for name doesn't equal primary en.
YishaiGlasner 4a62c22
refactor(term): change setting name logic not to count docs.
YishaiGlasner ecdae5c
refactor(term): validate terms with same titles doesn't exist also fo…
YishaiGlasner 7f58384
refactor(term): track primary titles as scalars instead of mutable li…
YishaiGlasner d375f94
refactor(term): use InputError rather than ValidationError.
YishaiGlasner b183ad6
test(term): fix tests to allow dupliacte title but not of primary tit…
YishaiGlasner 3692fe5
test(mongo indexes): remove unique from term's titles index.
YishaiGlasner 4c4f352
fix(term): use f string rather than plus to concaterate int to str
YishaiGlasner 51ca59a
chore: update gunicorn version to 25.0.3
nsantacruz 0e9b37b
chore: downgrade gunicorn version to 23.0.0
nsantacruz cfd4bab
chore: downgrade gunicorn version to 23.0.0
nsantacruz b111d42
Merge branch 'fix-setup-tools-missing-bug' into chore/sc-41467/refact…
YishaiGlasner 5484258
fix(links api): change english collective title to be the terms' prim…
YishaiGlasner 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
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.