| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Depends-On: Idcff5d79b4884dd1cc7ed1ab42c9e4ce89d4a6d2
Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com>
Change-Id: I74cdcb2aa99b0162ba1c14059111f09d0bb534e3
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
While here, we also clean up some style issues in this file.
Fix CI issue to generated changelog with tox v4
Co-Authored-By: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com>
Change-Id: If6de005dd8229fe6f21dc103f50db083a415d7e4
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
|
| |/
|
|
| |
Change-Id: I28bfa2a34222dae4ede0dad527f264eee4d5d0c4
|
| |
|
|
|
|
|
|
| |
Make some revisions about the example of the
implementation of nested trace points and fix
some typos.
Change-Id: I26a791e1073a2d62bd0f1c79bc26cd898d4e2c55
|
| |
|
|
|
|
|
|
| |
This patch fixes the index and module index for the osprofiler documentation
home page.
It also updates the documents tox environments to use a docs requirements.txt
Change-Id: I880f1c28232a299f50ea9ccc2178f1444efb9a41
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove six Replace the following items with Python 3 style code.
- six.moves
- six.StringIO
- six.add_metaclass
- six.string_types
- six.binary_type
- six.text_type
- six.integer_types
- six.PY3
- six.PY2
- six.iterkeys
Change-Id: Id9f2076be1a6a2d99db5acb682df8bebe893de36
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Introduced changes:
- pre-commit config and rules
- Add pre-commit to pep8 gate, Flake8 is covered in the pre-commit hooks.
- Applying fixes for pre-commit compliance in all code.
Also commit hash will be used instead of version tags in pre-commit to
prevend arbitrary code from running in developer's machines.
pre-commit will be used to:
- trailing whitespace;
- Replaces or checks mixed line ending (mixed-line-ending);
- Forbid files which have a UTF-8 byte-order marker (check-byte-order-marker);
- Checks that non-binary executables have a proper
shebang (check-executables-have-shebangs);
- Check for files that contain merge conflict strings (check-merge-conflict);
- Check for debugger imports and py37+ breakpoint()
calls in python source (debug-statements);
- Attempts to load all yaml files to verify syntax (check-yaml);
- Run flake8 checks (flake8) (local)
For further details about tests please refer to:
https://github.com/pre-commit/pre-commit-hooks
Change-Id: If4bd505d6bf73d06ce2f6080cedb3b5576c881d9
Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems
Update Sphinx version as well.
Disable openstackdocs_auto_name to use 'project' variable as name.
Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.
openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.
See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
Change-Id: Ia700e656b4c2616ccbff32707eb4297a1dafbe3b
|
| |
|
|
| |
Change-Id: Id2b126d0b66a24a099fb7f52aa819b4b0ac0f7c7
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
SQLAlchemy collector requires database JSON data type support
which is fairly new feature and missing in versions older than:
- MariaDB 10.2
- MySQL 5.7.8
Let's document that SQLAlchemy collector requirement.
Change-Id: Ifb379a40d90d252d56d4f830e75bbfa08bf66a01
Closes-Bug: #1825693
|
| |
|
|
|
|
|
|
|
|
| |
Beside the already available collectors, add a sqlalchemy based
collector. This is useful if you don't want to maintain another DB
solution and just use the (usually) already available database.
The driver currently implements the notify() and get_report() methods
so it is possible to store trace points and to get a single trace.
Change-Id: If91b35d4b97862c0ecf6677f4c6b95a09d411195
|
| |
|
|
|
|
| |
Add password (AUTH) support to redis driver.
Change-Id: I5e3af4848ecce7b0a8a469faa587f54689358d3b
|
| |
|
|
| |
Change-Id: Iec80acb770c7833bb48794263a1db4be7dad5090
|
| |
|
|
|
|
|
|
|
| |
Pypi url changed from [1] to [2]
[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>
Change-Id: Ibc980c462ddb00036d35d49bf629092550973c30
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Our current Ceilometer driver relies on old version of ceilometer client,
which is in deprecated state and not compatible with the latest Telemetry
projects (Panko, Gnocchi). The functionality of the driver is not tested
automatically and most probably broken. So it's time to let it go and
clean the code.
This patch leaves "messaging" driver as default for notification and
makes "connection-string" a required parameter in CLI. In the future
we may consider to change default notification driver, though it
requires proper release note handling in all affected projects.
Change-Id: Id8442c4ff13c5cc33fd909b4757757cc5f396f50
|
| |
|
|
|
|
|
| |
1) Fix the invalid doc links according to the lastest OpenStack Website.
2) Replace them with the right ones.
Change-Id: I8d768802e25944a9761263cb2c80f5aaca317e96
|
| |
|
|
|
|
|
| |
openstackdocstheme shows vertical lines for quote blocks.
This commit removes unnecessary leading spaces.
Change-Id: Ie5651f0510550eb3910e68e433a41e99bf2bfa8a
|
| |
|
|
| |
Change-Id: Ie4bdcc2034d0648a078e17b327df99f652887857
|
| |
|
|
| |
Change-Id: Ic6d11356de62f9779f96fbe15160ee1004c45245
|
| |
|
|
|
|
|
| |
- Update sphinx version
- Fix sphinx warning
Change-Id: Ibf3361af30cec3c291cfdf50438cf49dd72427f8
|
| |
|
|
|
|
|
|
|
| |
Reference:
- Homepage: https://uber.github.io/jaeger/
- Github: https://github.com/uber/jaeger
- Blog post: https://eng.uber.com/distributed-tracing/
Change-Id: I158cf1220309c51c5276221d9bf7fbc18befd619
|
| |
|
|
| |
Change-Id: Ic75d432bf7b9daff9a6595461167a7f4a655ac98
|
| |
|
|
| |
Change-Id: I64768e282d5f3f32d9d79d15f59413d42df95037
|
| |
|
|
|
|
| |
+ fix several typos
Change-Id: I66d1acb9124a8c65876d2fa3a7fd94a6e350b8b8
|
| |
|
|
|
|
| |
The driver path is changed, we should update the doc as well.
Change-Id: Ia70adaea7052e112e8784f1f2c67a5e25bff74fb
|
| |
|
|
| |
Change-Id: Ibf7d86b21f2709e968b85b6f5fb16c596c3d0c6d
|
| |
|
|
|
|
| |
Add description for multi-backend URI
Change-Id: Ifc3687739cd65bdfbca015ab27f2187ad0b1a60b
|
| |
|
|
| |
Change-Id: I90c6bf701667f9dddb880151047d24253000a7e6
|
| |
|
|
|
|
| |
Remove repetition of word 'library'.
Change-Id: Ibd7376a5542c4742c3471290c988320fca27402e
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Using a timestamp as value for "html_last_updated_fmt" isn't good
for the reproducible builds initiative from different downstream
distributions because the build result always differs due to the
timestamp in the documentation.
Also when not setting "html_last_updated_fmt", the value can be set
via command line when running "sphinx-build -D".
Change-Id: Ia23451e6b53f6f83dd22e069ef42a4a067ec5881
|
| |/
|
|
| |
Change-Id: I5933560201e645fa37dddf92e2df6a63d3a2544c
|
| |
|
|
|
|
|
| |
Add warning to indicate something is wrong when getting last updated
information from git repository.
Change-Id: Ie1ff9d77c30e4d5601443ece992968593fc1b8c1
|
| |
|
|
| |
Change-Id: I365096b66eef9961cbe5144668ca9d146b53304f
|
| |
|
|
|
|
|
|
|
| |
Add actual sections and files and remove the main
index.rst just being a symlink of the README.rst file
and have that README.rst file now be formatted like the
other oslo projects.
Change-Id: I7ec12eef59bfbc2434a9905fe6e1ee4b9e3736e5
|
| |
|
|
| |
Change-Id: I9a08b6c3484345a5332db6e98e2bd159055da218
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| | |
otherwise, when building from unchanged source in 2018,
it would claim Copyright 2018 which is not true .
Change-Id: I80d466b0e1273a50c0e8f0c4850314afd4def389
|
| |/
|
|
|
|
|
|
|
|
| |
* We bump osporfiler to 0.3.1, but don't update this in README.rst,
just remove the version to avoid inconsistent.
* We get last updated time from git history, so don't set it
with specific version for document.
Change-Id: I7292cfb1f9c74ca5a8387fc4e5fff076679835a7
|
| |
|
|
|
|
|
|
| |
When building packages if git is absent, then we should
fall back to a safe default.
Closes-Bug: #1552251
Change-Id: I9b21700f942f5d1f9302b3af04d6d24e1afba1b3
|
| |
|
|
|
|
|
|
| |
os.popen() is deprecated since version 2.6. Resolved with use of
subprocess module.
Change-Id: I5e8a3cb1d2a50656025ca0fec5f95b581f0af7b4
Closes-Bug: #1529836
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove intersphinx from the docs build as it triggers network calls that
occasionally fail, and we don't really use intersphinx (links other
sphinx documents out on the internet)
This also removes the requirement for internet access during docs build.
This can cause docs jobs to fail if the project errors out on
warnings.
Change-Id: I71e941e2a639641a662a163c682eb86d51de42fb
Related-Bug: #1368910
|
|
|
This is required by python-docs job + it's good to have documentation
on read the docs.
As we don't won't to duplicate work, index.rst is just symlink to README.rst
Change-Id: I1b42fc7c135367ca77949998c5e0db5fc5dd7434
|