-
Notifications
You must be signed in to change notification settings - Fork 2
removed JQuery #797
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
removed JQuery #797
Conversation
|
@copilot --- please fix this so that unzipit-worker.module.js and unzipit.module.js are ignored in the eslint config file, not in the .eslintignore file. Please modify the config file so that it specifies *.js as the files to check and remove the |
…simplify Makefile Co-authored-by: simsong <[email protected]>
Co-authored-by: simsong <[email protected]>
Consolidate eslint configuration and use .mjs extension for ES modules
|
@copilot - you did a great job on the lint warnings. Now we have problems with pytest failing. Can you take a look and submit a PR that solves these problems? You will likely need to fix the tests, not the source code. Recall that the big change that we made was removing jquery. https://github.com/Plant-Tracer/webapp/actions/runs/19502020082/job/55818255510?pr=797 |
Co-authored-by: simsong <[email protected]>
Co-authored-by: simsong <[email protected]>
Co-authored-by: simsong <[email protected]>
Co-authored-by: simsong <[email protected]>
Co-authored-by: simsong <[email protected]>
Fix pytest fixture discovery with relative imports
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #797 +/- ##
==========================================
+ Coverage 78.78% 79.45% +0.66%
==========================================
Files 41 42 +1
Lines 4361 4420 +59
Branches 97 99 +2
==========================================
+ Hits 3436 3512 +76
+ Misses 907 889 -18
- Partials 18 19 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Copilot <[email protected]>
Co-authored-by: simsong <[email protected]>
…m and Chromium Co-authored-by: simsong <[email protected]>
Co-authored-by: simsong <[email protected]>
Co-authored-by: simsong <[email protected]>
…ix duplicate CI runs Co-authored-by: simsong <[email protected]>
Co-authored-by: simsong <[email protected]>
…dencies Co-authored-by: simsong <[email protected]>
…/demo/tracer1 Co-authored-by: simsong <[email protected]>
Co-authored-by: simsong <[email protected]>
Co-authored-by: simsong <[email protected]>
…hing Co-authored-by: simsong <[email protected]>
Co-authored-by: simsong <[email protected]>
Co-authored-by: simsong <[email protected]>
Add Selenium/Chromium test infrastructure for canvas_movie_controller.js
Remove jQuery dependency from PlantTracer application
No description provided.