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

Add Rails console docs #170

Merged
merged 4 commits into from
Jan 12, 2024
Merged

Add Rails console docs #170

merged 4 commits into from
Jan 12, 2024

Conversation

gtrkiller
Copy link
Contributor

Overview

Add documentation regarding how to access a rails console.

Rationale

Sometimes it might be necessary for the operator to access a console in order to perform actions not yet contemplated by juju actions

Juju Events Changes

N/A

Module Changes

N/A

Library Changes

N/A

Checklist

Once the PR gets approved, the documentation in charmhub will be updated accordingly before merging.

@gtrkiller gtrkiller requested a review from a team as a code owner January 12, 2024 13:46
Copy link
Contributor

Test coverage for e3803ea

Name              Stmts   Miss Branch BrPart  Cover   Missing
-------------------------------------------------------------
src/charm.py        326     31     82     11    90%   138, 172, 180-181, 337->342, 535-537, 542-543, 554-556, 561-562, 574-576, 581-582, 594-596, 621-623, 663->exit, 673->exit, 703-709, 735->exit, 749-750, 760->exit, 774
src/database.py      30      1      8      1    95%   56
-------------------------------------------------------------
TOTAL               356     32     90     12    90%

Static code analysis report

Run started:2024-01-12 14:38:27.388349

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 1946
  Total lines skipped (#nosec): 1
  Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0

Run metrics:
  Total issues (by severity):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
  Total issues (by confidence):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
Files skipped (0):

@gtrkiller gtrkiller merged commit 3694a2e into main Jan 12, 2024
28 checks passed
@gtrkiller gtrkiller deleted the console_docs branch January 12, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants