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: ioet/time-tracker-backend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f65527dfdb055f45d7e6e8c52807c30b2de1d23c
Choose a base ref
...
head repository: ioet/time-tracker-backend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 56e4ceda1dd323b899ebdd14ddf8c511fa278478
Choose a head ref
  • 3 commits
  • 19 files changed
  • 3 contributors

Commits on Nov 22, 2021

  1. feat: TT-403 delete v2 time entries (#346)

    * feat: TT-401 Implemented service, end-point, dao, test- time entries
    
    * feat: TT-401 validated request create time entry
    
    * fix: TT-401 implemented faker url
    
    * feat: TT-403 created end-point to DELETE of time_entries
    
    * fix: TT-403 validation of id as integer
    
    * fix: TT-403 remove method POST
    
    * feat: TT-403 rebase with master
    
    * feat: TT-403 tests added
    
    * refactor: TT-403 correct flake8 lint syntax
    
    * fix: TT-403 comments solved
    
    * fix: TT-403 correction of rebase
    
    * refactor: TT-403 renamed of delete test
    
    Co-authored-by: mandres2015 <[email protected]>
    ararcos and mandres2015 authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    60a0dc7 View commit details
    Browse the repository at this point in the history
  2. ci: TT-411 adds pull request (ci) workflow for time-tracker v1 (#356)

    * ci: [TT-412] adds ci workflow for time-tracker v1
    
    * ci: [TT-412] injects secrets
    
    * ci: [TT-412] gets azure vault
    
    * ci: [TT-412] logins to azure
    
    * ci: [TT-412] adds other attempt to use secrets
    
    * ci: [TT-412] adds other attempt to use secrets as env var
    
    * ci: [TT-412] injects secrets to run tests
    
    * ci: [TT-412] injects USERID to run tests
    
    * ci: [TT-412] injects AZURE-APP-CONFIGURATION-CONNECTION-STRING to run tests
    
    * ci: [TT-412] injects DATABASE-ACCOUNT-URI to run tests
    
    * ci: [TT-412] injects DATABASE-MASTER-KEYO to run tests
    
    * ci: [TT-412] injects DATABASE-NAME to run tests
    
    * ci: [TT-412] injects AZURE-STORAGE-ACCOUNT-KEY to run tests
    
    * ci: [TT-412] adds step to build the app
    
    * ci: [TT-412] updates on section values
    
    * ci: [TT-412] renames file
    Cristian Toaquiza authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    a6fcb35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56e4ced View commit details
    Browse the repository at this point in the history
Loading