Commit Graph

324 Commits (a8cd02da9d4ceb584c9dc125e44f58f8e3de7c98)
 

Author SHA1 Message Date
pengyuesheng a8cd02da9d Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I4797b7c1a988e0eeee16df9ee4f0f2c43f143d36
4 years ago
OpenStack Release Bot 80b7476684 Update master for stable/stein
Add file to the reno documentation build to show release notes for
stable/stein.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.

Change-Id: I1bfd3b064dd70e453ab66f9a2ef053fdc0fd7845
Sem-Ver: feature
4 years ago
Vieri 29fa2cd15c Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Id703eea7a8106fbdbd906ee82ac021a36f001cd1
5 years ago
Zuul f2fe1287d1 Merge "Update min tox version to 2.0" 5 years ago
Nguyen Hai Truong c3c6cd7a42 Update min tox version to 2.0
The commands used by constraints need at least tox 2.0.
Update to reflect reality, which should help with local running of
constraints targets.

Change-Id: I84c22c847929650e4ea8a8670e704d8002d792ab
5 years ago
Sean McGinnis 395741b871 Remove setup.py check from pep8 job
Using "python setup.py check -r -s" method of checking the package has
been deprecated with the new recommendation to build the sdist and
wheel, then running "twine check" against the output.

Luckily, there is already a job that covers this that only runs when the
README, setup.py, or setup.cfg files change, making running this in the
pep8 job redundant. This covered by the test-release-openstack-python3
that is defined in the publish-to-pypi-python3 template.

More details can be found in this mailing list post:

http://lists.openstack.org/pipermail/openstack-dev/2018-October/136136.html

Change-Id: I17ac028930428a5c3cc4a9954a189dae56715864
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
5 years ago
Zuul f0401e258f Merge "Drop nose dependencies" 5 years ago
Zuul fe67c36d6c Merge "Update links in README" 5 years ago
melissaml 2c554fb92e Update links in README
Change the outdated links to the latest links in README

Change-Id: Id1effad27e17e95b94897675cd350f8126c17eec
5 years ago
Nguyen Hai 686e9ff08b add python 3.6 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Ib2b42ff23430bd502c6c68c68022c26a4b8afa39
Story: #2002586
Task: #24311
5 years ago
Nguyen Hai f8fcb4548f import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I903b356477cd436e78b85e6b46ffdb87c3a3d820
Story: #2002586
Task: #24311
5 years ago
Akihiro Motoki c53c1f2212 Drop nose dependencies
Horizon test setting no longer depends on nose and related stuffs.
This commit cleans up nose related dependencies.

Also drops unnecessary Django dependencies. There is no need to
install Django explicitly as it is a horizon dependency.

Change-Id: I33091ef3c85ccff835f5995c668a9894454d182b
5 years ago
Zuul ffe113c364 Merge "fix mistral dashbaord workflow execution form bug" 5 years ago
privaterookie 9f35dca96f fix mistral dashbaord workflow execution form bug
fix a bug that when a workflow has no input params, execution form
will has a requried field with empty label

Close-bug:#1786723
Change-Id: I49b2125ef649e94e210ff5df739684626c175172
5 years ago
OpenStack Release Bot cd5bc775a4 Update reno for stable/rocky
Change-Id: I58f82cdb7d2763d565cc8535d2d701a951634c46
5 years ago
Chuck Short 04c32537f7 Drop mox, no longer needed
The porting of mistral-dashboard is complete.
This fullfills the community goal "Remove Use of mox/mox3 for Testing"
set for Rocky: https://governance.openstack.org/tc/goals/rocky/mox_removal.html

Remove use_mox and remove dead code.

Change-Id: I59839fecd85caaf8b81129b7f890c4ed50d39db8
Signed-off-by: Chuck Short <chucks@redhat.com>
5 years ago
Zuul 12cdeffe1d Merge "Add the restructuredtext check to the flake8 job" 5 years ago
Zuul e512734c24 Merge "Ignore the .eggs directory" 5 years ago
Dougal Matthews 56cf418e74 Add the restructuredtext check to the flake8 job
This follows a recommendation in this thread on openstack-dev.
http://lists.openstack.org/pipermail/openstack-dev/2018-June/131233.html

Change-Id: I81f5283813a18a1807c1fe68b3fae83a35423c8c
5 years ago
Doug Hellmann 924f64aa1c fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I716ec44a6dd6d14f1ac221e058f365b8d44fb423
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
5 years ago
Dougal Matthews 7041082592 Ignore the .eggs directory
Change-Id: Ieb9502c36c7021d097fb64928687cafce77fb707
5 years ago
Dougal Matthews 52ebdf9b44 Fix the README formatting
PyPI is now stricter about this, we need this change for any future
releases.

The easiest way to test this is by running the following command in a
virtualenv with docutils.

    python setup.py check --restructuredtext --strict

Change-Id: Icef4e712714ba861c5f5953ef7cec55844bcf43b
Related: https://review.openstack.org/#/c/568881/
5 years ago
Akihiro Motoki 3ae1e8aae3 Django 2.0 support
Replace django.core.urlresolves with django.urls

(In Django 2.0) The django.core.urlresolvers module is removed
in favor of its new location, django.urls.
It was deprecated in Django 1.10:
https://docs.djangoproject.com/en/2.0/releases/1.10/#id3

Add py35dj20 job to test Django 2.0 integration.

Change-Id: I6d2e38201387012ba9a02c4b0bd8377895a5919a
5 years ago
Eyal 0d2936365f support py3
currently when installing mistral in devstack the mistral-dashboard
is not installed in py3 environment since it doesn't have
a py3 classifier

Change-Id: I97ac517f2f7f3cea2f6d85011c9b142bcfc45fdc
5 years ago
Zuul 6576e00f28 Merge "Add py35 to tox.ini" 5 years ago
Zuul 88bc282aed Merge "Remove mox3 from test-requiremens.txt" 5 years ago
Hanxi Liu 96186a1ba9 Fix workflow language link
There is no more DSL docs since the commit[1]
and all of them should be updated.

[1]I6e2a10932c648836a1e0632b4cd0fce3ab78f946

Change-Id: I5c67d934f2a7a884ab659af43b7ff6713b908d9c
5 years ago
Charles Short 78ae62315e Add py35 to tox.ini
Add py35 to tox.ini so we can check
for pyhton3 compatibility.

Change-Id: I9a652d01fcc1a13e07f94a9a7e48b23d1877e1c8
Signed-off-by: Charles Short <zulcss@gmail.com>
5 years ago
OpenStack Proposal Bot 21f4afaf95 Updated from global requirements
Change-Id: Iae7408446391bcee0a8a6c3974d892d58abc25a8
5 years ago
Charles Short 5f1b862cb7 Remove mox3 from test-requiremens.txt
This is part of mox-removal community goal in Rocky.

Story: 2001546
Task: 8719

Change-Id: If8c5500e2c2f9688d3fba6be420b076a05c446a0
Signed-off-by: Charles Short <zulcss@gmail.com>
5 years ago
OpenStack Proposal Bot 498e11ff87 Updated from global requirements
Change-Id: I1e5855137b4d946a57b5049ed53ccb054c5735ae
5 years ago
OpenStack Proposal Bot ad4a1c5591 Updated from global requirements
Change-Id: Ib924431e55983694ab44e309cd04417591540aeb
5 years ago
OpenStack Proposal Bot e7ec927c52 Updated from global requirements
Change-Id: I7ab6791a395581389a16fd6ae501e376418ada2e
5 years ago
OpenStack Proposal Bot 82edc24448 Updated from global requirements
Change-Id: I8b3593136aaf9e255c76e1b02ebfea5d16a3702b
5 years ago
OpenStack Proposal Bot cfbaf2e719 Updated from global requirements
Change-Id: I43a962052bbd27b21219328638548e1f2623395f
5 years ago
OpenStack Release Bot 726eeae6dc Update reno for stable/queens
Change-Id: I4242d0cfc7a600d414dd7df752dff64f2e60f2d1
5 years ago
OpenStack Proposal Bot e221ba4dfb Updated from global requirements
Change-Id: I73c2454de6c8a66e25bdf29580b93ed122cb5e72
5 years ago
Zuul b3a9daf600 Merge "Expand parameter list for workflow execution" 6 years ago
Akihiro Motoki f9ff2798bd Drop django_openstack_auth from requirements.txt
django_openstack_auth has been merged into horizon tree
as an effort of blueprint merge-openstack-auth.
There is no need to depend on django_openstack_auth any more.

Change-Id: I4729ec7d3fb3a2ca1d8c526fccf3c2290edbd922
6 years ago
Andreas Jaeger 2688f3e484 Revert "Migrate mistral-dashboard to zuul v3"
These are all standard jobs, they should stay in project-config.

This reverts commit 63f84ff826.

Change-Id: Ic01fc168dca7cadb538ce6a7da80b263e098e5c9
6 years ago
Brad P. Crochet 63f84ff826 Migrate mistral-dashboard to zuul v3
Change-Id: Ic93015a54f020b96d05207230c9d0e882057d20b
6 years ago
Jenkins c402ad807d Merge "Fix CSS for "Cancel" button in workflow execution" 6 years ago
OpenStack Proposal Bot 352f30f2f2 Updated from global requirements
Change-Id: I356061923980395eb3e4254e8b8416ab73f01f40
6 years ago
Mateusz Kowalski 4cc6d18a22 Fix CSS for "Cancel" button in workflow execution
This patch fixes wrong font type and size for the button appearing
on workflow execution. Style used right now is consistent with the
one used by buttons in workflow creation.

Change-Id: I807ab8ada2fc98ac5e1ff8ae7e11b8c8d95497c1
Closes-bug: #1716943
6 years ago
OpenStack Proposal Bot c028617044 Updated from global requirements
Change-Id: I2a8cb3d9365a813758654779922129802be79e29
6 years ago
Jenkins 6ec16dfcc1 Merge "Update reno for stable/pike" 6 years ago
Mateusz Kowalski b42b2c4f25 Expand parameter list for workflow execution
Currently one generic field "Input" is shown when executing a workflow.
This patch checks list of parameters for a workflow and generates
a Django form according to the results, also prefilling any default
value.

In case default value for a parameter is none, field is not marked
as required.

Closes-bug: #1712322
Change-Id: I702d2b196f87e46bc39da00cad509d2f08f5d24c
6 years ago
OpenStack Proposal Bot 7f9c8210a5 Updated from global requirements
Change-Id: I70fae369fa9dd1a7aba16282e66db5db90133c57
6 years ago
OpenStack Proposal Bot 64d5ae396c Updated from global requirements
Change-Id: Id9d735ae59521ccf8af026f520baa725aab1de6e
6 years ago
OpenStack Release Bot 3eea7ebb5d Update reno for stable/pike
Change-Id: I61b7dfad38d5aff203cc02b57138b71d6269b575
6 years ago