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: gorilla/sessions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: gorilla/sessions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.2
Choose a head ref
  • 14 commits
  • 30 files changed
  • 6 contributors

Commits on Sep 12, 2020

  1. Configuration menu
    Copy the full SHA
    9cb0b0a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Configuration menu
    Copy the full SHA
    0a84f35 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    d81e069 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    a6a8e49 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. archive mode

    elithrar authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0e1d1d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Update README.md

    Signed-off-by: Corey Daley <cdaley@redhat.com>
    coreydaley authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    7aa6ccf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #261 from gorilla/coreydaley-patch-1

    Update README.md
    coreydaley authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    956d3cf View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Update go version, add tools for verification and testing (#263)

    Fixes #
    
    **Summary of Changes**
    
    1.
    2. 
    3.
    
    > PS: Make sure your PR includes/updates tests! If you need help with
    this part, just ask!
    coreydaley authored Jul 23, 2023
    1 Configuration menu
    Copy the full SHA
    b1daf6d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Update LICENSE (#264)

    <!--
    For Work In Progress Pull Requests, please use the Draft PR feature,
    see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for
    further details.
    
         For a timely review/response, please avoid force-pushing additional
         commits if your PR already received reviews or comments.
    
         Before submitting a Pull Request, please ensure that you have:
    - 📖 Read the Contributing guide:
    https://github.com/gorilla/.github/blob/main/CONTRIBUTING.md
    - 📖 Read the Code of Conduct:
    https://github.com/gorilla/.github/blob/main/CODE_OF_CONDUCT.md
    
         - Provide tests for your changes.
         - Use descriptive commit messages.
    	 - Comment your code where appropriate.
    	 - Squash your commits
         - Update any related documentation.
    
         - Add gorilla/pull-request-reviewers as a Reviewer
    -->
    
    ## What type of PR is this? (check all applicable)
    
    - [ ] Refactor
    - [ ] Feature
    - [ ] Bug Fix
    - [ ] Optimization
    - [ ] Documentation Update
    
    ## Description
    
    ## Related Tickets & Documents
    
    <!--
    For pull requests that relate or close an issue, please include them
    below. We like to follow [Github's guidance on linking issues to pull
    requests](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
    
    For example having the text: "closes #1234" would connect the current
    pull
    request to issue 1234.  And when we merge the pull request, Github will
    automatically close the issue.
    -->
    
    - Related Issue #
    - Closes #
    
    ## Added/updated tests?
    
    - [ ] Yes
    - [ ] No, and this is why: _please replace this line with details on why
    tests
          have not been included_
    - [ ] I need help with writing tests
    
    ## Run verifications and test
    
    - [ ] `make verify` is passing
    - [ ] `make test` is passing
    
    Signed-off-by: Corey Daley <cdaley@redhat.com>
    coreydaley authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    070f6e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Add gorilla logo to Readme (#265)

    <!--
    For Work In Progress Pull Requests, please use the Draft PR feature,
    see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for
    further details.
    
         For a timely review/response, please avoid force-pushing additional
         commits if your PR already received reviews or comments.
    
         Before submitting a Pull Request, please ensure that you have:
    - 📖 Read the Contributing guide:
    https://github.com/gorilla/.github/blob/main/CONTRIBUTING.md
    - 📖 Read the Code of Conduct:
    https://github.com/gorilla/.github/blob/main/CODE_OF_CONDUCT.md
    
         - Provide tests for your changes.
         - Use descriptive commit messages.
    	 - Comment your code where appropriate.
    	 - Squash your commits
         - Update any related documentation.
    
         - Add gorilla/pull-request-reviewers as a Reviewer
    -->
    
    ## What type of PR is this? (check all applicable)
    
    - [ ] Refactor
    - [ ] Feature
    - [ ] Bug Fix
    - [ ] Optimization
    - [ ] Documentation Update
    
    ## Description
    
    ## Related Tickets & Documents
    
    <!--
    For pull requests that relate or close an issue, please include them
    below. We like to follow [Github's guidance on linking issues to pull
    requests](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
    
    For example having the text: "closes #1234" would connect the current
    pull
    request to issue 1234.  And when we merge the pull request, Github will
    automatically close the issue.
    -->
    
    - Related Issue #
    - Closes #
    
    ## Added/updated tests?
    
    - [ ] Yes
    - [ ] No, and this is why: _please replace this line with details on why
    tests
          have not been included_
    - [ ] I need help with writing tests
    
    ## Run verifications and test
    
    - [ ] `make verify` is passing
    - [ ] `make test` is passing
    apoorvajagtap authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1a1e42e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Update issues.yml (#266)

    <!--
    For Work In Progress Pull Requests, please use the Draft PR feature,
    see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for
    further details.
    
         For a timely review/response, please avoid force-pushing additional
         commits if your PR already received reviews or comments.
    
         Before submitting a Pull Request, please ensure that you have:
    - 📖 Read the Contributing guide:
    https://github.com/gorilla/.github/blob/main/CONTRIBUTING.md
    - 📖 Read the Code of Conduct:
    https://github.com/gorilla/.github/blob/main/CODE_OF_CONDUCT.md
    
         - Provide tests for your changes.
         - Use descriptive commit messages.
    	 - Comment your code where appropriate.
    	 - Squash your commits
         - Update any related documentation.
    
         - Add gorilla/pull-request-reviewers as a Reviewer
    -->
    
    ## What type of PR is this? (check all applicable)
    
    - [ ] Refactor
    - [ ] Feature
    - [ ] Bug Fix
    - [ ] Optimization
    - [ ] Documentation Update
    
    ## Description
    
    ## Related Tickets & Documents
    
    <!--
    For pull requests that relate or close an issue, please include them
    below. We like to follow [Github's guidance on linking issues to pull
    requests](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
    
    For example having the text: "closes #1234" would connect the current
    pull
    request to issue 1234.  And when we merge the pull request, Github will
    automatically close the issue.
    -->
    
    - Related Issue #
    - Closes #
    
    ## Added/updated tests?
    
    - [ ] Yes
    - [ ] No, and this is why: _please replace this line with details on why
    tests
          have not been included_
    - [ ] I need help with writing tests
    
    ## Run verifications and test
    
    - [ ] `make verify` is passing
    - [ ] `make test` is passing
    
    Signed-off-by: Corey Daley <cdaley@redhat.com>
    coreydaley authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    69327c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Don't propagate "not exist" error if trying to erase a session matchi… (

    #252)
    
    Summary of Changes
    
    Don't consider "oserror.ErrNotExist" as a failure when trying to erase a
    session which corresponds to a missing file.
    
    Hello, in the current implementation, if a request contains a session
    token that has been stored in a file that has been deleted and we're
    trying to erase it using the Options.MaxAge = -1 workaround, the action
    still fails, because the missing file error gets propagated higher in
    the stack.
    
    This small fix prevents this, and ensures that the session is
    regenerated.
    ___
    
    This is a reopen of #237 which was closed by the stale bot.
    
    Co-authored-by: Corey Daley <cdaley@redhat.com>
    mariusor and coreydaley authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    dd83328 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. update GitHub workflows (#268)

    <!--
    For Work In Progress Pull Requests, please use the Draft PR feature,
    see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for
    further details.
    
         For a timely review/response, please avoid force-pushing additional
         commits if your PR already received reviews or comments.
    
         Before submitting a Pull Request, please ensure that you have:
    - 📖 Read the Contributing guide:
    https://github.com/gorilla/.github/blob/main/CONTRIBUTING.md
    - 📖 Read the Code of Conduct:
    https://github.com/gorilla/.github/blob/main/CODE_OF_CONDUCT.md
    
         - Provide tests for your changes.
         - Use descriptive commit messages.
    	 - Comment your code where appropriate.
    	 - Squash your commits
         - Update any related documentation.
    
         - Add gorilla/pull-request-reviewers as a Reviewer
    -->
    
    ## What type of PR is this? (check all applicable)
    
    - [x] Refactor
    - [ ] Feature
    - [ ] Bug Fix
    - [ ] Optimization
    - [ ] Documentation Update
    - [ ] Go Version Update
    - [ ] Dependency Update
    
    ## Description
    
    ## Related Tickets & Documents
    
    <!--
    For pull requests that relate or close an issue, please include them
    below. We like to follow [Github's guidance on linking issues to pull
    requests](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
    
    For example having the text: "closes #1234" would connect the current
    pull
    request to issue 1234.  And when we merge the pull request, Github will
    automatically close the issue.
    -->
    
    - Related Issue #
    - Closes #
    
    ## Added/updated tests?
    
    - [ ] Yes
    - [ ] No, and this is why: _please replace this line with details on why
    tests
          have not been included_
    - [ ] I need help with writing tests
    
    ## Run verifications and test
    
    - [x] `make verify` is passing
    - [x] `make test` is passing
    coreydaley authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    26d95ec View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. bump deps and add vendor dir (#269)

    <!--
    For Work In Progress Pull Requests, please use the Draft PR feature,
    see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for
    further details.
    
         For a timely review/response, please avoid force-pushing additional
         commits if your PR already received reviews or comments.
    
         Before submitting a Pull Request, please ensure that you have:
    - 📖 Read the Contributing guide:
    https://github.com/gorilla/.github/blob/main/CONTRIBUTING.md
    - 📖 Read the Code of Conduct:
    https://github.com/gorilla/.github/blob/main/CODE_OF_CONDUCT.md
    
         - Provide tests for your changes.
         - Use descriptive commit messages.
    	 - Comment your code where appropriate.
    	 - Squash your commits
         - Update any related documentation.
    
         - Add gorilla/pull-request-reviewers as a Reviewer
    -->
    
    ## What type of PR is this? (check all applicable)
    
    - [ ] Refactor
    - [ ] Feature
    - [ ] Bug Fix
    - [ ] Optimization
    - [ ] Documentation Update
    - [ ] Go Version Update
    - [x] Dependency Update
    
    ## Description
    
    ## Related Tickets & Documents
    
    <!--
    For pull requests that relate or close an issue, please include them
    below. We like to follow [Github's guidance on linking issues to pull
    requests](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
    
    For example having the text: "closes #1234" would connect the current
    pull
    request to issue 1234.  And when we merge the pull request, Github will
    automatically close the issue.
    -->
    
    - Related Issue #
    - Closes #
    
    ## Added/updated tests?
    
    - [x] Yes
    - [ ] No, and this is why: _please replace this line with details on why
    tests
          have not been included_
    - [ ] I need help with writing tests
    
    ## Run verifications and test
    
    - [x] `make verify` is passing
    - [x] `make test` is passing
    coreydaley authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    3eed1c4 View commit details
    Browse the repository at this point in the history
Loading