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

Case insensitive admin search, testing updates and manager setting of notes and report status #281

Merged
merged 60 commits into from
Feb 5, 2021

Commits on Jan 28, 2021

  1. Remove --runInBand

    dcloud committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    3524e9e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Add some docs around testing

    dcloud committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    60b68e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb1a516 View commit details
    Browse the repository at this point in the history
  3. Allow search to be case-insensitive

    Daniel Riquiac Gopar committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    8484d6e View commit details
    Browse the repository at this point in the history
  4. Fix Eslint issue

    Daniel Riquiac Gopar committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    4ef5971 View commit details
    Browse the repository at this point in the history
  5. Fix example

    dcloud committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    3f43234 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    deac317 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3f9022 View commit details
    Browse the repository at this point in the history
  8. Remove --runInBand

    dcloud committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    44af291 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b422f3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    84b24b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    92a41c4 View commit details
    Browse the repository at this point in the history
  12. Minor docker-run improvements

    dcloud committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    32f38c8 View commit details
    Browse the repository at this point in the history
  13. Change 'conf' to be a string, since that's how it gets used. Echo cmd…

    …s before running them
    dcloud committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    de13b1f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a232a91 View commit details
    Browse the repository at this point in the history
  15. Undo the composed compose files; docker-compose wasn't handling diffe…

    …rend db instances differently
    dcloud committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    ac43405 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    188b05f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ece7bb4 View commit details
    Browse the repository at this point in the history
  18. Add simpler run-tests script. Improve docker-compose.test.yml with na…

    …mespaced services, remove
    
    minodata volume.
    dcloud committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    c8886f0 View commit details
    Browse the repository at this point in the history
  19. Remove bin/docker-run since we are no longer composing multiple

    docker-compose files. Small scripts from here on out
    dcloud committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    8b0bece View commit details
    Browse the repository at this point in the history
  20. One last rename

    dcloud committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    43e18c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Managers can add notes and set status of reports

     * Review page is now different if the user looking at the page is the
    approving manager
     * Manager's review page includes the user's additional note and allows
    the manager to leave a manager note
     * Manager note added to DB
     * Report state is shown in the side nav's "review" section once it
    leaves "draft" mode
     * Policy, service and route added to update status of a report
    jasalisbury committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    90c4e50 View commit details
    Browse the repository at this point in the history
  2. Add API docs

    jasalisbury committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    975711e View commit details
    Browse the repository at this point in the history
  3. Update DB diagram

    jasalisbury committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    fe19276 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58b12ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13ff30f View commit details
    Browse the repository at this point in the history
  6. update failing tests

    Chuck McAndrew committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    e56cf18 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43ed721 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    486acd4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6dee177 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b14eeb9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    11b92b9 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'js-137-manager-approves-report' of github.com:adhocteam…

    …/Head-Start-TTADP into js-137-manager-approves-report
    jasalisbury committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    f698be6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    25e5f1f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d227006 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    0a785fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eadc38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3fb374 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #134 from adhocteam/dcloud/test-failure-fixes

    Add notes on testing, remove --runInBand, update tests what deleted too many db records.
    dcloud authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    9e05993 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b80d852 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e976f8a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #138 from adhocteam/dcloud/split-docker-local-test

    Create separate docker-compose file for running tests, add bin/run-tests command for easy testing
    dcloud authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    db9cb58 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2956987 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #137 from adhocteam/274-allow-case-insensitive-search

    Allow search to be case-insensitive
    gopar authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    eb867ac View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Merge branch 'main' into js-137-manager-approves-report

    Conflicts:
    	docs/logical_data_model.md
    	frontend/src/components/Navigator/index.js
    jasalisbury committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    75e4df0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #139 from adhocteam/js-137-manager-approves-report

    Managers can add notes and set status of reports
    jasalisbury authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    d31f14f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a50285f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #145 from adhocteam/js-increase-ci-cucumber-wait-time

    Increase wait time for the server to spin up in cucummber ci tests
    jasalisbury authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    ba18d84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d29a75d View commit details
    Browse the repository at this point in the history
  6. Feedback from PR

     * Display save message when creating a new report.
     * Only users that can write the report send an update request to the
    server
    jasalisbury committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    3f47788 View commit details
    Browse the repository at this point in the history
  7. Add frontend tests

    jasalisbury committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    c99ba9a View commit details
    Browse the repository at this point in the history
  8. Remove unused import

    jasalisbury committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    e027cdf View commit details
    Browse the repository at this point in the history
  9. Merge pull request #147 from adhocteam/dcloud/docker-tests-changes-pe…

    …r-feedback
    
    Document bin/run-tests, make sure frontend tests run in frontend instance
    dcloud authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    c6f62d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    4680a12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a31b94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c08eb4c View commit details
    Browse the repository at this point in the history
  4. Add param to run-tests to choose to run only frontend or backend test…

    …s. More echo statements, too
    dcloud committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    6cf1025 View commit details
    Browse the repository at this point in the history
  5. Check exit codes of docker cmds, and 'log' errors. Return exit_code e…

    …qual to number of errors that occurred.
    dcloud committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    c4c7bd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68a76de View commit details
    Browse the repository at this point in the history
  7. Merge pull request #149 from adhocteam/dcloud/test-script-improvements

    Improvements and fixes to bin/run-tests
    dcloud authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    f327246 View commit details
    Browse the repository at this point in the history