.bundle/config | |
|
|
.github/CODE_OF_CONDUCT.md | |
|
|
.github/CONTRIBUTING.md | |
|
|
.github/CONTRIBUTORS.md | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE.md | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/SUPPORT.md | |
|
|
.github/fogproxmox.png | |
|
|
.github/workflows/ci.yml | |
|
|
.github/workflows/release.yml | |
|
|
.gitignore | |
|
|
.rubocop.yml | |
|
|
.rubocop_todo.yml | |
|
|
.ruby-gemset | |
|
|
.solargraph.yml | |
|
|
.vscode/launch.json | |
|
|
.vscode/settings.json | |
|
|
.vscode/tasks.json | |
|
|
CHANGELOG.md | |
|
|
Gemfile | |
|
|
LICENSE | |
|
|
README.md | |
|
|
Rakefile | |
|
|
bin/console | |
|
|
bin/setup | |
|
|
docs/compute.md | |
|
|
docs/connection_parameters.md | |
|
|
docs/getting_started.md | |
|
|
docs/identity.md | |
|
|
examples/compute.rb | 122 | A 0 mins |
|
examples/identity.rb | 83 | A 0 mins |
|
fog-proxmox.gemspec | |
|
|
lib/fog/proxmox.rb | 25 | A 0 mins | A 100% |
lib/fog/proxmox/attributes.rb | 13 | A 0 mins | A 100% |
lib/fog/proxmox/auth/token.rb | 64 | A 0 mins | B 87% |
lib/fog/proxmox/auth/token/access_ticket.rb | 62 | A 0 mins | A 97% |
lib/fog/proxmox/auth/token/user_token.rb | 71 | A 35 mins | A 98% |
lib/fog/proxmox/compute.rb | 97 | A 1 hr | B 83% |
lib/fog/proxmox/compute/models/disk.rb | 60 | A 0 mins | C 77% |
lib/fog/proxmox/compute/models/disks.rb | 28 | A 0 mins | C 77% |
lib/fog/proxmox/compute/models/interface.rb | 33 | A 0 mins | A 92% |
lib/fog/proxmox/compute/models/interfaces.rb | 20 | A 0 mins | A 92% |
lib/fog/proxmox/compute/models/node.rb | 55 | A 0 mins | A 97% |
lib/fog/proxmox/compute/models/nodes.rb | 16 | A 15 mins | A 100% |
lib/fog/proxmox/compute/models/server.rb | 215 | B 5 hrs | A 98% |
lib/fog/proxmox/compute/models/server_config.rb | 130 | A 0 mins | A 100% |
lib/fog/proxmox/compute/models/servers.rb | 51 | A 0 mins | A 94% |
lib/fog/proxmox/compute/models/snapshot.rb | 48 | A 0 mins | A 94% |