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

230 abstract config file parsing #288

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

Commits on Mar 23, 2024

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

Commits on Mar 26, 2024

  1. i #230 added new get functions

    Added get  functions for mbox, jira,        and github.
    anthonyjlau committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6c323ce View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. i #230 changed functions that access lists

    Functions that require something from a list (ie. conf[["version_control"]][["branch"]][4]) now have an index parameter. (ie. conf[["version_control"]][["branch"]][branch_index]) Also finished the rest of the get methods for all notebooks.
    anthonyjlau committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ffb969a View commit details
    Browse the repository at this point in the history
  2. i #230 updated comments, added catches

    I normalized the comments by having it follow a format. I added if wrappers to catch null values.
    anthonyjlau committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a7b719f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. i #230 updated jira and mbox funcs to rtn a list

    I changed the documentation of the JIRA functions to return a list of project keys and storage paths (HADOOP case).
    
    I also changed the documentation of the mbox function to return a list of storage paths.
    anthonyjlau committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a16ab10 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    42fee34 View commit details
    Browse the repository at this point in the history
  2. fix github checks

    carlosparadis committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    b1e4001 View commit details
    Browse the repository at this point in the history
  3. fixes compiling error

    carlosparadis committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1b1535b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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