Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
xml-validation
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
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
vaclab
xml-validation
Commits
d6e5d99e
Commit
d6e5d99e
authored
3 years ago
by
Rolf Niepraschk
Browse files
Options
Downloads
Patches
Plain Diff
update to version '0.8.1'
parent
2530920e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-3
3 additions, 3 deletions
README.md
VERSION
+1
-1
1 addition, 1 deletion
VERSION
with
4 additions
and
4 deletions
README.md
+
3
−
3
View file @
d6e5d99e
...
@@ -57,7 +57,7 @@ File `config.json`:
...
@@ -57,7 +57,7 @@ File `config.json`:
```
```
A new tag value (program version) with an optional comment is assigned to the
A new tag value (program version) with an optional comment is assigned to the
repository
. This leads to an update of the
`VERSION`
file and, if a webhook
current branch
. This leads to an update of the
`VERSION`
file and, if a webhook
(tag push) is activated, to an update of the server installation. The Flask
(tag push) is activated, to an update of the server installation. The Flask
server must run in development mode for this.
server must run in development mode for this.
...
@@ -80,7 +80,7 @@ curl -X POST -H "Content-Type: text/xml" -d @VALID.xml http://localhost:5005/val
...
@@ -80,7 +80,7 @@ curl -X POST -H "Content-Type: text/xml" -d @VALID.xml http://localhost:5005/val
Alternative call with
`wget`
:
Alternative call with
`wget`
:
```
shell
```
shell
wget
--post-file
=
example.xml
--header
=
"Content-Type:text/xml
;
"
-q
-O-
http://localhost:5005/validate
wget
--post-file
=
example.xml
--header
=
"Content-Type:text/xml"
-q
-O-
http://localhost:5005/validate
```
```
```
shell
```
shell
...
@@ -90,7 +90,7 @@ curl -X POST -H "Content-Type: text/xml" -d @INVALID.xml http://localhost:5005/v
...
@@ -90,7 +90,7 @@ curl -X POST -H "Content-Type: text/xml" -d @INVALID.xml http://localhost:5005/v
```
```
```
shell
```
shell
curl
-X
POST
-H
"Content-Type: text/xml"
-d
@VALID_
XML_
BUT_DONT_MATCHES_XSD.xml http://localhost:5005/validate
curl
-X
POST
-H
"Content-Type: text/xml"
-d
@VALID_BUT_DONT_MATCHES_XSD.xml http://localhost:5005/validate
<error>verbose error message</error>
<error>verbose error message</error>
```
```
...
...
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
d6e5d99e
0.8.
0
0.8.
1
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