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

Lineage pull request for: skeleton #44

Merged
merged 36 commits into from
Jul 13, 2023
Merged

Lineage pull request for: skeleton #44

merged 36 commits into from
Jul 13, 2023

Commits on Mar 24, 2023

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

Commits on Mar 26, 2023

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

Commits on Apr 19, 2023

  1. Use Python 3.11 for the lint job in the build workflow

    This is the latest minor release of Python so it makes sense to use it
    as the default for this job.
    mcdonnnj committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    8d39c8b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Merge pull request #130 from cisagov/improvement/update_python_versio…

    …n_for_lint_job
    
    Use Python 3.11 for the `lint` job in the `build` workflow
    jmorrowomni authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    5f4b768 View commit details
    Browse the repository at this point in the history
  2. Update pre-commit hook versions

    This is done automatically with the `pre-commit autoupdate` command.
    However the `ansible-lint` hook is manually kept back as we have not
    tested functionality to confirm that our roles will generally pass
    with the new version.
    mcdonnnj authored and jmorrowomni committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    db5e7ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9028cf View commit details
    Browse the repository at this point in the history
  4. Bump actions/setup-go from 3 to 4

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and jmorrowomni committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    4c595e6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #127 from cisagov/dependabot/github_actions/action…

    …s/setup-go-4
    
    Bump actions/setup-go from 3 to 4
    jmorrowomni authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    847cd13 View commit details
    Browse the repository at this point in the history
  6. Install/upgrade setuptools and wheel when upgrading pip

    When wheel gets installed alongside other packages, it may not get
    used when those other packages are installed.  When that happens I see
    warnings like this:
      DEPRECATION: ansible-core is being installed using the legacy
      'setup.py install' method, because it does not have a
      'pyproject.toml' and the 'wheel' package is not installed. pip 23.1
      will enforce this behaviour change. A possible replacement is to
      enable the '--use-pep517' option. Discussion can be found at
      pypa/pip#8559
    
    This change should get rid of these warnings.
    
    Nota bene: This is the practice we follow in the Dockerfile in
    cisagov/skeleton-docker, but for some reason we never started using it
    in our workflows.
    jsf9k authored and jmorrowomni committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    9984792 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #126 from cisagov/improvement/install-setuptools-a…

    …nd-wheel-with-pip
    
    Install/upgrade setuptools and wheel when upgrading pip
    jmorrowomni authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    7250368 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    a0bc20b View commit details
    Browse the repository at this point in the history
  2. Add Staticcheck

    jasonodoom committed May 5, 2023
    Configuration menu
    Copy the full SHA
    3628e5f View commit details
    Browse the repository at this point in the history
  3. Fix indentation

    Co-authored-by: Shane Frasier <[email protected]>
    jasonodoom and jsf9k authored May 5, 2023
    Configuration menu
    Copy the full SHA
    668724f View commit details
    Browse the repository at this point in the history
  4. Fix indentation

    Co-authored-by: Shane Frasier <[email protected]>
    jasonodoom and jsf9k authored May 5, 2023
    Configuration menu
    Copy the full SHA
    3d422b8 View commit details
    Browse the repository at this point in the history
  5. Fix indentation

    Co-authored-by: Shane Frasier <[email protected]>
    jasonodoom and jsf9k authored May 5, 2023
    Configuration menu
    Copy the full SHA
    5571f47 View commit details
    Browse the repository at this point in the history
  6. Fix formatting

    Co-authored-by: Shane Frasier <[email protected]>
    jasonodoom and jsf9k authored May 5, 2023
    Configuration menu
    Copy the full SHA
    4fd9501 View commit details
    Browse the repository at this point in the history
  7. Fix formatting

    Co-authored-by: Shane Frasier <[email protected]>
    jasonodoom and jsf9k authored May 5, 2023
    Configuration menu
    Copy the full SHA
    412101a View commit details
    Browse the repository at this point in the history
  8. Fix formatting

    Co-authored-by: Shane Frasier <[email protected]>
    jasonodoom and jsf9k authored May 5, 2023
    Configuration menu
    Copy the full SHA
    a346fb5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c47038b View commit details
    Browse the repository at this point in the history
  10. Fix formatting

    jasonodoom committed May 5, 2023
    Configuration menu
    Copy the full SHA
    eb52678 View commit details
    Browse the repository at this point in the history
  11. Remove extra hook ids

    jasonodoom committed May 5, 2023
    Configuration menu
    Copy the full SHA
    f8179f1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

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

Commits on Jun 7, 2023

  1. Remove the go-lint hook from the pre-commit configuration

    The golang/lint tool was archived on May 9th, 2021 and based on
    golang/go#38968 no future work is planned. Coupled with the fact that
    it is not available from brew we are removing this hook as local
    development may be hindered by trying to satisfy running this hook.
    
    Co-authored-by: Shane Frasier <[email protected]>
    Co-authored-by: dav3r <[email protected]>
    3 people committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    7f372e6 View commit details
    Browse the repository at this point in the history
  2. Update pre-commit hook versions

    This is done automatically with the `pre-commit autoupdate` command.
    mcdonnnj authored and jmorrowomni committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    b823111 View commit details
    Browse the repository at this point in the history
  3. Add apostrophe to Qapla

    jasonodoom authored and jmorrowomni committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    b770fc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24a0008 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f01965a View commit details
    Browse the repository at this point in the history
  6. Fix two broken links

    jsf9k authored and jmorrowomni committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    43d588f View commit details
    Browse the repository at this point in the history
  7. Disable caching for the setup-go Action

    The cache key used relies on the existence of a go.sum file. Since we
    have no expectation for Go source code, including that file, and since
    we already include the Go cache in our job caching, we can safely
    disable caching in the Action.
    mcdonnnj authored and jmorrowomni committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e098255 View commit details
    Browse the repository at this point in the history
  8. Bump Go from 1.19 to 1.20

    Bump the version of Go used in our GitHub Actions configuration to the
    latest stable Go release.
    mcdonnnj authored and jmorrowomni committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    edf1338 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a1c9118 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    42f481c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #133 from cisagov/add-go-hooks

    Add Go hooks
    mcdonnnj authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    bd762fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74fba0a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Merge pull request #186 from cisagov/lineage/skeleton

    Lineage pull request for: skeleton
    jsf9k authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    dfb5fa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    463507a View commit details
    Browse the repository at this point in the history