-
Notifications
You must be signed in to change notification settings - Fork 35
Rework Code Base for Single Instance #1583
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
JVickery-TBS
wants to merge
41
commits into
master
Choose a base branch
from
feature/single-instance
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.
Open
Conversation
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
- Tearing out all unnecessary code.
- Tearing out all unnecessary code.
# Conflicts: # ckanext/canada/tests/test_trim_package.py ### RESOLVED.
# Conflicts: # ckanext/canada/tests/test_trim_package.py ### RESOLVED.
❌ 16 Tests Failed:
View the top 3 failed test(s) by shortest run time
View the full list of 1 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
- Syntax fixes. - Typing fixes. - Started working on the dataset visibility validator. - Added more validation to portal release date field. - Changed the published search facet to capacity. - Set capacity=private for non standard dataset types.
- After validator for dataset visibility. - Added more sysadmin UI for user publishing perms.
- Side effect free.
- Removed geozoom.
- Fix different logic for single instance.
- Fix different logic for single instance.
- Force True for non portal package types. - Override activity stuff for logged out users to show a dummy user. - Minor template UI fixes. - Added UI for private/public packages. - Removed old logic methods. - Removed anon actions. - Use fq_list instead of complicated fq for package search. - Handled remaining search issues between registry and portal. - Added helper cli subcommand to set non portal package types to private. - Added more bootstrap4+ classes.
- Improved some code.
- Language switcher for language domains. - Minor remplate fixes. - Pinned required dependency versions.
- Try/catch for dataset search.
- Flake8 fix.
wardi
reviewed
Oct 17, 2025
Member
wardi
left a comment
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.
looks good, just a few minor suggestions
ckanext/canada/migration/canada_public/versions/3918d33c5c7f_.py
Outdated
Show resolved
Hide resolved
- Reduce plugins.
- Reduce plugins.
- Reduce plugins.
- Reduce plugins.
- Use filters. - Combine internal and public.
- Use filters. - Combine internal and public.
# Conflicts: # ckanext/canada/cli.py # ckanext/canada/tests/conftest.py # ckanext/canada/view.py ### RESOLVED.
- Start creating build front end assets.
- Sass and Gulp Terser building and watching.
- Install and build frontend dependencies.
- Moved canada custom css to scss; - Started working on custom datatables css to scss. - Removed source mapping from gulp.
- Finished sass for datatables.
- Removed registry file prefix for most JS scripts. -
- Do not reuse ids.
- Track build files for deployment.
# Conflicts: # ckanext/canada/cli.py # requirements.txt ### RESOLVED.
- Fix missing inheritance.
- Package search ignore auth;
- Pyright fixes.
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.
No description provided.