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

V3 beta #64

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

V3 beta #64

wants to merge 97 commits into from

Commits on Mar 6, 2022

  1. Configuration menu
    Copy the full SHA
    8ea80d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ae038b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ac8130 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5047993 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33d398d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94302b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94b12fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    debcc55 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    59544ac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    516e819 View commit details
    Browse the repository at this point in the history
  11. fix index.test.js

    devinrhode2 committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    b575fab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a6a3c22 View commit details
    Browse the repository at this point in the history
  13. rename t.equals->t.equal

    devinrhode2 committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    82ea147 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4410574 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    9faf14f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e5f2d View commit details
    Browse the repository at this point in the history
  3. prettier format:all

    devinrhode2 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    8d74733 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f1457b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90a5af4 View commit details
    Browse the repository at this point in the history
  6. update node+npm

    devinrhode2 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    dcda8ad View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. add typescript@next

    EDIT use node16-strictest instead of strictest
    
    +fix npm peerDep err/downgrade TS
    
    downgrade TS to 4.6.3
    Full error below:
    npm ERR! code ERESOLVE
    npm ERR! ERESOLVE could not resolve
    npm ERR!
    npm ERR! While resolving: tap@15.0.9
    npm ERR! Found: typescript@4.7.0-dev.20220405
    npm ERR! node_modules/typescript
    npm ERR!   dev typescript@"^4.7.0-dev.20220405" from the root project
    npm ERR!
    npm ERR! Could not resolve dependency:
    npm ERR! peerOptional typescript@">=3.7.2" from tap@15.0.9
    npm ERR! node_modules/tap
    npm ERR!   dev tap@"^15.0.9" from the root project
    npm ERR!
    npm ERR! Conflicting peer dependency: typescript@4.6.3
    npm ERR! node_modules/typescript
    npm ERR!   peerOptional typescript@">=3.7.2" from tap@15.0.9
    npm ERR!   node_modules/tap
    npm ERR!     dev tap@"^15.0.9" from the root project
    npm ERR!
    npm ERR! Fix the upstream dependency conflict, or retry
    npm ERR! this command with --force, or --legacy-peer-deps
    npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
    npm ERR!
    npm ERR! See /Users/devinrhode2/.npm/eresolve-report.txt for a full report.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /Users/devinrhode2/.npm/_logs/2022-04-05T20_58_41_431Z-debug-0.log
    devinrhode2 committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    31eb271 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9292fa7 View commit details
    Browse the repository at this point in the history
  3. npx typesync+install

    devinrhode2 committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    cf062de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8f7c44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec02fad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bcd766 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    946bfaa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e6c20a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

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

Commits on Apr 10, 2022

  1. Configuration menu
    Copy the full SHA
    063a758 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70ce103 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b70a1a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c37989 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. convert appinsights-client from class to create fn

    rename logItems -> streamInput
    
    we can use the name `logItems` after some validation inside of `insert` function
    devinrhode2 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    812ed09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71ab447 View commit details
    Browse the repository at this point in the history
  3. lots of types, few edge case throws. Relatively safe.

    rename entity->item
    
    SQ `lots of type etc`
    devinrhode2 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    d6d3588 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6366fa5 View commit details
    Browse the repository at this point in the history
  5. debug logs

    devinrhode2 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    b0c9589 View commit details
    Browse the repository at this point in the history
  6. redo getLogException

    devinrhode2 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    38445da View commit details
    Browse the repository at this point in the history
  7. bump version to v3.0.0-dev

    +apply bumped version in lockfile..!
    devinrhode2 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    ed4f12b View commit details
    Browse the repository at this point in the history
  8. update tap/cleanup npm install warnings... tests should probably be c…

    …ompletely re-written to account for new v3 changes
    
    +lagging tap/uuid lockfile update
    devinrhode2 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    3b78b86 View commit details
    Browse the repository at this point in the history
  9. basic .d.ts generation options

    +configure ts outDir to `dist`
    +apparently working `generate-type-defs` npm script
    devinrhode2 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    c69f371 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a6fa460 View commit details
    Browse the repository at this point in the history
  11. BREAKING: rename main export+logger should return Client

     - createAppInsightsWriteStream->
    createFastJsonParsingAppInsightsWriteStream
     - `logger` should return require('applicationinsights').defaultClient
        (or another suitable TelemetryClient)
    
    Internally:
     - setupAppInsights->getActiveAppInsightsClient
       (Expects a TelemetryClient to be returned)
    devinrhode2 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    2b24c5e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ea7d18c View commit details
    Browse the repository at this point in the history
  13. fix few type errors

    devinrhode2 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    76341e9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4f14a32 View commit details
    Browse the repository at this point in the history
  15. .d.ts type defs

    devinrhode2 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    0ca129b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    710ed01 View commit details
    Browse the repository at this point in the history
  2. add prepublish npm script

    makes `yalc publish` work as intended
    devinrhode2 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    a63a237 View commit details
    Browse the repository at this point in the history
  3. tweak NextLoggerNames

    devinrhode2 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    5b440d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    813bdeb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70a5b4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    706339a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d9b579a View commit details
    Browse the repository at this point in the history
  8. rename getLogProperties

    devinrhode2 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    2e1105d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Configuration menu
    Copy the full SHA
    2533e43 View commit details
    Browse the repository at this point in the history
  2. sort severity levels

    devinrhode2 committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    f72459a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8d84f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8820c9 View commit details
    Browse the repository at this point in the history
  5. remove item.level (pino) from AI telemetry.properties (telemetry.seve…

    …rity is translation of item.level)
    devinrhode2 committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    599df11 View commit details
    Browse the repository at this point in the history
  6. remove NextLoggerNames

    no connection to next logger anymore
    devinrhode2 committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    d92e468 View commit details
    Browse the repository at this point in the history
  7. update item.err type

    devinrhode2 committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    75e549a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f175d4e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f7cff72 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6ce0a20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    889963b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    48fffc4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8e6c175 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    20c8ad3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7465aeb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c8a807c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d5c1345 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d9dd688 View commit details
    Browse the repository at this point in the history
  19. improve getLogMessage

    devinrhode2 committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    14575ad View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    75443ed View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    129da9c View commit details
    Browse the repository at this point in the history
  22. fix few type errors

    devinrhode2 committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    3d4aa51 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f8e314f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9cd6014 View commit details
    Browse the repository at this point in the history
  25. fix type-check npm script

    devinrhode2 committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    4fb7aae View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e436d7c View commit details
    Browse the repository at this point in the history
  27. fix last type error

    devinrhode2 committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    acabc37 View commit details
    Browse the repository at this point in the history
  28. update .d.ts type defs

    devinrhode2 committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    91cac4c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1615015 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. avoid sending err

    devinrhode2 committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    4f9d56b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    86b720e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    489adb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42d5005 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8235150 View commit details
    Browse the repository at this point in the history
  5. patch update type defs

    not sure exactly what changed but w/e
    devinrhode2 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    2b2f6ac View commit details
    Browse the repository at this point in the history
  6. add resolved+integrity meta data.... I think that's all this is doing…

    ….. didn't check every single line..
    devinrhode2 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    37aed38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf4a1d4 View commit details
    Browse the repository at this point in the history
  8. remove yarn.lock

    devinrhode2 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    0c4770f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0f928ff View commit details
    Browse the repository at this point in the history
  10. ensure final stream is valid pino DestinationStream ..BUT..

    continue to use `pumpify` return type, which is most accurate
    devinrhode2 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    e89f3ac View commit details
    Browse the repository at this point in the history
  11. classify @types/pumpfiy as regualar dependency

    not a devDependency
    
    something seemed fishy when setting
    skipLibCheck: false in consuming project
    was getting an error that @types/pumpify should be installed
    devinrhode2 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    6606ba9 View commit details
    Browse the repository at this point in the history