Commit graph

33 commits

Author SHA1 Message Date
nelson
e4f5dd3b56 chore: upgrade javascript dependencies 2025-02-06 14:03:18 -08:00
dependabot[bot]
da72da7386 chore(deps): bump cross-spawn from 7.0.3 to 7.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-21 14:18:40 -08:00
Nelson Jovel
6239fbe73c fix: patch security vulnerabilities 2024-11-19 18:15:54 -08:00
Nelson Jovel
62beec8879 chore: add deprecated gems to gemfile because they will get removed from the ruby standard library in the next version. Also address security vulnerabilities 2024-11-19 17:36:39 -08:00
Nelson Jovel
4f5c76ad4a chore: upgrade micromatch 2024-09-27 14:32:44 -07:00
Nelson Jovel
cb89bf100f chore: add deprecated gems to gemfile because they will get removed from the ruby standard library in the next version. Also address security vulnerabilities 2024-09-27 14:16:26 -07:00
Nelson Jovel
2201e75b42 chore: address security vulnerability with ws and braces 2024-07-15 12:10:31 -07:00
Nelson Jovel
0733eb410d chore: remove cypress 2023-12-19 14:09:09 -08:00
rebuilt
2ac30bb107 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 2023-10-24 09:05:27 -07:00
rebuilt
68120bcce7 chore: upgrade cypress/request package 2023-08-09 14:40:35 -07:00
rebuilt
66f78dadf9 chore: Add cypress to codebase 2023-07-19 12:18:06 -07:00
rebuilt
d8c9a3e744 chore: update javascript dependencies 2023-07-18 09:52:43 -07:00
rebuilt
6b185af945 chore: upgrade javascript dependencies to address security vulnerability 2023-06-30 13:13:41 -07:00
vineeshathallapaneni@gmail.com
9c4ef18a3c upgraded semver to 7.5.2 and adding updated files package.json and yarn.lock
patching a security vulnerability
2023-06-28 17:21:59 -04:00
rebuilt
282a671531 Change survey data loader spec to use factorybot objects instead of loading seeds. Change databasecleaner to use transaction. Add back babel-preset dependency to fix failing javascript test in production. 2023-03-29 15:45:48 -07:00
rebuilt
2e033eb919 Update esbuild version
builds directory needs to exist.  Remove redundant line from gitignore
remove unused babel imports
2023-03-22 17:00:53 -07:00
rebuilt
cc0300b4c4 remove babel because we don't use it anymore 2023-03-22 08:22:07 -07:00
rebuilt
b3ded7e7be Fix security vulnerabilities 2023-01-03 17:22:34 -08:00
rebuilt
69179ce157 Replace javascript logic with hotwire. Also hide district dropdown on
home page if there is only one district.
2022-12-14 13:41:34 -08:00
rebuilt
d44a5275b4 Address bug related to story #182855028 2022-07-29 16:04:43 -07:00
rebuilt
765ad6a624 Create ui for data filters. Add listeners to direct to the correct url. Update ui based on the list of selected params 2022-07-26 06:52:50 -07:00
Nelson Jovel
a3c7dcbf43 Update ruby, rails, nokogiri, yarn, jest to patch security vulnerabilities 2022-05-02 15:55:03 -07:00
rebuilt
48581b990a Install and configure stimulus and turbo 2022-02-09 21:54:14 +01:00
Nelson Jovel
cc698add07 bump markdownlint version 2022-01-15 12:01:19 +01:00
rebuilt
1f07b821b3 Add prettier as a dependency 2021-12-16 15:40:14 +01:00
Nelson Jovel
aeb6a45a45 Show partial data indicators on variance chart 2021-12-09 14:51:28 -05:00
rebuilt
917d6821c5 Add css bundling (again!) 2021-11-17 10:52:35 -05:00
rebuilt
448a6090d8 Remove cssbundling
Revert "Stop tracking the builds folder in source control"
This reverts commit 867c2a80d2.

Revert "move watch script to package.json"
This reverts commit 5fc9e7b3cc.

Revert "add darwin as a platform to gemfile.lock"
This reverts commit 393796bb87.

Revert "Update README with bundling command"
This reverts commit 3d8b4c24b7.

Revert "Change bundling script to use yarn."
This reverts commit afbbb0fc75.

Revert "import footer as scss partial"
This reverts commit 4bc306c7c7.

Revert "remove sqm_footer"
This reverts commit 4582e8c8ab.

Revert "Move footer import before fontawesome"
This reverts commit 2ad120727f.

Revert "Add sqm_footer"
This reverts commit 8d5702e9aa.

Revert "Rename footer.scss -> _footer.scss"
This reverts commit 0ec07e7f18.
2021-10-26 21:14:54 +02:00
rebuilt
12c1a3b7fc Switch from sprockets to cssbundling for bundling css assets. 2021-10-23 19:59:34 +02:00
rebuilt
4306f5c5d4 Update landing page to include accordion and footer 2021-10-22 16:44:58 -04:00
rebuilt
7ba020d04d Add missing javascript dependencies to package.json. Move javascripts files to app/javascript. Add first javascript test. Change test mode 2021-10-16 00:03:44 +02:00
rebuilt
771371d081 Set up jest with babel. Add failing test to see if it passes CI 2021-10-16 00:03:44 +02:00
rebuilt
1808c00b01 add esbuild 2021-10-16 00:03:44 +02:00