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

bug fixes package_create, package_update, package_patch #177

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bergert
Copy link

@bergert bergert commented Apr 16, 2021

bug in fixes package_create, package_update, package_patch

Description

package_create: extras were not converted correctly to son, fixed API call
correct format: (extras = list(key="xx", value=1)
package_update: documentation is not correct: fixed
package_patch: body was not converted to son: fixed API call

Related Issue

I discovered these issues, while writing a script to update CKAN repository.
These are bugs to cause API calls to fail, cannot work without fixing.

@sckott
Copy link
Contributor

sckott commented May 4, 2021

Thanks @bergert ! Sorry for the delay; I was on leave.

having a look

*.Rproj
.Rbuildignore
.Rhistory
.Rproj.user/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this line, it's a duplicate of above

@@ -3,3 +3,7 @@
.RData
.DS_Store
notes.md
*.Rproj
.Rbuildignore
.Rhistory
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicate, remove

.gitignore Outdated
@@ -3,3 +3,7 @@
.RData
.DS_Store
notes.md
*.Rproj
.Rbuildignore
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this - we don't want to gitignore this file

body <- c(body, extras)
owner_org = owner_org,extras = extras))

# if (length(extras) >0) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove this commented out code and the blank line above it

@bergert bergert closed this May 10, 2021
@bergert
Copy link
Author

bergert commented May 10, 2021

closing to create new pull request

@bergert bergert reopened this May 10, 2021
@sckott
Copy link
Contributor

sckott commented May 10, 2021

closing to create new pull request

you reopened the PR though. did you mean to close this one?

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.

None yet

2 participants