Commit Graph

1089 Commits (a8944a2bd85d2a454bf17eab81323db5285561d7)
 

Author SHA1 Message Date
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
Gabe Farrell 09aa6fdb58 Change subcategory hovers to say 67 instead of 66 questions
2 years ago
rebuilt 703928c234 Add date range to subcategory report export
2 years ago
rebuilt e8aa75bf66 feat: update survey_item_response table to indlude recorded date and import recorded date when loading responses
2 years ago
Gabe Farrell 8bc14a79f6 Add hovers to browse page response rates
3 years ago
rebuilt 1c6a6a7a7a Add tests to codify behavior of weighted average logic
3 years ago
Gabe Farrell 37013c4b12 Use weighted average instead of simple average when calculating response rates
3 years ago
Gabe Farrell 527aa66796 Patch upload script over from rpp
3 years ago
Gabe Farrell dd26663340 Update README.md with upload script
3 years ago
Gabe Farrell b07a675427 Add cleaned data upload script for Lowell
3 years ago
Nelson Jovel 0a2c5e02c5 feat: add ability to merge disaggregation data with raw survey data to
3 years ago
rebuilt fae530d21f perf: Reduce number of queries. Remove unneeded methods. Combine
3 years ago
Gabe Farrell 0662d7233f Update README.md
3 years ago
rebuilt 411c632c25 chore: remove errant comment
3 years ago
rebuilt 518bc29f0f perf: include survey items with measures to avoid n+1 queries when scoring by student/teacher survey items
3 years ago
rebuilt f6e4fd1ba9 docs: add contributing doc
3 years ago
rebuilt d306319de1 perf: memoize function when calculating response rates
3 years ago
rebuilt 452876ef09 perf: Add another index to surveyitemresponses. Implement bullet suggestions. Memoize a function in measure.rb
3 years ago