IQSS / dataverse-client-javascript

A Dataverse client for JavaScript and TypeScript
MIT License
15 stars 8 forks source link

Adds new use case GetAllMetadataBlocks #172

Closed GPortas closed 1 month ago

GPortas commented 1 month ago

What this PR does / why we need it:

Adds new use case GetAllMetadataBlocks

Which issue(s) this PR closes:

Related Dataverse PRs:

None

Special notes for your reviewer:

None

Suggestions on how to test this:

Visual inspection and actions execution

ekraffmiller commented 1 month ago

I am getting an error in the integration test, even though I see it is passing in the Github Action. Is this due to something lacking in my local environment?

Screenshot 2024-08-09 at 1 37 43 PM
GPortas commented 1 month ago

I am getting an error in the integration test, even though I see it is passing in the Github Action. Is this due to something lacking in my local environment?

Screenshot 2024-08-09 at 1 37 43 PM

@ekraffmiller I have encountered that error in the past, and in my case it was related to DNS resolution in my Docker environment. Could you please try restarting Docker on your local machine and running the tests again?

ekraffmiller commented 1 month ago

I am getting an error in the integration test, even though I see it is passing in the Github Action. Is this due to something lacking in my local environment?

Screenshot 2024-08-09 at 1 37 43 PM

@ekraffmiller I have encountered that error in the past, and in my case it was related to DNS resolution in my Docker environment. Could you please try restarting Docker on your local machine and running the tests again?

That worked, thanks!

ekraffmiller commented 1 month ago

Looks good! merging