Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
RAGO - RAG OpenAPI Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
JastAdd
RAGO - RAG OpenAPI Framework
Commits
e151a9db
Commit
e151a9db
authored
3 years ago
by
Jueun Park
Browse files
Options
Downloads
Patches
Plain Diff
Edited index.md
parent
8522e86b
No related branches found
No related tags found
1 merge request
!7
Resolve "Add documentation in pages"
Pipeline
#13274
passed
3 years ago
Stage: build
Stage: test
Stage: ragdoc
Stage: publish
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+3
-0
3 additions, 0 deletions
build.gradle
pages/docs/index.md
+1
-0
1 addition, 0 deletions
pages/docs/index.md
with
4 additions
and
0 deletions
build.gradle
+
3
−
0
View file @
e151a9db
...
@@ -83,6 +83,9 @@ task generateGrammarDiagrams(type: JavaExec) {
...
@@ -83,6 +83,9 @@ task generateGrammarDiagrams(type: JavaExec) {
outputs
.
files
file
(
grammarDiagramFile
)
outputs
.
files
file
(
grammarDiagramFile
)
}
}
// task generateRandomRequests
// task generateInferredRequests
task
relast
(
type:
JavaExec
)
{
task
relast
(
type:
JavaExec
)
{
classpath
=
files
(
"libs/relast.jar"
)
classpath
=
files
(
"libs/relast.jar"
)
group
=
'Build'
group
=
'Build'
...
...
This diff is collapsed.
Click to expand it.
pages/docs/index.md
+
1
−
0
View file @
e151a9db
...
@@ -70,5 +70,6 @@ Test results (responses) generated by `RandomRequestGenerator` are saved in a di
...
@@ -70,5 +70,6 @@ Test results (responses) generated by `RandomRequestGenerator` are saved in a di
If there is a same schema set in a request and a response, parameters of them are inferred by following strategies:
If there is a same schema set in a request and a response, parameters of them are inferred by following strategies:
-
Case-insensitive
-
Case-insensitive
-
Id completion in a field name (e.g. if a property has a name "id", it gets an additional field name available in the specification)
-
Id completion in a field name (e.g. if a property has a name "id", it gets an additional field name available in the specification)
\ No newline at end of file
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