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

Upstream pull #2

Merged
merged 86 commits into from
Sep 24, 2020
Merged

Upstream pull #2

merged 86 commits into from
Sep 24, 2020

Commits on Feb 22, 2020

  1. fix for issue #123

    nuggreat committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    6333ae5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. add parameter descriptions

    I added informative descriptions to some functions.
    I tried to keep it short and sweet.
    beeryt committed May 27, 2020
    Configuration menu
    Copy the full SHA
    7f0406c View commit details
    Browse the repository at this point in the history
  2. improve readability

    While debugging issue #125 I made some minor changes to improve
    readability.
    beeryt committed May 27, 2020
    Configuration menu
    Copy the full SHA
    1509d99 View commit details
    Browse the repository at this point in the history
  3. fix for #125 rounding error in time_formatting

    Make sure to ROUND a timeList element before padding it for formatting.
    beeryt committed May 27, 2020
    Configuration menu
    Copy the full SHA
    22d4484 View commit details
    Browse the repository at this point in the history
  4. fix issue with negative results

    1509d99 introduced a bug where negative results displayed like "0T- 1s".
    This fixes that and adds a new optional parameter, showPlus, to allow
    users to optionally display "+" on positive formats like "+1s" instead
    of " 1s".
    beeryt committed May 27, 2020
    Configuration menu
    Copy the full SHA
    d864efd View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    18ab90a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    781b97d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d60e01b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2e4bc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57e0e48 View commit details
    Browse the repository at this point in the history
  6. improve readability

    beeryt committed May 28, 2020
    Configuration menu
    Copy the full SHA
    41878bd View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Configuration menu
    Copy the full SHA
    c72fd3c View commit details
    Browse the repository at this point in the history
  2. Revert "fix rounding in time_converter function"

    This reverts commit d60e01b.
    beeryt committed May 29, 2020
    Configuration menu
    Copy the full SHA
    13509b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fb417a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    471b29e View commit details
    Browse the repository at this point in the history
  5. enforce rounding limit in time_string

    Co-authored-by: nuggreat <nuggreat@gmail.com>
    beeryt and nuggreat authored May 29, 2020
    Configuration menu
    Copy the full SHA
    0f55a70 View commit details
    Browse the repository at this point in the history
  6. replace missing description

    This replaces a string which was asccidentally removed in 471b29e
    beeryt committed May 29, 2020
    Configuration menu
    Copy the full SHA
    ff2e497 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. fixed some broken links

    nuggreat committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    409d594 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Configuration menu
    Copy the full SHA
    18e0da8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cba15ea View commit details
    Browse the repository at this point in the history
  3. updated summary.md

    nuggreat committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    384bb0d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. Update SUMMARY.md

    Co-authored-by: Mihir Gadgil <16473290+scimas@users.noreply.github.com>
    nuggreat and scimas authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    0c9a867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a21f6a View commit details
    Browse the repository at this point in the history
  3. switching tabs to spaces

    nuggreat committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    35c39d3 View commit details
    Browse the repository at this point in the history
  4. summary fix

    nuggreat committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    fcbcaa1 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    7e56417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53f7104 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    039f104 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b05d403 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3187242 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acb270b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38798c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Configuration menu
    Copy the full SHA
    7d62bad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    763046f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee24b75 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. fixed unset commands

    nuggreat committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    0f45c3a View commit details
    Browse the repository at this point in the history
  2. formatting fix

    nuggreat committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    4dd0dcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1f6c61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53effb0 View commit details
    Browse the repository at this point in the history
  5. Update library/lib_exec.ks

    Co-authored-by: Mihir Gadgil <16473290+scimas@users.noreply.github.com>
    nuggreat and scimas authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    9c764c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    37facdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe9fc4b View commit details
    Browse the repository at this point in the history
  3. Update doc/lib_exec.md

    Co-authored-by: Mihir Gadgil <16473290+scimas@users.noreply.github.com>
    nuggreat and scimas authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    231f4eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1081057 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

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

Commits on Sep 3, 2020

  1. bug fixes after refactor

    nuggreat committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    914192a View commit details
    Browse the repository at this point in the history
  2. added documentation

    nuggreat committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    aeace3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7e9dee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe624f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Update doc/lib_input_terminal.md

    Co-authored-by: Mihir Gadgil <16473290+scimas@users.noreply.github.com>
    nuggreat and scimas authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    e4764a3 View commit details
    Browse the repository at this point in the history
  2. Update doc/lib_input_terminal.md

    Co-authored-by: Mihir Gadgil <16473290+scimas@users.noreply.github.com>
    nuggreat and scimas authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    7cc1bfc View commit details
    Browse the repository at this point in the history
  3. Update doc/lib_input_terminal.md

    Co-authored-by: Mihir Gadgil <16473290+scimas@users.noreply.github.com>
    nuggreat and scimas authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    923309d View commit details
    Browse the repository at this point in the history
  4. Update doc/lib_input_terminal.md

    Co-authored-by: Mihir Gadgil <16473290+scimas@users.noreply.github.com>
    nuggreat and scimas authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    6ffa583 View commit details
    Browse the repository at this point in the history
  5. Update doc/lib_input_terminal.md

    Co-authored-by: Mihir Gadgil <16473290+scimas@users.noreply.github.com>
    nuggreat and scimas authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    717b4e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a1eace View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f694478 View commit details
    Browse the repository at this point in the history
  8. Update SUMMARY.md

    Co-authored-by: Mihir Gadgil <16473290+scimas@users.noreply.github.com>
    nuggreat and scimas authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    98ad8f1 View commit details
    Browse the repository at this point in the history
  9. Update doc/lib_input_terminal.md

    Co-authored-by: Mihir Gadgil <16473290+scimas@users.noreply.github.com>
    nuggreat and scimas authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    eae0346 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    803ee32 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Configuration menu
    Copy the full SHA
    8b72a07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db6782b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95f4e67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a07daa5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29054ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    748805d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    925b937 View commit details
    Browse the repository at this point in the history
  2. change data structure

    nuggreat committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    268ffef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2927d92 View commit details
    Browse the repository at this point in the history
  4. added lib to summary

    nuggreat committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    d9dc3a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59e9f33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b960382 View commit details
    Browse the repository at this point in the history
  7. doc formatting fix

    nuggreat committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    5c68f73 View commit details
    Browse the repository at this point in the history
  8. added default for rockets

    nuggreat committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    df0b2cb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03181e3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bf47e61 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7385878 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Update library/lib_location_constants.ks

    Co-authored-by: charlesstaats <charlesstaats@users.noreply.github.com>
    nuggreat and charlesstaats authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    fcba386 View commit details
    Browse the repository at this point in the history
  2. updated example

    nuggreat committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    1ae1abd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51f8b83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa8eec3 View commit details
    Browse the repository at this point in the history
  5. Add JNSQ locations

    scimas committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    0d427d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39bbee7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Incorporate suggested changes

    scimas committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    b32b479 View commit details
    Browse the repository at this point in the history
  2. Few corrections to the docs

    scimas committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    4cf2f9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9653740 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

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