Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

initial pull request --work still on progress #44

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

initial pull request --work still on progress #44

wants to merge 11 commits into from

Commits on Oct 1, 2018

  1. added repository layer for entity tweet. updated some javadocs

    Fernando Soler David committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    c2b855f View commit details
    Browse the repository at this point in the history
  2. added converter service. decoupling external objects (dtos) from inte…

    …rnal (entities)
    Fernando Soler David committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    5d5b3eb View commit details
    Browse the repository at this point in the history
  3. added junit test for repository

    Fernando Soler David committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    3da1f78 View commit details
    Browse the repository at this point in the history
  4. added validation message service. a new runtime exception added for t…

    …he tweet project
    Fernando Soler David committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    0d6997e View commit details
    Browse the repository at this point in the history
  5. As a User, I want to view the list of published Tweets

    Fernando Soler David committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    41a915a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. As a User, I want to add links to the tweet text without affecting th…

    …e 140 character limit
    Fernando Soler David committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    89b8e60 View commit details
    Browse the repository at this point in the history
  2. refactor - Command Query Responsibility Segregation – CQRS

    Fernando Soler David committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    a4f0045 View commit details
    Browse the repository at this point in the history
  3. As a User, I want to discard tweets

    Fernando Soler David committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    d9387be View commit details
    Browse the repository at this point in the history
  4. As a User, I want to view a list of discarded tweets

    Fernando Soler David committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    03de97a View commit details
    Browse the repository at this point in the history
  5. to see custom metrics in http://localhost:8080/metrics I have had to …

    …use CounterService class
    Fernando Soler David committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    b94bec9 View commit details
    Browse the repository at this point in the history
  6. added some comments about refactoring of metrics collection

    Fernando Soler David committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    9e815a1 View commit details
    Browse the repository at this point in the history