Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: atc0005/go-teams-notify Loading
base: v2.7.1
Choose a base ref
...
head repository: atc0005/go-teams-notify Loading
compare: v2.8.0
Choose a head ref
  • 20 commits
  • 23 files changed
  • 3 contributors

Commits on Jun 9, 2023

  1. Update vuln analysis GHAW to remove on.push hook

    This hook was previously needed for proper operation of the
    `Vulnerability / CodeQL` job so that it could compare before/after
    changes against the base branch.
    
    This requirement was removed as part of recent work in the
    github/codeql-action project.
    
    I'm keeping the event type check for jobs already using it for the
    time being.
    
    refs atc0005/todo#60
    atc0005 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    55d54b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #225 from atc0005/remove-push-event-hook-from-vuln…

    …-anaylsis-workflow
    
    Update vuln analysis GHAW to remove on.push hook
    atc0005 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    79c1bfa View commit details
    Browse the repository at this point in the history
  3. Add quick Makefile recipe (alias)

    Add this alias to match other projects that I maintain (match
    shared CI task expectations).
    atc0005 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b5d9690 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #226 from atc0005/add-quick-makefile-recipe

    Add `quick` Makefile recipe (alias)
    atc0005 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    31075c9 View commit details
    Browse the repository at this point in the history
  5. go.mod: bump github.com/stretchr/testify from 1.8.2 to 1.8.4

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.4.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.2...v1.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    954372d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #222 from atc0005/dependabot/go_modules/master/git…

    …hub.com/stretchr/testify-1.8.4
    
    go.mod: bump github.com/stretchr/testify from 1.8.2 to 1.8.4
    atc0005 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b820005 View commit details
    Browse the repository at this point in the history
  7. Add initial Adaptive Card Table support

    OVERVIEW
    
    Add early implementation of Adaptive Card Table support.
    
    CHANGES
    
    - Expand base/shared Element type with fields specific to the
      Table type
    - Refresh documentation for Column type to note that it serves a
      dual role
      - member of a ColumnSet
      - member of a Table (TableColumnDefinition)
    - Add new types specific to tables
    - Examples
      - add example of manually creating a table
      - add example of creating a table with headers
      - add example of creating a table of unordered "grid" values
    - README
      - Add references to new examples
      - Add Table element documentation reference
    
    LIMITATIONS
    
    Support for Adaptive Card Table elements is new. There are likely
    sharp edges and missing support. Feedback is welcome.
    
    REFERENCES
    
    - refs GH-205
    - https://adaptivecards.io/explorer/Table.html
    atc0005 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    800fc1f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #220 from atc0005/i205-add-adaptivecard-table-support

    Add initial Adaptive Card Table support
    atc0005 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    8579ae0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e819129 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #227 from atc0005/update-changelog-for-v2.8.0-release

    Update CHANGELOG for v2.8.0 release
    atc0005 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    5f66b72 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Restore local CodeQL workflow

    Remove reliance on non-functional importable CodeQL configuration and
    add explicit project-specific configuration in its place.
    
    This CodeQL configuration uses major version dependency references vs
    explicit tags.
    
    refs atc0005/todo#62
    atc0005 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    3a7d9ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #229 from atc0005/enable-codeql-advanced-scanning

    Restore local CodeQL workflow
    atc0005 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    8e9682a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Disable unsupported build opts in monthly workflow

    - explicitly disable building packages
    - explicitly disable generating release builds using podman
    - configure workflow_displatch event to permit on-demand workflow runs
      for future troubleshooting purposes
    atc0005 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    7799dab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #230 from atc0005/update-scheduled-monthly-workflo…

    …w-to-disable-unsupported-builds
    
    Disable unsupported build opts in monthly workflow
    atc0005 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    8ae3061 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Add initial automated release notes config

    This is one of the steps towards automating release builds for this
    project.
    
    refs atc0005/todo#65
    atc0005 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a7c2379 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #232 from atc0005/add-initial-automated-release-no…

    …tes-config
    
    Add initial automated release notes config
    atc0005 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    fbabfce View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Add initial automated release build workflow

    Provide workflow used to automate the creation of GitHub releases upon
    pushing a tag. The "upstream" workflow imported by this one applies
    conditional logic (based on tag name) to determine whether a stable or
    pre-release GitHub release is created.
    
    By default, release assets are generated and provided by the release.
    Library projects explicitly forgo the explicit generation of release
    assets.
    
    refs atc0005/todo#33
    refs atc0005/todo#45
    refs atc0005/todo#65
    refs atc0005/shared-project-resources#141
    atc0005 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d21a268 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #233 from atc0005/add-initial-release-build-workflow

    Add initial automated release build workflow
    atc0005 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d9436f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    990ff13 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #234 from atc0005/update-changelog-for-v2.8.0-release

    Update CHANGELOG for v2.8.0 release
    atc0005 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    935abb0 View commit details
    Browse the repository at this point in the history
Loading