Properties
Properties
- Buildable
- B1049: rDSTOd35e739e9b5f: Make swh.storage.schemata work on SQLalchemy 1.0
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Oct 12 2017, 7:52 PM · Built for 7 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Oct 12 2017, 7:52 PM · Built for 5 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-loader-antelink', you might want to remove it |
---|---|
2 | W: unknown repository 'swh-cloner-git', you might want to remove it |
3 | W: unknown repository 'swh-environment', you might want to remove it |
4 | W: unknown repository 'swh-lister-github', you might want to remove it |
5 | W: unknown repository 'swh-web-ui', you might want to remove it |
6 | W: unknown repository 'swh-lister-bitbucket', you might want to remove it |
7 | W: unknown repository 'swh-fetcher-googlecode', you might want to remove it |
8 | ctags_to_db (test_converters.TestConverters) ... ok |
9 | db_to_author (test_converters.TestConverters) ... ok |
10 | db_to_ctags (test_converters.TestConverters) ... ok |
11 | db_to_fossology_license (test_converters.TestConverters) ... ok |
12 | db_to_git_headers (test_converters.TestConverters) ... ok |
13 | db_to_language (test_converters.TestConverters) ... ok |
14 | db_to_metadata (test_converters.TestConverters) ... ok |
15 | db_to_mimetype (test_converters.TestConverters) ... ok |
16 | db_to_release (test_converters.TestConverters) ... ok |
17 | db_to_revision (test_converters.TestConverters) ... ok |
18 | |
19 | ---------------------------------------------------------------------- |
20 | Ran 10 tests in 3.048s |
21 | |
22 | OK |
23 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Oct 12 2017, 7:52 PM · Built for 35 s
- Status
Passed
1 empty logs are hidden. Show all logs.
734 | Updating b8c480f..d35e739 |
---|---|
735 | Fast-forward |
736 | debian/control | 22 +- |
737 | debian/rules | 14 +- |
738 | docs/.gitignore | 3 + |
739 | docs/Makefile | 1 + |
740 | docs/_static/.placeholder | 0 |
741 | docs/_templates/.placeholder | 0 |
742 | docs/conf.py | 1 + |
743 | docs/index.rst | 15 + |
744 | requirements-swh.txt | 3 +- |
745 | requirements.txt | 1 - |
746 | setup.py | 13 +- |
747 | .../revision_metadata.translated_metadata.json | 59 ++ |
748 | sql/swh-data.sql | 6 + |
749 | sql/swh-func.sql | 282 ++++++++- |
750 | sql/swh-indexes.sql | 25 + |
751 | sql/swh-schema.sql | 37 +- |
752 | sql/upgrades/108.sql | 58 ++ |
753 | sql/upgrades/109.sql | 33 ++ |
754 | swh/__init__.py | 1 + |
755 | swh/storage/api/client.py | 24 + |
756 | swh/storage/api/server.py | 36 ++ |
757 | swh/storage/converters.py | 81 ++- |
758 | swh/storage/db.py | 61 ++ |
759 | swh/storage/listener.py | 13 +- |
760 | swh/storage/schemata/distribution.py | 250 ++++++++ |
761 | swh/storage/storage.py | 461 ++++++++++----- |
762 | swh/storage/tests/server_testing.py | 3 +- |
763 | swh/storage/tests/storage_testing.py | 72 +++ |
764 | swh/storage/tests/test_api_client.py | 2 +- |
765 | swh/storage/tests/test_converters.py | 26 + |
766 | swh/storage/tests/test_db.py | 4 +- |
767 | swh/storage/tests/test_storage.py | 630 ++++++++++++++++++--- |
768 | 32 files changed, 1925 insertions(+), 312 deletions(-) |
769 | create mode 100644 docs/.gitignore |
770 | create mode 100644 docs/Makefile |
771 | create mode 100644 docs/_static/.placeholder |
772 | create mode 100644 docs/_templates/.placeholder |
773 | create mode 100644 docs/conf.py |
774 | create mode 100644 docs/index.rst |
775 | create mode 100644 sql/json/revision_metadata.translated_metadata.json |
776 | create mode 100644 sql/upgrades/108.sql |
777 | create mode 100644 sql/upgrades/109.sql |
778 | create mode 100644 swh/__init__.py |
779 | create mode 100644 swh/storage/schemata/distribution.py |
780 | create mode 100644 swh/storage/tests/storage_testing.py |
781 | |
782 | mr update: finished (24 ok) |
783 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Oct 12 2017, 7:51 PM · Built instantly
- Status
Passed