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

Rewrite with tool library #7

Open
wants to merge 14 commits into
base: linting
Choose a base branch
from
Open

Commits on Oct 5, 2022

  1. Add tools as git submodule

    benjay10 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    6df76e1 View commit details
    Browse the repository at this point in the history
  2. Babel config, added packages, fixed submission model

    Added config for Babel in an attempt to not have it compile the
    node_modules folder. Added the packages that are dependencies for the
    tools.
    The submission model change is unfortunate. This was introduced in the
    rewrite with the tools which makes the rewritten services somewhat
    incompatible with the original services.
    benjay10 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    6dc25f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c770b8f View commit details
    Browse the repository at this point in the history
  4. Rewrite env and constants

    benjay10 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    f6fd066 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d87821 View commit details
    Browse the repository at this point in the history
  6. File access via tools

    benjay10 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    3c734f5 View commit details
    Browse the repository at this point in the history
  7. Moved vars to env.js file

    benjay10 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    1e4ad46 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f766d6e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f92710 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d4cadb View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    6d3fb76 View commit details
    Browse the repository at this point in the history
  2. Rewrite without ForkingStore, removed more packages

    When removing unused packages, the ForkingStore jumped out as only being
    used sparingly and something that does not provide much documentation.
    So this was removed in favour of some basic transformations with N3
    stores.
    I'm sorry, but if there is no documentation on a library, I'm not using
    it, and I will convert code to using libraries that are properly
    documented and well tested. I don't want to debug something like that
    otherwise.
    benjay10 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    bf6d15d View commit details
    Browse the repository at this point in the history
  3. Removed more unused code

    benjay10 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    ac78906 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

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