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

Task/FP-737: Manage Allocations #480

Merged
merged 19 commits into from
Dec 8, 2021

Commits on Jul 14, 2021

  1. Scaffolding

    owaisj committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    d0e2797 View commit details
    Browse the repository at this point in the history
  2. stopgap

    owaisj committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    02a915e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    9a626cb View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. No UI; backend ready

    owaisj committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    c394829 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Task/FP-1168: add backend unit tests for add/delete members of TAS pr…

    …ojects (subtask of FP-737) (#467)
    
    * Remove unneeded change
    
    * Fix url for user delete
    
    * Remove logging statements and correct ApiException
    
    Second argument of ApiException is status (i.e. status_code)
    
    * Remove status code in ApiException as TAS returns 200
    
    Main reason for not using TAS return code is that for errors (like
    missing user), TAS still returns a 200.  Also, it isn't useful as
    we handle all ApiException as 400 and don't log that status_code that
    that was pass to ApiException
    
    * Add tests
    
    * Fix pep errors
    
    * Remove change to response for testing purposes
    
    * Fix use of ApiException
    
    * Fix tests
    
    * Improve logging message for forced allocation retrieval
    
    * Fix logging for add/delete of users to allocation
    nathanfranklin authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    cd34196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eec87e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    eb69f04 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. task/FP-737, task/FP-1180: Use Search component from Projects (#477)

    * use projects search; add common component
    
    * revert local dev change
    rstijerina authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    05399b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfbd322 View commit details
    Browse the repository at this point in the history
  3. Task/fp 1183 complete saga redux for removing user (#474)

    * Complete saga/redux for removing user
    
    Spinner is shown while deleting and error is shown when failed
    
    * Hide remove button for PI user
    
    * Add unit tests
    
    Refactor some fixture into a fixture file
    
    * Add remove user failure saga test
    
    * Refactor removing of user from team from reducer to saga
    
    * Update client/src/redux/sagas/allocations.sagas.js
    
    Co-authored-by: Sal Tijerina <r.sal.tijerina@gmail.com>
    
    Co-authored-by: rstijerina <r.sal.tijerina@gmail.com>
    nathanfranklin and rstijerina authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    ec6c3c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    fcb02d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. task/FP-1190: Unified search for FP-737 (#479)

    * unified search
    
    * update placeholder
    
    * remove autocomplete package
    rstijerina authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    ea0e35a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. merge main package files

    rstijerina committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    09fd80b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e596a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    5554939 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    7aa9c87 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. FP/737: Polish UI and Add User Functionality (FP-1182 & FP-1198) (#514)

    * Add user functionality and styling
    
    * Text and variable name changes
    
    Co-authored-by: rstijerina <r.sal.tijerina@gmail.com>
    owaisj and rstijerina authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    beb2804 View commit details
    Browse the repository at this point in the history
  2. Task/FP-1181: Basic unit tests for front-end components (#555)

    * Fix failing tests
    
    * Basic unit test for Allocations Management Modal
    owaisj authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    a1259a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fa8873 View commit details
    Browse the repository at this point in the history