Commit Graph

2704 Commits

Author SHA1 Message Date
OpenStack Release Bot d291ca4a03 Update master for stable/2023.2
Add file to the reno documentation build to show release notes for
stable/2023.2.

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

Sem-Ver: feature
Change-Id: Ia91628c821f58e3c87cdb5e4358de0a7a38c8f6d
2023-09-15 13:54:24 +00:00
OpenStack Proposal Bot 54e2ea8a71 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ib93ebbcfebc22f88e0ca9ccc1e4a344cd5f9bad7
2023-05-09 02:22:16 +00:00
OpenStack Proposal Bot 2c1c88a708 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I0c553c1ca524b61b08d8f86919058529fe284212
2023-03-07 04:15:04 +00:00
Zuul d4816617e0 Merge "Imported Translations from Zanata" 2023-03-06 02:46:59 +00:00
OpenStack Release Bot d2712ed6a6 Update master for stable/2023.1
Add file to the reno documentation build to show release notes for
stable/2023.1.

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

Sem-Ver: feature
Change-Id: I31dfdebbd141306c680f2c25acefc5bb7b4abc03
2023-03-03 10:11:51 +00:00
Zuul 5e73220a5f Merge "Django 4.x: Replace removed features" 2023-02-20 17:56:57 +00:00
manchandavishal 04f6266817 Remove hard-coded Python path in karma.conf.js
This patch removes hard-coded Python path in karma.conf.js
to fix the npm jobs because now these npm jobs run on
debian-bullseye and py38 are not available there.

It also update tox.ini for tox4 to fix the CI for the following:

- Drop "skipsdist = True".
  When skipsdist=True is specified, a target application is not
  installed into a tox env, but there seems no reason to do so.
  In various other OpenStack projects, a target applicatin needs
  to be installed into a tox vnev, for example, in docs and/or
  linter jobs and it causes failures with tox4. So dropping it
  would avoid potential future failures.
- Use comma to have multiple values in a single line for passenv
  variable in ``tox.ini`` file.
Change-Id: Ifc828c7142ca3c3f7105532b80fa5e0e91d80d69

Change-Id: I88f0be008537f34dd321f3afe8531ee0c237f681
2023-02-14 14:07:55 +05:30
OpenStack Proposal Bot 853b588bd2 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ief87e20e183fb986dd139b340678376474bc586b
2023-01-27 04:16:56 +00:00
Corey Bryant d956d059f9 Django 4.x: Replace removed features
force_text(), ugettext_lazy(), ungettext_lazy(), urlquote_plus()
and is_ajax() are removed in 4.0.
https: //docs.djangoproject.com/en/4.0/releases/4.0/

Co-Authored-By: manchandavishal <manchandavishal143@gmail.com>

Change-Id: I9e43926cc3011b8b7321bbec59bebe915502eb4a
2022-12-01 23:05:33 +05:30
OpenStack Proposal Bot d85b611555 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I71a588edae34f69cb778cf6406add26fe8244a73
2022-11-05 03:08:15 +00:00
OpenStack Proposal Bot 6b5b8bb17e Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I21adf85aa796bb3c9200e8937024dbf5b063d90c
2022-10-17 04:00:19 +00:00
Andy Botting 8aceeda565 Add designate support for Zone choice
This commit adds support for Designate zones. This can be used to
provide the user a drop down list of zones they can choose from when
launching apps.

This should be coupled with a commit to murano to add a new
io.murano.resources.RecordSet resource type, so that new a new DNS
record can be added for new apps.

Change-Id: I71deb3e264b2777ec4126d8e46c3ac45b9fc42c6
2022-10-12 04:54:52 +00:00
OpenStack Release Bot 11181ef08b Switch to 2023.1 Python3 unit tests and generic template name
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope. Also,
updating the template name to generic one.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I63c4f2d9c868120e8812f390d73e82d2c8f2e1d6
2022-09-14 13:48:06 +00:00
OpenStack Release Bot 5e0548e85f Update master for stable/zed
Add file to the reno documentation build to show release notes for
stable/zed.

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

Sem-Ver: feature
Change-Id: I10b56626f41d3f214c408c9a0228e8ef8beaacbf
2022-09-14 13:48:04 +00:00
manchandavishal 02edabd873 Migrate to AngularJS v1.8.2
This patch aligns current code with AngularJS v1.8.2 requirements.

Change-Id: Ibabbaa0492b1734230d3748993fcd4775d8669fb
2022-06-28 22:24:39 +05:30
OpenStack Proposal Bot 5a36a31de6 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Id68383c1bbc7f4735da1fafcacf70a449a340017
2022-06-21 03:22:34 +00:00
Zuul dec7b6b4ba Merge "Use Horizon project template for nodejs jobs" 2022-05-23 01:08:15 +00:00
manchandavishal b311df805f Use Horizon project template for nodejs jobs
Horizon defined a project template 'horizon-nodejs-jobs'
for nodejs jobs. This patch updates ``.zuul.yaml`` to
use that template to run nodejs jobs here.

Depends-On: https://review.opendev.org/c/openstack/horizon/+/831929
Change-Id: Iabad4ad97e76d28dbcf1abd383e3f7b8cd6dc010
2022-05-11 00:27:22 +05:30
manchandavishal 28d4393995 Cleanup for lower-constraints job
The patch 7f29364734 removes the lower-constraints job from
the gate but related file like lower-constarints.txt are not
removed. This patch removes the lower-constraints.txt file and
its reference from tox.ini.

Also TC passed a resolution about dropping the lower-constraints.txt
file and its testing. We will keep lower bounds in the requirements.txt
file but with a note that these are not tested lower bounds and we
try our best to keep them updated. For more info please refer [1], [2].

[1] https://etherpad.opendev.org/p/tc-zed-ptg#L326
[2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal

Change-Id: Ica7454c88d17874ed29c5d29d399ba5684f7f9d1
2022-05-02 22:55:07 +05:30
zhurong 7e51c854bb Add Python3 zed unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for zed.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I2f71a4068e3ad53b6e0762e278b3251ffcad519a
2022-04-09 07:57:27 +00:00
manchandavishal 7f29364734 Fixed Unit test for murano-dashboard
After 7052b7f065 merged in openstack/horizon a new Unit
test class introduced in horizon i.e. RestAPITestCase.
This patch updates murano-dashboard to import RestAPITestCase
class instead of TestCase. For more info. see [1]

[1] https://review.opendev.org/c/openstack/horizon/+/827097/2/openstack_dashboard/test/helpers.py#485

Change-Id: I83c5b5a35b63790df1919974cbb4236eefd05b5d
2022-04-01 07:41:50 +00:00
OpenStack Release Bot 5ba4e8148a Update master for stable/yoga
Add file to the reno documentation build to show release notes for
stable/yoga.

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

Sem-Ver: feature
Change-Id: Ic2ef16aebd1302a650c5ead7d528b2157de64926
2022-03-08 12:05:26 +00:00
zhurong ad3ddf6c20 Fix the install murano-dashboard
Change-Id: Ie20240aa248a73b4f2dc1b492a7b23ba521856f7
2022-01-14 07:52:32 +00:00
zhurong 0dbf31f18f Add tools to irrelevant-files
Change-Id: Icd215cd7d9e8afcc0cc9caccc5f68b31e667dfc3
2022-01-07 02:49:57 +00:00
zhurong 882a9c14b6 Add py39 classifier
Change-Id: I80a9ef336e5cf5aad64735cdb36e914eb35d332a
2022-01-06 08:40:13 +00:00
Zuul 5e4429a23a Merge "Add Python3 yoga unit tests" 2021-10-14 07:59:45 +00:00
Zuul 1534974f98 Merge "Update master for stable/xena" 2021-10-14 07:57:59 +00:00
Thomas Goirand 81195976cd Django 3.2 support
This patch fixes a few issues regarding Django 3.2 support.

Closes-Bug: #1944523
Co-Author: Daniele Mazzocchio <daniele.mazzocchio@infomaniak.com>
Co-Author: Akihiro Motoki <amotoki@gmail.com>
Change-Id: I1d906e2d910b25a79acfc13b7f3d890476ee301e
2021-09-23 02:23:20 +09:00
OpenStack Release Bot 67c584cde6 Add Python3 yoga unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for yoga.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I4a8e257afa79b588404cccc9a867c2c0ddaedf28
2021-09-17 14:17:03 +00:00
OpenStack Release Bot c6df893d09 Update master for stable/xena
Add file to the reno documentation build to show release notes for
stable/xena.

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

Sem-Ver: feature
Change-Id: I4ed32580e55e8d72bec906d1daedaaabc10851c5
2021-09-17 14:17:01 +00:00
Dmitriy Rabotyagov fb7d081bc8 Fix horizon compilemessages with murano ui enabled
Currently if you enable murano UI and try to compile messages you will be
thrown `NameError: name 'HORIZON_CONFIG' is not defined

So we explicitly import HORIZON_CONFIG along with POLICY_FILES
to make horizon successfully compile when murano-ui
was enabled.

Change-Id: Id5ab97349f702be1afc536c154cf0e35197150b8
2021-08-20 18:52:19 +03:00
Zuul 6211c873cb Merge "setup.cfg: Replace dashes with underscores" 2021-08-14 09:24:10 +00:00
Zuul e276050cc1 Merge "[community goal] Update contributor documentation" 2021-08-14 09:24:02 +00:00
manchandavishal 17562bb26f Drop horizon-nodejs10-jobs template
As we already added horizon-nodejs14-jobs template in this plugin
and nodejs14 jobs running fine. So let's drop horizon-nodejs10-jobs
template because nodejs10 is already EOL.

Change-Id: I11176ef54ca25b130bc2c1c86b8458cbf960312f
2021-05-19 21:45:36 +05:30
Ghanshyam Mann 21a1209b24 [community goal] Update contributor documentation
This patch updates/adds the contributor documentation to follow
the guidelines of the Ussuri cycle community goal[1].

[1] https://governance.openstack.org/tc/goals/selected/ussuri/project-ptl-and-contrib-docs.html

Story: #2007236
Task: #38539
Change-Id: I967902e05bb1b14450309017874d9228a4f2fc6d
2021-05-17 18:03:49 -05:00
yangyawei 80df3407fa setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: If1d10f229112d1a5a115cf1d2fc964f8095c3474
2021-05-03 16:28:45 +08:00
manchandavishal 6175248cef Add horizon-nodejs14-job template.
Depends-On: https://review.opendev.org/c/openstack/horizon/+/784062
Change-Id: Iaf83a966ddd732f1c6b1b7c5b02e0db268c1e113
2021-04-27 18:21:52 +05:30
OpenStack Release Bot b88b32abdf Add Python3 xena unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I751cbf781e770effec46c7450dd135fbade352ab
2021-03-26 18:33:02 +00:00
OpenStack Release Bot 7c6eeb715a Update master for stable/wallaby
Add file to the reno documentation build to show release notes for
stable/wallaby.

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

Sem-Ver: feature
Change-Id: I4aa97629aec6a6d60f07b8bb9cff5303985a9606
2021-03-26 18:32:58 +00:00
OpenStack Proposal Bot dd78672b3f Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I3531c2c0c6fbdc102169c1f9451a858b8c601151
2021-03-03 07:08:34 +00:00
Hervé Beraud 7d710044b6 Add doc/requirements
We need to specify doc requirements in doc/requirements.txt
to avoid problems with the pip resolver [1] for the release team [2][3].
Removing specific doc requirements from test-requirements.txt.

The problem here is that this repos haven't doc/requirements.txt file
and by default in this case zuul will use the test-requirements.txt file
to pull requirements [4].

This requirements file contains extra requirements like flake8 that
collided with those allowed in our job environment and so the new pip
resolver fails to install these requirements and the job exits in error.
It also update horizon version in requirements.txt to match the horizon
version in  lower-constriants.txt to fix requirements-check job.

This project meet the conditions leading to the bug.

[1] http://lists.openstack.org/pipermail/release-job-failures/2021-January/001500.html
[2] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019611.html
[3] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019612.html
[4] https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/ensure-sphinx/tasks/main.yaml#L36

Change-Id: I425e9b4cfcf86e67c6288796e3da95b07769c6dc
2021-02-03 12:22:27 +00:00
manchandavishal ab7d97fe45 Run npm nodejs job with Firefox browser
This patch update browser from Chrome to Firefox
in karma.conf.js because nodejs fails with Chrome
browser as not able to access some URL.
So let's switch to Firefox browser now then we can
use Chrome browser in future once this issue is resolved.

It also bump few pacakges version in 'lower-constraints.txt'
to fix lower-constraint job.

Change-Id: Id8454b0b0f7dc4b257699734f779935fb05b512f
2020-12-23 13:41:31 +00:00
OpenStack Proposal Bot afb552342b Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ie25789d0ee87604252e436e3ddab1c225ab62d03
2020-10-05 07:31:09 +00:00
OpenStack Release Bot d11b6e8c64 Add Python3 wallaby unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for wallaby.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I30ace99532f3765a32b9d5f656b77a5a722a59dc
2020-09-24 09:13:44 +00:00
OpenStack Release Bot e32fc3f794 Update master for stable/victoria
Add file to the reno documentation build to show release notes for
stable/victoria.

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

Change-Id: I6cf271540a59d37beb2efeb56a8fbe85d9391d36
Sem-Ver: feature
2020-09-24 09:13:39 +00:00
Zuul cf98035930 Merge "Cleanup for Refactor-error-messages" 2020-09-08 05:59:55 +00:00
manchandavishal 5915355c5b [goal] Migrate testing to ubuntu focal
If we move horizon jobs to focal then murano-dashboard nodejs jobs
fail. This patch the updates python version to py38 in karma.conf.js
and tools/post_install.sh files as py36 is not avaialbale on focal
which fixes failed nodejs job.

Depends-On: https://review.opendev.org/#/c/744647/

Change-Id: Ic72729514d4759466e8afeac6d03cb1ed7a1765d
2020-09-02 05:26:47 +00:00
manchandavishal 1c1dac9aa6 Cleanup for Refactor-error-messages
This patch is a clean-up patch for refactor-error-messages bp
which remove the exception message from base message otherwise
the same exception message display twice like
this https://ibb.co/XyFWMdz .

Depends-On: https://review.opendev.org/#/c/708069/
Change-Id: I4e0f50b95b7c94cf641fc778268b6c4c1267175c
2020-08-28 15:18:14 +00:00
Ghanshyam Mann 65b44569a5 [goal] Migrate testing to ubuntu focal
As per victoria cycle testing runtime and community goal[1]
we need to migrate upstream CI/CD to Ubuntu Focal(20.04).

Fixing:
- bug#1886298
Bump the lower constraints for required deps which added python3.8
support in their later version.

Story: #2007865
Task: #40198

Closes-Bug: #1886298

[1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal

Change-Id: I1158e928766888a1db9081f20e3c3540d7ce1fd3
2020-08-04 12:45:41 +00:00
Sam Morrison 8fe073043a Switch to py3 syntax for dictionary contains test
Change-Id: Ia57576b7dd7ba7f1dd34cd4f17942fbf753ea6f8
2020-07-23 09:44:23 +10:00