25 Commits

Author SHA1 Message Date
Manpreet Kaur
081dda9473 docs: Update Freenode to OFTC
The OpenDev IRC services has switch from Freenode to OFTC
network [1].

This patch updates document with OFTC network details.

[1] http://lists.openstack.org/pipermail/openstack-discuss/2021-May/022718.html

Change-Id: I1282a986c423125a68f10dfdb75092e881e0e27e
2021-07-19 12:37:20 +05:30
Thiago da Silva
25b1e1fad4 Bump version to 0.0.7
Note that there was a jump from 0.0.5 to 0.0.7. This is due
to an error during last release that mistakenly tagged commit
71d12999b06908bbb019f69c89361bd44bec316c as 0.0.5 when it
should have bumped to 0.0.6.

Change-Id: Icfa6f0d0e3fb08ba17ddf9ec32a9309f8f78fc9c
0.0.7
2019-11-01 16:44:18 +02:00
OpenDev Sysadmins
770a7f5d54 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:36:18 +00:00
Akihiro Motoki
71d12999b0 Python 3 support
* Implicit relative import 'import version' to import htmloutput.version.
  Use explicit relative import instead 'from . import version'.
  Somehow 'from htmloutput import version' does not work for python2
  when I tested this with horizon nosetest.
* Python3 dict does not has_key(). Use 'not in' instead.
* Open a file for writing with 'wb' (binary mode).
  In Python 3, encode() converts unicode including regular string into
  bytes. In Python 2, encode() converts unicode string into string and
  string and bytes are handled equivalently. Thus, opening a file with
  binary mode works both for python2 and python3.
* Decoding from string to unicode is only needed for Python 2,
  so six.PY2 check is added to isinstance(x, str) if-clause.

Change-Id: Ied161e133ced1d672aba9d1a44b52034dfb676da
0.0.6 0.0.5
2017-06-22 19:29:16 +09:00
Andreas Jaeger
102b6d32c1 Use git.openstack.org everywhere
Our official git master is at git.openstack.org, update places
that use github instead.

Change-Id: Ib18163432d6da6521f19b5e3820ffc67501c900d
2015-12-29 21:34:06 +01:00
Jeremy Stanley
4e71a5434f Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: I30671e48bf8086211e6bc64deabb9e637796925c
2014-12-05 11:59:37 -08:00
Michael Krotscheck
c981a7a2ce Switched documentation to point to storyboard.
We've migrated this project to storyboard, I'm updating the documentation links.

Change-Id: I4de545388c0218b0f3fcc4503fa34403366194e3
2014-11-11 15:20:14 -08:00
Monty Taylor
4b8840d96d Remove nose from setup_requires
It's not really a setup_require. nose is not needed to run setup.py.

Change-Id: Ib2e22fe1be40a1feeca4bf7d35ed1797bdb10de8
2013-08-08 13:20:10 -03:00
Monty Taylor
0175fc84d8 Remove distribute depend
Change-Id: I2ac72d61f80341796a84e1cd840c958e03f50ca6
2013-07-05 21:37:51 -04:00
Monty Taylor
714b424287 Updated .gitreview location
Change-Id: I276f42162ca567c4f5cb88c67fc52b366d6b3490
2012-12-16 10:41:46 -08:00
Clark Boylan
c3d2512c87 Add a CONTRIBUTING file.
Add file that give a short change submission how to. Also, point out the
locations for bugs and discussion.

Change-Id: I15a610c544de1ee8daaedcd10684085082aa66f4
2012-11-30 14:41:11 -08:00
Clark Boylan
b0a3e9be2b Bump version to 0.0.4 in prep for release.
The nose html output plugin now handles skip tests properly. Bump the
version to 0.0.4 so that this new feature can be released.

Change-Id: I1e5ff6e713ff86089f238c5e021f9e746babff8f
0.0.4
2012-08-28 09:42:07 -07:00
Clark Boylan
03ebb761da Record skipped tests.
Record skipped tests. Ensure that this plugin runs before the skip test
plugin as that plugin removes the SkipTest exceptions from the pipeline
and the data isn't available unless you run before the skip plugin.

Change-Id: I0f2b1be51981ca0191f36bdd577d98cd0e99e88e
2012-08-23 19:31:36 -07:00
Clark Boylan
fe717883af Fix typo in htmloutput sorting.
Fix a typo and bump the version number to prep for releasing this fix.

Change-Id: Iabcb552d6b0aad8b665a4b825dd9e5434a5962f0
0.0.3
2012-08-22 16:47:42 -07:00
Clark Boylan
c7bd84dd31 Bump version number in prep for next release.
Bump version from 0.0.1 to 0.0.2 in prep for the next release. Next
release will contain fix for tests wrapped with a Nose *Suite.

Change-Id: I596bd941d83b0e5a481d613a720a6d4714025d79
0.0.2
2012-08-22 10:21:27 -07:00
Clark Boylan
22e13ab903 Validate the nose test case wrapper test member.
Apparently not every nose test case wrapper has a test member. Validate
that the member exists before accessing it. If the test case does not
have a test member check if it is a Test Suite with a _tests member.
Iterate over that iterable of tests if it exists.

Change-Id: Ie1afeb3ebc023f114975a84d8757d0c282932834
2012-08-21 17:52:35 -07:00
Clark Boylan
3f2903471b Add tox.ini and requirements files.
For integration into the OpenStack test framework we need a tox.ini. Add
one.

Change-Id: Ifb823c397cd3932830d8d21e076c69d3c2ec3c8a
0.0.1
2012-08-21 11:03:56 -07:00
James E. Blair
6c6705e9a0 Add .gitreview.
Change-Id: I81a5626ab9584f82cfd3313e5f4a41f0d86023b4
2012-08-21 09:52:44 -07:00
Clark Boylan
6d0d2670b1 Cleanup.
Remove unneeded class and its instantiation. Cleanup docstrings.
2012-08-08 11:41:01 -07:00
Clark Boylan
0a97b65254 Actually install the htmloutput package.
setup.py didn't have a package list and wasn't actually installing
anything other than the entrypoint. Fix that and actually install the
package.
2012-08-08 10:59:54 -07:00
Clark Boylan
7872e280a9 Fix versioning depending on nose.
Previously versioning depended on nose which broke setup.py if nose
was not already installed. Break version into its own module so that
it is not dependent on nose.
2012-08-08 10:37:26 -07:00
Clark Boylan
e1742b8c74 Add setup.py to the project.
Add a setup.py to the project that will install the HtmlOutput nose
plugin as a nose plugin called 'html-output' using setuptools
entrypoints.
2012-08-08 09:51:15 -07:00
Clark Boylan
23de5f2415 Properly group tests in output.
The nose.case.Test class wraps all tests and in doing so caused the
output to think all tests belonged to that class. Needed to access the
nose.case.Test.test member in order to get the actual test class.
2012-08-08 09:19:47 -07:00
Clark Boylan
7ed30bccbf Make width of error message relative.
Previously the width of the error message block was static and messages
would go outside the boundary of the border. Change the width to be
relative to make better use of the available space.
2012-08-08 09:07:50 -07:00
Clark Boylan
28529d5bb8 Initial commit of the nose html output plugin.
Should be working as is (but may require some hackery). More automagic
to come once setup.py is written.
2012-08-07 17:21:30 -07:00