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: slackapi/python-slack-hooks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.0.dev0
Choose a base ref
...
head repository: slackapi/python-slack-hooks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.0.dev2
Choose a head ref
  • 5 commits
  • 15 files changed
  • 4 contributors

Commits on Jan 4, 2024

  1. [feat] implement check update hook (#8)

    * Create check_update.py
    
    * Add tests
    
    * add payload extraction
    
    * Got the basic code working
    
    * getting better
    
    * Add unit test
    
    * Add unit tests
    
    * Improve type hinting
    
    * Improve script and tests
    
    * Make it work with python 3.6
    
    * Improved hook
    
    * Update managed_os_env_vars.py
    
    * fix linting issues
    
    * Update slack_cli_hooks/hooks/check_update.py
    
    Co-authored-by: Kazuhiro Sera <seratch@gmail.com>
    
    * Update slack_cli_hooks/error/__init__.py
    
    Co-authored-by: Kazuhiro Sera <seratch@gmail.com>
    
    * Fix test
    
    ---------
    
    Co-authored-by: Kazuhiro Sera <seratch@gmail.com>
    WilliamBergamin and seratch authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    efed2b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. feat: update README (#9)

    misscoded authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a85d12e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. bug: fix deprecation warnings by bumping python minimum version (#10)

    * Bump min python version to 3.9
    
    * Update _utils.sh
    
    * removed typed dict
    
    * Update check_update.py
    
    * test for pypy support
    WilliamBergamin authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    380ee8e View commit details
    Browse the repository at this point in the history
  2. Remove pytest runner (#11)

    Setup scripts can use pytest-runner to add setup.py test support for pytest runner.
    WilliamBergamin authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ce27ee8 View commit details
    Browse the repository at this point in the history
  3. versions 0.0.0.dev2

    WilliamBergamin committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    2e7f092 View commit details
    Browse the repository at this point in the history
Loading