Skip to content
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

Add status and method in calendar event #300

Open
wants to merge 4 commits into
base: 2.x
Choose a base branch
from

Commits on Jul 6, 2021

  1. - Add status property in Event

    - Add method property in Event
    - Update Unit test to test new properties
    giuseppenucifora committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    ba81b43 View commit details
    Browse the repository at this point in the history
  2. - update changelog

    giuseppenucifora committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    eaf65b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Cleanup Makefile and avoid composer install if vendor folder is prese…

    …nt (markuspoerschke#302)
    
    * remove PHP-CS-Cache v3 with make clean
    * dont use phony target for composer dependencies:
      don't install composer dependencies if already installed
      this will speedup `make test` locally
    * dont install node_modules if present when `make fix-prettier` is called
    markuspoerschke authored and giuseppenucifora committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    769fde2 View commit details
    Browse the repository at this point in the history
  2. Change StatusType enum tu Status

    Change MethodType enum tu Method
    Add @SuppressWarnings("PHPMD.NPathComplexity") in getProperties function of EventFactory class
    Add @SuppressWarnings("PHPMD.CyclomaticComplexity") in getProperties function of EventFactory class
    giuseppenucifora committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    4330b1e View commit details
    Browse the repository at this point in the history