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: jedie/manageprojects
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.3
Choose a base ref
...
head repository: jedie/manageprojects
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 13 commits
  • 19 files changed
  • 1 contributor

Commits on Dec 30, 2022

  1. Bugfix wrong "hint"

    jedie committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    e0cdaa4 View commit details
    Browse the repository at this point in the history
  2. enhance test run

    jedie committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    d38ec29 View commit details
    Browse the repository at this point in the history
  3. cleanup editorconfig

    jedie committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    678d088 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fef070 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #32 from jedie/dev

    Dev
    jedie authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    336bdf9 View commit details
    Browse the repository at this point in the history
  6. include all packages

    jedie committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    8124464 View commit details
    Browse the repository at this point in the history
  7. update requirements

    jedie committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    f8812b7 View commit details
    Browse the repository at this point in the history
  8. release as v0.4.0rc0

    jedie committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    1abfc70 View commit details
    Browse the repository at this point in the history
  9. Bugfix Git(): Pass environment, but set "en_US" als language

    Otherwise git can't access the global config (Think because `HOME` missing?), so this happen on
    `publish`:
    ```
    + /usr/bin/git tag -a v0.4.0rc0 -m 'publish version v0.4.0rc0'
    
    Committer identity unknown
    
    *** Please tell me who you are.
    
    Run
    
      git config --global user.email "[email protected]"
      git config --global user.name "Your Name"
    
    to set your account's default identity.
    ...
    ```
    jedie committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    9c59c98 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #33 from jedie/dev

    Dev
    jedie authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    2734bca View commit details
    Browse the repository at this point in the history
  11. Refactor "dependencies" definition

    jedie committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    2bd0243 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #34 from jedie/dev

    Refactor "dependencies" definition
    jedie authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    7074991 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Release as v0.4.0

    jedie committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    df1fd62 View commit details
    Browse the repository at this point in the history
Loading