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

refactor: implement dfd v2 support as well as new package management #7

Open
wants to merge 84 commits into
base: main
Choose a base branch
from

Commits on Oct 1, 2024

  1. wip: frameworking out new structure

    there are a bunch of warnings but I want to get something compiling before I start deleing a bunch of legacy code
    ZigTag committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    bf89dd8 View commit details
    Browse the repository at this point in the history
  2. wip: now compiles

    todo: implement database loading/searching
    ZigTag committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0403ef7 View commit details
    Browse the repository at this point in the history
  3. wip: most of the searching and loading logic written

    todo: fix mutable borrow
    ZigTag committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0f01537 View commit details
    Browse the repository at this point in the history
  4. refactor: file formats can now set their own read/database setups

    todo: rework downloadling logic and prebuild data transfer to work folder
    ZigTag committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b860e25 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    ee45c66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f350891 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. feat: now loads in sim

    ZigTag committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0259e00 View commit details
    Browse the repository at this point in the history
  2. chore: fix comment

    ZigTag committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    935ad99 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. feat: downloading works

    ZigTag committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4da123d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d27e685 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d810ecc View commit details
    Browse the repository at this point in the history
  4. wip: v2 compiles

    todo: implement new outputs, verify sql functions correctly
    ZigTag committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7ca93c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. update rfcs

    professoralex13 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7684210 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    ac90fb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf7d275 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    fa95989 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    df48499 View commit details
    Browse the repository at this point in the history
  2. fix: remove unnecessary dep

    ZigTag committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    628d2b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    c7cd81f View commit details
    Browse the repository at this point in the history
  2. chore: added comments

    ZigTag committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    30a751f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e33d4f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    5189c6a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    12d2b0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a936ffb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d9d9e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. feat: departures work

    ZigTag committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    00e0709 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28c0b4a View commit details
    Browse the repository at this point in the history
  3. feat: completed all funcitons

    todo: go through and check for new info we should include and differences from the new v2 revision
    ZigTag committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f785af1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. fix: database info updated

    ZigTag committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    95e6398 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    6c0c62c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f640436 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    a1421b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8117433 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a28fdcb View commit details
    Browse the repository at this point in the history
  4. wip: rework status logic

    ZigTag committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f88c55b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. refactor: change get_navigation_data_install_status to just return st…

    …atus of the currently active database
    ZigTag committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5307ba0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec098b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4048ea9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    598bb71 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. wip: what is happening?

    ZigTag committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    08e67d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. fix: 4 line fix

    ZigTag committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c6d3eca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc10933 View commit details
    Browse the repository at this point in the history
  3. wip: updating test cases

    ZigTag committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a5e2c6a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    7da6a91 View commit details
    Browse the repository at this point in the history
  2. fix: all non time-out tests

    ZigTag committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f0987cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3d40de View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. chore: remove timeouts

    ZigTag committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    27a2362 View commit details
    Browse the repository at this point in the history
  2. fix: add some new fields

    ZigTag committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2cb2968 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. chore: fmt + clippy

    ZigTag committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0e1888f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e4cd82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ba31a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    3ab0fe7 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. fix: jest

    ZigTag committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    152cb97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6cfe76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59488de View commit details
    Browse the repository at this point in the history
  4. fix: todos

    ZigTag committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f14eb72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1eb76c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26a7e46 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. feat: new tabbing and pages

    ZigTag committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    1169e8e View commit details
    Browse the repository at this point in the history
  2. fix: removed tailwind-merge

    ZigTag committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9c63c25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3db3dcd View commit details
    Browse the repository at this point in the history
  4. feat: added active database

    ZigTag committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    7b8c631 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    f11f75a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    601085f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    a3669d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. feat: test page works

    ZigTag committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    daedbe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5705f4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51c8f54 View commit details
    Browse the repository at this point in the history
  4. feat: add all function types

    todo: fix entry spacing issue
    ZigTag committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    dc1842d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. fix: api output type

    ZigTag committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    68b9e67 View commit details
    Browse the repository at this point in the history
  2. fix: tests

    professoralex13 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c68d8ba View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    00355b2 View commit details
    Browse the repository at this point in the history
  2. chore: cargo fmt

    ZigTag committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b0b1b4f View commit details
    Browse the repository at this point in the history
  3. chore: cargo clippy

    ZigTag committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4319e79 View commit details
    Browse the repository at this point in the history
  4. chore: remove custom cargo fmt

    ZigTag committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3673bb1 View commit details
    Browse the repository at this point in the history
  5. fix: workflow script

    ZigTag committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f0099fc View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into dfdv2

    ZigTag committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d595602 View commit details
    Browse the repository at this point in the history
  7. fix: workflow script 2

    ZigTag committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    628e975 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3f573b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b50f9ce View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    42db948 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf21b47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c91550f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46d7498 View commit details
    Browse the repository at this point in the history