Page MenuHomeSoftware Heritage
Feed Advanced Search

Apr 26 2021

anlambert added a revision to T3258: Build documentation on every diff: D5595: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 4:11 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5593: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 4:08 PM · Continuous Integration, Development environment, Documentation

Apr 21 2021

anlambert added a revision to T3258: Build documentation on every diff: D5571: sphinx/conf.py: Add standalone package doc configuration for tox build.
Apr 21 2021, 5:15 PM · Continuous Integration, Development environment, Documentation

Apr 20 2021

anlambert added a revision to T3258: Build documentation on every diff: D5567: sphin/conf.py: Improve django settings handling.
Apr 20 2021, 5:59 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5566: docs: Remove doc_config module and its use.
Apr 20 2021, 5:34 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5565: sphinx/conf.py: Merge swh-web sphinx config into root conf.py file.
Apr 20 2021, 5:33 PM · Continuous Integration, Development environment, Documentation

Apr 16 2021

vlorentz added a revision to T3258: Build documentation on every diff: D5550: tox: Add a sphinx environment to check sane doc build.
Apr 16 2021, 7:27 PM · Continuous Integration, Development environment, Documentation
vlorentz triaged T3258: Build documentation on every diff as Normal priority.
Apr 16 2021, 5:33 PM · Continuous Integration, Development environment, Documentation

Apr 8 2021

anlambert closed T3181: docker-dev: fix vault test which fails the build as Resolved by committing rDENV80e43a5fbe72: docker/tests: Fix symlink handling in test_vault_directory.
Apr 8 2021, 4:28 PM · Vault, Development environment, Docker environment
anlambert added a revision to T3181: docker-dev: fix vault test which fails the build: D5455: docker/tests: Fix symlink handling in test_vault_directory.
Apr 8 2021, 2:49 PM · Vault, Development environment, Docker environment
anlambert added a comment to T3181: docker-dev: fix vault test which fails the build.

So either the vault is fine and the test needs to be improved.
Or the vault builds the tarball without taking into account the symlink case.

Apr 8 2021, 12:08 PM · Vault, Development environment, Docker environment

Mar 29 2021

ardumont added projects to T3181: docker-dev: fix vault test which fails the build: Docker environment, Development environment, Vault.
Mar 29 2021, 9:46 AM · Vault, Development environment, Docker environment

Mar 15 2021

vlorentz lowered the priority of T2854: docker: Service Startup Error from High to Normal.

@rendong951 Sorry, but we can't reproduce the issue on our end.

Mar 15 2021, 1:14 PM · Docker environment, Development environment
vlorentz lowered the priority of T1689: enable landing patches via the web UI for all repos from High to Normal.
Mar 15 2021, 1:03 PM · Development environment, Phabricator

Dec 31 2020

rendong951 added a comment to T2854: docker: Service Startup Error.

I also try command fllowing your reply,the results are the same.

Dec 31 2020, 8:46 AM · Docker environment, Development environment

Dec 29 2020

vlorentz added a comment to T2854: docker: Service Startup Error.

It's not a DNS issue. The error is Could not resolve hostname https:. It shouldn't try to resolve https:, it's a scheme, not a domain name.

Dec 29 2020, 12:45 PM · Docker environment, Development environment
rendong951 added a comment to T2854: docker: Service Startup Error.

Thank you very much for your reply.
I followed your command.[1]

Dec 29 2020, 8:16 AM · Docker environment, Development environment

Dec 18 2020

ardumont added a comment to T2854: docker: Service Startup Error.

Please wrap your stacktrace, excerpt of code, etc... with triple backquote before and after.
So this becomes more readable.
Thanks in advance.

Dec 18 2020, 9:54 AM · Docker environment, Development environment
rendong951 added a comment to T2854: docker: Service Startup Error.

Thank you very much for your reply.
And I follow your guidance,now,all the services are started,but when I save code in my Software Heritage platform, the status always failed, I checked log :
swh-loader_1 | [2020-12-18 02:49:13,495: ERROR/ForkPoolWorker-1] Loading failure, updating to partial status
swh-loader_1 | Traceback (most recent call last):
swh-loader_1 | File "/srv/softwareheritage/venv/lib/python3.7/site-packages/dulwich/client.py", line 912, in fetch_pack
swh-loader_1 | refs, server_capabilities = read_pkt_refs(proto)
swh-loader_1 | File "/srv/softwareheritage/venv/lib/python3.7/site-packages/dulwich/client.py", line 215, in read_pkt_refs
swh-loader_1 | for pkt in proto.read_pkt_seq():
swh-loader_1 | File "/srv/softwareheritage/venv/lib/python3.7/site-packages/dulwich/protocol.py", line 277, in read_pkt_seq
swh-loader_1 | pkt = self.read_pkt_line()
swh-loader_1 | File "/srv/softwareheritage/venv/lib/python3.7/site-packages/dulwich/protocol.py", line 223, in read_pkt_line
swh-loader_1 | raise HangupException()
swh-loader_1 | dulwich.errors.HangupException: The remote server unexpectedly closed the connection.
swh-loader_1 |
swh-loader_1 | During handling of the above exception, another exception occurred:
swh-loader_1 |
swh-loader_1 | Traceback (most recent call last):
swh-loader_1 | File "/srv/softwareheritage/venv/lib/python3.7/site-packages/swh/loader/core/loader.py", line 318, in load
swh-loader_1 | more_data_to_fetch = self.fetch_data()
swh-loader_1 | File "/srv/softwareheritage/venv/lib/python3.7/site-packages/swh/loader/git/loader.py", line 239, in fetch_data
swh-loader_1 | self.origin.url, self.base_snapshot, do_progress
swh-loader_1 | File "/srv/softwareheritage/venv/lib/python3.7/site-packages/swh/loader/git/loader.py", line 174, in fetch_pack_from_origin
swh-loader_1 | progress=do_activity,
swh-loader_1 | File "/srv/softwareheritage/venv/lib/python3.7/site-packages/dulwich/client.py", line 914, in fetch_pack
swh-loader_1 | raise _remote_error_from_stderr(stderr)
swh-loader_1 | dulwich.errors.HangupException: ssh: Could not resolve hostname https: Temporary failure in name resolution

Dec 18 2020, 4:02 AM · Docker environment, Development environment

Dec 9 2020

ardumont added a revision to T2854: docker: Service Startup Error: D4708: swh-indexer: Fix configuration to add the tools configuration entry.
Dec 9 2020, 7:46 PM · Docker environment, Development environment
ardumont renamed T2854: docker: Service Startup Error from Service Startup Error to docker: Service Startup Error.
Dec 9 2020, 6:40 PM · Docker environment, Development environment
ardumont added a project to T2854: docker: Service Startup Error: Docker environment.
Dec 9 2020, 6:40 PM · Docker environment, Development environment

Dec 7 2020

ardumont added a comment to T2854: docker: Service Startup Error.

Thanks for opening this issue.

Dec 7 2020, 2:16 PM · Docker environment, Development environment
zack updated the task description for T2854: docker: Service Startup Error.
Dec 7 2020, 11:18 AM · Docker environment, Development environment
zack triaged T2854: docker: Service Startup Error as High priority.
Dec 7 2020, 11:16 AM · Docker environment, Development environment

Nov 17 2020

anlambert closed T1768: Add end to end tests for the frontend part of swh-web, a subtask of T1411: reach a minimum of 80% SLOC coverage across all components, as Resolved.
Nov 17 2020, 5:01 PM · Development environment, Sprint 2018 12

Nov 3 2020

ardumont moved T871: Migrate swh-storage api functions relative to indexers to swh-indexer from Backlog to Archived on the SWORD deposit board.
Nov 3 2020, 4:07 PM · SWORD deposit, Core Loader, Web app, Development environment, Storage manager, Indexer

Sep 24 2020

zack added a project to T2621: running tox fails because C.UTF-8 is not available: Development environment.
Sep 24 2020, 3:15 PM · Development environment

Sep 17 2020

anlambert closed T2610: Add isort pre-commit hook and configuration to all repos as Resolved.

All repositories have been successfully processed, closing this.

Sep 17 2020, 6:13 PM · Development environment
ardumont added a comment to T2610: Add isort pre-commit hook and configuration to all repos.

awesome, thanks.

Sep 17 2020, 5:38 PM · Development environment
anlambert added a comment to T2610: Add isort pre-commit hook and configuration to all repos.

Ok so I applied the above process locally and no bad surprises when running all test suites. I will push the changes to remote then and close that task once it is done.

Sep 17 2020, 5:35 PM · Development environment
anlambert added a comment to T2610: Add isort pre-commit hook and configuration to all repos.

Ok so the plan to integrate isort in all repos will be the following:

  1. Integrate the following diff (manually) in all repos using the change-all-repos script from @vlorentz but do not push to remote yet
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 5ab0e08..df70797 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -26,6 +26,11 @@ repos:
     language: system
     types: [python]
Sep 17 2020, 4:16 PM · Development environment
anlambert added a comment to T2610: Add isort pre-commit hook and configuration to all repos.

You might need to skip .py files in tests/*/data (eg. swh-web iirc)

Sep 17 2020, 3:48 PM · Development environment
zack added a comment to T2610: Add isort pre-commit hook and configuration to all repos.

(I was initially surprised by the mixing together of "import" lines with "from ... import" ones, but upon reflection it makes a lot of sense, because one might have to switch between the two forms, and it's silly to have to move the line back and forth between import blocks when that happens.)

Sep 17 2020, 3:38 PM · Development environment
vlorentz added a comment to T2610: Add isort pre-commit hook and configuration to all repos.

You might need to skip .py files in tests/*/data (eg. swh-web iirc)

Sep 17 2020, 3:37 PM · Development environment
olasd added a comment to T2610: Add isort pre-commit hook and configuration to all repos.

+1 to the idea (and to the specific config as I have already bikeshed it)

Sep 17 2020, 3:35 PM · Development environment
anlambert triaged T2610: Add isort pre-commit hook and configuration to all repos as Normal priority.
Sep 17 2020, 3:19 PM · Development environment

Sep 15 2020

douardda triaged T2592: Latest version of kafka-manager in docker venv is a bit broken as Normal priority.
Sep 15 2020, 10:40 AM · Development environment

Sep 14 2020

douardda closed T2575: Investigate if/how we could improve `swh` cli command startup time as Resolved.

Let's consider this done for now. Still not "great" loading time, but much better than before.

Sep 14 2020, 10:03 AM · Development environment

Sep 10 2020

douardda added a revision to T2575: Investigate if/how we could improve `swh` cli command startup time: D3923: cli: speedup the `swh` cli command startup time.
Sep 10 2020, 4:30 PM · Development environment
douardda added a revision to T2575: Investigate if/how we could improve `swh` cli command startup time: D3922: cli: speedup the `swh` cli command startup time.
Sep 10 2020, 4:27 PM · Development environment
douardda added a revision to T2575: Investigate if/how we could improve `swh` cli command startup time: D3921: cli: speedup the `swh` cli command startup time.
Sep 10 2020, 4:25 PM · Development environment
douardda added a revision to T2575: Investigate if/how we could improve `swh` cli command startup time: D3920: cli: speedup the `swh` cli command startup time.
Sep 10 2020, 4:24 PM · Development environment
douardda added a revision to T2575: Investigate if/how we could improve `swh` cli command startup time: D3919: cli: speedup the `swh` cli command startup time.
Sep 10 2020, 4:21 PM · Development environment
douardda added a revision to T2575: Investigate if/how we could improve `swh` cli command startup time: D3917: Use absolute import.
Sep 10 2020, 4:19 PM · Development environment
douardda added a revision to T2575: Investigate if/how we could improve `swh` cli command startup time: D3916: cli: speedup the `swh` cli command startup time.
Sep 10 2020, 4:19 PM · Development environment
douardda added a revision to T2575: Investigate if/how we could improve `swh` cli command startup time: D3915: cli: speedup the `swh` cli command startup time.
Sep 10 2020, 4:17 PM · Development environment
douardda added a revision to T2575: Investigate if/how we could improve `swh` cli command startup time: D3914: cli: speedup the `swh` cli command startup time.
Sep 10 2020, 4:16 PM · Development environment
douardda added a revision to T2575: Investigate if/how we could improve `swh` cli command startup time: D3913: cli: speedup the `swh` cli command startup time.
Sep 10 2020, 4:14 PM · Development environment
douardda added a revision to T2575: Investigate if/how we could improve `swh` cli command startup time: D3912: cli: speedup the `swh` cli command startup time.
Sep 10 2020, 4:12 PM · Development environment
douardda added a revision to T2575: Investigate if/how we could improve `swh` cli command startup time: D3910: cli: speedup the `swh` cli command startup time.
Sep 10 2020, 4:11 PM · Development environment
douardda added a revision to T2575: Investigate if/how we could improve `swh` cli command startup time: D3909: cli: speedup the `swh` cli command startup time.
Sep 10 2020, 4:09 PM · Development environment
douardda added a revision to T2575: Investigate if/how we could improve `swh` cli command startup time: D3908: cli: speedup the `swh` cli command startup time.
Sep 10 2020, 4:07 PM · Development environment
douardda added a revision to T2575: Investigate if/how we could improve `swh` cli command startup time: D3907: cli: speedup the `swh` cli command startup time.
Sep 10 2020, 3:59 PM · Development environment
zack added a project to T2575: Investigate if/how we could improve `swh` cli command startup time: Development environment.
Sep 10 2020, 1:18 PM · Development environment

Aug 6 2020

ardumont closed T2105: Migrate from vcversioner to setuptools-scm as Resolved.
Aug 6 2020, 12:36 PM · Development environment
ardumont updated the task description for T2105: Migrate from vcversioner to setuptools-scm.
Aug 6 2020, 12:36 PM · Development environment
ardumont updated the task description for T2105: Migrate from vcversioner to setuptools-scm.
Aug 6 2020, 12:35 PM · Development environment
ardumont added a revision to T2105: Migrate from vcversioner to setuptools-scm: D3722: setup.py: Migrate from vcversioner to setuptools-scm.
Aug 6 2020, 12:32 PM · Development environment
ardumont added a revision to T2105: Migrate from vcversioner to setuptools-scm: D3721: setup.py: Migrate from vcversioner to setuptools-scm.
Aug 6 2020, 12:29 PM · Development environment
ardumont updated the task description for T2105: Migrate from vcversioner to setuptools-scm.
Aug 6 2020, 12:27 PM · Development environment
ardumont updated the task description for T2105: Migrate from vcversioner to setuptools-scm.
Aug 6 2020, 12:22 PM · Development environment
ardumont updated the task description for T2105: Migrate from vcversioner to setuptools-scm.
Aug 6 2020, 12:18 PM · Development environment
ardumont updated the task description for T2105: Migrate from vcversioner to setuptools-scm.
Aug 6 2020, 12:15 PM · Development environment
ardumont added a revision to T2105: Migrate from vcversioner to setuptools-scm: D3720: Transform inline sample-folder into archive and adapt fixture accordingly.
Aug 6 2020, 12:05 PM · Development environment
ardumont updated the task description for T2105: Migrate from vcversioner to setuptools-scm.
Aug 6 2020, 11:49 AM · Development environment

Aug 4 2020

ardumont updated the task description for T2105: Migrate from vcversioner to setuptools-scm.
Aug 4 2020, 2:05 PM · Development environment
ardumont updated the task description for T2105: Migrate from vcversioner to setuptools-scm.
Aug 4 2020, 1:53 PM · Development environment

Jul 16 2020

anlambert added a revision to T2105: Migrate from vcversioner to setuptools-scm: D3521: setup.py: Migrate from vcversioner to setuptools-scm.
Jul 16 2020, 11:08 AM · Development environment

Jul 8 2020

ardumont added a revision to T2105: Migrate from vcversioner to setuptools-scm: D3466: Migrate from vcversioner to setuptools-scm.
Jul 8 2020, 4:45 PM · Development environment
ardumont added a revision to T2105: Migrate from vcversioner to setuptools-scm: D3462: Migrate from vcversioner to setuptools-scm.
Jul 8 2020, 3:29 PM · Development environment
ardumont added a revision to T2105: Migrate from vcversioner to setuptools-scm: D3458: Migrate from vcversioner to setuptools-scm.
Jul 8 2020, 10:24 AM · Development environment
vlorentz added a revision to T2105: Migrate from vcversioner to setuptools-scm: D3424: Switch over to setuptools-scm.
Jul 8 2020, 9:59 AM · Development environment

Jul 7 2020

ardumont added a revision to T2105: Migrate from vcversioner to setuptools-scm: D3451: Migrate from vcversioner to setuptools-scm.
Jul 7 2020, 5:51 PM · Development environment

Apr 21 2020

olasd closed T1270: Investigate an application monitoring tool to automate error detection in our workers as Resolved.

I'm pretty sure this is done now ;p

Apr 21 2020, 11:36 AM · Metrics/monitoring, Development environment

Mar 14 2020

ardumont edited P375 nix-shell: swh-environment with nix and virtualenv.
Mar 14 2020, 7:54 PM · Development environment
ardumont edited P375 nix-shell: swh-environment with nix and virtualenv.
Mar 14 2020, 10:34 AM · Development environment

Mar 13 2020

ardumont edited P375 nix-shell: swh-environment with nix and virtualenv.
Mar 13 2020, 8:00 PM · Development environment
ardumont updated the title for P375 nix-shell: swh-environment with nix and virtualenv from swh-environment within nix to nix-shell: swh-environment with nix and virtualenv.
Mar 13 2020, 7:48 PM · Development environment

Mar 11 2020

olasd triaged T2307: Turn on the `--check-untyped-defs` mypy flag on all python modules as Normal priority.
Mar 11 2020, 2:58 PM · Development environment

Jan 27 2020

vlorentz added a project to T2106: Migrate setuptools metadata from setup.py to setup.cfg: Easy hack.
Jan 27 2020, 4:20 PM · Easy hack, Development environment

Nov 26 2019

douardda closed T2097: Merge swh-docker-dev into swh-environment as Resolved.

Closed by 9a98e8be06817055693671cfbe6917645171993e

Nov 26 2019, 1:36 PM · Docker environment, Development environment

Nov 22 2019

douardda closed T1881: Replace custom managed git hooks with pre-commit as Resolved by committing rDENVa2e3199ab496: Use 'pre-commit install' as fixups hook.
Nov 22 2019, 10:13 AM · Development environment

Nov 21 2019

olasd closed T2107: Migrate tox.ini to use extras = [] instead of deps = -r requirements-foo.txt or deps = .[bar] as Resolved.

This is all done now, except for swh.docs which is a special case.

Nov 21 2019, 5:08 PM · Development environment
olasd closed T2107: Migrate tox.ini to use extras = [] instead of deps = -r requirements-foo.txt or deps = .[bar], a subtask of T2106: Migrate setuptools metadata from setup.py to setup.cfg, as Resolved.
Nov 21 2019, 5:08 PM · Easy hack, Development environment
olasd renamed T2106: Migrate setuptools metadata from setup.py to setup.cfg from Migrate from setup.py metadata to setup.cfg to Migrate setuptools metadata from setup.py to setup.cfg.
Nov 21 2019, 11:30 AM · Easy hack, Development environment
olasd added a parent task for T2107: Migrate tox.ini to use extras = [] instead of deps = -r requirements-foo.txt or deps = .[bar]: T2106: Migrate setuptools metadata from setup.py to setup.cfg.
Nov 21 2019, 11:29 AM · Development environment
olasd added a subtask for T2106: Migrate setuptools metadata from setup.py to setup.cfg: T2107: Migrate tox.ini to use extras = [] instead of deps = -r requirements-foo.txt or deps = .[bar].
Nov 21 2019, 11:29 AM · Easy hack, Development environment
olasd triaged T2107: Migrate tox.ini to use extras = [] instead of deps = -r requirements-foo.txt or deps = .[bar] as Normal priority.
Nov 21 2019, 11:29 AM · Development environment
olasd triaged T2106: Migrate setuptools metadata from setup.py to setup.cfg as Normal priority.
Nov 21 2019, 11:14 AM · Easy hack, Development environment
olasd triaged T2105: Migrate from vcversioner to setuptools-scm as Normal priority.
Nov 21 2019, 11:06 AM · Development environment

Nov 19 2019

olasd added a parent task for T2102: Clean up Debian packaging branch bootstrapping scripts: T2100: Bootstrap Debian packaging for swh.graph.
Nov 19 2019, 5:47 PM · Development environment
olasd triaged T2102: Clean up Debian packaging branch bootstrapping scripts as Normal priority.
Nov 19 2019, 5:47 PM · Development environment

Nov 18 2019

zack added a project to T2097: Merge swh-docker-dev into swh-environment: Docker environment.
Nov 18 2019, 3:32 PM · Docker environment, Development environment
zack added a project to T2097: Merge swh-docker-dev into swh-environment: Development environment.
Nov 18 2019, 3:32 PM · Docker environment, Development environment

Sep 6 2019

ardumont updated the task description for T1411: reach a minimum of 80% SLOC coverage across all components.
Sep 6 2019, 11:20 AM · Development environment, Sprint 2018 12
ardumont updated the task description for T1411: reach a minimum of 80% SLOC coverage across all components.
Sep 6 2019, 11:20 AM · Development environment, Sprint 2018 12

Sep 5 2019

ardumont updated the task description for T1411: reach a minimum of 80% SLOC coverage across all components.
Sep 5 2019, 11:23 AM · Development environment, Sprint 2018 12
ardumont updated the task description for T1411: reach a minimum of 80% SLOC coverage across all components.
Sep 5 2019, 11:23 AM · Development environment, Sprint 2018 12

Aug 29 2019

anlambert updated the task description for T1411: reach a minimum of 80% SLOC coverage across all components.
Aug 29 2019, 12:08 PM · Development environment, Sprint 2018 12