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: bee-san/pyWhat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.0
Choose a base ref
...
head repository: bee-san/pyWhat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.2.0
Choose a head ref
  • 13 commits
  • 14 files changed
  • 6 contributors

Commits on Oct 5, 2021

  1. 4.1.0 release

    bee-san committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    b4d454e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Added / fixed tests and regex (#175)

    * Regex Tests: Added Hawk API test and Fixed Discord WebHook Regex
    
    * Added tests and regex for Visual Studio Token and NPM Token, Fixed Bitly regex and added test for it, fixed test function and used it
    
    * Changed NPM name
    
    Refactored `_assert_match_in_items`
    
    Co-authored-by: Bee <github@skerritt.blog>
    
    * Fixed _assert_match_in_items
    
    Co-authored-by: Bee <github@skerritt.blog>
    mostafamohamed8881 and bee-san authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    9394f5b View commit details
    Browse the repository at this point in the history
  2. Fixed AWS SNS and Google Calendar regexes and added tests for them (#176

    )
    
    Co-authored-by: Bee <github@skerritt.blog>
    alb and bee-san authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    9eec4e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    524b6fe View commit details
    Browse the repository at this point in the history
  2. Revert "Fix nox tests (#172)" (#180)

    This reverts commit 524b6fe.
    bee-san authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    4a6e3b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    b83558a View commit details
    Browse the repository at this point in the history
  2. Add regex and tests for PEM formatted private key (#179)

    The regex will match private key generated by ssh-keygen and those
    defined by OpenSSL header file. The regex, however, doesn't validate if
    the string within BEGIN and END label is "correct" Base64 encoded. As it
    can be validated be direct checking with the public key
    
    Resolves: #174
    alfredtso authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    005516a View commit details
    Browse the repository at this point in the history
  3. Fix Python 3.8 and Python 3.9 CI checks (#182)

    * Fix Python 3.8 and Python 3.9 CI checks
    
    This fixes and simplifies the nox file and fixes the Python 3.8 and Python 3.9 CI checks. Also added mypy test to CI.
    SkeletalDemise authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    6116287 View commit details
    Browse the repository at this point in the history
  4. Add numerous new tags (#183)

    * Add numerous new tags
    
    Adds numerous new tags to the regexes.
    SkeletalDemise authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    808806f View commit details
    Browse the repository at this point in the history
  5. Add ULID, UUID and ObjectID regexes (#186)

    * Add ULID, UUID and ObjectID regexes
    
    Added regexes for ULID, UUID/GUID and ObjectID.
    SkeletalDemise authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    29070e7 View commit details
    Browse the repository at this point in the history
  6. Added support for Notion Notes and API keys (#177)

    * Added support for Notion notes and API keys
    
    * Added support for team notes
    
    Co-authored-by: Bee <github@skerritt.blog>
    alb and bee-san authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    61bf3f7 View commit details
    Browse the repository at this point in the history
  7. Add GitHub App Token test (#185)

    Adds test for the GitHub App Token regex.
    SkeletalDemise authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    fbf9150 View commit details
    Browse the repository at this point in the history
  8. releasing 4.2.0

    bee-san committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    eaba5e1 View commit details
    Browse the repository at this point in the history
Loading