Skip to content
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

Cherry pick scanner and action cable work #3170

Merged
merged 14 commits into from
Jan 23, 2025

Conversation

sammo1235
Copy link
Contributor

📝 A short description of the changes

  • cherry picks both the action cable work and dbt-scanner stuff

:shipit: Deployment implications

  • needs the buckets in place on production as well as the ENV VARs to access them

✅ Checklist

  • Features that cannot go live are behind a feature flag/env var or specify deploy date and open PR as draft
  • I have checked that commit messages make sense and explain the reasoning for each change
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have squashed any unnecessary or part-finished commits

🖼️ Screenshots (if appropriate - no PII/Prod data):

matthewford and others added 14 commits January 23, 2025 13:57
Use Carrierwave for file uploads
Update to use DBT-Scanner via URL with credentials
Add specs for new functionality and update existing specs where appropriate
…ng forms behaviour

Implements two main behaviours using ActionCable:
1. If a second user has the same section of a form open, they cannot edit it. However if the first user closes their tab
or moves on to a different section then editing rights are released to the second user.
2. If user 1 opens a second tab of the same form, they cannot edit in the second tab. They are shown a message telling them
to close the tab and edit in the first tab.
@sammo1235 sammo1235 merged commit 76650b9 into production Jan 23, 2025
8 checks passed
@sammo1235 sammo1235 deleted the cherry-pick-scanner-and-action-cable-work branch January 23, 2025 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants