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

Release/sprint 9 #336

Merged
merged 92 commits into from
Jun 23, 2022
Merged

Release/sprint 9 #336

merged 92 commits into from
Jun 23, 2022

Commits on May 10, 2022

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

Commits on May 23, 2022

  1. Merging

    Elaine Krauss committed May 23, 2022
    Configuration menu
    Copy the full SHA
    22bba1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ae3c97 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Merge branch 'develop' of https://github.com/fecgov/fecfile-web-app i…

    …nto feature/130-committee-detail-links
    toddlees committed May 24, 2022
    Configuration menu
    Copy the full SHA
    f6abe8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1916909 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaca60b View commit details
    Browse the repository at this point in the history
  4. adds code coverage

    toddlees committed May 24, 2022
    Configuration menu
    Copy the full SHA
    37c65c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ac601d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Merge pull request #301 from fecgov/feature/130-committee-detail-links

    Committee Detail Links
    mjtravers authored May 25, 2022
    Configuration menu
    Copy the full SHA
    f28798f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2faef0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    552b535 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    b340543 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #310 from fecgov/step3-fixes

    Update f3x step 3 unit tests
    toddlees authored May 26, 2022
    Configuration menu
    Copy the full SHA
    1171aa4 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Pulling

    Elaine Krauss committed May 27, 2022
    Configuration menu
    Copy the full SHA
    2254d83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    448caed View commit details
    Browse the repository at this point in the history
  3. Merge pull request #314 from fecgov/release/sprint-8

    Release/sprint 8
    toddlees authored May 27, 2022
    Configuration menu
    Copy the full SHA
    e131d74 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Merge pull request #315 from fecgov/defect/312-contribution-amount

    Use currency input for contribution amount and aggregate
    mjtravers authored May 31, 2022
    Configuration menu
    Copy the full SHA
    4d66ed2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dc5293 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c73cd29 View commit details
    Browse the repository at this point in the history
  4. Moves the GenerateContact() call into the step where its needed, fixi…

    …ng a rare race condition
    Elaine Krauss committed May 31, 2022
    Configuration menu
    Copy the full SHA
    dd586c6 View commit details
    Browse the repository at this point in the history
  5. Corrected a typo

    Elaine Krauss committed May 31, 2022
    Configuration menu
    Copy the full SHA
    c055bb0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #317 from fecgov/defect/307-lock-contributor-type

    Disable entity type when editing group b transaction
    mjtravers authored May 31, 2022
    Configuration menu
    Copy the full SHA
    3d38fb0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #318 from fecgov/defect/316-cpd-read-only

    Made contribution purpose description read only on transaction screen
    mjtravers authored May 31, 2022
    Configuration menu
    Copy the full SHA
    218e731 View commit details
    Browse the repository at this point in the history
  8. Strange behavior going on with generated reports

    Elaine Krauss committed May 31, 2022
    Configuration menu
    Copy the full SHA
    2052f42 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    1b7c5c1 View commit details
    Browse the repository at this point in the history
  2. Restructures the support files. Universal commands are defined in Com…

    …mands.ts, and all Cypress Custom Command imports are done in Index.ts
    Elaine Krauss committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    30b6814 View commit details
    Browse the repository at this point in the history
  3. Partially implements test 133

    Elaine Krauss committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    8153b58 View commit details
    Browse the repository at this point in the history
  4. Implements E2E tests for QA Scripts 138, 205, and 206

    Elaine Krauss committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    1e460ce View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Changes login() to store the authentication token as an environment v…

    …ariable, and getAuthToken() gets the token from the environment variable
    Elaine Krauss committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    de2a5ab View commit details
    Browse the repository at this point in the history
  2. Now satisfies requirements of the QA Script

    Elaine Krauss committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    27ae4cd View commit details
    Browse the repository at this point in the history
  3. Changes E2E test 138 to delete reports after finishing and not before…

    … running
    Elaine Krauss committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    950f783 View commit details
    Browse the repository at this point in the history
  4. Implements E2E Test for QA Script 215

    Elaine Krauss committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    56e5a27 View commit details
    Browse the repository at this point in the history
  5. Implements E2E Test for QA Script 228

    Elaine Krauss committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    23de0ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f600a68 View commit details
    Browse the repository at this point in the history
  7. Starts work on refactoring data generation. This will be needed in bu…

    …ilding out tests for SCHA Transactions
    Elaine Krauss committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    9c45202 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Finishes the refactoring of the test data generators, reducing code d…

    …uplication going forward
    Elaine Krauss committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    901a070 View commit details
    Browse the repository at this point in the history
  2. Corrected a typo

    Elaine Krauss committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    9fe95c8 View commit details
    Browse the repository at this point in the history
  3. Corrects imports in old tests to conform with the refactored data gen…

    …erators
    Elaine Krauss committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    df3f105 View commit details
    Browse the repository at this point in the history
  4. Removes a stray import

    Elaine Krauss committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    8959013 View commit details
    Browse the repository at this point in the history
  5. Removes an unnecessary import

    Elaine Krauss committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    9850bc3 View commit details
    Browse the repository at this point in the history
  6. Is now able to create SchA Transactions (pending saving?)

    Elaine Krauss authored and Elaine Krauss committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    4e98e15 View commit details
    Browse the repository at this point in the history
  7. Implements feedback from CloudSonar

    Elaine Krauss authored and Elaine Krauss committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    0b93b67 View commit details
    Browse the repository at this point in the history
  8. Implements more CloudSonar feedback; manually removes "commands.ts" f…

    …rom code coverage checks
    Elaine Krauss authored and Elaine Krauss committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    aee2a43 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    55a2128 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Configuration menu
    Copy the full SHA
    6ce922e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2177daf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d510a07 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

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

Commits on Jun 6, 2022

  1. Moves randomString() function to the data generator to cut down on co…

    …de duplication
    Elaine Krauss authored and Elaine Krauss committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    41d4aa6 View commit details
    Browse the repository at this point in the history
  2. Implements QA Script #230

    Elaine Krauss authored and Elaine Krauss committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    5ac94a7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/fecgov/fecfile-web-app i…

    …nto develop
    Elaine Krauss authored and Elaine Krauss committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    d60d359 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into feature/313-E2E-Tests-Sprint-8

    Elaine Krauss authored and Elaine Krauss committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    60ed27b View commit details
    Browse the repository at this point in the history
  5. Integrates feedback from Shelly. Now passing all tests

    Elaine Krauss authored and Elaine Krauss committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    621fc97 View commit details
    Browse the repository at this point in the history
  6. Removes unused imports

    Elaine Krauss authored and Elaine Krauss committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    aa5282d View commit details
    Browse the repository at this point in the history
  7. Updated to account for changes to the SchA Transaction page

    Elaine Krauss authored and Elaine Krauss committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    4bb32b5 View commit details
    Browse the repository at this point in the history
  8. Cleans up after itself properly

    Elaine Krauss authored and Elaine Krauss committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    bd16371 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #322 from fecgov/feature/229-group-A-screen

    Add group A transaction type screen for INDV_REC
    mjtravers authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    f28cb4f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #323 from fecgov/feature/232-group-D-screen

    Add group D transaction type screen for TRIB_REC
    mjtravers authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    56ebd0c View commit details
    Browse the repository at this point in the history
  11. Merge pull request #324 from fecgov/feature/231-group-C-screen

    Add group C transaction type screen for OTH_REC
    mjtravers authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    328ea18 View commit details
    Browse the repository at this point in the history
  12. Removes duplicate instructions for the E2E tests from the front-end R…

    …EADME and links to the Cypress README instead
    Elaine Krauss authored and Elaine Krauss committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    01d7bd1 View commit details
    Browse the repository at this point in the history
  13. Adds the cypress README that was added to the Sprint 7 E2E test branc…

    …h for some reason...
    Elaine Krauss authored and Elaine Krauss committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    efa3103 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. WIP

    Elaine Krauss authored and Elaine Krauss committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    a485a53 View commit details
    Browse the repository at this point in the history
  2. Creates a new function "overwrite" which is used to overwrite a value…

    … already present in a text field. Refactors several test files to make use of "overwrite." Also corrects a typo in generators.spec.ts
    Elaine Krauss authored and Elaine Krauss committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c315db5 View commit details
    Browse the repository at this point in the history
  3. WIP, getting NGRX to work...

    Elaine Krauss authored and Elaine Krauss committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    ef0c0e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    883d4f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f18fd1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #321 from fecgov/feature/313-E2E-Tests-Sprint-8

    Feature/313 E2E Tests Sprint 8
    mjtravers authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    088beb3 View commit details
    Browse the repository at this point in the history
  4. WIP

    Elaine Krauss authored and Elaine Krauss committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    be73b6b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. More WIP

    Elaine Krauss authored and Elaine Krauss committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    e230e30 View commit details
    Browse the repository at this point in the history
  2. It now seems to actually run?

    Elaine Krauss authored and Elaine Krauss committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    702c48f View commit details
    Browse the repository at this point in the history
  3. reportCodeLabelList now actually appears in the NGRX store!

    Elaine Krauss authored and Elaine Krauss committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    fab8e16 View commit details
    Browse the repository at this point in the history
  4. Properly dispatches the updateLabelLookupAction to the store

    Elaine Krauss authored and Elaine Krauss committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    99c55de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85fcece View commit details
    Browse the repository at this point in the history
  6. Merge pull request #329 from fecgov/feature/98-termination-status

    Set F3XT form type for terminated reports
    mjtravers authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    94a0c99 View commit details
    Browse the repository at this point in the history
  7. Refactors the Report List to utilize the Report Code Label endpoint o…

    …n the server instead of a hardcoded list
    Elaine Krauss authored and Elaine Krauss committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    b05c448 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Integrates feedback from CloudSonar

    Elaine Krauss authored and Elaine Krauss committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    51de4fe View commit details
    Browse the repository at this point in the history
  2. Adds new tests for the findOnReportCode pipe, and corrects a potentia…

    …l bug in the pipe itself
    Elaine Krauss authored and Elaine Krauss committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    7066805 View commit details
    Browse the repository at this point in the history
  3. Fixes a typo

    Elaine Krauss authored and Elaine Krauss committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    68eec13 View commit details
    Browse the repository at this point in the history
  4. Removes a console.log() call

    Elaine Krauss authored and Elaine Krauss committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    b50fabc View commit details
    Browse the repository at this point in the history
  5. Removes unused services

    Elaine Krauss authored and Elaine Krauss committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    c1de30f View commit details
    Browse the repository at this point in the history
  6. Removed an unused property

    Elaine Krauss authored and Elaine Krauss committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    662e751 View commit details
    Browse the repository at this point in the history
  7. Removes a console.log() call

    Elaine Krauss authored and Elaine Krauss committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    20ecb35 View commit details
    Browse the repository at this point in the history
  8. Removes console.log() call

    Elaine Krauss authored and Elaine Krauss committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    5dcc838 View commit details
    Browse the repository at this point in the history
  9. Removes console.log() call

    Elaine Krauss authored and Elaine Krauss committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    9752fd0 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'develop' of https://github.com/fecgov/fecfile-web-app i…

    …nto develop
    Elaine Krauss authored and Elaine Krauss committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    8d8eccc View commit details
    Browse the repository at this point in the history
  11. Merged report-list.component.ts

    Elaine Krauss authored and Elaine Krauss committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    8dc28d1 View commit details
    Browse the repository at this point in the history
  12. Removes an unused import

    Elaine Krauss authored and Elaine Krauss committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    324fc1b View commit details
    Browse the repository at this point in the history
  13. Implements feedback from CircleCI linting test

    Elaine Krauss authored and Elaine Krauss committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    75a0958 View commit details
    Browse the repository at this point in the history
  14. Refactors the FindOnReportCode pipe to implement feedback from code r…

    …eview as well as the associated unit tests
    Elaine Krauss authored and Elaine Krauss committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    458da09 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #331 from fecgov/feature/123-Refactor-Sorting-of_R…

    …eport-Code-Column
    
    Feature/123 refactor sorting of report code column
    toddlees authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    e9f5736 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    2477ceb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #335 from fecgov/update-validate-version-hash

    validate version update for release
    toddlees authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    561ed24 View commit details
    Browse the repository at this point in the history