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

Add topics/reasons, filters, and activity reports table to TTA record page, update robots.txt for lower environments, Update Trussworks 2.0, lower export CSV limit #614

Merged
merged 101 commits into from
Nov 16, 2021

Commits on Nov 2, 2021

  1. Add topic/reasons graph widget

     * pull bar graph into it's own component
     * bar graph now scrolls just the graph content, allows title/labels to
    still be shown when the graph is scrolled
     * add topic/reason freq widget. Can switch between display of reasons
    or topics
     * added backend test helpers to quickly (as in how long to code) create
    activity reports and destroy them for tests, along with any needed associations
    jasalisbury committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    3b7e3be View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Bump validator from 13.6.0 to 13.7.0

    Bumps [validator](https://github.com/validatorjs/validator.js) from 13.6.0 to 13.7.0.
    - [Release notes](https://github.com/validatorjs/validator.js/releases)
    - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
    - [Commits](validatorjs/validator.js@13.6.0...13.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: validator
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    0e254d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Feedback from PR

    jasalisbury committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    b2d6cf2 View commit details
    Browse the repository at this point in the history
  2. Accessibility updates

    Move button outside of H2 tag. Graph is focusable (so scrollable with
    keyboard)
    jasalisbury committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    4db64f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b60743c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71bfb51 View commit details
    Browse the repository at this point in the history
  5. Make the linter happy

    jasalisbury committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    6ff0a91 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Move report table to own component

     * Report table is now it's own component
     * Activity reports table replaced with new stand alone component
     * My alerts still needs to be updated to use new component. There are a
    few difference between the two tables that need to be handled. Saving
    for a later date to keep the change smaller
     * withWidgetData uses deep compare to prevent multiple renders
     * Moved table related tests from landing page to new component
     * Add report table to grantee dashboard
    jasalisbury committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    a578e94 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Accessibility updates

    jasalisbury committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d4069c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fb7bc6 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    jasalisbury committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    b6d4218 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    872fb8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    396d600 View commit details
    Browse the repository at this point in the history
  6. merging upstream

    thewatermethod committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    0c5506b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    d8a7a14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4e076f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #606 from HHS/js-394-add-topics-reasons-graph

    Add topic/reasons graph widget
    jasalisbury authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f9d28ac View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into js-396-add-activity-reports-to-tta-history

    Conflicts:
    	frontend/src/pages/GranteeRecord/index.js
    	frontend/src/pages/GranteeRecord/pages/TTAHistory.js
    jasalisbury committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8c8cf12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4058cf3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e408022 View commit details
    Browse the repository at this point in the history
  7. fix var name

    thewatermethod committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    eef4486 View commit details
    Browse the repository at this point in the history
  8. fix ui tests

    thewatermethod committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8e3e926 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #610 from HHS/js-396-add-activity-reports-to-tta-h…

    …istory
    
    Move report table to own component
    jasalisbury authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    139e7e3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a8a74e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3c59900 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f8833c1 View commit details
    Browse the repository at this point in the history
  13. more bash better

    thewatermethod committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b7ed5c5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    78be5f7 View commit details
    Browse the repository at this point in the history
  15. for christmas sake

    thewatermethod committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    7116b31 View commit details
    Browse the repository at this point in the history
  16. testing complete

    thewatermethod committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2634a59 View commit details
    Browse the repository at this point in the history
  17. fix ui test

    thewatermethod committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    df1ed94 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ece825e View commit details
    Browse the repository at this point in the history
  19. Fix plotly import

    jasalisbury committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2eacd1e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6f59aa4 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #615 from HHS/js-fix-plotly-import

    Fix plotly import
    jasalisbury authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e0770cf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    78c046a View commit details
    Browse the repository at this point in the history
  23. Merge pull request #483 from HHS/main

    Merge in HHS
    jasalisbury authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    7071c10 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    93dd0da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    901a356 View commit details
    Browse the repository at this point in the history
  3. awaken robot on prod

    thewatermethod committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    7321977 View commit details
    Browse the repository at this point in the history
  4. Update .circleci/config.yml

    Co-authored-by: Josh Salisbury <[email protected]>
    thewatermethod and jasalisbury authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    d844f45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa62b9b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #613 from HHS/TTAHUB276

    welcoming robots in certain situations
    thewatermethod authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    b40e3fc View commit details
    Browse the repository at this point in the history
  7. fix unit test again

    thewatermethod committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    7b7073f View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/main' into TTAHUB-430/add-appr…

    …oved-and-created-date-to-ar
    thewatermethod committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    828231c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    223030d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45c726d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c712df7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    adcabcc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    758665a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    281d6ac View commit details
    Browse the repository at this point in the history
  15. fixing tests

    thewatermethod committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    be49632 View commit details
    Browse the repository at this point in the history
  16. fixed modal unit tests

    AdamAdHocTeam committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    668ec94 View commit details
    Browse the repository at this point in the history
  17. updated my alert test

    AdamAdHocTeam committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    edb0e72 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    44f3cdf View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    79e1fea View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. clean up prop type

    thewatermethod committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    34bca8d View commit details
    Browse the repository at this point in the history
  2. cleanup UI tests

    thewatermethod committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    7b27f95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2ee92a View commit details
    Browse the repository at this point in the history
  4. idle modal test fixes

    AdamAdHocTeam committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    63faad4 View commit details
    Browse the repository at this point in the history
  5. add backend tests

    thewatermethod committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    1b95811 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' of https://github.com/HHS/Head-Start-TTADP into d…

    …ependabot/npm_and_yarn/validator-13.7.0
    kryswisnaskas committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    a49453f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49e9061 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d49d796 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d42f2ab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cc9f27e View commit details
    Browse the repository at this point in the history
  11. fix failing ui test

    thewatermethod committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    113ae19 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9ba70c6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5fcb455 View commit details
    Browse the repository at this point in the history
  14. unique id value

    AdamAdHocTeam committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    7097b97 View commit details
    Browse the repository at this point in the history
  15. update known issues

    kryswisnaskas committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    d722740 View commit details
    Browse the repository at this point in the history
  16. fix axe

    AdamAdHocTeam committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    bee703d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c6c4362 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #607 from HHS/dependabot/npm_and_yarn/validator-13…

    ….7.0
    
    Bump validator from 13.6.0 to 13.7.0
    kryswisnaskas authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    ec9b761 View commit details
    Browse the repository at this point in the history
  19. fix axe again

    AdamAdHocTeam committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    586cb11 View commit details
    Browse the repository at this point in the history
  20. fix axe issues again

    AdamAdHocTeam committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    1a4b0bd View commit details
    Browse the repository at this point in the history
  21. try heading axe fix

    AdamAdHocTeam committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    04060a3 View commit details
    Browse the repository at this point in the history
  22. update test for axe

    AdamAdHocTeam committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    ae9801f View commit details
    Browse the repository at this point in the history
  23. update

    AdamAdHocTeam committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    11df756 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3d48d9a View commit details
    Browse the repository at this point in the history
  25. hide headings

    AdamAdHocTeam committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    01d756e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    2f0a8bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3f6a8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0847c79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    feac881 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    761638b View commit details
    Browse the repository at this point in the history
  6. add filters to grantee record page (#479)

    * fix prop type
    
    * db.sequelize.close returns a promise
    
    * fix unit test
    
    * building backend route for grantee search
    
    * create query for search
    
    * clean up function
    
    * add unit test
    
    * add size limit to query
    
    * fix broken ui test
    
    * update ui test for new features
    
    * add another ui test
    
    * beefed up unit test
    
    * beefed up second unit test
    
    * refactor fetching of widget data
    
    * add granteeId to scopes
    
    * remove unused file
    
    * remove widgets example page
    
    * add unit test
    
    * fix broken test
    
    * back end for grants list widget
    
    * build out GranteeResults
    
    * fixed placement of statistics to match mockup
    
    * add grantee results table
    
    * write ui test
    
    * add additional ui tests
    
    * backend fixes for grants program types
    
    * backend unit tests
    
    * update yarn vuln
    
    * starting to fill test coverage gaps
    
    * more work on ui tests
    
    * return fetchers to prev state
    
    * ui test for grantee search
    
    * another ui test
    
    * testing linter
    
    * remove test
    
    * test
    
    * remove inline function
    
    * fix bug where sort wasn't firing
    
    * why not?
    
    * removed shot in the dark
    
    * test this lint
    
    * test this lint
    
    * on apply remove as a test
    
    * defeated, we add no an eslint ignore
    
    * updates wip
    
    * fix unit tests
    
    * linter fixes
    
    * changes for grantee to use scopes with fixes
    
    * finish UI tests
    
    * more grantee list updates
    
    * first version of grants list widget
    
    * updates
    
    * unit test for Grants List FE
    
    * fix front end tests
    
    * fix all backend tests
    
    * minor ui update
    
    * change ids to see if test passes
    
    * updates
    
    * fix ui
    
    * add feature flag
    
    * clean up feature flag component and some naming
    
    * clean up fetcher
    
    * clean up css
    
    * rename determineFiltersToScopes to filtersToScopes
    
    * cleanup feature flag usage
    
    * filtering via model type
    
    * leverage existing filter code
    
    * more tweaking of feature flag
    
    * add missing param
    
    * add default sorting to grantee service
    
    * update grantee service
    
    * write unit tests for new scopes
    
    * fix ui tests
    
    * fix lint error
    
    * fix backend unit tests
    
    * fix lint errors
    
    * feature flag grantee record
    
    * refactor search endpoint to use new scopes
    
    * fix issues with grantee record page
    
    * fix flaky frontend test and iron out bugs with merge
    
    * remove extraneous comment
    
    * working on proper error handling;
    
    * remove failing tests for now
    
    * add back in unit tests
    
    * simplify fetching data
    
    * improve backend coverage
    
    * no magic numbers
    
    * add new tab components;
    
    * new layout changes
    
    * sensible defaults
    
    * fix backend test
    
    * wrote "a lot" of tests
    
    * add to feature flag tests
    
    * switch url structure
    
    * remove unneeded error override prop
    
    * fix indentation
    
    * users can't set 'modelType'
    
    * hoist Filter to its own scope
    
    * rename granteebyScopes to granteeById
    
    * refactor granteeById to use program table
    
    * rename granteesByNameAndRegion
    
    * required false on included model
    
    * remove unneeded filter
    
    * refactor loading logic for grantee search form
    
    * remove unnecessary condition
    
    * refactor programs on frontend
    
    * fix some unit tests
    
    * fix unit tests
    
    * remove console logs
    
    * create basic filter component
    
    * rearranging componentry
    
    * putting it all together
    
    * add todo comment
    
    * flopped those bad boys
    
    * flopped menu item order
    
    * add configurable fields to overview widget
    
    * always show search results (simplify loading logic)
    
    * show side nav as active when in any part of grantee record flow
    
    * style changes
    
    * refactor tooltips, add them to the overview widget
    
    * fix back to search link
    
    * fix grantee results page
    
    * fix tooltip text wrap, screenreader on overview
    
    * fix UI tests for grantee record page
    
    * simplify filter management
    
    * clean up filters some more
    
    * further filter cleanup
    
    * allow year to date as a filter option;
    
    * add key to render, refactor components
    
    * role filter should show overlap
    
    * working out the kinks
    
    * fix filter state and match mockup
    
    * add keyboard handling and descriptive page titles
    
    * further styling
    
    * writing tests
    
    * start unit tests
    
    * trying to fix post merge mistakes
    
    * fixing some merge mistakes
    
    * add some UI test
    
    * add additional unit tests
    
    * fix botched backend test and add frontend test
    
    * some small accessibility improvements
    
    * add refactor plan
    
    * begin refactoring
    
    * refactor and seperate button select and date range select
    
    * start another refactor
    
    * refactor menu usage
    
    * refactor dropdowns to use one component
    
    * add test for grantee search
    
    * cleanup TTA History filter
    
    * convert filter menu to dropdown menu
    
    * ui fixes after refactoring
    
    * fix more ui bugs
    
    * fill in some test coverage
    
    * add filter menu item test
    
    * get rid of duplicate constant
    
    * add test for filter date range
    
    * more test coverage
    
    * fix bug with filter blurring
    
    * fix blur interactions
    
    * fix weird checkbox behavior
    
    * bring date icons inline;
    
    * reset condition on topic change
    
    * remove debugging comment
    
    * ditch unused code so we don\'t have to test it
    
    * adapt test since query is killed by topic change
    
    * write test for button select
    
    * remove phantom state from checkbox select
    
    * refactor formatDateRange function
    
    * add test to date range select
    
    * remove unused code from filter menu that we shouldnt test
    
    * fix date range select label bug
    
    * fix specialist select blur bug
    
    * [TTAHUB-404] Add target populations to Grantee record page (#480)
    
    * add label to input in search form
    
    * create new widget front and back
    
    * ui test
    
    * put it in a grid
    
    * fix ui test
    
    * clean up tests
    
    * radd scopes to goals for grant
    
    * I put the where in the wrong place (oopsie)
    
    * fix test
    
    * Add SES to the diagram
    
    * Add to ignored yarn vulnerabilities
    
    Co-authored-by: unknown <[email protected]>
    
    * fix weird blur behavior
    
    * make grids agree
    
    * resolve merge issues
    
    * TTA-HUB: 397 Add Pill Filters to Grantee Page (#481)
    
    * first version of filter pills
    
    * added first version of filter pills
    
    * added tests for filter pill ui
    
    * change colors and add test
    
    * fixed issues found by Matt
    
    * fixed filter issues and specialists check boxes
    
    * fixed pill row spacing and moved AND to front
    
    * fix audit vuln
    
    * fix lint errors
    
    * wip
    
    * css fixes
    
    * code clean up
    
    * added unit test for tool tip and fixed filter pill test
    
    * align text in ellipsis pill
    
    * fixes based on Joshs PR review
    
    Co-authored-by: Matt Bevilacqua <[email protected]>
    
    * neaten the prop types
    
    * fighting against extra api calls
    
    * clear out query on condition
    
    * fix ui tests
    
    * add column header test
    
    * remove unneeded code
    
    * add another ui test
    
    * pass correct filters to the frequency graph
    
    * fix weird useState
    
    * refactor filter usage across TTA History
    
    * apply filters to table as well
    
    * add min width to menu
    
    * remove all specialists as an option
    
    * fix table colors
    
    * fix grantee record ui test
    
    * remove toggle all checked ui test
    
    * fix other failing tests
    
    * add test to column header
    
    * test
    
    * no div + caption
    
    * cleanup test
    
    * add test to mock
    
    * lwrite a test that works
    
    * we have to stop meeting like this
    
    Co-authored-by: Adam Levin <[email protected]>
    Co-authored-by: Adam Levin <[email protected]>
    Co-authored-by: Josh Salisbury <[email protected]>
    Co-authored-by: unknown <[email protected]>
    5 people authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    46480e2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #618 from HHS/ttahub-451/add-target-pop

    [TTAHUB-451] Add target populations to approved report
    thewatermethod authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    182f83d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #616 from HHS/TTAHUB-430/add-approved-and-created-…

    …date-to-ar
    
    [TTAHUB-430] add approved and created date to activity report tables
    thewatermethod authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    f170803 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a063067 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. linter fixes

    AdamAdHocTeam committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    89d6301 View commit details
    Browse the repository at this point in the history
  2. audit vuln

    AdamAdHocTeam committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    296a1f3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #617 from HHS/ttahub-345-upgrade-all-packages

    TTAHUB-345 Upgrade to Trussworks 2.0 Component Library
    AdamAdHocTeam authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    5e61e12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0990815 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #623 from HHS/outline-unlock-report-button

    TTAHUB-22: Change unlock report button CSS to outline
    AdamAdHocTeam authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    70886b0 View commit details
    Browse the repository at this point in the history
  6. Resolve merge conflicts (merge HHS:main into adhoc:main) (#484)

    * Bump validator from 13.6.0 to 13.7.0
    
    Bumps [validator](https://github.com/validatorjs/validator.js) from 13.6.0 to 13.7.0.
    - [Release notes](https://github.com/validatorjs/validator.js/releases)
    - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
    - [Commits](validatorjs/validator.js@13.6.0...13.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: validator
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * welcoming robots in certain situations
    
    * Update known vulnerabilities
    
    * trying a different approach in the config
    
    * is this how we set vars?
    
    * fix var name
    
    * test on dev since sandbox does not do what I thought
    
    * need to learn how to do bash
    
    * more bash better
    
    * for christmas sake
    
    * testing complete
    
    * fix bash script var names
    
    * move logic to circlci config
    
    * awaken robot on prod
    
    * Update .circleci/config.yml
    
    Co-authored-by: Josh Salisbury <[email protected]>
    
    * add approvedat migration
    
    * update approvedAt on approval
    
    * clean up constants, add new one
    
    * add approved and created dates to fe landing page
    
    * add approved and created date to csv download
    
    * remove console statement
    
    * fixing tests
    
    * partial fixes for ui tests
    
    * clean up prop type
    
    * cleanup UI tests
    
    * add backend tests
    
    * add target populations to ar
    
    * add approved and created date to ar, table css fixes
    
    * fix failing ui test
    
    * fix failing tooltip test
    
    * update known issues
    
    * Update known vulnerabilities
    
    * fix capitalizations while we're here
    
    * fix css bug w/checkboxes
    
    * update ignored FE vulns
    
    * writing FE tests
    
    * working on more tests
    
    * provide some missing UI tests
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: unknown <[email protected]>
    Co-authored-by: Josh Salisbury <[email protected]>
    4 people authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    97a8eae View commit details
    Browse the repository at this point in the history
  7. Resolve new merge conflicts (#485)

    * Bump validator from 13.6.0 to 13.7.0
    
    Bumps [validator](https://github.com/validatorjs/validator.js) from 13.6.0 to 13.7.0.
    - [Release notes](https://github.com/validatorjs/validator.js/releases)
    - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
    - [Commits](validatorjs/validator.js@13.6.0...13.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: validator
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * welcoming robots in certain situations
    
    * Update known vulnerabilities
    
    * trying a different approach in the config
    
    * is this how we set vars?
    
    * fix var name
    
    * test on dev since sandbox does not do what I thought
    
    * update trusworks with modal changes
    
    * need to learn how to do bash
    
    * more bash better
    
    * for christmas sake
    
    * testing complete
    
    * fix bash script var names
    
    * updated file uploader modal
    
    * updated external resource modal
    
    * move logic to circlci config
    
    * awaken robot on prod
    
    * Update .circleci/config.yml
    
    Co-authored-by: Josh Salisbury <[email protected]>
    
    * add approvedat migration
    
    * update approvedAt on approval
    
    * clean up constants, add new one
    
    * add approved and created dates to fe landing page
    
    * add approved and created date to csv download
    
    * remove console statement
    
    * fixing tests
    
    * fixed modal unit tests
    
    * updated my alert test
    
    * fixed modal tests for external resource
    
    * partial fixes for ui tests
    
    * clean up prop type
    
    * cleanup UI tests
    
    * more unit test fixes for trussworks2
    
    * idle modal test fixes
    
    * add backend tests
    
    * fixed accessibility issue and added test coverage
    
    * add target populations to ar
    
    * add approved and created date to ar, table css fixes
    
    * fix failing ui test
    
    * fix failing tooltip test
    
    * unique id value
    
    * update known issues
    
    * fix axe
    
    * Update known vulnerabilities
    
    * fix axe again
    
    * fix axe issues again
    
    * try heading axe fix
    
    * update test for axe
    
    * update
    
    * see if remvoing display none fixes issue
    
    * hide headings
    
    * limit number of headings
    
    * added cusom accordion with heading size prop
    
    * added test for accordion
    
    * fix capitalizations while we're here
    
    * fixes based on Kryss comments
    
    * linter fixes
    
    * audit vuln
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: unknown <[email protected]>
    Co-authored-by: Adam Levin <[email protected]>
    Co-authored-by: Josh Salisbury <[email protected]>
    Co-authored-by: Adam Levin <[email protected]>
    6 people authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    3fbe926 View commit details
    Browse the repository at this point in the history
  8. Merge HHS (#486)

    * Bump validator from 13.6.0 to 13.7.0
    
    Bumps [validator](https://github.com/validatorjs/validator.js) from 13.6.0 to 13.7.0.
    - [Release notes](https://github.com/validatorjs/validator.js/releases)
    - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
    - [Commits](validatorjs/validator.js@13.6.0...13.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: validator
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * welcoming robots in certain situations
    
    * Update known vulnerabilities
    
    * trying a different approach in the config
    
    * is this how we set vars?
    
    * fix var name
    
    * test on dev since sandbox does not do what I thought
    
    * update trusworks with modal changes
    
    * need to learn how to do bash
    
    * more bash better
    
    * for christmas sake
    
    * testing complete
    
    * fix bash script var names
    
    * updated file uploader modal
    
    * updated external resource modal
    
    * move logic to circlci config
    
    * awaken robot on prod
    
    * Update .circleci/config.yml
    
    Co-authored-by: Josh Salisbury <[email protected]>
    
    * add approvedat migration
    
    * update approvedAt on approval
    
    * clean up constants, add new one
    
    * add approved and created dates to fe landing page
    
    * add approved and created date to csv download
    
    * remove console statement
    
    * fixing tests
    
    * fixed modal unit tests
    
    * updated my alert test
    
    * fixed modal tests for external resource
    
    * partial fixes for ui tests
    
    * clean up prop type
    
    * cleanup UI tests
    
    * more unit test fixes for trussworks2
    
    * idle modal test fixes
    
    * add backend tests
    
    * fixed accessibility issue and added test coverage
    
    * add target populations to ar
    
    * add approved and created date to ar, table css fixes
    
    * fix failing ui test
    
    * fix failing tooltip test
    
    * unique id value
    
    * update known issues
    
    * fix axe
    
    * Update known vulnerabilities
    
    * fix axe again
    
    * fix axe issues again
    
    * try heading axe fix
    
    * update test for axe
    
    * update
    
    * see if remvoing display none fixes issue
    
    * hide headings
    
    * limit number of headings
    
    * added cusom accordion with heading size prop
    
    * added test for accordion
    
    * fix capitalizations while we're here
    
    * fixes based on Kryss comments
    
    * fix css bug w/checkboxes
    
    * linter fixes
    
    * audit vuln
    
    * update ignored FE vulns
    
    * writing FE tests
    
    * change unlock report button css to outline
    
    * working on more tests
    
    * provide some missing UI tests
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: unknown <[email protected]>
    Co-authored-by: Adam Levin <[email protected]>
    Co-authored-by: Josh Salisbury <[email protected]>
    Co-authored-by: Adam Levin <[email protected]>
    6 people authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    1d127e4 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #612 from HHS/TTAHUB-160/final-export-warning-changes

    [TTAHUB-160] final changes to export message from accessibility spec. and lowering limit
    thewatermethod authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    fb7878d View commit details
    Browse the repository at this point in the history
  10. Merge HHS (#487)

    * Bump validator from 13.6.0 to 13.7.0
    
    Bumps [validator](https://github.com/validatorjs/validator.js) from 13.6.0 to 13.7.0.
    - [Release notes](https://github.com/validatorjs/validator.js/releases)
    - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
    - [Commits](validatorjs/validator.js@13.6.0...13.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: validator
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * welcoming robots in certain situations
    
    * Update known vulnerabilities
    
    * trying a different approach in the config
    
    * is this how we set vars?
    
    * fix var name
    
    * test on dev since sandbox does not do what I thought
    
    * update trusworks with modal changes
    
    * need to learn how to do bash
    
    * more bash better
    
    * for christmas sake
    
    * testing complete
    
    * fix bash script var names
    
    * updated file uploader modal
    
    * updated external resource modal
    
    * move logic to circlci config
    
    * awaken robot on prod
    
    * Update .circleci/config.yml
    
    Co-authored-by: Josh Salisbury <[email protected]>
    
    * add approvedat migration
    
    * update approvedAt on approval
    
    * clean up constants, add new one
    
    * add approved and created dates to fe landing page
    
    * add approved and created date to csv download
    
    * remove console statement
    
    * fixing tests
    
    * fixed modal unit tests
    
    * updated my alert test
    
    * fixed modal tests for external resource
    
    * partial fixes for ui tests
    
    * clean up prop type
    
    * cleanup UI tests
    
    * more unit test fixes for trussworks2
    
    * idle modal test fixes
    
    * add backend tests
    
    * fixed accessibility issue and added test coverage
    
    * add target populations to ar
    
    * add approved and created date to ar, table css fixes
    
    * fix failing ui test
    
    * fix failing tooltip test
    
    * unique id value
    
    * update known issues
    
    * fix axe
    
    * Update known vulnerabilities
    
    * fix axe again
    
    * fix axe issues again
    
    * try heading axe fix
    
    * update test for axe
    
    * update
    
    * see if remvoing display none fixes issue
    
    * hide headings
    
    * limit number of headings
    
    * added cusom accordion with heading size prop
    
    * added test for accordion
    
    * fix capitalizations while we're here
    
    * fixes based on Kryss comments
    
    * linter fixes
    
    * audit vuln
    
    * change unlock report button css to outline
    
    * remove to be deleted files from test coverage
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: unknown <[email protected]>
    Co-authored-by: Adam Levin <[email protected]>
    Co-authored-by: Josh Salisbury <[email protected]>
    Co-authored-by: Adam Levin <[email protected]>
    6 people authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    4ef0353 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #622 from adhocteam/main

    add filters and target populations table to grantee record page
    thewatermethod authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    56c8f39 View commit details
    Browse the repository at this point in the history