Is it possible to freeze a version in SonarQube's time machine and make this snapshot always visible in the history chart? For example I have tagged a version in Git as v1.0 and I want this to be always in the chart so I can compare it with the latest versions and track the progress. Is the only way to launch Sonar Maven each time on this version?
Is it possible to freeze a version in SonarQube's time machine?
158 Views Asked by highlander At
1
There are 1 best solutions below
Related Questions in JAVA
- Add image to JCheckBoxMenuItem
- How to access invisible Unordered List element with Selenium WebDriver using Java
- Inheritance in Java, apparent type vs actual type
- Java catch the ball Game
- Access objects variable & method by name
- GridBagLayout is displaying JTextField and JTextArea as short, vertical lines
- Perform a task each interval
- Compound classes stored in an array are not accessible in selenium java
- How to avoid concurrent access to a resource?
- Why does processing goes slower on implementing try catch block in java?
- Redirect inside java interceptor
- Push toolbar content below statusbar
- Animation in Java on top of JPanel
- JPA - How to query with a LIKE operator in combination with an AttributeConverter
- Java Assign a Value to an array cell
Related Questions in SONARQUBE
- How to specify SonarQube rule description as a markdown/html resource file instead of using annotation?
- No 'Code Coverage' decorations in SonarQube 5.1+
- Upgrade H2 from sonarqube 4.5.1 to 5.1.1
- Logging error when executing Maven SonarQube plugin
- Analysis fails on PHP project with NullPointerException, fails on foreach($arrayOfArrays as list($item1, $item2)) {}
- Sonarqube ghost projects in issues
- Sonnar runner in Jenkins error in java project
- Reports missing on SonarQube dashboard after upgrade
- Exception in SonarQube.Msbuild.Runner
- How can I integrate ReSharper's Dotsettings File in SonarQube?
- Upgrade from SonarQube 4.3.2 to 4.5LTS (No Response)
- Properties file exclude multiple paths
- Technical debt on custom web rule in sonarqube 5.1
- sonar project.properties to ignore files containing a regular expression
- Sonarqube SVN Plugin fails with code E155007 'is not a working copy'
Related Questions in SONARQUBE-WEB
- SonarQube error: Component key length is longer than the maximum authorized
- SonarQube 6.0 - org.sonar.java.se.ExplodedGraphWalker$MaximumStepsReachedException: reached limit of 16000 steps for method
- How to add history widgets in SonarQube 6.2?
- show unit test success/failure count in sonarqube
- acessing the Sonarqube with http://xyz.abc.com:9000
- Blank screen after installation
- SonarQube Not Starting when connecting to MySQL
- SonarQube API - How to fetch metrics for multiple projects
- error while devlake sonarqube connection setup
- AWS EC2 Ubuntu - Sonarqube 10.2 Default Login redirects back to login screen
- SonarQube - Is it possible to delete multiple project analyses?
- Change main branch in Sonarqube without deleting branch
- SonarQube 8.9 doesn’t start, it’s blocked in loading page after login
- How to get Sonarqube Metrics (i.e. vulnerabilities: A; B; C; D; E) Ratings via the web api
- How to bulk change more than 500 issues on SonarQube 6.x?
Related Questions in TIMEMACHINE
- Run `tmutil isexcluded` recursively
- How to exclude a hidden MacOS folder like Library/Spotify from Time Machine?
- Tables disappeared from phpMyAdmin but visible via command line
- Getting code files from Mac OS X Lion Time Machine
- Time Machine Disk not Recognising
- Netatalk on arch linux gives error --enable-fhs common not found
- Using bash to write a plist to a sparsebundle
- fruit_pwrite_meta_netatalk: ad_pwrite failed - Time Machine backup over SMB
- Rsync from TimeMachine Backups to NAS didn't sync the exact file permimssion
- Is it possible to rename a sparsebundle volume label without mounting/renaming/unmounting/mounting?
- Time Machine for Business Intelligence (PHP/MySQL)
- "no such file or directory" with perl system calls
- Restore MySQL database from Time Machine after updating MySQL Workbench and an update of MAC OS X
- Can't find Python modules after Time Machine restore
- Time Machine over Samba
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It is possible to set a version on SonarQube snapshot. You can then use this version in the differential period including the leak period.
Note also that adding an event to a snapshot prevent the snapshot to get deleted from the history. Find more information about this in History and Events documentation.
You can set a version to a snapshot from SonarQube UI in the history of project's analyses (project administration permission is required).