-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closing version 3.4.2 See merge request saffron/saffron!174
- Loading branch information
Showing
37 changed files
with
473 additions
and
116 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!--- | ||
Please read this! | ||
Before opening a new issue, make sure to search for keywords in the issues | ||
filtered by the "bug" label: | ||
- https://gitlab.insight-centre.org/saffron/saffron/issues/issues?label_name=bug | ||
and verify the issue you're about to submit isn't a duplicate. | ||
If it is duplicate, then ensure it is exactly the same problem and just reopen the issue. | ||
---> | ||
|
||
### Summary | ||
|
||
(Summarize the bug encountered concisely) | ||
(Inform the branch you are using) | ||
|
||
### Steps to reproduce | ||
|
||
(How one can reproduce the issue - this is very important) | ||
|
||
### What is the current *bug* behavior? | ||
|
||
(What actually happens) | ||
|
||
### What is the expected *correct* behavior? | ||
|
||
(What you should see instead) | ||
|
||
### Relevant logs and/or screenshots | ||
|
||
(Paste any relevant logs - please use code blocks (```) to format console output, | ||
logs, and code as it's tough to read otherwise.) | ||
|
||
### Possible fixes | ||
|
||
(If you can, link to the line of code that might be responsible for the problem) | ||
|
||
/label ~bug |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<!-- The first four sections: "Problem to solve", "Intended users", "User experience goal", and "Proposal", are strongly recommended, while the rest of the sections can be filled out during the design stage of a new Saffron version. However, keep in mind that providing complete and relevant information early helps us validating the problem and start working on a solution. --> | ||
|
||
### Problem to solve | ||
|
||
<!-- What problem do we solve? Try to define the who/what/why of the opportunity as a user story. For example, "As a (who), I want (what), so I can (why/value)." --> | ||
|
||
### Intended users | ||
|
||
<!-- Who will use this feature? If known, include any of the following: types of users (e.g. Developer, Non-technical), personas (e.g. a person trying to achieve X). It's okay to write "Unknown" and fill this field in later. | ||
--> | ||
|
||
### User experience goal | ||
|
||
<!-- What is the single user experience workflow this problem addresses? | ||
For example, "The user should be able to use the UI/command line/API with Saffron <step> to <perform a specific task>" | ||
--> | ||
|
||
|
||
### Proposal | ||
|
||
<!-- How are we going to solve the problem? Try to include the user journey! --> | ||
|
||
### Further details | ||
|
||
<!-- Include use cases, benefits, goals, or any other details that will help us understand the problem better. --> | ||
|
||
|
||
### Support Documentation | ||
|
||
<!-- | ||
Add any supporting documentation on the best approaches to implement this feature. | ||
--> | ||
|
||
### Availability & Testing | ||
|
||
<!-- This section needs to be filled during the design phase of a new Saffron version. | ||
What risks does this change pose to current features in Saffron? (don't say 'none') | ||
How might it affect the quality of the final product? | ||
What additional test coverage or changes to tests will be needed? | ||
Will it require cross-browser testing? | ||
--> | ||
|
||
### What does success look like, and how can we measure that? | ||
|
||
<!-- | ||
Define both the success metrics and acceptance criteria. Note that success metrics indicate the desired business outcomes, while acceptance criteria indicate when the solution is working correctly. If there is no way to measure success, link to an issue that will implement a way to measure this. --> | ||
|
||
|
||
### Is this a cross-module feature? | ||
|
||
<!-- Communicate if this change will affect multiple Saffron modules. If so, which modules? --> | ||
|
||
|
||
### Links / references | ||
|
||
<!-- Any additional links or references you may want to add --> | ||
|
||
/label ~Feature |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
## Summary | ||
|
||
<!-- | ||
Please briefly describe what part of the code base needs to be refactored. | ||
--> | ||
|
||
## Improvements | ||
|
||
<!-- | ||
Explain the benefits of refactoring this code. | ||
--> | ||
|
||
## Risks | ||
|
||
<!-- | ||
Please list features that can break because of this refactoring and how you intend to solve that. | ||
--> | ||
|
||
## Involved components | ||
|
||
<!-- | ||
List files or directories that will be changed by the refactoring. | ||
--> | ||
|
||
## Optional: Intended side effects | ||
|
||
<!-- | ||
If the refactoring involves changes apart from the main improvements (such as a better UI), list them here. | ||
It may be a good idea to create separate issues and link them here. | ||
--> | ||
|
||
|
||
## Optional: Missing test coverage | ||
|
||
<!-- | ||
If you are aware of tests that need to be written or adjusted apart from unit tests for the changed components, | ||
please list them here. | ||
--> | ||
|
||
/label ~Improvement |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.