Artifact Repository (Glare)
Go to file
idanaroz 0ae722e3ae Fix artifact init case.
In case artifact's field is defined to be
nullable=false and also doesn't have any
default, we had a problem:
While creating new artifact of this type
with a value for this field we got:

"BadRequest <artifact_name> field: <field_name>.
value: [None]. Exception.

That happened although a field value was provided.
This kind of error is expected if the field does
not get any value at creation, but not expected
if value is provided.

The following patch suggest a fix for that.
closes-bug: #1775502

Change-Id: I642249f067ab853b4b7d56a8da4db5809ee414c6
2018-06-17 07:31:50 +00:00
devstack Allow to specify custom modules and artifact types in devstack 2017-07-11 19:01:39 +03:00
doc/source Look the list of artifacts in 'artifacts' section 2017-12-13 13:39:23 +00:00
etc Update auth middlewares 2017-02-28 18:47:27 +03:00
glare Fix artifact init case. 2018-06-17 07:31:50 +00:00
glare_tempest_plugin Replace the usage of some aliases in tempest 2017-10-11 13:06:32 +07:00
tools Implement artifact type generator script 2017-12-28 20:50:44 +01:00
.gitignore tests: replace .testr.conf with .stestr.conf 2017-10-31 01:15:15 +03:00
.gitreview Fix docs and remove bandit check for translation 2016-08-23 09:25:01 +00:00
.stestr.conf tests: replace .testr.conf with .stestr.conf 2017-10-31 01:15:15 +03:00
.testr.conf Rename .testr to .testr.conf 2017-11-03 03:50:43 +03:00
LICENSE Initial commit 2016-08-02 12:54:54 +03:00
README.rst Use https for urls in the readme file 2017-06-19 11:33:02 +02:00
babel.cfg Glare Code 2016-08-05 18:59:44 +03:00
bandit.yaml Update bandit usage 2017-11-01 20:28:32 +02:00
pylintrc Glare Code 2016-08-05 18:59:44 +03:00
requirements.txt Add taskflow to glare requirements 2017-12-28 11:55:54 +01:00
setup.cfg Change default values for glance_store 2017-08-13 16:29:24 +03:00
setup.py Updated from global requirements 2017-04-01 15:23:26 +00:00
test-requirements.txt Updated from global requirements 2017-11-16 11:03:34 +00:00
tox.ini Merge "Update bandit usage" 2017-11-04 12:37:08 +00:00

README.rst

Glare

Glare (from GLare Artifact REpository) is a service that provides access to a unified catalog of structured meta-information as well as related binary data (these structures are also called 'artifacts').

License

Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0