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

V4 new #814

Merged
merged 43 commits into from
Jul 19, 2023
Merged

V4 new #814

merged 43 commits into from
Jul 19, 2023

Commits on Sep 7, 2020

  1. Migrate from go-ps to gopsutil for better process detection (#597)

    * Migrate from go-ps to gopsutil for better process detection
    
    * Remove debugging code
    aelsabbahy committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    85ce2c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Mount (#601)

    * Add stale.yml config
    
    * Change stale.yml label
    
    * Add VfsOpts to mount
    
    * Use mountinfo filter
    aelsabbahy committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    6c123f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. Merge master into v4

    aelsabbahy committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    bb9c5a6 View commit details
    Browse the repository at this point in the history
  2. Fix build failures

    aelsabbahy committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    3f8f586 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    142c562 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e787e01 View commit details
    Browse the repository at this point in the history
  5. Try different osx image

    aelsabbahy committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    28634ee View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. Rename binaries to strip '-alpha' (#671)

    * Rename binaries to strip '-alpha'
    
    As discussed in #663 (comment); strip the -alpha naming, keep the messaging, keep the --use-alpha flag and env-var.
    
    This allows people to remove edge-cases from their installation, yet retains the clearly-set expectations of support being community-driven.
    
    Fixes #651.
    
    * set expectations for future-us re: macOS+Windows vs linux
    
    * fix doc
    Peter Mounce committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    1929d66 View commit details
    Browse the repository at this point in the history
  2. F openrc runlevels (#668)

    * service: Add support for OpenRC runlevels
    
    * Omit empty runlevel
    
    * Update documentation
    
    * Update integration tests
    
    * Use consistent pattern for configu default values
    
    - Remove struct tag `default` value reflection
    
    * Make runLevels a testable attribute
    
    * empty commit to try to trigger travis
    
    * Update trusty to reflect precise changes
    
    Co-authored-by: Berney <[email protected]>
    aelsabbahy and berney committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    bb7cb47 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. POC/DRAFT: Add transforms (#576)

    * Add transforms
    
    * wip add transforms work
    
    * Add some examples to make sense of this
    
    * Handle floats/ints better
    
    * Convert validatecontails to gomega
    
    * wip
    
    * Add gjson and contain-substring
    
    * wip
    
    * Subclass all matchers adding String()
    
    * I don't evne know what this is.. should have checked it in back when I wrote it
    
    * Migrate GomegaMatcher -> GossMatcher
    
    * lots of changes + drop json-iterator
    
    * Move output related logic to outputs
    
    * Add include_raw flag
    
    * Add bench output format
    
    * Update have_patterns to check input. Add stubs to make Not matcher act as omegaMatcher
    
    * SetEscapeHTML(false) for semver constraint
    
    * Ensure have-Key_with_value works
    
    * remove have-key-with-value
    
    * Fix error compact output. Add oMegaMatcher stubs. Ensure matcher vs m consistent
    
    * Cleanup matchers
    
    * Cleanup TestResult struct and remove need for dyno
    
    * Update all deps
    
    * Update tranformer tests and add summary line to bench output format
    
    * Update readme
    
    * Conditionally print missing and empty values. Sanitize found and expected values for consistency
    
    * Check value is valid before checking IsNil()
    
    * Initial docs change
    
    * WIP fix for pretty print
    
    * Swap order on video vs blog for dgoss docs
    
    * Updated all tests except for semver
    
    * Fix all unit tests
    
    * Fix detection of when matcher is set
    
    * Update documentation
    
    * Update docs/manual.md
    
    Co-authored-by: Peter Mounce <[email protected]>
    
    * Update docs/manual.md
    
    Co-authored-by: Peter Mounce <[email protected]>
    
    * gjson: Validate json before doing gets
    
    * Make errors more clear
    
    * Remove unused field
    
    * Bump go version
    
    * Update doc
    
    * Fix regression with gomega errors
    
    * Fix #262 no need to add file size by default
    
    * Fix output formats
    
    * Use proper quoting for windows test
    
    * Add error checking for gjson path not found
    
    Co-authored-by: Peter Mounce <[email protected]>
    aelsabbahy and petemounce committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    427348a View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

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

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    6bf1c78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be04f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfb1186 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12cef65 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

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

Commits on Sep 24, 2022

  1. Enhance all resources to support key override

    closes #518, closes #742
    aelsabbahy committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    bf22f82 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Sort output in documentation format

    closes #416
    aelsabbahy committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    61922e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

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

Commits on Feb 18, 2023

  1. Track start and end times per-test

    This also changes the way total time is calculated
    in the output summary.
    
    total time = endTime of last test - start time of first test
    aelsabbahy committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    db012e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04eea68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a8c9e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

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

Commits on Apr 18, 2023

  1. more tests

    aelsabbahy committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    aa990cf View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Increase test coverage

    aelsabbahy committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    5baad14 View commit details
    Browse the repository at this point in the history
  2. Fixed numeric eq bug

    aelsabbahy committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    a83de2b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

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

Commits on Jun 15, 2023

  1. Update dependencies

    aelsabbahy committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    46f455a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

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

Commits on Jun 24, 2023

  1. Fix some merge conflicts

    aelsabbahy committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    4639175 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Configuration menu
    Copy the full SHA
    5815f53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28c1e53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b50a296 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e7b3db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef7c933 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8c9c93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a48c91 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

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

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    a77d2bb View commit details
    Browse the repository at this point in the history
  2. Changed: go-funk -> lo

    aelsabbahy committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    a41dac2 View commit details
    Browse the repository at this point in the history
  3. Changed: temp fix to deal with httpbin.org slowness.

    Need to move to offline testing to avoid flakiness
    aelsabbahy committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d178d97 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

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