Commit Graph

1106 Commits (bb6d31ecf18783fc843b71dc784a8d7fe0b5bd48)
 

Author SHA1 Message Date
rebuilt bb6d31ecf1 chore: upgrade cypress/request package
2 years ago
rebuilt 22d94dc462 chore: upgrade javascript dependencies
2 years ago
rebuilt 4afa030141 chore: remove precalculated race scores. Calculate race scores on every reload
2 years ago
rebuilt f035c4d9ad fix: Filter out responses that don't correspond to the grades the school serves
2 years ago
Nelson Jovel 0bacac6962 fix: fix teacher n_size so instead of counting all the indivual teacher responses for a measure, it only counts the unique respondents
2 years ago
rebuilt 5f49746bf4 feat: Rename income labels to 'Economically Disadvantaged' and 'Not Economically Disadvantaged'
2 years ago
rebuilt 67e469a66c feat: add popover to analyze graphs that displays the n-size of the different columns. Make sure to only calculate a score for a race if there are more than 10 respondents to a question.
2 years ago
rebuilt cec48e55d3 chore: remove outdated admin data loader file. We now use Dese::Loader to load school level data
2 years ago
rebuilt 5c7729beeb feat: if admin data value is above 5, round down to 5
2 years ago
rebuilt b7494988d7 chore: removed tmp file
2 years ago
rebuilt ca71eeb710 chore: accidentally left dese admin data commented out. Turn it back on
2 years ago
rebuilt fe8cad27cf Merge branch 'main-out-of-state-admin-data'
2 years ago
rebuilt cbd5687ff0 feat: Add out of state admin data
2 years ago
rebuilt 1cb2bb9dc0 fix: zeitwork eager loads all require statements. I removed twilio from Gem dependencies so I had to remove it from code as well or it breaks deployments
2 years ago
rebuilt a4c68a4055 chore: Add cypress to codebase
2 years ago
rebuilt 959c302b05 Add test for icons
2 years ago
rebuilt 725cd0b613 upgrade semver
2 years ago
rebuilt a8944a2bd8 run cypress tests in ci
2 years ago
rebuilt b4eaa9ea2c Add seeder for test data
2 years ago
rebuilt 30f0c8f2d9 Get past basic authorization
2 years ago
rebuilt e65ec4d961 Added cypress to the codebase but haven't yet integrated it into workflow
2 years ago
rebuilt 8f0cacceba chore: switch from apparition to cuprite for integration tests. Disable journey spec for the moment
2 years ago
rebuilt 05f52cfbf8
Merge pull request #1 from edcommonwealth/dependabot/npm_and_yarn/semver-6.3.1
2 years ago
rebuilt e639f7cc66
Merge branch 'main' into dependabot/npm_and_yarn/semver-6.3.1
2 years ago
rebuilt 8b547af542 Revert "chore: manually alter lockfile to bump semver version"
2 years ago
dependabot[bot] f7fa1b887c
Bump semver from 6.3.0 to 6.3.1
2 years ago
rebuilt 9f0c1f3834 chore: manually alter lockfile to bump semver version
2 years ago
rebuilt 87401b20cc upgrade semver
2 years ago
rebuilt 6edc0db868 feat: Round up response rate. Survey response rates above 24.5 will now meet sufficiency
2 years ago
rebuilt b58ff3e519 chore: jsdom is only needed as a dev dependency so it's now moved to the dev dependency section
2 years ago
rebuilt ae9b9dc7a7 chore: upgrade listen gem to make it compatible with rails version
2 years ago
rebuilt 45a78a4ca0 chore: upgrade actionpack to 7.0.6 to address security vulnerability
2 years ago
rebuilt bec80b405a fix: revert rounding up the response rate so we can make sure to patch a bug first. Only show gender/race/grade/income graphs if the the school meets the minimum response rate of 25%
2 years ago
rebuilt 234eae6d3d feat: Round up response rate. Survey response rates above 24.5 will now meet sufficiency
2 years ago
rebuilt 836f0d1a62 Change seed to load before each test vs before all.
2 years ago
rebuilt 22d22ab5ee fix: add xpath rules to journey spec to make sure it finds a Go button on the welcome page that is NOT disbled
2 years ago
rebuilt 1d2b01ff58 fix: jest no longer ships jest-environment-jsdom by default. Added it
2 years ago
rebuilt 6272664647 chore: updated versions of babel and jest to address security vulnerability
2 years ago
rebuilt ed3c6309ea Add test for income group
2 years ago
rebuilt 35c8199887 Reorder gender columns
2 years ago
rebuilt 4f035f6a63 feat: Add income table to the database. Add seeder for income. Add a reference to income from survey item response. Update the loader to import income data from the survey response csv. Refactor analyze controller to extract presenter. Add corresponding specs. Add income graph to analyze page
2 years ago
rebuilt 7e1be4860c fix: added missing bootstrap files
2 years ago
rebuilt 549fdc9dca chore: upgrade javascript dependencies to address security vulnerability
2 years ago
Nelson Jovel d039432d06 fix: merge conflicts in Gemfile.lock broke builds
2 years ago
vineeshathallapaneni@gmail.com eaef648516 upgraded semver to 7.5.2 and adding updated files package.json and yarn.lock
2 years ago
vineeshathallapaneni@gmail.com d42464cfad updated Nokogiri as part of security vulnerability and adding updated file Gemfile.lock
2 years ago
rebuilt a13d46354a fix: Flaky test might be related to not waiting for go button to appear. Add line to wait for go button
2 years ago
rebuilt ebe28ed719 fix: remove debug from dependencies since it's causing unresolved dependency errors in CI
2 years ago
rebuilt c0fdaeb26b update tests for subcategory report
2 years ago
rebuilt d72f8d31e0 fix: There was an n+1 problem where we looked up the list of schools for
2 years ago