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: gitonomy/gitlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.1
Choose a base ref
...
head repository: gitonomy/gitlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3
Choose a head ref
  • 12 commits
  • 29 files changed
  • 6 contributors

Commits on Sep 6, 2021

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

Commits on Oct 17, 2021

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

Commits on Dec 10, 2021

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

Commits on Jan 23, 2022

  1. Configuration menu
    Copy the full SHA
    2c72667 View commit details
    Browse the repository at this point in the history
  2. Update composer.json

    GrahamCampbell authored Jan 23, 2022
    Configuration menu
    Copy the full SHA
    5035f69 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

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

Commits on Mar 1, 2022

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

Commits on Aug 5, 2022

  1. Added more type hinting & Fixed bug when parsing renamed files with s…

    …paces and/or non english-symbols (#194)
    
    * changed repo name in the composer
    
    * added path to the symlink RuntimeException exception-message
    
    * added more and better typehints into PHPDocs above methods
    
    * Regex didn't count for the rare case when the diff has quotation marks around the filenames (file names with non-english symbols for example)
    
    * replaced uninitialized $entry variable with $element
    
    * removed getRevisions() since revisions isn't a part of the Diff object
    
    * removed unused $fullname in the getCommit() method
    
    * - added more type hinting
    - introduced data property to Tag
    - added .idea to .gitignore
    
    * - changes that were requested by "
    continuous-integration/styleci/pr"
    - fixed composer.json
    
    * upped the number of characters that are shown to get a more verbose exception
    
    * added type annotation for file in the Diff class
    
    * - fixed parser to properly work with files
    - with umlauts added a test
    - made changes @lyrixx suggested
    
    * - made fixes for @continuous-integration/styleci/pr
    
    * - made one more fix for @continuous-integration/styleci/pr
    
    * - switches quotes for @continuous-integration/styleci/pr
    
    * added trailing \n to the gitignore
    tolik518 authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    33ae0a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Added tests for empty commit messages (#196)

    * added tests for empty commit messages
    
    * cosmetic changes for continuous-integration/styleci/pr
    
    * added phpspec/prophecy to composer-json, so the tests pass
    
    * added phpspec/prophecy compatibility with php 5.6
    
    * sorted composer.json alphabetically and removed "^1.15"
    tolik518 authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    00b57b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Method to check if a branch is merged (added code from PR #151) (#197)

    * added code from PR #151
    
    * added user credentials which are needed for the next commands
    
    * stylistic changes to satisfy style-ci
    
    * moved user credentials to the top
    
    * stylistic changes to satisfy style-ci
    tolik518 authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f9b3653 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

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

Commits on May 11, 2023

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