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

migrate GitHub managed runner to an internal one #158

Open
wants to merge 56 commits into
base: main
Choose a base branch
from

Conversation

guirava
Copy link
Collaborator

@guirava guirava commented Dec 9, 2024

jakerobinson and others added 26 commits October 14, 2024 10:22
Summary:
The updated Get-RscNasSystem command will have
following functionality.

1. Get-RscNasSystem should return all NAS systems
from the API. (Max Page size is 50)
2. Get-RscNasSystem -id "12345..." should return
the NAS system with the specified ID.
3. Get-RscNasSystem -name "foo" should filter on
NAS systems with the name of “foo” (Max Page size is 50)
4. Get-RscNasSystem -first 3 should return first
3 NAS systems
5. Get-RscNasSystem -name “foo” -first 3 should
return first 3 NAS systems with name “foo”

Test Plan:
-> Conducted manual testing by invoking Get-RscNasSystem
for various scenarios.
-> Added e2e tests for Get-RscNasSystem

JIRA:
SPARK-439652

Revert Plan:
NA
…d-id

Get-RscNasSystem: Remove forced requirement of -id
Summary:
-> Fetches existing SLA values from the Sla input
    parameter or via pipeline support, making the
    Sla parameter mandatory.
-> Enhances support to set all SLA fields not
    provided as parameters to their existing
    values.
-> Removes the Id parameter.

Test Plan:
Conducted manual testing by invoking Set-RscSla on an
existing SLA on ui.dev and ensure that all
non-provided fields are set to their
existing values.

JIRA:
SPARK-330821

Revert Plan:
NA
Summary:
1. Running Get-RscNasShare should return
   all NAS shares from the API.
2. Running Get-RscNasShare -Id "12345..."
   should return the NAS share with
   the specified ID.
3. Running Get-RscNasShare -name "foo"
   should filter on NAS shares with
   the name of “foo”
4. Running Get-RscNasSystem -name
   "bar" | Get-RscNasShare should
   return all shares from the NAS system “foo”

-> Corrected Prameter Doc for `Get-RscNasSystem`

Test Plan:
-> Written e2e tests for the above scenarios

Jira:
SPARK-439654

Revert Plan:
NA
Cmdlet fixes and additions
Updated Set-RscSla to retain existing values for non-provided fields
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants