Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
yaq
yaqd-gdrive
Commits
91989cbb
Commit
91989cbb
authored
Jul 29, 2020
by
Kyle Sunden
Browse files
Correct signature of update_file, rerender avpr
parent
2b16121b
Pipeline
#172263958
passed with stage
in 1 minute and 31 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
9 deletions
+32
-9
CHANGELOG.md
CHANGELOG.md
+3
-0
yaqd_gdrive/gdrive.avpr
yaqd_gdrive/gdrive.avpr
+29
-8
yaqd_gdrive/gdrive.toml
yaqd_gdrive/gdrive.toml
+0
-1
No files found.
CHANGELOG.md
View file @
91989cbb
...
...
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
## [Unreleased]
### Fixed
-
Signature of
`update_file`
## [2020.05.0]
### Added
...
...
yaqd_gdrive/gdrive.avpr
View file @
91989cbb
...
...
@@ -230,14 +230,6 @@
"name": "path",
"type": "string"
},
{
"default": null,
"name": "parent_id",
"type": [
"null",
"string"
]
},
{
"default": null,
"name": "id",
...
...
@@ -315,7 +307,36 @@
"type": "array"
}
},
"trait": "is-daemon",
"traits": [
"is-daemon"
],
"types": [
{
"fields": [
{
"name": "shape",
"type": {
"items": "int",
"type": "array"
}
},
{
"name": "typestr",
"type": "string"
},
{
"name": "data",
"type": "bytes"
},
{
"name": "version",
"type": "int"
}
],
"logicalType": "ndarray",
"name": "ndarray",
"type": "record"
}
]
}
yaqd_gdrive/gdrive.toml
View file @
91989cbb
...
...
@@ -130,7 +130,6 @@ request = [
doc
=
"Update the contents of an existing file"
request
=
[
{
"name"
=
"path"
,
"type"
=
"string"
}
,
{
"name"
=
"parent_id"
,
"type"
=
[
"null"
,
"string"
],
"default"
=
"__null__"
}
,
{
"name"
=
"id"
,
"type"
=
[
"null"
,
"string"
],
"default"
=
"__null__"
}
,
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment