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

Enhance logging and add logs for Service methods #246

Closed
wants to merge 15 commits into from

Commits on Jul 5, 2021

  1. initial commit

    thaigillespie committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    deb712a View commit details
    Browse the repository at this point in the history
  2. Add docs for logging (rules, usage, etc.), add @logmethod decorator to

    log methods conveniently, add logging to all endpoints in controller
    files
    thaigillespie committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    29d577b View commit details
    Browse the repository at this point in the history
  3. Modify logging docs

    thaigillespie committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    ccbe500 View commit details
    Browse the repository at this point in the history
  4. Remove all references to LogMethod decorator in controllers because we

    already have logs for endpoints and still can't figure out how to make
    it work for service methods, modify logging docs to reflect the first
    point, add utility log functions in srsc/logging.ts
    thaigillespie committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    705168e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Add function logging to the Service folder, going to do the same for the

    Controller folder after
    thaigillespie committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    78f161c View commit details
    Browse the repository at this point in the history
  2. Run Prettier manually bc it's not working when commit hooks are running

    for some reason
    thaigillespie committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    076b4f6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/HKN-UCSD/hkn-server into …

    …enhance_logging_add_logs
    thaigillespie committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    0e2a010 View commit details
    Browse the repository at this point in the history
  4. Add logging to endpoint handlers in Controllers folder

    thaigillespie committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    1a09162 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Revert TypeORM's configs to the correct ones

    thaigillespie committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    70133c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Remove logging completely from Controllers because endpoints are already

    logged, add comments to add more clarity and add extra checks to logging.ts
    thaigillespie committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    a4e9bf7 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Merge branch 'master' of https://github.com/HKN-UCSD/hkn-server into …

    …enhance_logging_add_logs
    thaigillespie committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    f45ec6e View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflicts and update ORM configs

    thaigillespie committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    9c6ae1b View commit details
    Browse the repository at this point in the history
  3. Remove logging docs bc already written down in another PR

    thaigillespie committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    a5d8f60 View commit details
    Browse the repository at this point in the history
  4. Updated config.yml

    thai-truong committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    97d5377 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

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