Commit Graph

24 Commits

Author SHA1 Message Date
Tatiana Ovchinnikova 375ee8e424 Update XStatic-Angular to 1.8.2
This is the official 1.8.2 build from angularjs.org.
The most recent changes are included, and ngScenario has been
removed from the project.

Change-Id: Id1e700d56b9394cc648d27f03ffea33171ef7cf2
2022-05-26 11:46:41 -05:00
manchandavishal 150699b9de Update angular version to 1.8.2 in `setup.cfg` file.
This patch updates the angular version from 1.5.8->1.8.2 and
also replaces dashes with underscores in `setup.cfg` file.
The reason for replacing dashes with underscores is 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: I4b64d5b8aa3841b3cac8d02819401400c247ff46
2021-05-27 20:36:47 +05:30
manchandavishal 030dabe172 Update XStatic-Angular to 1.8.2
Related-Bug: #1927261

Change-Id: I8238e020df05825f6731499d027c0fd12cc2c00d
2021-05-10 19:34:56 +05:30
OpenDev Sysadmins 8c1eb54d83 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:35:33 +00:00
Doug Hellmann 74c316c6f7 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: Ia15d3c603048843ecf416b9401d2e4edeee262ae
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:52:45 -04:00
Richard Jones 8d809659b7 Update with corrected xstatic-release
Change-Id: I57b7d6c3d98d41f253b15b9d1030b04f4e9e7734
2016-09-07 13:21:36 +10:00
Richard Jones 55b99c03ab Fix description metadata
There doesn't seem to be a "summary" option, but "description" and
"long_description" are different. Update the metadata to avoid warnings
about the unknown "summary" and so that when the release announce script
asks for the package description it gets the one line version instead of
the longer one.

Change-Id: I83c5b3551f26a1a3cc2d8878e9cf1ed582cd2b9f
2016-08-27 08:13:39 +10:00
Rob Cresswell 7c98c606c2 Updated with xstatic-release script
Change-Id: Ibdc6858ab8fd8b458ed7644ae817d1b935fae40b
2016-08-02 08:41:39 +01:00
Rob Cresswell 984630723e Update XStatic-Angular to 1.5.8.0
Change-Id: I94e5ada8bac3d29513e83c9d7e58c7b73ed154a8
2016-07-31 20:59:11 +01:00
Rob Cresswell 5a30bee80d Update with xstatic-release script
Change-Id: I85514e4afde528e72d8b2a44a79702427df449f3
2016-07-19 08:17:20 +01:00
Rob Cresswell d0dd552b60 Add missing files to XStatic-Angular 1.4.10
This patch updates angular-resource and angular-scenario, which were
missed from the previous patch.

Change-Id: I50990ff9253a6bbde8b113e0f40cc2577992389d
2016-06-20 09:35:25 +01:00
Rob Cresswell 65cde9c212 Update XStatic-Angular to 1.4.10
Change-Id: Ie61a6282f792a8721674014dc11f2e2a2ec1245b
2016-04-20 11:27:35 +01:00
Jenkins aee8cd393d Merge "Deprecated tox -downloadcache option removed" 2016-02-15 13:07:17 +00:00
Jenkins 5d36c6b1e4 Merge "Update Angular to 1.3.18 from 1.3.7" 2016-01-08 19:34:14 +00:00
Ondřej Nový 5a9e413162 Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: I321fdc7c3b1786f5d3e108404e31fa9a54c0b914
2015-12-11 23:47:00 +01:00
Jeremy Stanley 1c71cdd4c6 Update .gitreview for new namespace
Change-Id: Ie6a0b3dec30821dcdb2a693b133553c8b7531f75
2015-10-17 22:42:01 +00:00
Rajat Vig dae416b8c8 Update Angular to 1.3.18 from 1.3.7
Change-Id: Ieab642e1b6bac7514ab743fe59ddaa1cec560a2b
2015-09-15 13:54:02 -07:00
lin-hua-cheng 5a82b2238e Add tox.ini to enable publish/tarball job
Change-Id: I68b5329b836b4d267ea8a981beadf1618b3d50d9
2015-06-23 13:41:09 -07:00
Maxime Vidori dd113539b9 Add LICENCE file
Change-Id: I2770536fc7531442e6fc2f0f7511caf82fa5857e
2015-05-05 13:59:56 +02:00
Dimitri John Ledkov 6c18bd8324
Correct LICENSE tag.
Set LICENSE to MIT as per https://github.com/angular/angular.js/blob/master/LICENSE.

The license name is in the SPDX format (https://spdx.org/licenses/),
OSI approved, and thus Open https://wiki.openstack.org/wiki/Open

Bump build #.

Change-Id: I74558c0cd6a771bb83fefabbc14cd182d4fa0b45
2015-04-02 16:19:29 +01:00
Travis Tripp dac047df05 Angular xstatic for Version 1.3.7
Adding version 1.3.7

1.3.x angular is needed for launch instance work.

Partially Implements: blueprint launch-instance-redesign

Change-Id: Ib45130a624cace9139a5309470f70ed2983b8cb3
2014-12-18 11:04:11 -07:00
Radomir Dopieralski 7300bd88ba Version 1.2.16.0
Change-Id: I1ce6235f97b26df32f597d1fa1f8466627e5917a
2014-08-13 13:06:17 +02:00
Radomir Dopieralski ba017c3aed Add a .gitreview file
So that we can easily push patches for review to gerrit.

Change-Id: I8fead4a56481e3c86f2619802dd40a8f4d8bad9d
2014-08-11 15:37:35 +02:00
Radomir Dopieralski 9d2fe73fc9 Version 1.2.1 of Angular 2014-05-27 11:43:40 +02:00