Nelson Jovel
fa0652f63c
chore: upgrade bootstrap version
2024-10-01 11:37:54 -07:00
Nelson Jovel
2ce34d1d1a
chore: upgrade micromatch to address security vulnerability
2024-09-27 14:25:52 -07:00
Nelson Jovel
b1de16cbc7
chore: address security vulnerability for ws
2024-07-15 11:55:25 -07:00
Nelson Jovel
b7c64ec014
chore: patch security vulnerabilities for braces and ws
2024-07-15 11:54:13 -07:00
Nelson Jovel
a3ab83fb56
chore: remove cypress
2023-12-19 14:05:13 -08:00
rebuilt
c582126d2a
chore: upgrade cypress to address security vulnerability
2023-10-02 11:19:25 -07:00
rebuilt
c2127a2458
chore: address security vulnerabilities
2023-10-02 11:13:36 -07:00
rebuilt
bb6d31ecf1
chore: upgrade cypress/request package
2023-08-09 14:36:56 -07:00
rebuilt
a4c68a4055
chore: Add cypress to codebase
2023-07-19 09:02:19 -07:00
dependabot[bot]
f7fa1b887c
Bump semver from 6.3.0 to 6.3.1
...
Bumps [semver](https://github.com/npm/node-semver ) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-14 21:54:40 +00:00
rebuilt
87401b20cc
upgrade semver
2023-07-14 14:44:02 -07:00
rebuilt
b58ff3e519
chore: jsdom is only needed as a dev dependency so it's now moved to the dev dependency section
2023-07-13 15:09:38 -07:00
rebuilt
1d2b01ff58
fix: jest no longer ships jest-environment-jsdom by default. Added it
2023-07-07 16:20:36 -07:00
rebuilt
6272664647
chore: updated versions of babel and jest to address security vulnerability
2023-07-07 16:04:35 -07:00
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
2023-07-07 09:14:36 -07:00
vineeshathallapaneni@gmail.com
eaef648516
upgraded semver to 7.5.2 and adding updated files package.json and yarn.lock
...
patching a security vulnerability
2023-06-28 23:25:35 -04:00
rebuilt
c15cb7b483
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-28 03:06:17 -07:00
rebuilt
77bf65f436
Update esbuild version
...
builds directory needs to exist. Remove redundant line from gitignore
remove unused babel imports
2023-03-21 09:59:31 -07:00
rebuilt
b105ed78be
remove babel
2023-03-18 13:31:44 -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
92d65eb279
specify node version
2022-11-02 16:46:20 -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
rebuilt
48581b990a
Install and configure stimulus and turbo
2022-02-09 21:54:14 +01:00
Nelson Jovel
b111b2f106
Bump rails to 7 and get tests passing. Also modified rakefile so rake
...
command would continue to run rspec as the default command. Added
stylesheets to assets.rb so they'll be included when precompiling
assets in production.
2022-01-21 11:49:35 +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
Liam Morley
5fc9e7b3cc
move watch script to package.json
2021-10-25 08:53:15 -04:00
rebuilt
afbbb0fc75
Change bundling script to use yarn.
2021-10-23 20:14:26 +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
ae4c08c67b
Default jest environment to jsdom in jest configuration
2021-10-18 16:00:23 +02: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