-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
[refactor] add/remove bug to use common implementation #18
Labels
Comments
atodorov
added a commit
that referenced
this issue
Dec 18, 2018
atodorov
added a commit
that referenced
this issue
Dec 19, 2018
atodorov
added a commit
that referenced
this issue
Dec 22, 2018
the UI updates are a bit tricky b/c we still show bugs that have been reported in other TestRuns or generally attached to the TestCase. The idea is that these can be known issues and should be easy to find when testing (i.e. we're seeing this behavior for the first time but somebody else had reported it already).
atodorov
added a commit
that referenced
this issue
Dec 22, 2018
the UI updates are a bit tricky b/c we still show bugs that have been reported in other TestRuns or generally attached to the TestCase. The idea is that these can be known issues and should be easy to find when testing (i.e. we're seeing this behavior for the first time but somebody else had reported it already).
atodorov
added a commit
that referenced
this issue
Jan 13, 2019
Note: this is missing the add/remove functionality for now. Bug.remove is very powerful and can remove bugs that are attached to a TC but not coming from executions and also bugs that are coming from executions. Adding bugs is the reverse operation and I'm not quite sure how that functionality is used outside test runs!
atodorov
added a commit
that referenced
this issue
Jan 13, 2019
Note: this is missing the add/remove functionality for now. Bug.remove is very powerful and can remove bugs that are attached to a TC but not coming from executions and also bugs that are coming from executions. Adding bugs is the reverse operation and I'm not quite sure how that functionality is used outside test runs!
atodorov
added a commit
that referenced
this issue
Jan 13, 2019
Note: this is missing the add/remove functionality for now. Bug.remove is very powerful and can remove bugs that are attached to a TC but not coming from executions and also bugs that are coming from executions. Adding bugs is the reverse operation and I'm not quite sure how that functionality is used outside test runs!
atodorov
added a commit
that referenced
this issue
Jan 15, 2019
Note: this is missing the add/remove functionality for now. Bug.remove is very powerful and can remove bugs that are attached to a TC but not coming from executions and also bugs that are coming from executions. Adding bugs is the reverse operation and I'm not quite sure how that functionality is used outside test runs!
atodorov
added a commit
that referenced
this issue
Jan 15, 2019
- remove all legacy templates around the TestCase view page - remove now unused JavaScript, lots of functions around tabs and expanding content - remove backend views which were only used via AJAX calls from the removed templates, Refs #18 - remove/update tests, in particular the new view renders only TestPlans which have a Test Run executed, including the current TestCase. Other TestPlans which contain the current TestCase (but may not yet have test runs) are loaded via RPC for which we can't test right now.
atodorov
added a commit
that referenced
this issue
Jan 16, 2019
Note: this is missing the add/remove functionality for now. Bug.remove is very powerful and can remove bugs that are attached to a TC but not coming from executions and also bugs that are coming from executions. Adding bugs is the reverse operation and I'm not quite sure how that functionality is used outside test runs!
atodorov
added a commit
that referenced
this issue
Jan 16, 2019
- remove all legacy templates around the TestCase view page - remove now unused JavaScript, lots of functions around tabs and expanding content - remove backend views which were only used via AJAX calls from the removed templates, Refs #18 - remove/update tests, in particular the new view renders only TestPlans which have a Test Run executed, including the current TestCase. Other TestPlans which contain the current TestCase (but may not yet have test runs) are loaded via RPC for which we can't test right now.
atodorov
added a commit
that referenced
this issue
Feb 8, 2019
- returns pre-configured URL for easier bug reporting - refactor the UI to use this new RPC method
atodorov
added a commit
that referenced
this issue
Feb 8, 2019
- when auto_report=True will automatically try to comment on the issue using IssueTracker integrations. - front-end now uses this new RPC instead of legacy AJAX view. Fixes #18
atodorov
added a commit
that referenced
this issue
Feb 9, 2019
- returns pre-configured URL for easier bug reporting - refactor the UI to use this new RPC method
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: