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

Mark read only permissions #8

Merged
merged 2 commits into from
Dec 16, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Added
- Mark read only verbs to be able to see pull requests in archived repositories ([#8](https://github.com/scm-manager/scm-teamscale-plugin/pull/8))
eheimbuch marked this conversation as resolved.
Show resolved Hide resolved

## 1.1.0 - 2020-09-11
### Changed
- Set span kind for http requests (for Trace Monitor)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/scm/repository-permissions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<repository-permissions>
<verbs>
<verb>teamscale</verb>
<verb>readTeamscaleFindings</verb>
<verb read-only="true">readTeamscaleFindings</verb>
<verb>writeTeamscaleFindings</verb>
</verbs>
<roles>
Expand Down