Properties
Properties
- Buildable
- B459: rDSTO6feddb32aa98: Fix and explicit docstring's meaning
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Sep 6 2016, 4:19 PM · Built for 2 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 Sep 6 2016, 4:19 PM · Built for 2 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | db_to_author (test_converters.TestConverters) ... ok |
3 | db_to_git_headers (test_converters.TestConverters) ... ok |
4 | db_to_release (test_converters.TestConverters) ... ok |
5 | db_to_revision (test_converters.TestConverters) ... ok |
6 | |
7 | ---------------------------------------------------------------------- |
8 | Ran 4 tests in 0.696s |
9 | |
10 | OK |
11 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Sep 6 2016, 4:19 PM · Built for 17 s
- Status
Passed
1 empty logs are hidden. Show all logs.
49 | Fast-forward |
---|---|
50 | swh/objstorage/cloud/objstorage_cloud.py | 10 +++++----- |
51 | 1 file changed, 5 insertions(+), 5 deletions(-) |
52 | |
53 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-loader-svn |
54 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-loader-svn |
55 | Already up-to-date. |
56 | |
57 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-loader-tar |
58 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-loader-tar |
59 | Already up-to-date. |
60 | |
61 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-model |
62 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-model |
63 | Already up-to-date. |
64 | |
65 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-py-template |
66 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-py-template |
67 | Already up-to-date. |
68 | |
69 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-scheduler |
70 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-scheduler |
71 | From ssh://forge.softwareheritage.org/diffusion/DSCH/swh-scheduler |
72 | dced5d5..0fb8eef master -> origin/master |
73 | * [new tag] v0.0.9 -> v0.0.9 |
74 | Updating dced5d5..0fb8eef |
75 | Fast-forward |
76 | swh/scheduler/celery_backend/config.py | 12 +++++++++++- |
77 | swh/scheduler/cli.py | 2 +- |
78 | 2 files changed, 12 insertions(+), 2 deletions(-) |
79 | |
80 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-storage-testdata |
81 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-storage-testdata |
82 | Already up-to-date. |
83 | |
84 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-storage |
85 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-storage |
86 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
87 | 05548a8..8c10704 master -> origin/master |
88 | * [new tag] v0.0.53 -> v0.0.53 |
89 | * [new tag] v0.0.54 -> v0.0.54 |
90 | Updating 05548a8..8c10704 |
91 | Fast-forward |
92 | sql/swh-func.sql | 52 +++++------------------ |
93 | sql/upgrades/079.sql | 53 +++++------------------- |
94 | swh/storage/api/client.py | 4 ++ |
95 | swh/storage/api/server.py | 6 +++ |
96 | swh/storage/archiver/db.py | 2 +- |
97 | swh/storage/archiver/director.py | 2 +- |
98 | swh/storage/archiver/storage.py | 2 +- |
99 | swh/storage/db.py | 37 ++++++++++++++--- |
100 | swh/storage/storage.py | 18 +++++++- |
101 | swh/storage/tests/test_storage.py | 87 ++++++++++++++++++++++++++++++--------- |
102 | 10 files changed, 150 insertions(+), 113 deletions(-) |
103 | |
104 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-web-ui |
105 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-web-ui |
106 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
107 | 8597c7a..75fcb40 master -> origin/master |
108 | * [new tag] v0.0.34 -> v0.0.34 |
109 | * [new tag] v0.0.35 -> v0.0.35 |
110 | Updating 8597c7a..75fcb40 |
111 | Fast-forward |
112 | debian/control | 4 +- |
113 | requirements.txt | 2 +- |
114 | swh/web/ui/backend.py | 28 +++- |
115 | swh/web/ui/converters.py | 63 ++++--- |
116 | swh/web/ui/service.py | 33 +++- |
117 | swh/web/ui/static/css/style.css | 38 +++++ |
118 | swh/web/ui/static/js/calendar.js | 38 ++--- |
119 | swh/web/ui/templates/api.html | 2 +- |
120 | swh/web/ui/templates/browse.html | 56 +++++++ |
121 | swh/web/ui/templates/home.html | 9 - |
122 | swh/web/ui/templates/includes/home-directory.html | 111 +++++++++++++ |
123 | swh/web/ui/templates/includes/home-origin.html | 57 +++++++ |
124 | swh/web/ui/templates/includes/home-revision.html | 66 ++++++++ |
125 | .../ui/templates/{ => includes}/search-form.html | 40 +++-- |
126 | swh/web/ui/templates/layout.html | 86 ++++++---- |
127 | swh/web/ui/templates/origin.html | 60 ++++--- |
128 | swh/web/ui/templates/search.html | 2 +- |
129 | swh/web/ui/tests/test_backend.py | 63 +++++-- |
130 | swh/web/ui/tests/test_converters.py | 29 ++-- |
131 | swh/web/ui/tests/test_service.py | 151 +++++++++-------- |
132 | swh/web/ui/tests/views/test_api.py | 182 +++++++++++++++------ |
133 | swh/web/ui/tests/views/test_browse.py | 78 ++++++--- |
134 | swh/web/ui/tests/views/test_main.py | 16 +- |
135 | swh/web/ui/utils.py | 46 ++++-- |
136 | swh/web/ui/views/api.py | 84 +++++++++- |
137 | swh/web/ui/views/browse.py | 60 +++++-- |
138 | swh/web/ui/views/main.py | 4 +- |
139 | 27 files changed, 1019 insertions(+), 389 deletions(-) |
140 | create mode 100644 swh/web/ui/templates/browse.html |
141 | delete mode 100644 swh/web/ui/templates/home.html |
142 | create mode 100644 swh/web/ui/templates/includes/home-directory.html |
143 | create mode 100644 swh/web/ui/templates/includes/home-origin.html |
144 | create mode 100644 swh/web/ui/templates/includes/home-revision.html |
145 | rename swh/web/ui/templates/{ => includes}/search-form.html (64%) |
146 | |
147 | mr update: finished (20 ok) |
148 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Sep 6 2016, 4:19 PM · Built instantly
- Status
Passed