Page MenuHomeSoftware Heritage

Build 664

Lint

When
Completed at Sep 2 2016, 3:24 PM · Built for 2 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 2273 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1python3 -m flake8 swh bin/swh-storage-add-dir
2

Python tests

When
Completed at Sep 2 2016, 3:24 PM · Built for 2 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 2272 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1W: unknown repository 'swh-environment', you might want to remove it
2db_to_author (test_converters.TestConverters) ... ok
3db_to_git_headers (test_converters.TestConverters) ... ok
4db_to_release (test_converters.TestConverters) ... ok
5db_to_revision (test_converters.TestConverters) ... ok
6
7----------------------------------------------------------------------
8Ran 4 tests in 0.486s
9
10OK
11

Update environment from working copy

When
Completed at Sep 2 2016, 3:24 PM · Built for 8 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 2269 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

47
48mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-objstorage
49mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-objstorage
50Already up-to-date.
51
52mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-model
53mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-model
54Already up-to-date.
55
56mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-loader-tar
57mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-loader-tar
58Already up-to-date.
59
60mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-py-template
61mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-py-template
62Already up-to-date.
63
64mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-scheduler
65mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-scheduler
66From ssh://forge.softwareheritage.org/diffusion/DSCH/swh-scheduler
67 dced5d5..51cb666 master -> origin/master
68Updating dced5d5..51cb666
69Fast-forward
70 swh/scheduler/celery_backend/config.py | 12 +++++++++++-
71 1 file changed, 11 insertions(+), 1 deletion(-)
72
73mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-storage-testdata
74mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-storage-testdata
75From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata
76 c413f43..a61dd8e master -> origin/master
77Updating c413f43..a61dd8e
78Fast-forward
79 dumps/swh-archiver.dump | Bin 8586 -> 8586 bytes
80 dumps/swh-archiver.sql | 2 +-
81 dumps/swh.dump | Bin 117865 -> 122848 bytes
82 dumps/swh.sql | 263 +++++++++++++++++++++++++++++++++++-------------
83 4 files changed, 195 insertions(+), 70 deletions(-)
84
85mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-storage
86mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-storage
87From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
88 fc3a8b5..157c129 master -> origin/master
89 * [new tag] v0.0.53 -> v0.0.53
90Updating fc3a8b5..157c129
91Fast-forward
92 sql/swh-func.sql | 52 ++++++--------------------
93 sql/upgrades/079.sql | 57 +++++++----------------------
94 swh/storage/api/client.py | 4 ++
95 swh/storage/api/server.py | 6 +++
96 swh/storage/db.py | 30 ++++++++++++---
97 swh/storage/provenance/tasks.py | 77 ++++++++++++++++++++++++++++++++++++---
98 swh/storage/storage.py | 18 ++++++++-
99 swh/storage/tests/test_storage.py | 73 +++++++++++++++++++++++++++----------
100 8 files changed, 199 insertions(+), 118 deletions(-)
101
102mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-web-ui
103mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-web-ui
104From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui
105 9e216bb..070c877 master -> origin/master
106 * [new tag] v0.0.34 -> v0.0.34
107Updating 9e216bb..070c877
108Fast-forward
109 debian/control | 4 +-
110 requirements.txt | 2 +-
111 swh/web/ui/backend.py | 44 ++++--
112 swh/web/ui/converters.py | 59 ++++---
113 swh/web/ui/service.py | 54 +++++--
114 swh/web/ui/static/css/style.css | 38 +++++
115 swh/web/ui/static/js/calendar.js | 38 ++---
116 swh/web/ui/templates/api.html | 2 +-
117 swh/web/ui/templates/browse.html | 56 +++++++
118 swh/web/ui/templates/home.html | 9 --
119 swh/web/ui/templates/includes/home-directory.html | 111 +++++++++++++
120 swh/web/ui/templates/includes/home-origin.html | 57 +++++++
121 swh/web/ui/templates/includes/home-revision.html | 66 ++++++++
122 .../ui/templates/{ => includes}/search-form.html | 40 +++--
123 swh/web/ui/templates/layout.html | 86 ++++++----
124 swh/web/ui/templates/origin.html | 60 ++++---
125 swh/web/ui/templates/search.html | 2 +-
126 swh/web/ui/tests/test_backend.py | 86 ++++++----
127 swh/web/ui/tests/test_converters.py | 32 ++++
128 swh/web/ui/tests/test_service.py | 174 ++++++++++++---------
129 swh/web/ui/tests/test_utils.py | 6 +-
130 swh/web/ui/tests/views/test_api.py | 144 +++++++++++------
131 swh/web/ui/tests/views/test_browse.py | 53 ++++---
132 swh/web/ui/tests/views/test_main.py | 16 +-
133 swh/web/ui/utils.py | 19 ++-
134 swh/web/ui/views/api.py | 100 ++++++++----
135 swh/web/ui/views/browse.py | 9 +-
136 swh/web/ui/views/main.py | 4 +-
137 28 files changed, 986 insertions(+), 385 deletions(-)
138 create mode 100644 swh/web/ui/templates/browse.html
139 delete mode 100644 swh/web/ui/templates/home.html
140 create mode 100644 swh/web/ui/templates/includes/home-directory.html
141 create mode 100644 swh/web/ui/templates/includes/home-origin.html
142 create mode 100644 swh/web/ui/templates/includes/home-revision.html
143 rename swh/web/ui/templates/{ => includes}/search-form.html (64%)
144
145mr update: finished (20 ok)
146

Clone on Software Heritage Worker

When
Completed at Sep 2 2016, 3:24 PM · Built instantly
Status
Passed

Event Timeline