-
Security updates
-
Bump a lot of gems
-
Remove travis-ci
-
Remove CodeClimate
-
Add GitHub Actions
Marcelo Toledo
-
Security updates
-
Update a lot of gems
-
Update Rubocop
-
Bump rack from 2.2.2 to 2.2.3
-
Bump websocket-extensions from 0.1.4 to 0.1.5
-
Bump kaminari from 1.2.0 to 1.2.1
-
Bump puma from 4.3.3 to 4.3.5
Marcelo Toledo
-
Updated Ruby version
-
Added
codecov
anddotenv-rails
gems -
Updated some gems
-
Added some badges to README.md
-
Security updates
Marcelo Toledo
-
Added validation to minimum size to password required
-
Updated simplecov config
Marcelo Toledo
- Updated ruby version
- Updated a lot gems
- Updated rubocop config
- Updated travis config
- Updated docker-compose
- Routes refactored
- Controllers refactored
- TransactionService refactored
- AccountService refactored
- Get balance refactored
- Added deposit
- Added statement
- Added serializer
- Renamed transactions field:
value
toamount
- Updated routes
- Updated README.md
-
Update README.md
Marcelo Toledo
-
Fixed some specs
-
TDD: Added new validations to transactions
-
Refactored many files
-
TDD: Added Transfer
Marcelo Toledo
-
TDD: Added tests to Transaction Model
-
Added Format Helper
-
TDD: Set initial balance to new accounts
-
TDD: User can get current balance
Marcelo Toledo
-
TDD: Added tests to Accounts Model
-
Added Basic Auth
-
TDD: Updated old tests to use Basic Auth in the project
Marcelo Toledo
-
Configured some gems
-
TDD: Added tests to Users Model
Marcelo Toledo
-
Created project
-
Configured project
-
Added docker
-
Added script/ to use with docker
-
Added CodeClimate config
-
Added Travis-CI config
-
Configured Postgres Database
Marcelo Toledo