- 
                Notifications
    
You must be signed in to change notification settings  - Fork 2
 
Release 1.1.4 Update #34
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
          
     Merged
      
      
    
  
     Merged
                    Changes from all commits
      Commits
    
    
            Show all changes
          
          
            83 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      6401e1c
              
                Another attempt at Build Config updates
              
              
                reactive-firewall 3430afe
              
                Adding deepsource.io to CI pipeline
              
              
                reactive-firewall 5e694d0
              
                Style fixes and CI retest
              
              
                reactive-firewall 3158d43
              
                Create scorecards-analysis.yml
              
              
                reactive-firewall 035231f
              
                xcode workspace renomalized with xml lint
              
              
                reactive-firewall 83cfc31
              
                workaround different flake support for del() vs del x
              
              
                reactive-firewall ff308fc
              
                Version 1.1.4 supplemental update
              
              
                reactive-firewall 4a3bc67
              
                Regression fix for some anti-patterns
              
              
                reactive-firewall 9af5c27
              
                Regression fix for code style.
              
              
                reactive-firewall 8cb602f
              
                Slight improvement to code style.
              
              
                reactive-firewall 0751ed9
              
                Less is More...
              
              
                reactive-firewall 1b4734b
              
                Swap whitespace for docs to apese deepsource padantics.
              
              
                reactive-firewall defb45e
              
                tweak to apese deepsource padantics.
              
              
                reactive-firewall c5ff889
              
                tweak to apese deepsource padantics. Less than ideal.
              
              
                reactive-firewall 6d10c4c
              
                Fixed a typo.
              
              
                reactive-firewall ee2cf63
              
                Fixed a typo.
              
              
                reactive-firewall 61b9815
              
                tweak to apese deepsource padantics. Less than ideal.
              
              
                reactive-firewall b66f119
              
                Merge pull request #32 from reactive-firewall/master
              
              
                reactive-firewall c13a528
              
                Removed trailing whitespace. ( Fix for #29 )
              
              
                reactive-firewall 993e752
              
                Updated for 2024
              
              
                reactive-firewall 3dbd9f8
              
                Regression fix for GH Actions and user-install action
              
              
                reactive-firewall e71709f
              
                Regression fix for repo url.
              
              
                reactive-firewall 7a0e54c
              
                Debugging GH actions.
              
              
                reactive-firewall e25b751
              
                Regression fix (whitespace)
              
              
                reactive-firewall ab5b574
              
                Regression fix for Circle-CI missing python3.11+
              
              
                reactive-firewall 39a5fa2
              
                Migration to new CircleCI docker images
              
              
                reactive-firewall 90f7b47
              
                Fixed a few anti-patterns.
              
              
                reactive-firewall 229a693
              
                Create scorecards.yml
              
              
                reactive-firewall 0a165a7
              
                Update scorecards-analysis.yml
              
              
                reactive-firewall 542a658
              
                Delete .github/workflows/scorecards.yml
              
              
                reactive-firewall b9cdf0c
              
                Update Labeler.yml to new version
              
              
                reactive-firewall 0bed4f7
              
                Merge pull request #36 from reactive-firewall/labeler-patch
              
              
                reactive-firewall 1d53595
              
                Merge pull request #35 from reactive-firewall/reactive-firewall-patch-1
              
              
                reactive-firewall c3c2570
              
                Create scorecards.yml
              
              
                reactive-firewall 632a61f
              
                Bumped Action versions and perms
              
              
                reactive-firewall dd6b74c
              
                Updated lables config for latest version.
              
              
                reactive-firewall 60b2850
              
                Revert to only check default branch to fix regression ( - Fixed #38 - )
              
              
                reactive-firewall 46a060a
              
                Merge branches 'score-card-revert-patch' and 'temp-merge' and 'labele…
              
              
                reactive-firewall 29d4740
              
                Cleanup Labeler config.
              
              
                reactive-firewall 2b8730a
              
                Merge branch 'score-card-revert-patch' and 'labeler-patch' into temp-…
              
              
                reactive-firewall c2194fe
              
                Fix CWE-73 found in PR #37
              
              
                reactive-firewall cdba8ce
              
                Harden default permissions of GH actions ( - Fixes #39 - )
              
              
                reactive-firewall 4dca608
              
                Merge branches 'security-fix-1' and 'security-fix-2'
              
              
                reactive-firewall 86d4374
              
                Harden default permissions of GH actions ( - Fixes #39  and #40 - )
              
              
                reactive-firewall f23e54a
              
                Marked early del to ignore false-positives of PYL-C0414 ( - Fixes #48…
              
              
                reactive-firewall 259ffb6
              
                Marked early del to ignore false-positives of PYL-W0043 ( - Fixes #47…
              
              
                reactive-firewall 5f11d12
              
                refactor to avoid PYL-W0621 ( - Fixes #49 - )
              
              
                reactive-firewall 3566cda
              
                comment to skip false PYL-W0622 ( - Fixes #50 - )
              
              
                reactive-firewall 03ba956
              
                Merge branches 'skip-silly-PYL-W0621', 'skip-early-del-PTC-W0043', 's…
              
              
                reactive-firewall 5387136
              
                Fixup typo (- Fixes #50 -)
              
              
                reactive-firewall b0fc5e0
              
                Added styleistic newline for FLK-D204 linter
              
              
                reactive-firewall aa386db
              
                Refactored docstring for style to scilence linter FLK-D209.
              
              
                reactive-firewall 8c7a1a2
              
                Include 'Hotfix-114-A'
              
              
                reactive-firewall f0a2ad4
              
                Fixup .codecov.yml
              
              
                reactive-firewall 470ee5f
              
                Merge pull request #52 from reactive-firewall/fix-up-deepsource
              
              
                reactive-firewall ee529c3
              
                Refactor pointless global doctoring to muzzle linter PYL-W0105 (- Fix…
              
              
                reactive-firewall 5884c16
              
                Resolves PYL-W0107 (- Fixes #55 -)
              
              
                reactive-firewall ef508d4
              
                Fix Anti-pattern PYL-R0123 (- Fixes #53 -)
              
              
                reactive-firewall 082f624
              
                Resolve conflicting style-linting (- WIP #56 -)
              
              
                reactive-firewall c7c8a17
              
                Resolves PYL-W1503 (- Fixes #56 -)
              
              
                reactive-firewall 1f0c4d8
              
                Include 'Hotfix-114-B', 'Hotfix-114-C', 'Hotfix-114-D' and 'Hotfix-11…
              
              
                reactive-firewall 3ebab3c
              
                Refactor pointless global doctoring to muzzle linter PYL-W0105 (- Fix…
              
              
                reactive-firewall fdcd9d9
              
                Resolves PYL-W0107 (- Fixes #55 -)
              
              
                reactive-firewall ac95909
              
                Fix Anti-pattern PYL-R0123 (- Fixes #53 -)
              
              
                reactive-firewall d6be075
              
                Resolve conflicting style-linting (- WIP #56 -)
              
              
                reactive-firewall 07ab567
              
                Resolves PYL-W1503 (- Fixes #56 -)
              
              
                reactive-firewall 4c7f247
              
                Merge branch 'master' into fix-up-deepsource
              
              
                reactive-firewall 4416fbb
              
                Fix up deepsource complaints (#57)
              
              
                reactive-firewall b34116b
              
                Minor fixup to ignore PTC-W0020 to maintain clearity in source.
              
              
                reactive-firewall 9e8b6bf
              
                Sync branch with 'master'
              
              
                reactive-firewall 56874d1
              
                Fixup for CI to use latest archive upload and codecov actions.
              
              
                reactive-firewall ded92be
              
                Fixup for CI regarding duplicate python3.11 test results. (- Fixes #3…
              
              
                reactive-firewall 2abeec2
              
                House Keeping for PR #34
              
              
                reactive-firewall e115972
              
                Fixup for PR #60 to no-longer run python3.11 coverage twice in github…
              
              
                reactive-firewall d7ddb6a
              
                Merge branch 'stable' into master
              
              
                reactive-firewall f5dad4c
              
                Create dependabot.yml
              
              
                reactive-firewall 776159a
              
                [STYLE] Apply suggestions from code review (- WIP #67 & PR #66 -)
              
              
                reactive-firewall a67d225
              
                [REGRESSION] Fix .github/dependabot.yml spacing (- WIP PR #66 -)
              
              
                reactive-firewall 7b9c177
              
                [CI] Create dependabot.yml for version updating (#66)
              
              
                reactive-firewall 3d55912
              
                [REGRESSION] Merge branch 'master' into Hotfix-114-D :speak_no_evil: …
              
              
                reactive-firewall 96453e7
              
                [REGRESSION] Fixes the dependabot.yml file syntax to hopefully restor…
              
              
                reactive-firewall 591604f
              
                [UPDATE] (deps): Bump ossf/scorecard-action in /.github/workflows
              
              
                dependabot[bot] 3fa44e5
              
                [UPDATE] (deps): Bump ossf/scorecard-action from 2.3.1 to 2.4.0 in /.…
              
              
                dependabot[bot] File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,81 @@ | ||
| # To get started with Dependabot version updates, you'll need to specify which | ||
| # package ecosystems to update and where the package manifests are located. | ||
| # Please see the documentation for all configuration options: | ||
| # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
| 
     | 
||
| # This Dependabot configuration file is set up to manage dependency updates | ||
| # for both Python packages (pip) and GitHub Actions workflows. | ||
| # | ||
| # Key points: | ||
| # - Dependencies are categorized into production and development groups. | ||
| # - The "setuptools" package is treated as an exception: it is excluded from | ||
| # the production group but is still allowed to be updated as a production | ||
| # dependency. | ||
| # - The configuration includes specific labels, assignees, and commit message | ||
| # formats to streamline the update process. | ||
| # - Updates are scheduled to run weekly on Tuesdays. | ||
| --- | ||
| version: 2 | ||
| updates: | ||
| - package-ecosystem: "pip" # See documentation for possible values | ||
| directory: "/" # Location of package manifests | ||
| milestone: 2 | ||
| target-branch: "master" | ||
| versioning-strategy: increase-if-necessary | ||
| # Labels on pull requests for version updates only | ||
| labels: | ||
| - "Configs" | ||
| - "Version Update" | ||
| - "Python Lang" | ||
| - "Python Repo" | ||
| groups: | ||
| production-dependencies: | ||
| dependency-type: "production" | ||
| exclude-patterns: | ||
| - "setuptools*" | ||
| development-dependencies: | ||
| dependency-type: "development" | ||
| allow: | ||
| - dependency-name: "setuptools" | ||
| dependency-type: "production" | ||
| - dependency-name: "pip" | ||
| dependency-type: "direct" | ||
| - dependency-name: "wheel" | ||
| dependency-type: "production" | ||
| - dependency-name: "build" | ||
| dependency-type: "production" | ||
| - dependency-name: "argparse" | ||
| dependency-type: "direct" | ||
| - dependency-name: "six" | ||
| dependency-type: "direct" | ||
| - dependency-name: "tox" | ||
| dependency-type: "development" | ||
| - dependency-name: "virtualenv" | ||
| dependency-type: "development" | ||
| assignees: | ||
| - "reactive-firewall" | ||
| commit-message: | ||
| prefix: "[HOTFIX] " | ||
| include: "scope" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "tuesday" | ||
| - package-ecosystem: "github-actions" # See documentation for possible values | ||
| directory: ".github/workflows/" # Location of package manifests | ||
| milestone: 2 | ||
| target-branch: "master" | ||
| # Labels on pull requests for version updates only | ||
| labels: | ||
| - "Configs" | ||
| - "Version Update" | ||
| - "GitHub" | ||
| - "Testing" | ||
| - "Python Repo" | ||
| assignees: | ||
| - "reactive-firewall" | ||
| commit-message: | ||
| prefix: "[UPDATE] " | ||
| include: "scope" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "tuesday" | ||
                
      
                  reactive-firewall marked this conversation as resolved.
               
          
            Show resolved
            Hide resolved
         | 
||
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.