-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: slackapi/python-slack-hooks
base: 2e7f092
head repository: slackapi/python-slack-hooks
compare: 2d7cc13
- 20 commits
- 28 files changed
- 4 contributors
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6acde4b - Browse repository at this point
Copy the full SHA 6acde4bView commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 580cd1c - Browse repository at this point
Copy the full SHA 580cd1cView commit details
Commits on Feb 5, 2024
-
feat: create dependabot.yml (#15)
* feat: create dependabot.yml * add github action ecosystem
Configuration menu - View commit details
-
Copy full SHA for 4056d0c - Browse repository at this point
Copy the full SHA 4056d0cView commit details -
build(deps): update pytest-cov requirement from <4,>=3 to >=3,<5 (#21)
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v3.0.0...v4.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 559d2d4 - Browse repository at this point
Copy the full SHA 559d2d4View commit details -
build(deps): update pytest requirement from <7,>=6.2.5 to >=6.2.5,<9 (#…
…19) Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@6.2.5...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dcd53a2 - Browse repository at this point
Copy the full SHA dcd53a2View commit details -
build(deps): bump actions/setup-python from 4 to 5 (#16)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4e74362 - Browse repository at this point
Copy the full SHA 4e74362View commit details -
build(deps): bump pytype from 2023.11.29 to 2024.1.24 (#17)
Bumps [pytype](https://github.com/google/pytype) from 2023.11.29 to 2024.1.24. - [Changelog](https://github.com/google/pytype/blob/main/CHANGELOG) - [Commits](google/pytype@2023.11.29...2024.01.24) --- updated-dependencies: - dependency-name: pytype dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f98077 - Browse repository at this point
Copy the full SHA 4f98077View commit details -
build(deps): bump actions/stale from 8 to 9 (#18)
Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v8...v9) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Bergamin <wbergamin@salesforce.com>
Configuration menu - View commit details
-
Copy full SHA for 20f9c29 - Browse repository at this point
Copy the full SHA 20f9c29View commit details -
build(deps): update flake8 requirement from <7,>=5.0.4 to >=5.0.4,<8 (#…
…20) Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](PyCQA/flake8@5.0.4...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Bergamin <wbergamin@salesforce.com>
Configuration menu - View commit details
-
Copy full SHA for 951e0ad - Browse repository at this point
Copy the full SHA 951e0adView commit details -
feat: add code coverage reporting (#22)
* Add code coverage * update dependency * Update codecov.yml * Update codecov.yml
Configuration menu - View commit details
-
Copy full SHA for 0015999 - Browse repository at this point
Copy the full SHA 0015999View commit details
Commits on Feb 21, 2024
-
feat: include the target runtime in the get-hooks response (#26)
* feat: include the target runtime in get-hooks * style: include spacing before the assert
Configuration menu - View commit details
-
Copy full SHA for 6fc9b5c - Browse repository at this point
Copy the full SHA 6fc9b5cView commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dafdc58 - Browse repository at this point
Copy the full SHA dafdc58View commit details -
Configuration menu - View commit details
-
Copy full SHA for d399102 - Browse repository at this point
Copy the full SHA d399102View commit details
Commits on Feb 23, 2024
-
Remove env var management (#27)
Environment variable management is now handled by the CLI it does not need to be handled by the hooks as well
Configuration menu - View commit details
-
Copy full SHA for 0a380ec - Browse repository at this point
Copy the full SHA 0a380ecView commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 58bf832 - Browse repository at this point
Copy the full SHA 58bf832View commit details
Commits on Mar 27, 2024
-
feat: return runtime versions used by the application with a doctor h…
…ook (#35) Co-authored-by: William Bergamin <wbergamin@salesforce.com>
Configuration menu - View commit details
-
Copy full SHA for a050a47 - Browse repository at this point
Copy the full SHA a050a47View commit details
Commits on Apr 3, 2024
-
* Automate release * Update maintainers_guide.md * Improve wording
Configuration menu - View commit details
-
Copy full SHA for d9e93af - Browse repository at this point
Copy the full SHA d9e93afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f171fb - Browse repository at this point
Copy the full SHA 0f171fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 616a697 - Browse repository at this point
Copy the full SHA 616a697View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d7cc13 - Browse repository at this point
Copy the full SHA 2d7cc13View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2e7f092...2d7cc13