Open
Conversation
Remove restrictions allowing a PM to be able to create a project
…ble and run mirations to update the project schema
Staging enhancement
Migrate bugs to defects
Fix the archive projects functionality
Fix the staging environment
Fix the redirection of urls
Archive project
… to show the clients and statuses
First part of error logging
Ensure that non admins are able to see the clients and statuses in ceasefire dropdown
Add the controls for the error reporting
… the product show and have the ability to see it
…hich are not archived
…ers. THis will be changed to allow pm to only see their own projects
Make sure pm can create project
…on, update form to display available users, introduce `bugs` and `add_bugs` tables, adjust foreign keys, and enhance `defects` constraints.
…ure proper check for existing assignees.
… for client ticket limit.
…r)` in tickets count query.
…r)` in tickets count query.
…r)` in tickets count query.
…e more than 100% of budget
…ired` attribute from user assignment dropdowns, eliminate unnecessary blank lines in schema, and simplify role-based filtering logic in product index query.
Side push upstrwam
…ones_togle Make paidcolumn inproduct milestones togle
Fix the budget adding restrictions such as you cannot add a percentage
…play, adjust admin condition to use `Project.count` for consistency.
…se` statement for clarity, add production status check to disable form display.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several significant updates across controllers, models, and infrastructure to improve error handling, health checks, authorization, and data relationships. Key highlights include new error notification mechanisms, health and test endpoints, enhanced product and defect logic, and removal of the bug management code and related models.
Error Handling and Notification Improvements
ApplicationJobto log and notify errors via email, and introducedErrorNotifierMailerandErrorNotifierMiddlewarefor centralized error reporting with context and log attachments. [1] [2] [3]Infrastructure and Health Endpoints
HealthControllerandTestControllerfor application health checks (Redis, SMTP) and test crash endpoint, with corresponding helpers. [1] [2] [3] [4]Product and Defect Logic Enhancements
ProductControllerto filter only active products, adjusted role-based access for project managers, and improved status handling and email notifications. [1] [2] [3] [4] [5] [6] [7]DefectControllerto better handle product selection, attachment loading, and permit additional defect attributes. [1] [2] [3]Defectmodel.Bug Management Removal
BugsController, bug-related helpers, and models (Bug,AddBug). [1] [2] [3] [4]Other Notable Updates
MilestonesControllerfor toggling milestone payment status.Let me know if you want a deeper dive into any specific area!