Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mobile-clarobrasil/claro-brasil-challenge-backend-nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: NeriDeveloper/claro-brasil-challenge-backend-nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 27 files changed
  • 1 contributor

Commits on May 15, 2018

  1. feat: First commit with minimal dependencies to run the restify and e…

    …slint, created the gitignore for nodes project, created the estlint standard configuration and configure the editorconfig plugin to help with standardization
    malaquiasdev committed May 15, 2018
    Configuration menu
    Copy the full SHA
    79cf2b9 View commit details
    Browse the repository at this point in the history
  2. feat: Change the initial struct position, create the routes folder an…

    …d index and a server folder
    malaquiasdev committed May 15, 2018
    Configuration menu
    Copy the full SHA
    7f6bc60 View commit details
    Browse the repository at this point in the history
  3. feat: Enabled the cors plugin for restify with a plubic state and cre…

    …ate the archtype to put new plugins in the restify with more simplicity
    malaquiasdev committed May 15, 2018
    Configuration menu
    Copy the full SHA
    210860e View commit details
    Browse the repository at this point in the history
  4. Created the first devices routes for find all devices in the database…

    … and activated the bodyparser of restify
    malaquiasdev committed May 15, 2018
    Configuration menu
    Copy the full SHA
    074a518 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7613fa3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    782a8dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c4dcae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d421f71 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cfbc6aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5d5274f View commit details
    Browse the repository at this point in the history
  11. refactor: Created the model of Device and change the routes to use th…

    …is model. Change the integration test as well
    malaquiasdev committed May 15, 2018
    Configuration menu
    Copy the full SHA
    a05ceea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aec196b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a36471d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    57182d7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fbe8565 View commit details
    Browse the repository at this point in the history
  16. Created the PATCH and DELETE route for Devices, now the CRUD is compl…

    …ete and i can refactor and implement the business rules, as well as more tests
    malaquiasdev committed May 15, 2018
    Configuration menu
    Copy the full SHA
    eafc10b View commit details
    Browse the repository at this point in the history
Loading