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

Entrega do Projeto #5

Open
wants to merge 76 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 31, 2021

  1. feat: 🔨 Create dockerfile

    Create dockerfile
    wellingtonalencar committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    6ed54ba View commit details
    Browse the repository at this point in the history
  2. feat: 🔨 Create docker-compose.yml

    Create docker-compose.yml
    wellingtonalencar committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    c1bab43 View commit details
    Browse the repository at this point in the history
  3. feat: 🔨 Create makefile

    Create makefile
    wellingtonalencar committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    26fc550 View commit details
    Browse the repository at this point in the history
  4. feat: 🔨 crate config xdebug

    crate config xdebug
    wellingtonalencar committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    7ae1b54 View commit details
    Browse the repository at this point in the history
  5. docs: 📝 Add coverage to make test

    Add coverage to make test
    wellingtonalencar committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    3b0ffda View commit details
    Browse the repository at this point in the history
  6. feat: 🔨 add secrets token acesss GPG

    add secrets token acesss GPG
    wellingtonalencar committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    51c719f View commit details
    Browse the repository at this point in the history
  7. feat: ⚡ add secrets to ignore

    add secrets to ignore
    wellingtonalencar committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    8f23bcc View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. feat: 🔨 Add Template PR

    Add Template PR
    wellingtonalencar committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    4b70731 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from wellalencarweb/feature/github-template

    feat: 🔨 Add Template PR
    wellalencarweb authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    cc9a364 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    842cb9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a73aec8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8c7895 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d014ed1 View commit details
    Browse the repository at this point in the history
  7. test

    wellingtonalencar committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    f91d5c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01152b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    974dcc1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3 from wellalencarweb/develop

    Develop: Git Hub Action - Infection Minimun Coverage
    wellalencarweb authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    1b197f7 View commit details
    Browse the repository at this point in the history
  11. feat: 🔨 Create Interface and Clients Checkers

    Create Interface and Clients Checkers
    wellingtonalencar committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    0bd14a2 View commit details
    Browse the repository at this point in the history
  12. feat: 🔨 Create Factory to Checkers

    Create Factory to Checkers
    wellingtonalencar committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    8981cea View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5634cc7 View commit details
    Browse the repository at this point in the history
  14. feat: 🔨 Implement FrauCheckerFactory

    Implement FrauCheckerFactory
    wellingtonalencar committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    f9282e7 View commit details
    Browse the repository at this point in the history
  15. refactor: ♻️ Refator to pass test

    Refator  to pass test
    wellingtonalencar committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    2f2ae89 View commit details
    Browse the repository at this point in the history
  16. test: ⚡ Create test to FraudChecker

    Create test to FraudChecker
    wellingtonalencar committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    d725e35 View commit details
    Browse the repository at this point in the history
  17. refactor: ♻️ Change name file test

    Change name file test
    wellingtonalencar committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    4369e4c View commit details
    Browse the repository at this point in the history
  18. refactor: ♻️ remove file

    remove file
    wellingtonalencar committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    3bc4485 View commit details
    Browse the repository at this point in the history
  19. docs: ⚡ create commmand to infection

    create commmand to infection
    wellingtonalencar committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    aca7c72 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. feat: ⚡ Implement SOLID: ISP The Interface Segregation Principle

    Implement SOLID: ISP The Interface Segregation Principle
    wellingtonalencar committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    aaaab99 View commit details
    Browse the repository at this point in the history
  2. refactor: ♻️ Refactor after use SOLID: ISP The Interface Segregation …

    …Principle
    
    Refactor after use SOLID: ISP The Interface Segregation Principle
    wellingtonalencar committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    1d6ab73 View commit details
    Browse the repository at this point in the history
  3. refactor: ♻️ Refactor after use SOLID: ISP The Interface Segregation …

    …Principle
    
    Refactor after use SOLID: ISP The Interface Segregation Principle
    wellingtonalencar committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    ea7a5a1 View commit details
    Browse the repository at this point in the history
  4. refactor: ♻️ Adaptater to Interface Segregations

    Adaptater to Interface Segregations
    wellingtonalencar committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    7796ae8 View commit details
    Browse the repository at this point in the history
  5. feat: ⚡ Implament Logic Order Clients; ConnecT Simulate; Next Client …

    …Case Failure
    
    Implament Logic Order Clients; ConnecT Simulate; Next Client Case Failure
    wellingtonalencar committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    12be1fb View commit details
    Browse the repository at this point in the history
  6. test: ✅ Adapter testes

    Adapter tests
    wellingtonalencar committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    54f5904 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cb7035 View commit details
    Browse the repository at this point in the history
  8. refactor: ♻️ Refactor Desing

    Refactor Desing
    wellingtonalencar committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    73d224a View commit details
    Browse the repository at this point in the history
  9. refactor: ♻️ Add message to Clients FraudCheckers

    Add message to Clients FraudCheckers
    wellingtonalencar committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    ee6a31a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. refactor: ♻️ Implements Messages to Clients FraudCheckers

    Implements Messages to Clients FraudCheckers
    wellingtonalencar committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    13595f2 View commit details
    Browse the repository at this point in the history
  2. test: ✅ Create dataproviders to FRauderCheckersSuccess

    Create dataproviders to FRauderCheckersSuccess
    wellingtonalencar committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    4c3a9bd View commit details
    Browse the repository at this point in the history
  3. style: ⚡ PSR

    PSR
    wellingtonalencar committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    3bac6db View commit details
    Browse the repository at this point in the history
  4. docs: 📄 Generate Coverage Command

    Generate Coverage Command
    wellingtonalencar committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    fee1d7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c6734e View commit details
    Browse the repository at this point in the history
  6. test: ♻️ Refactor tests

    Refactor tests
    wellingtonalencar committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    d4025eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9bfc5c View commit details
    Browse the repository at this point in the history
  8. feat: ⚡ Create Settings Class to Transactions

    Create Settings Class to Transactions
    wellingtonalencar committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    1bf9ed7 View commit details
    Browse the repository at this point in the history
  9. feat: ⚡ Create new method transactionTaxValues to Calculate Tax

    Create new method transactionTaxValues to Calculate Tax
    wellingtonalencar committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    778fe84 View commit details
    Browse the repository at this point in the history
  10. feat: ⚡ Create a new method checkProcess; initial fix the errors

    Create a new method checkProcess; initial fix the errors
    wellingtonalencar committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    8bc50b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8d72025 View commit details
    Browse the repository at this point in the history
  12. fix: 🐛 Rename File

    Rename File
    wellingtonalencar committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    6859fd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. feat: ⚡ Create trait to Email

    Create trait to Email
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    1dd34f9 View commit details
    Browse the repository at this point in the history
  2. feat: ⚡ Apply use Trait Email

    Apply use Trait Email
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    6b30f12 View commit details
    Browse the repository at this point in the history
  3. feat: ⚡ Initial solution to method create

    Initial solution to method create
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    3510caf View commit details
    Browse the repository at this point in the history
  4. feat: ⚡ Create Getters and Setters to Notification

    Create Getters and Setters to Notification
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    3db62a5 View commit details
    Browse the repository at this point in the history
  5. feat: ⚡ Create index to test

    Create index to test
    
    Create index to test
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    84274aa View commit details
    Browse the repository at this point in the history
  6. feat: ⚡ Change name

    Change name
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    16bc59a View commit details
    Browse the repository at this point in the history
  7. feat: ⚡ Implement dispatcherNotify

    Implement dispatcherNotify
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    b4c4bd5 View commit details
    Browse the repository at this point in the history
  8. feat: ⚡ Create Class DispatcherNotification

    Create Class  DispatcherNotification
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    8ee27bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3259894 View commit details
    Browse the repository at this point in the history
  10. feat: ⚡ Create DispatcherNotification

    Create DispatcherNotification
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    11ef2cc View commit details
    Browse the repository at this point in the history
  11. feat: ⚡ Increment more class to index

    Increment more class to index
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    d498ab5 View commit details
    Browse the repository at this point in the history
  12. feat: ⚡ Create procedural execution

    Create procedural execution
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    725cf88 View commit details
    Browse the repository at this point in the history
  13. feat: ⚡ Implement new Class

    Implement new Class
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    11459d9 View commit details
    Browse the repository at this point in the history
  14. refactor: ♻️ refactor index

    refactor index
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    9d97eae View commit details
    Browse the repository at this point in the history
  15. feat: ⚡ Create Notifier Client

    Create Notifier Client
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    5dd2149 View commit details
    Browse the repository at this point in the history
  16. feat: ⚡ Create Tax manager Client

    Create Tax manager Client
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    6c9bffd View commit details
    Browse the repository at this point in the history
  17. docs: 📝 remove folder and namespaces

    remove  folder and namespaces
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    bec4214 View commit details
    Browse the repository at this point in the history
  18. feat: ⚡ Create a Executor for tests aplication

    Create a Executor for tests aplication
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    72f1d8b View commit details
    Browse the repository at this point in the history
  19. feat: ⚡ Remove bloc try/catch

    Remove bloc try/catch
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    85313fb View commit details
    Browse the repository at this point in the history
  20. refactor: ⚡ Remove display erros

    Remove display erros
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    64c0dfd View commit details
    Browse the repository at this point in the history
  21. refactor: ⚡ Refactor validations

    Refactor validations
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    49b904a View commit details
    Browse the repository at this point in the history
  22. refactor: ♻️ Add try catch

    Add try catch
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    4c00ccd View commit details
    Browse the repository at this point in the history
  23. test: ✅ fixes and implements new tests

    fixes and implements new tests
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    13d242b View commit details
    Browse the repository at this point in the history
  24. feat: ⚡ Implement teste and new methods

    Implement teste and new methods
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    9b2908f View commit details
    Browse the repository at this point in the history
  25. tests: coverage

    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    b3e6c29 View commit details
    Browse the repository at this point in the history
  26. tests: coverage

    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    a698409 View commit details
    Browse the repository at this point in the history
  27. docs: 📝 Create README

    Create README
    wellingtonalencar committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    3639efa View commit details
    Browse the repository at this point in the history
  28. Merge pull request #4 from wellalencarweb/develop

    Desenvolvimento Projeto
    wellalencarweb authored Sep 4, 2021
    Configuration menu
    Copy the full SHA
    b40322d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. test: git

    wellalencarweb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    184b681 View commit details
    Browse the repository at this point in the history