summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update XStatic-Angular to 1.8.2HEAD1.8.2.2masterTatiana Ovchinnikova2022-05-2619-34797/+13437
| | | | | | | | 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
* Update angular version to 1.8.2 in `setup.cfg` file.1.8.2.0manchandavishal2021-05-271-4/+4
| | | | | | | | | | | | | | | | | | | 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
* Update XStatic-Angular to 1.8.2manchandavishal2021-05-1018-31738/+14783
| | | | | | Related-Bug: #1927261 Change-Id: I8238e020df05825f6731499d027c0fd12cc2c00d
* OpenDev Migration PatchOpenDev Sysadmins2019-04-191-1/+1
| | | | | | | | | | | | | | | 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.
* fix tox python3 overridesDoug Hellmann2018-09-261-0/+1
| | | | | | | | | | | | | | | 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>
* Update with corrected xstatic-release1.5.8.0Richard Jones2016-09-071-7/+15
| | | | Change-Id: I57b7d6c3d98d41f253b15b9d1030b04f4e9e7734
* Fix description metadataRichard Jones2016-08-272-3/+3
| | | | | | | | | | 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
* Updated with xstatic-release scriptRob Cresswell2016-08-023-2/+8
| | | | Change-Id: Ibdc6858ab8fd8b458ed7644ae817d1b935fae40b
* Update XStatic-Angular to 1.5.8.0Rob Cresswell2016-07-3118-6372/+13750
| | | | Change-Id: I94e5ada8bac3d29513e83c9d7e58c7b73ed154a8
* Update with xstatic-release script1.4.10.1Rob Cresswell2016-07-195-30/+34
| | | | Change-Id: I85514e4afde528e72d8b2a44a79702427df449f3
* Add missing files to XStatic-Angular 1.4.10Rob Cresswell2016-06-203-3308/+6740
| | | | | | | This patch updates angular-resource and angular-scenario, which were missed from the previous patch. Change-Id: I50990ff9253a6bbde8b113e0f40cc2577992389d
* Update XStatic-Angular to 1.4.10Rob Cresswell2016-04-2016-5703/+12534
| | | | Change-Id: Ie61a6282f792a8721674014dc11f2e2a2ec1245b
* Merge "Deprecated tox -downloadcache option removed"Jenkins2016-02-151-3/+0
|\
| * Deprecated tox -downloadcache option removedOndřej Nový2015-12-111-3/+0
| | | | | | | | | | | | | | | | | | | | 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
* | Merge "Update Angular to 1.3.18 from 1.3.7"Jenkins2016-01-0816-4116/+5106
|\ \ | |/ |/|
| * Update Angular to 1.3.18 from 1.3.7Rajat Vig2015-09-1516-4116/+5106
| | | | | | | | Change-Id: Ieab642e1b6bac7514ab743fe59ddaa1cec560a2b
* | Update .gitreview for new namespaceJeremy Stanley2015-10-171-1/+1
|/ | | | Change-Id: Ie6a0b3dec30821dcdb2a693b133553c8b7531f75
* Add tox.ini to enable publish/tarball joblin-hua-cheng2015-06-231-0/+11
| | | | Change-Id: I68b5329b836b4d267ea8a981beadf1618b3d50d9
* Add LICENCE fileMaxime Vidori2015-05-051-0/+22
| | | | Change-Id: I2770536fc7531442e6fc2f0f7511caf82fa5857e
* Correct LICENSE tag.Dimitri John Ledkov2015-04-021-2/+2
| | | | | | | | | | | 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
* Angular xstatic for Version 1.3.71.3.7.0Travis Tripp2014-12-1817-15554/+25752
| | | | | | | | | | Adding version 1.3.7 1.3.x angular is needed for launch instance work. Partially Implements: blueprint launch-instance-redesign Change-Id: Ib45130a624cace9139a5309470f70ed2983b8cb3
* Version 1.2.16.01.2.16.0Radomir Dopieralski2014-08-1315-2530/+44471
| | | | Change-Id: I1ce6235f97b26df32f597d1fa1f8466627e5917a
* Add a .gitreview fileRadomir Dopieralski2014-08-111-0/+4
| | | | | | So that we can easily push patches for review to gerrit. Change-Id: I8fead4a56481e3c86f2619802dd40a8f4d8bad9d
* Version 1.2.1 of Angular1.2.1.1Radomir Dopieralski2014-05-278-0/+20239