primetheus

Results 14 issues of primetheus

In some cases, users may want to validate linked user stories _if one is found_, but not _require_ the user story in the PR. This would require a few options:...

enhancement
O: backlog 🤖

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement
O: backlog 🤖

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Using an App Manifest, the creation and installation of this app would be much...

enhancement
O: backlog 🤖

In order to help secure the application and enable better integrations, OAuth credentials can be created within Rally. This would replace and deprecate the `username`/`password` functionality, as that is insecure

enhancement
O: backlog 🤖

While synchronizing teams is a great help to organizations that need to centralize access, it doesn't address the issue where a person leaves the company and retains an account (particularly...

enhancement

One of the major SAML identity providers is PingOne. It would be useful for this app to have the ability to synchronize groups with GitHub

enhancement

In production environments, using certificates will be much more necessary. https://blog.miguelgrinberg.com/post/running-your-flask-application-over-https has some ideas, and should be documented here in the Wiki

:book: documentation

The app has the ability to open issues when there are exceptions. We should allow for custom issue templates to be utlized

enhancement

The **_ConfluencePage_** class has _get_content_ declared twice: def get_content(self):` self.wanted_page_id = self.get_page_id self.content_values = {"style": "clean"} self.page_content = self.wanted_page = self.server.confluence2.renderContet(self.token, self.wanted_page_id, self.content_values) def get_content(self): return self.get()['content']