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

feat(size-report): add proper size report check #2638

Merged
merged 46 commits into from Feb 11, 2020
Merged

feat(size-report): add proper size report check #2638

merged 46 commits into from Feb 11, 2020

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    54fe6df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eac7158 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    804ef21 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

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

Commits on Jan 31, 2020

  1. chore(fix): refactor a bit

    some cleanup. a bit more organized this way I believe.
    ddonahue007 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    2feed01 View commit details
    Browse the repository at this point in the history
  2. chore(fix): css size chart

    Only display changed values
    ddonahue007 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    b9a792c View commit details
    Browse the repository at this point in the history
  3. chore(fix): css size chart

    fixed circleci config to call the correct size script
    ddonahue007 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    ced89dd View commit details
    Browse the repository at this point in the history
  4. chore(fix): css size chart

    updated comment in bash script, make it a bit more clear what the script is doing.
    ddonahue007 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    0f02e38 View commit details
    Browse the repository at this point in the history
  5. chore(fix): css size chart

    added cli args to script for flex
    ddonahue007 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    3fc649e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. chore(fix): css size chart

    added some logic for new files
    cleaned up table styles a bit
    ddonahue007 committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    e1baffc View commit details
    Browse the repository at this point in the history
  2. chore(fix): css size chart

    added in logic to handle fonts layouts and top level css files
    ddonahue007 committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    0f2c587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75c1abc View commit details
    Browse the repository at this point in the history
  4. chore(fix): css size chart

        Added passing of args, we should be able to use this for other packages.
    ddonahue007 committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    32dd1da View commit details
    Browse the repository at this point in the history
  5. chore(fix): css size chart

    fix circleci exec call
    ddonahue007 committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    ffef2cc View commit details
    Browse the repository at this point in the history
  6. chore(fix): css size chart

    small change to bash script so that we display usage if we pass in the command arg(will only except run or clean)
    ddonahue007 committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    ad09d69 View commit details
    Browse the repository at this point in the history
  7. chore(fix): css size chart

    fixes to get artifacts loading in circleCI
    ddonahue007 committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    5f19eed View commit details
    Browse the repository at this point in the history
  8. chore(fix): css size chart

    fixes to get artifacts loading in circleCI (fishing...)
    ddonahue007 committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    bc87625 View commit details
    Browse the repository at this point in the history
  9. chore(fix): css size chart

    fixes to get artifacts loading in circleCI (again)
    ddonahue007 committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    681fb33 View commit details
    Browse the repository at this point in the history
  10. chore(fix): css size chart

    fixes to get artifacts loading in circleCI (maybe it's indentation)
    ddonahue007 committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    5b474a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. chore(fix): css size chart

    fixes to get artifacts loading in circleCI (try loading artifacts differently...)
    ddonahue007 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    2983a98 View commit details
    Browse the repository at this point in the history
  2. chore(fix): css size chart

    fixes to get artifacts loading in circleCI (try loading artifacts differently, one more time)
    ddonahue007 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    eb83cb5 View commit details
    Browse the repository at this point in the history
  3. chore(fix): css size chart

    fixes to get artifacts loading in circleCI (try loading artifacts differently)
    ddonahue007 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    54912dd View commit details
    Browse the repository at this point in the history
  4. chore(fix): css size chart

    run test showing all files in report.
    ddonahue007 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    b9733ac View commit details
    Browse the repository at this point in the history
  5. chore(fix): css size chart

    cleaned up html output a bit...
    ddonahue007 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    e34b19a View commit details
    Browse the repository at this point in the history
  6. chore(fix): css size chart

    refactored a bit. We are now sorting...
    ddonahue007 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    d4d2516 View commit details
    Browse the repository at this point in the history
  7. chore(fix): css size chart

    Removed debug 'console.logs'
    ddonahue007 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    e8fed57 View commit details
    Browse the repository at this point in the history
  8. chore(fix): css size chart

    added back logic so we only display if there are changes...
    ddonahue007 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    387b3e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. chore(fix): css size chart

    Moved logic form bash script to JS script.
    fixed percentage logic. we now display colors associated with neg\pos values.
    ddonahue007 committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    1e24182 View commit details
    Browse the repository at this point in the history
  2. chore(fix): css size chart

    Fixed a couple issues todo with exec paths
    ddonahue007 committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    4aea866 View commit details
    Browse the repository at this point in the history
  3. chore(fix): css size chart

    Fixed for circleci config.
    ddonahue007 committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    8cc8484 View commit details
    Browse the repository at this point in the history
  4. chore(fix): css size chart

    Fixed for circleci repo pathing
    ddonahue007 committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    ea19d81 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. chore(fix): css size chart

    debug circleCI comment push
    ddonahue007 committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    28ec576 View commit details
    Browse the repository at this point in the history
  2. chore(fix): css size chart

    additional debug lines
    ddonahue007 committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    3f78153 View commit details
    Browse the repository at this point in the history
  3. chore(fix): css size chart

    additional debug lines(again...)
    ddonahue007 committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    c8a89d6 View commit details
    Browse the repository at this point in the history
  4. chore(fix): css size chart

    removed debug lines
    ddonahue007 committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    fe9cc8a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. chore(fix): css size chart

    removed all styling as it is not needed once posted to PR.
    ddonahue007 committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    33a8e38 View commit details
    Browse the repository at this point in the history
  2. chore(fix): css size chart

    Add some console logging and try-catch to get more info from circleCI...
    ddonahue007 committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    1a587c3 View commit details
    Browse the repository at this point in the history
  3. fix(async): nightmare

    redallen committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    7663194 View commit details
    Browse the repository at this point in the history
  4. chore(fix): css size chart

    fixed location of artifacts...
    ddonahue007 committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    94441eb View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. chore(fix): css size chart

    A few minor fixes, along with code that now updates the comment so we do not have multiple tables through out the PR.
    ddonahue007 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    1f7a32e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4618441 View commit details
    Browse the repository at this point in the history
  3. feat(stupid): duplicate flex

    redallen committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    0da0c40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ffdc6b View commit details
    Browse the repository at this point in the history
  5. fix workflow

    redallen committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    a55f5d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dae297f View commit details
    Browse the repository at this point in the history
  7. remove unused code

    redallen committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    d08e963 View commit details
    Browse the repository at this point in the history