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

VSVGVQ-106 Add Projections for Statistics. #68

Merged
merged 49 commits into from
Aug 7, 2018
Merged

Commits on Jul 27, 2018

  1. Configuration menu
    Copy the full SHA
    503de45 View commit details
    Browse the repository at this point in the history
  2. VSVGVQ-106 Merge branch 'feature/VSVGVQ-104' into feature/VSVGVQ-106

    * feature/VSVGVQ-104:
      VSVGVQ-104 Add unit test for serialising individual quiz.
      VSVGVQ-104 Remove some linefeeds.
      VSVGVQ-104 Missing partner and/or company is JSON is now null instead of empty string.
      VSVGVQ-104 correct typo
      VSVGVQ-104 remove QuizType, extend QuizChannel with cup
      VSVGVQ-104 add Company and Partner properties to Quiz
    Luc Wollants committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    e49046d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cfa4ec View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. VSVGVQ-106 Rename from StartedQuizzes to StartedQuiz.

    Luc Wollants committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    353ad69 View commit details
    Browse the repository at this point in the history
  2. VSVGVQ-106 Add QuizRepository.

    Luc Wollants committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    73b13c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5daa970 View commit details
    Browse the repository at this point in the history
  4. VSVGVQ-106 Add unit test for StatisticsKey.

    Luc Wollants committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    b38fddd View commit details
    Browse the repository at this point in the history
  5. VSVGVQ-106 Add unit test for QuizStartedListener.

    Luc Wollants committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    9308cd4 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. VSVGVQ-106 Merge branch 'master' into feature/VSVGVQ-106

    * master: (24 commits)
      VSVGVQ-58 Change port for Redis from 6379 to 63799
      VSVGVQ-58 Ignore RedisCommand in code coverage.
      VSVGVQ-58 Delete the added key in redis test.
      VSVGVQ-58 Add restart option to redis container for test.
      VSVGVQ-58 Add redis image to docker compose of test environment.
      VSVGVQ-110 Better naming for several methods.
      VSVGVQ-109 update Quiz serializers to also add team as a Quiz property
      VSVGVQ-109 add team property to Quiz
      VSVGVQ-110 fix typo and phpdoc in QuizCompositionYamlRepository
      VSVGVQ-108 Correct naming for unit test of a team with missing id in yaml.
      VSVGVQ-108 Correct naming for unit test of a team with missing id in yaml.
      VSVGVQ-110 add QuizCompositionYamlRepository
      VSVGVQ-83 Theming Backend : overrides bootstrap in aparte scss file doen ipv in de bootstrap file zoals voor verlof even besproken
      VSVGVQ-108 fix phpdoc in TeamNormalizer
      VSVGVQ-108 add serializers to Team
      VSVGVQ-108 fix TeamYamlRepository get method and add test
      VSVGVQ-104 check if required parameters are passed to Quiz constructor
      VSVGVQ-108 add Team model and repository (WIP)
      VSVGVQ-58 Enable redis extension on Travis and better file layout.
      VSVGVQ-58 Add a test command for Redis.
      ...
    
    # Conflicts:
    #	tests/Factory/ModelsFactory.php
    Luc Wollants committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    7454d54 View commit details
    Browse the repository at this point in the history
  2. VSVGVQ-106 Basic setup for simple event bus and in memory aggregate r…

    …epository to subscribe the listeners of quiz started.
    Luc Wollants committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    6e85a61 View commit details
    Browse the repository at this point in the history
  3. VSVGVQ-106 Add unit test for QuizRedisRepository.

    Luc Wollants committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    f8c4d3f View commit details
    Browse the repository at this point in the history
  4. VSVGVQ-106 Add unit test for StartedQuizRedisRepository.

    Luc Wollants committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    dc245d2 View commit details
    Browse the repository at this point in the history
  5. VSVGVQ-106 Exclude QuizController from code coverage.

    Luc Wollants committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    d5939a9 View commit details
    Browse the repository at this point in the history
  6. VSVGVQ-106 incrementTotal changed to incrementCount.

    Luc Wollants committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    e99b3de View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Configuration menu
    Copy the full SHA
    b14dade View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc395a2 View commit details
    Browse the repository at this point in the history
  3. VSVGVQ-106 Add missing strict_types.

    Luc Wollants committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    f4925b5 View commit details
    Browse the repository at this point in the history
  4. VSVGVQ-106 Fix coding standard.

    Luc Wollants committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    8f3babd View commit details
    Browse the repository at this point in the history
  5. VSVGVQ-106 Add normalizer and denormalizer for QuizStarted and unit t…

    …est for DoctrineEventStore.
    Luc Wollants committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    5cc6a17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    140ec6c View commit details
    Browse the repository at this point in the history
  7. VSVGVQ-106 Fix type conflict.

    Luc Wollants committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    cc5bc65 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Configuration menu
    Copy the full SHA
    38c9a3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5237c4b View commit details
    Browse the repository at this point in the history
  3. VSVGVQ-106 Add basic meta data serialization.

    Luc Wollants committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    911f491 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52dd73d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e8d884 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2972cc6 View commit details
    Browse the repository at this point in the history
  7. VSVGVQ-106 Merge branch 'master' into feature/VSVGVQ-106

    * master:
      VSVGVQ-97 Take into account category to create uuid inside question generator.
      VSVGVQ-97 Better code layout.
      VSVGVQ-97 Rename from getByYearLanguageAndCategory to getByYearAndLanguageAndCategory.
      VSVGVQ-97 Remove obsolete quiz composition file.
      VSVGVQ-97 add test for order of questions in quiz
      VSVGVQ-97 refactor QuizServiceTest
      VSVGVQ-97 add test for getting questions by year, language and category
      VSVGVQ-97 fix missing return type hinting
      VSVGVQ-97 add test for QuizService
      VSVGVQ-97 remove leftover class QuizComposition
      VSVGVQ-97 fix double parameter and forgotten variable assignment in QuizService
      VSVGVQ-97 move logic for picking questions fro questionsrepo to quizservice
      VSVGVQ-97 fix typo in namespace of QuizService and update Quiz parameters
      VSVGVQ-97 add QuizComposition object
      VSVGVQ-97 make quizParticipant separate valueobject and inject uuidfactory in quizservice
      VSVGVQ-97 add quizService to create quiz with randomized questions
    Luc Wollants committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    66e48f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ba1238 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    216ad0e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. VSVGVQ-106 Unit test for AnsweredCorrect serializer.

    Luc Wollants committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    615847d View commit details
    Browse the repository at this point in the history
  2. VSVGVQ-106 Unit test for AnsweredIncorrect serializer.

    Luc Wollants committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    b9cd7e3 View commit details
    Browse the repository at this point in the history
  3. VSVGVQ-106 Add unit test for EventEntity.

    Luc Wollants committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    bbad90a View commit details
    Browse the repository at this point in the history
  4. VSVGVQ-106 Add strict_types declaration.

    Luc Wollants committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    ce204bd View commit details
    Browse the repository at this point in the history
  5. VSVGVQ-106 Add unit test for id of EventEntity.

    Luc Wollants committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    4e50759 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5721301 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    632d3b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. VSVGVQ-106 Use Doctrine event store.

    Luc Wollants committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    0b6ce86 View commit details
    Browse the repository at this point in the history
  2. VSVGVQ-106 Add routes and methods for quiz.

    Luc Wollants committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    1997148 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    941bb50 View commit details
    Browse the repository at this point in the history
  4. VSVGVQ-106 Add unit test for StartQuiz command.

    Luc Wollants committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    bc9b359 View commit details
    Browse the repository at this point in the history
  5. VSVGVQ-106 Add unit test for prevention of asking or answering same q…

    …uestion.
    Luc Wollants committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    b30f89c View commit details
    Browse the repository at this point in the history
  6. VSVGVQ-106 Add unit test for StartQuizSerializer.

    Luc Wollants committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    a90bd9e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c982b9 View commit details
    Browse the repository at this point in the history
  8. VSVGVQ-106 Add unit test for QuestionAskedListener.

    Luc Wollants committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    2f1f66e View commit details
    Browse the repository at this point in the history
  9. VSVGVQ-106 Add unit test for AnswerDoctrineRepository.

    Luc Wollants committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    cec75f6 View commit details
    Browse the repository at this point in the history
  10. VSVGVQ-106 Comply to coding standards.

    Luc Wollants committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    0982de9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b529a04 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. VSVGVQ-106 Hotfix: no port binding for Redis

    Luc Wollants committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    1b05612 View commit details
    Browse the repository at this point in the history