Skip to content
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

PortalUpdater Improvements and PackageSync Model #1522

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Oct 18, 2024

  1. feat(dev): heavily improve post to portal;

    - Added DB model for portal sync tracking.
    - Heaving improved copy-datasets and PortalUpdater code to catch all exceptions and log them.
    - Added logic actions and views to show all the new stuff.
    JVickery-TBS committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9890991 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. feat(dev): changelog, context manager, view pager;

    - Finalized the pagination for the view and logic function.
    - Updated the model.
    - Updated the migration script.
    - Fixed upgrade db for `canada_public` in test base class.
    - Added a context manager to capture and format exceptions.
    JVickery-TBS committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1326dd8 View commit details
    Browse the repository at this point in the history
  2. feat(misc): i18n, cli vanity;

    - Error labels for PortalUpdater.
    - New messages.
    JVickery-TBS committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    004a19f View commit details
    Browse the repository at this point in the history
  3. revert(misc): unused import;

    - Removed unused import.
    JVickery-TBS committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    648fc92 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. feat(cli): context managers;

    - Heavily improved the context managers.
    JVickery-TBS committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    824bc78 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. feat(misc): comments;

    - Added inline comment for tests.
    - Fixed return of abort in new view.
    JVickery-TBS committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    02cb676 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. feat(i18n): strings;

    - Added new translation strings.
    JVickery-TBS committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    21a746d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. fix(cli): return tuple;

    - Return tuple in early return of unchanged data dictionary and file hash.
    JVickery-TBS committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9fa1d2f View commit details
    Browse the repository at this point in the history