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: coderflexx/laravel-ticket
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: coderflexx/laravel-ticket
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    e127a70 View commit details
    Browse the repository at this point in the history
  2. adding methods to interact with ticket priority and updating the read…

    …me file
    
    the functions:
    makePriorityAsLow(): self
    makePriorityAsNormal(): self
    makePriorityAsHigh(): self
    neazk committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    c0d593b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c231aa3 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. adding tests

    adding tests for the methods:
    makePriorityAsHigh()
    makePriorityAsNormal()
    makePriorityAsLow()
    
    and scopes:
    archived()
    unArchived()
    neazk committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3cb216e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1123484 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Bump aglipanci/laravel-pint-action from 1.0.0 to 2.2.0 (#24)

    Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 1.0.0 to 2.2.0.
    - [Release notes](https://github.com/aglipanci/laravel-pint-action/releases)
    - [Commits](aglipanci/laravel-pint-action@1.0.0...2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: aglipanci/laravel-pint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    c569986 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from neazk/main

    Adding New Scopes & Eloquent Methods.
    ousid authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    68c1a60 View commit details
    Browse the repository at this point in the history
Loading