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

Coverage app #56690

Closed
wants to merge 105 commits into from
Closed

Coverage app #56690

wants to merge 105 commits into from

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    cf4bc76 View commit details
    Browse the repository at this point in the history
  2. Upload every thing under coverage/target/kibana-coverage/*

    to get the coverage static site going.
    wayneseymour committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    a938dfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48d122a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Configuration menu
    Copy the full SHA
    ddced0b View commit details
    Browse the repository at this point in the history
  2. Ingest coverage to the same cluster

    we used at the demo in Toronto.
    wayneseymour committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    72dc151 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    961aebf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7616f5 View commit details
    Browse the repository at this point in the history
  5. Tiny refactor.

    wayneseymour committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    6233583 View commit details
    Browse the repository at this point in the history
  6. Fixup comment.

    wayneseymour committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    b7fd1f7 View commit details
    Browse the repository at this point in the history
  7. Fixup paths.

    wayneseymour committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    a2f968a View commit details
    Browse the repository at this point in the history
  8. Add || guard for better understanding of

    errors during coverage ingestion.
    wayneseymour committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    a76f24d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    83a32ea View commit details
    Browse the repository at this point in the history
  10. Export env vars to remove duplication.

    Also, update prefix to reflect what I think
    the static site's url will look like.
    wayneseymour committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    370361f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    2b8ff95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0bde70 View commit details
    Browse the repository at this point in the history
  3. Move the ingestion up one,

    and export the time stamp (utc-ified).
    wayneseymour committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    a47e6ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be285f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ff17f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Add bootstrap step since this error showed

    up in ci:
    Error: Cannot find module 'symbol-observable'
    
    Makes me think the deps have not been installed.
    wayneseymour committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    55cf4ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5183f1c View commit details
    Browse the repository at this point in the history
  3. Refactor the ingestion back into the merge code,

    add escapes where I think they are needed.
    wayneseymour committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    7ed6df5 View commit details
    Browse the repository at this point in the history
  4. Drop coverage ingestion from package.json per code review,

    rename things to make more sense,
    wayneseymour committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    5f34649 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8dffe95 View commit details
    Browse the repository at this point in the history
  6. Re-order, again :(.

    wayneseymour committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    9a67570 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

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

Commits on Jan 21, 2020

  1. Configuration menu
    Copy the full SHA
    18a9743 View commit details
    Browse the repository at this point in the history
  2. Commented out a lot of tests as I've

    not been able to see if my changes are
    useful, as the pipeline never gets there,
    due to test failures.
    wayneseymour committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    04493a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32f8d34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0be319d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e0b952 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    792beeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d9f8b6 View commit details
    Browse the repository at this point in the history
  8. Run just one worker per distro,

    to speed up the turn around time
    for testing the coverage static site upload,
    and the json summary ingestion.
    wayneseymour committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    1eaedee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    404c1b4 View commit details
    Browse the repository at this point in the history
  10. Undo.

    wayneseymour committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    835efee View commit details
    Browse the repository at this point in the history
  11. Add debug statements,

    and use a wildcard to try to
    pick up the files for gcs upload.
    wayneseymour committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    40ffb89 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7d8e35d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Drop time zone arg

    wayneseymour committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    18f666b View commit details
    Browse the repository at this point in the history
  2. More debugging.

    wayneseymour committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    585e63a View commit details
    Browse the repository at this point in the history
  3. Commented a line, that I "think"

    is causing the following issue:
    
    05:00:56.813Z] groovy.lang.MissingPropertyException: No such property: i for class: groovy.lang.Binding
    [2020-01-22T05:00:56.814Z] 	at groovy.lang.Binding.getVariable(Binding.java:63)
    [2020-01-22T05:00:56.814Z] 	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onGetProperty(SandboxInterceptor.java:270)
    [2020-01-22T05:00:56.814Z] 	at org.kohsuke.groovy.sandbox.impl.Checker$6.call(Checker.java:291)
    [2020-01-22T05:00:56.814Z] 	at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:295)
    [2020-01-22T05:00:56.814Z] 	at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:271)
    [2020-01-22T05:00:56.814Z] 	at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:271)
    [2020-01-22T05:00:56.814Z] 	at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:271)
    [2020-01-22T05:00:56.814Z] 	at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:271)
    [2020-01-22T05:00:56.814Z] 	at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:271)
    [2020-01-22T05:00:56.814Z] 	at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:271)
    [2020-01-22T05:00:56.814Z] 	at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:271)
    [2020-01-22T05:00:56.814Z] 	at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.getProperty(SandboxInvoker.java:29)
    [2020-01-22T05:00:56.814Z] 	at com.cloudbees.groovy.cps.impl.PropertyAccessBlock.rawGet(PropertyAccessBlock.java:20)
    [2020-01-22T05:00:56.814Z] 	at WorkflowScript.run(WorkflowScript:79)
    [2020-01-22T05:00:56.814Z] 	at kibanaPipeline.jobRunner(kibanaPipeline.groovy:160)
    wayneseymour committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    a4d462c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9914dd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    711d470 View commit details
    Browse the repository at this point in the history
  6. Temporarily drop the extraction

    of the xpack tests.
    wayneseymour committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    5696fdd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eceb2e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9078a2 View commit details
    Browse the repository at this point in the history
  9. Whoops.

    wayneseymour committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    faf7e0d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96ff357 View commit details
    Browse the repository at this point in the history
  11. Just list the dirs

    wayneseymour committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    5ef16f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Yeah, you guessed it, even more

    debug info.
    wayneseymour committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    5e6db39 View commit details
    Browse the repository at this point in the history
  2. So just list /tmp

    wayneseymour committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    6c9a55b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed43ad7 View commit details
    Browse the repository at this point in the history
  4. Run less tests.

    wayneseymour committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    ce69a8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afca4ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f410739 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7f3e4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    657c470 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    78503ab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bcfb3bd View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Todo: Debug the ingestion in node at:

    src/dev/code_coverage/ingest_coverage/ingest.js:65:1
    wayneseymour committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    e303e7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f459be9 View commit details
    Browse the repository at this point in the history
  3. Less debugging

    wayneseymour committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    047de64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1022a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85dbe64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8a9406 View commit details
    Browse the repository at this point in the history
  7. Before meeting.

    wayneseymour committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    f69e5a5 View commit details
    Browse the repository at this point in the history
  8. Enable print all commands before exec.

    Fix copy cmd, thanks Dima and boss :)
    wayneseymour committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    a80d145 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ff8b6b View commit details
    Browse the repository at this point in the history
  10. Drop the plus x.

    wayneseymour committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    0112cc0 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. Skip more tests.

    wayneseymour committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    3e252e8 View commit details
    Browse the repository at this point in the history
  2. More debug

    wayneseymour committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    2a94081 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e24942 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89f8abe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f40e249 View commit details
    Browse the repository at this point in the history
  6. Merge from retry branch.

    wayneseymour committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    cef0aa0 View commit details
    Browse the repository at this point in the history
  7. Remove debugging.

    wayneseymour committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    9b12b9d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a9fb5a View commit details
    Browse the repository at this point in the history
  9. Update out msg.

    wayneseymour committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    8b225ec View commit details
    Browse the repository at this point in the history
  10. Drop the set -e.

    wayneseymour committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    50f11a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. A little less noise.

    wayneseymour committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    a4a89e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    075287a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f473812 View commit details
    Browse the repository at this point in the history
  4. Drop some debugging

    wayneseymour committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    07906bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4df392 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    3932da0 View commit details
    Browse the repository at this point in the history
  2. Drop dup,

    and merge script for jest and functional
    wayneseymour committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    89a9348 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dfb783 View commit details
    Browse the repository at this point in the history
  4. Updated example and ci script for ingestion...

    add the new es host url.
    wayneseymour committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    1dceaae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3412e5c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Pass in the build number

    wayneseymour committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    d74b130 View commit details
    Browse the repository at this point in the history
  2. Drop unneeded code.

    wayneseymour committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    370b15e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45b3284 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Init commit

    wayneseymour committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    99287d6 View commit details
    Browse the repository at this point in the history
  2. 2nd commit lol

    wayneseymour committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    07cd57c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    5563905 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce76560 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0c8516 View commit details
    Browse the repository at this point in the history
  4. Render basic app

    wayneseymour committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    08ee3b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    08a5453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87c56ed View commit details
    Browse the repository at this point in the history
  3. A little more structure, but

    eslint is complaining
    wayneseymour committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    1dab9d6 View commit details
    Browse the repository at this point in the history
  4. A tad more structure...working on

    adding the body of the three things:
    1. Build stats info
    2. Current CI run info
    3. Historical ci run info
    wayneseymour committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    be828a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Configuration menu
    Copy the full SHA
    df01514 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d53f25b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dede04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2336dc4 View commit details
    Browse the repository at this point in the history