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

Nx migration, refactor main package as core, publish auxiliary packages instagram & linkedin #92

Merged
merged 45 commits into from
Feb 14, 2021

Commits on Jan 22, 2021

  1. nullish coalescing #89

    mrWh1te committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    1471cf4 View commit details
    Browse the repository at this point in the history
  2. barrel file & readme start

    mrWh1te committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    6541f1c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    b2d8ac8 View commit details
    Browse the repository at this point in the history
  2. start on npm instagram webpack

    - consolidating with main webpack.config.js that creates the main
      botmation package in /dist
    - referring to 'botmation' npm package as 'core'
    mrWh1te committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    907f5d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c06ce2 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. [build] dynamic rebuilding package.json for packages

    - support core & instagram
    mrWh1te committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    ba5f780 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eeceb0 View commit details
    Browse the repository at this point in the history
  3. dynamic readme url

    mrWh1te committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    8293c3f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. working core dist package

    - tested locally, had to upgrade types/puppetter
    mrWh1te committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    cc96250 View commit details
    Browse the repository at this point in the history
  2. progress

    - builds to different dist sub directories
    - core is working in local test
    - instagram isnt building a types file wip
    mrWh1te committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    82f97af View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

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

Commits on Jan 31, 2021

  1. insta dist has core in it, need to externalize it

    - considering moving to monorepo w/ Nx
    mrWh1te committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    44dafec View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Nx migration

    - libs: core (was botmation v3), instagram, linkedin, test
      - core & instagram can be published but need tslib added
      - linkedin punted for publishing
    - nx test core runs all pre-existing tests for environment but requires
      an additional script running `npm run localtestsite`
      - to be integrated with jest in future dev
    mrWh1te committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    b4591f0 View commit details
    Browse the repository at this point in the history
  2. derp

    mrWh1te committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    34ea44e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    967f20c View commit details
    Browse the repository at this point in the history
  4. add missing root files

    mrWh1te committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    feec299 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    c32c148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    791dab3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8689ecc View commit details
    Browse the repository at this point in the history
  4. code smell

    mrWh1te committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    6907d83 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. @botmation/core v0.0.3 using latest Puppeteer v7.x

    - removed @types/puppeteer
    mrWh1te committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    61ebc28 View commit details
    Browse the repository at this point in the history
  2. @botmation/instagram v0.0.2 uses latest @botmation/core

    - tested locally, both working out of the box
    mrWh1te committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    baa38d8 View commit details
    Browse the repository at this point in the history
  3. @botmation/linkedin v0.0.1

    mrWh1te committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    048e2f9 View commit details
    Browse the repository at this point in the history
  4. docs improvements

    mrWh1te committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    026f111 View commit details
    Browse the repository at this point in the history
  5. core project is default project & polish example

    - remove /assets from example build
    mrWh1te committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    e1aa9f1 View commit details
    Browse the repository at this point in the history
  6. notes polish

    mrWh1te committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    6264539 View commit details
    Browse the repository at this point in the history
  7. test lib deleted

    - test/server moved into /assets & localtestsite script updated
    - mocks & localtestsite (selectors + urls) moved into lib core/mocks
      - with new barrel
    - core tests passing
    mrWh1te committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    2dd9fd3 View commit details
    Browse the repository at this point in the history
  8. todo resolved

    - with mocks included in core lib, no more circular dependency so mock
      can be strongly typed without duplicating code
    mrWh1te committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    8ded1c3 View commit details
    Browse the repository at this point in the history
  9. [app] bot-instagram

    mrWh1te committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    91f62d8 View commit details
    Browse the repository at this point in the history
  10. [app] bot-linkedin

    mrWh1te committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    f82a1e0 View commit details
    Browse the repository at this point in the history
  11. [app] bot-pdf

    mrWh1te committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    c9c338b View commit details
    Browse the repository at this point in the history
  12. [app] bot-cluster

    - example of using puppeteer-cluster
       - works with current Puppeteer v7 (at least in this basic test)
    mrWh1te committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    9ba3180 View commit details
    Browse the repository at this point in the history
  13. [app] bot-object-oriented

    mrWh1te committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    2a8c6e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. CI improvement

    - concurrently npm scripts to run tests
    mrWh1te committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    7c25d5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    344ca12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3209d05 View commit details
    Browse the repository at this point in the history
  4. ci tweaks

    mrWh1te committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    c2fcc1b View commit details
    Browse the repository at this point in the history
  5. adjust jest coverage reporters

    - text for CI logs
    - json for code coverage collecting
    mrWh1te committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    2eef7a4 View commit details
    Browse the repository at this point in the history
  6. next minor releases

    - polished readme's
    - polished notes
    mrWh1te committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    fb2b451 View commit details
    Browse the repository at this point in the history
  7. build & codecov only apply to @botmation/core

    - would like to add e2e tests for auxiliary packages
    mrWh1te committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    e66dd2d View commit details
    Browse the repository at this point in the history
  8. readme polish

    mrWh1te committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    149a3f5 View commit details
    Browse the repository at this point in the history
  9. readme polish

    mrWh1te committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    9cbbad5 View commit details
    Browse the repository at this point in the history
  10. semantic versioning v1.0.0 packages

    - @botmation/core, the only peer dependency of an auxiliary botmation
    package is the major version anchor for all @Botmation packages
    mrWh1te committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    2633659 View commit details
    Browse the repository at this point in the history
  11. polish

    mrWh1te committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    1955c69 View commit details
    Browse the repository at this point in the history
  12. polish

    mrWh1te committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    9d87908 View commit details
    Browse the repository at this point in the history