Gitlab Community Edition Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openapi4restxq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
subugoe
openapi4restxq
Commits
99e85095
Commit
99e85095
authored
6 years ago
by
Mathias Goebel
Browse files
Options
Downloads
Plain Diff
Merge branch 'hotfix/1.5.1'
parents
7b32105c
6eae682e
No related branches found
Branches containing commit
Tags
v1.5.1
Tags containing commit
No related merge requests found
Pipeline
#168702
passed
4 years ago
Stage: build
Stage: test
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.properties
+1
-1
1 addition, 1 deletion
build.properties
content/openapi.xqm
+1
-1
1 addition, 1 deletion
content/openapi.xqm
repo.xml
+9
-0
9 additions, 0 deletions
repo.xml
with
11 additions
and
2 deletions
build.properties
+
1
−
1
View file @
99e85095
project.name
=
https://lab.sub.uni-goettingen.de/openapi4restxq-develop
project.version
=
1.5.
0
project.version
=
1.5.
1
project.title
=
OpenAPI for RESTXQ
project.abbrev
=
openapi-develop
project.processorversion
=
4.6.1
...
...
This diff is collapsed.
Click to expand it.
content/openapi.xqm
+
1
−
1
View file @
99e85095
...
...
@@ -407,6 +407,6 @@ as xs:string?{
: @param $name The name of the argument to prepare an example for :)
declare
%private
function
openapi:example
(
$function
as
element
(
function
)
,
$name
as
xs:string
)
as
map
(
*
)
*
{
string
(
$function
/
annotation
[
@name
=
"test:arg"
][
value
[
1
]
eq
$name
]
/
value
[
2
])
string
(
(
$function
/
annotation
[
@name
=
"test:arg"
][
value
[
1
]
eq
$name
]
)[
1
]
/
value
[
2
])
!
map
{
"example"
:
.
}
};
This diff is collapsed.
Click to expand it.
repo.xml
+
9
−
0
View file @
99e85095
...
...
@@ -8,6 +8,15 @@
<type>
application
</type>
<target>
openapi
</target>
<changelog>
<change
version=
"1.5.1"
>
<ul
xmlns=
"http://www.w3.org/1999/xhtml"
>
<li
class=
"bugs"
>
Bugfixes
<ul
style=
"margin-left: 15px;"
>
<li>
bugfix for string() call with multiple test annotations
</li>
</ul>
</li>
</ul>
</change>
<change
version=
"1.5.0"
>
<ul
xmlns=
"http://www.w3.org/1999/xhtml"
>
<li
class=
"feat"
>
Features
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment