Commit Graph

125 Commits

Author SHA1 Message Date
OpenDev Sysadmins bf13048db3 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:48:33 +00:00
Ondřej Nový 04919d1ffb Team upload.
Change-Id: Ibf928ccdb2443ab9a4c2056f3b7f778ac0a7ba2b
2017-01-20 11:50:21 +01:00
Ondřej Nový 21d2f63466 Patch-out upper constraints of SQLAlchemy
Change-Id: Ic6487b106fc0d5ede70d92a3558c3c111d4269f7
2017-01-20 11:30:13 +01:00
Ondřej Nový 7e5203b722 Bumped debhelper compat version to 10
Change-Id: I60a835b9c1b87504754656de6c1e047876cf2bfd
2016-11-23 23:58:32 +01:00
Thomas Goirand d97817f7c4 Debconf translation: it (Closes: #840004)
Change-Id: I809fe8e4d4ee32899c12e0fa0ee01aa19d96c1a7
2016-10-10 13:33:58 +02:00
Thomas Goirand bd314da41f Removed man page thing, as there's none upstream. 2016-09-30 19:33:55 +00:00
Thomas Goirand f1ecf74eba Add missing runtime depends. 2016-09-30 19:30:49 +00:00
Thomas Goirand aa429a2099 Fixed glare-api.init.in Provides: field 2016-09-30 19:26:28 +00:00
Thomas Goirand 804ff747ae Fixed endpoint type. 2016-09-30 19:22:44 +00:00
Thomas Goirand fffa05367e Fixed correct glare.conf for the glare-api daemon. 2016-09-30 19:15:45 +00:00
Thomas Goirand b6b4ae9bb3 Fix a value for lock_path 2016-09-30 18:59:38 +00:00
Thomas Goirand 99706b80df Add missing templates.pot 2016-09-30 18:47:58 +00:00
Thomas Goirand 2c0dcf1b9d Remove the doc for now, as it's nearly empty anyway. 2016-09-30 18:46:19 +00:00
Thomas Goirand 9328054a3e Add MANIFEST.in 2016-09-30 18:42:35 +00:00
Thomas Goirand 79f355ee77 openstack-pkg-tools (>= 53~) 2016-09-30 18:32:47 +00:00
Thomas Goirand 5e949cef21 Fiixed config.in 2016-09-30 17:13:17 +00:00
Thomas Goirand a17fa1325b Correctly install. 2016-09-30 15:03:17 +00:00
Thomas Goirand 6c2a5f4c2a Fix glare-swift.conf install 2016-09-30 15:02:27 +00:00
Ivan Udovichenko 06de0f8fb0 Create required directories. 2016-09-30 17:58:29 +03:00
Thomas Goirand 6d59326c87 Add debian/glare-common.postrm 2016-09-30 16:47:42 +02:00
Thomas Goirand 8077906151 Some more stuff... 2016-09-30 16:45:06 +02:00
Thomas Goirand 3b9dd83209 Some other changes. 2016-09-30 16:37:24 +02:00
Thomas Goirand ff95bb83de Some fixes. 2016-09-30 16:15:29 +02:00
Ivan Udovichenko fb2308e475 Remove python-sphinx from BD. 2016-09-30 16:56:24 +03:00
Ivan Udovichenko a038e81fba Add glare-common.postinst.in. 2016-09-30 16:31:45 +03:00
Ivan Udovichenko 396e1a9ff0 Fix copyright. 2016-09-30 16:02:56 +03:00
Ivan Udovichenko ae85bd973d Remove pbr from BD. 2016-09-30 15:49:30 +03:00
Ivan Udovichenko 90ec0bc090 Minor changes. 2016-09-30 15:32:20 +03:00
Ivan Udovichenko 388c0071ee Initial package. 2016-09-29 04:57:11 +03:00
Jenkins a4706969d8 Merge "Add sha1, sha256 support for blobs" 2016-09-26 11:32:15 +00:00
kairat_kushaev 181d86c226 Add sha1, sha256 support for blobs
Previsously, we required only md5 checksum to be specified.
This patch provides possibility to calculate sha1, sha256 when
uploading to glare.
It also provides possibility to specify sha1, sha256 when add
custom locations. These hash algorithm are optional but md5 is
still required.

Change-Id: I07b6868b29b6b32fffa39f50a992d4f8d49b8781
2016-09-26 13:43:49 +03:00
Jenkins 8b1eeb094d Merge "Devstack plugin" 2016-09-23 16:09:12 +00:00
Jenkins 0f4c004952 Merge "Improve 'latest' filter" 2016-09-23 12:19:03 +00:00
Jenkins 32ffa684bc Merge "Add dict and list filters" 2016-09-22 15:27:07 +00:00
Jenkins e65ace046b Merge "Remove v0.1 from glare" 2016-09-22 12:15:10 +00:00
Mike Fedosin 0b1cde8fa5 Devstack plugin
Change-Id: I123e6304f2156137408dd4d4909155f0f6043ad0
2016-09-22 15:03:15 +03:00
Mike Fedosin 7b47349d02 Add dict and list filters
For lists filter <list_name>=<value> returns only those
artifacts that have value in the list.

For dicts filter <dict_name>=<value> returns only those
artifacts that have dicts with the key equal value.

In both cases filters don't accept any operators.

Change-Id: Iea98893b7cd975fa43f23234a78b518c96fe452c
2016-09-22 10:14:12 +03:00
Mike Fedosin b96c2cb8a2 Improve 'latest' filter
Previous version didn't consider user's filters, and
therefore 'latest' filter was applied before them. It led to
the fact that some artifacts weren't shown in list output.
New version fixes this behaviour.

Change-Id: I7ae870d3cb575a6060901ac8321fdc7a7b6d4b4d
2016-09-22 10:05:51 +03:00
Jenkins 58bf974671 Merge "Regenerate dependencies without v1" 2016-09-21 16:12:24 +00:00
Jenkins 1ce983eeb6 Merge "Add missing %s in print message" 2016-09-21 15:31:45 +00:00
Jenkins 73d1caf857 Merge "Add schema tests for base artifact types" 2016-09-21 11:00:47 +00:00
Jenkins 290caff95f Merge "Refactor functional tests" 2016-09-21 11:00:41 +00:00
gecong1973 bd8a2ff4d1 Add missing %s in print message
This patch add some missing %s in print message

Change-Id: I27b9473c513f9ce742a6187366f689fc29442550
2016-09-21 16:25:42 +08:00
OpenStack Proposal Bot 427f789a53 Updated from global requirements
Change-Id: Ia709ae81f02ee97a0ecea74dc2538baada4288df
2016-09-21 07:26:20 +00:00
kairat_kushaev 481e468649 Remove v0.1 from glare
v0.1 was unstable and expiremental. So we can delete it.

Change-Id: I1a947bc036b46d97522717e1dfa622f6b60dd696
2016-09-21 10:10:24 +03:00
kairat_kushaev ab1f9d34af Regenerate dependencies without v1
Currently dependencies are incorrect because they contains v1.
We need to change it to /artifacts/

Change-Id: I4e9c550d3417245ab29d72a9c82b2f76f1c70615
2016-09-21 10:10:24 +03:00
OpenStack Proposal Bot df4fd88c20 Updated from global requirements
Change-Id: Ieca477111339331142654e1f83ad2067e5e989c4
2016-09-21 06:41:18 +00:00
Darja Malyavkina 2e8d7ee453 Remove Simple DB
Change-Id: Ia28f56230dc4a73a29c0c3030883acb9d4ad94bd
2016-09-20 16:15:41 +03:00
Jenkins 6fd1131fb4 Merge "Rename server in functional tests" 2016-09-19 15:58:42 +00:00
Jenkins 1b0c2808e0 Merge "Split lock methods into two cases" 2016-09-19 13:49:29 +00:00