Page MenuHomeSoftware Heritage
Feed Advanced Search

May 18 2022

ardumont updated the diff for D7857: Install Dockerfile to allow containerized script execution.

Fix dockerfile (screwed up after a rebase)

May 18 2022, 6:02 PM
ardumont added inline comments to D7858: Allow main script executions within container.
May 18 2022, 6:00 PM
ardumont updated the summary of D7858: Allow main script executions within container.
May 18 2022, 5:59 PM
ardumont updated the summary of D7857: Install Dockerfile to allow containerized script execution.
May 18 2022, 5:59 PM
ardumont requested review of D7858: Allow main script executions within container.
May 18 2022, 5:59 PM
ardumont added a revision to T2225: Migrate to GitLab: D7858: Allow main script executions within container.
May 18 2022, 5:59 PM · meta-task, Roadmap 2022, GitLab migration, Roadmap 2020
ardumont added a revision to T2225: Migrate to GitLab: D7857: Install Dockerfile to allow containerized script execution.
May 18 2022, 5:57 PM · meta-task, Roadmap 2022, GitLab migration, Roadmap 2020
ardumont requested review of D7857: Install Dockerfile to allow containerized script execution.
May 18 2022, 5:57 PM
ardumont requested review of D7856: docs: Fix typos and clean up whitespace.
May 18 2022, 5:57 PM
ardumont accepted D7855: Add copyright text to source files.
May 18 2022, 5:54 PM
ardumont accepted D7853: docker/Dockerfile: Bump nodejs to 14.x.
May 18 2022, 5:53 PM
ardumont accepted D7852: templates/layout: Ensure to include piwik script in production only.
May 18 2022, 5:53 PM
ardumont closed D7847: scripts: Extract reusable functions to a common module.
May 18 2022, 2:52 PM
ardumont committed rSENVc26b23de5cd4: scripts: Extract reusable functions to a common module (authored by ardumont).
scripts: Extract reusable functions to a common module
May 18 2022, 2:52 PM
ardumont updated the diff for D7850: Add script to mirror an upstream repository to our forge.

Actual commit message amending

May 18 2022, 2:50 PM
ardumont updated the summary of D7850: Add script to mirror an upstream repository to our forge.
May 18 2022, 2:50 PM
ardumont updated the diff for D7850: Add script to mirror an upstream repository to our forge.

Amend commit message

May 18 2022, 2:48 PM
ardumont updated the summary of D7850: Add script to mirror an upstream repository to our forge.
May 18 2022, 2:47 PM
ardumont retitled D7850: Add script to mirror an upstream repository to our forge from scripts: Extract reusable functions to a common module to Add script to mirror an upstream repository to our forge.
May 18 2022, 2:47 PM
ardumont updated the summary of D7850: Add script to mirror an upstream repository to our forge.
May 18 2022, 2:45 PM
ardumont requested review of D7850: Add script to mirror an upstream repository to our forge.
May 18 2022, 2:42 PM
ardumont added a revision to T2225: Migrate to GitLab: D7850: Add script to mirror an upstream repository to our forge.
May 18 2022, 2:42 PM · meta-task, Roadmap 2022, GitLab migration, Roadmap 2020
ardumont accepted D7844: Allow icinga checks to write prometheus metrics files.

Right, thanks!

May 18 2022, 2:36 PM
ardumont added inline comments to D7844: Allow icinga checks to write prometheus metrics files.
May 18 2022, 2:31 PM
ardumont accepted D7848: add_forge_now: Harmonize moderator permission management.
May 18 2022, 2:29 PM
ardumont accepted D7845: Fix yaml syntax in conf/prometheus-statsd-exporter.yml.
May 18 2022, 2:28 PM
ardumont accepted D7846: [swh-graphql] Prepare the docker image generation.

lgtm, thx.

May 18 2022, 11:59 AM
ardumont requested review of D7847: scripts: Extract reusable functions to a common module.
May 18 2022, 11:58 AM
ardumont added a revision to T2225: Migrate to GitLab: D7847: scripts: Extract reusable functions to a common module.
May 18 2022, 11:58 AM · meta-task, Roadmap 2022, GitLab migration, Roadmap 2020
ardumont added inline comments to D7846: [swh-graphql] Prepare the docker image generation.
May 18 2022, 11:50 AM
ardumont added inline comments to D7846: [swh-graphql] Prepare the docker image generation.
May 18 2022, 11:42 AM

May 17 2022

ardumont committed R260:ca87190dacba: workers: Deploy new released image (authored by ardumont).
workers: Deploy new released image
May 17 2022, 5:01 PM
ardumont closed D7841: Extract reusable github tests fixtures into its own pytest_plugin.
May 17 2022, 4:50 PM
ardumont committed rDCORE9fa9f8422792: Extract reusable github tests fixtures into its own pytest_plugin (authored by ardumont).
Extract reusable github tests fixtures into its own pytest_plugin
May 17 2022, 4:50 PM
ardumont updated the diff for D7841: Extract reusable github tests fixtures into its own pytest_plugin.

Fix coverage mess (do not declare the pytest plugin in setup.py, use the root conftest
¯\_(ツ)_/¯). The coverage should be normal after that.

May 17 2022, 4:38 PM
ardumont updated the diff for D7841: Extract reusable github tests fixtures into its own pytest_plugin.

Add some more coverage

May 17 2022, 3:27 PM
ardumont updated the diff for D7841: Extract reusable github tests fixtures into its own pytest_plugin.

Add some coverage

May 17 2022, 3:18 PM
ardumont updated the diff for D7841: Extract reusable github tests fixtures into its own pytest_plugin.

With actual rebase ¯\_(ツ)_/¯

May 17 2022, 3:00 PM
ardumont updated the diff for D7841: Extract reusable github tests fixtures into its own pytest_plugin.
  • Add missing new tests to Makefile.local
  • Make swh.core.github tests executed by tox in the ci (previous build was green but those were not executed)
May 17 2022, 3:00 PM
ardumont requested review of D7841: Extract reusable github tests fixtures into its own pytest_plugin.
May 17 2022, 2:42 PM
ardumont accepted D7842: test_db/test_db_copy_to: Fix hypothesis FailedHealthCheck error.
May 17 2022, 2:30 PM
ardumont closed D7840: Refactor swh.lister.github.utils to swh.core.github.utils.
May 17 2022, 2:28 PM
ardumont committed rDCORE6fa229792d57: Refactor swh.lister.github.utils to swh.core.github.utils (authored by ardumont).
Refactor swh.lister.github.utils to swh.core.github.utils
May 17 2022, 2:28 PM
ardumont added a revision to T4232: Listers: Canonicalize listed github origins: D7841: Extract reusable github tests fixtures into its own pytest_plugin.
May 17 2022, 11:32 AM · Lister
ardumont updated the task description for T4232: Listers: Canonicalize listed github origins.
May 17 2022, 10:32 AM · Lister
ardumont updated the task description for T4232: Listers: Canonicalize listed github origins.
May 17 2022, 10:27 AM · Lister
ardumont updated the task description for T4232: Listers: Canonicalize listed github origins.
May 17 2022, 10:27 AM · Lister
ardumont requested review of D7840: Refactor swh.lister.github.utils to swh.core.github.utils.
May 17 2022, 10:24 AM
ardumont added a revision to T4232: Listers: Canonicalize listed github origins: D7840: Refactor swh.lister.github.utils to swh.core.github.utils.
May 17 2022, 10:22 AM · Lister
ardumont accepted D7837: templates/layout: Remove no longer used topbar.

ok, then

May 17 2022, 9:16 AM

May 16 2022

ardumont closed D7836: Add utility to sanitize and retrieve canonical github urls.
May 16 2022, 5:00 PM
ardumont committed rDCORE60f384d35ad8: Add utility function to retrieve canonical github urls (authored by ardumont).
Add utility function to retrieve canonical github urls
May 16 2022, 5:00 PM
ardumont updated the diff for D7836: Add utility to sanitize and retrieve canonical github urls.

Improve docstring and commit message further

May 16 2022, 4:51 PM
ardumont updated the diff for D7836: Add utility to sanitize and retrieve canonical github urls.
  • Add missing copyright headers
  • Simplify a bit more the current sanitization code (no regexp though)
  • Improve docstring (to mention the anonymous http code <- for now)
May 16 2022, 4:47 PM
ardumont updated the diff for D7836: Add utility to sanitize and retrieve canonical github urls.

Take care of the extra case not dealt with yet

May 16 2022, 4:18 PM
ardumont added inline comments to D7836: Add utility to sanitize and retrieve canonical github urls.
May 16 2022, 4:12 PM
ardumont added inline comments to D7836: Add utility to sanitize and retrieve canonical github urls.
May 16 2022, 4:04 PM
ardumont added inline comments to D7836: Add utility to sanitize and retrieve canonical github urls.
May 16 2022, 3:54 PM
ardumont updated the summary of D7836: Add utility to sanitize and retrieve canonical github urls.
May 16 2022, 3:51 PM
ardumont updated the diff for D7836: Add utility to sanitize and retrieve canonical github urls.

Move code in a dedicated module (explanation will be added in the diff description)

May 16 2022, 3:51 PM
ardumont added inline comments to D7836: Add utility to sanitize and retrieve canonical github urls.
May 16 2022, 3:22 PM
ardumont requested review of D7836: Add utility to sanitize and retrieve canonical github urls.
May 16 2022, 3:05 PM
ardumont added a revision to T4232: Listers: Canonicalize listed github origins: D7836: Add utility to sanitize and retrieve canonical github urls.
May 16 2022, 3:03 PM · Lister
ardumont accepted D7833: loader: Ensure success is False when entering exception handler.

Nice catch!

May 16 2022, 2:01 PM
ardumont updated the task description for T4144: Elastic worker infrastructure.
May 16 2022, 9:44 AM · meta-task, System administration, Roadmap 2022

May 13 2022

ardumont added a subtask for T4219: Investigate why GitHub fork detection did not bring a speed-up: T4242: Deployed loader.git v1.8.
May 13 2022, 6:01 PM · Origin-GitHub, Git loader
ardumont added a parent task for T4242: Deployed loader.git v1.8: T4219: Investigate why GitHub fork detection did not bring a speed-up.
May 13 2022, 6:01 PM · System administration, Git loader
ardumont closed T4243: Deploy loader.metadata credentials for high and oneshot loaders as Resolved.
May 13 2022, 5:59 PM · System administration, Metadata Loaders, Git loader
ardumont moved T4243: Deploy loader.metadata credentials for high and oneshot loaders from deployed/landed/monitoring to Component upgrades on the System administration board.
May 13 2022, 5:59 PM · System administration, Metadata Loaders, Git loader
ardumont closed T4242: Deployed loader.git v1.8 as Resolved.
May 13 2022, 5:59 PM · System administration, Git loader
ardumont added a comment to T4242: Deployed loader.git v1.8.

Dashboard to check for improvments [1]

May 13 2022, 5:29 PM · System administration, Git loader
ardumont moved T4243: Deploy loader.metadata credentials for high and oneshot loaders from in-progress to deployed/landed/monitoring on the System administration board.
May 13 2022, 5:23 PM · System administration, Metadata Loaders, Git loader
ardumont moved T4242: Deployed loader.git v1.8 from in-progress to deployed/landed/monitoring on the System administration board.
May 13 2022, 5:23 PM · System administration, Git loader
ardumont closed D7832: Deploy metadata loader credentials for high and oneshot loaders.
May 13 2022, 5:22 PM
ardumont committed rSPSITEb858c76b8e1d: Deploy metadata loader credentials for high and oneshot loaders (authored by ardumont).
Deploy metadata loader credentials for high and oneshot loaders
May 13 2022, 5:22 PM
ardumont renamed T4243: Deploy loader.metadata credentials for high and oneshot loaders from Deploy loader.metadata credentials for high and oneshot loader to Deploy loader.metadata credentials for high and oneshot loaders.
May 13 2022, 5:16 PM · System administration, Metadata Loaders, Git loader
ardumont updated the task description for T4243: Deploy loader.metadata credentials for high and oneshot loaders.
May 13 2022, 5:16 PM · System administration, Metadata Loaders, Git loader
ardumont requested review of D7832: Deploy metadata loader credentials for high and oneshot loaders.
May 13 2022, 5:13 PM
ardumont added a revision to T4243: Deploy loader.metadata credentials for high and oneshot loaders: D7832: Deploy metadata loader credentials for high and oneshot loaders.
May 13 2022, 5:13 PM · System administration, Metadata Loaders, Git loader
ardumont changed the status of T4243: Deploy loader.metadata credentials for high and oneshot loaders from Open to Work in Progress.
May 13 2022, 5:12 PM · System administration, Metadata Loaders, Git loader
ardumont triaged T4243: Deploy loader.metadata credentials for high and oneshot loaders as Normal priority.
May 13 2022, 5:11 PM · System administration, Metadata Loaders, Git loader
ardumont changed the status of T4242: Deployed loader.git v1.8 from Open to Work in Progress.
May 13 2022, 4:55 PM · System administration, Git loader
ardumont updated the task description for T4242: Deployed loader.git v1.8.
May 13 2022, 4:55 PM · System administration, Git loader
ardumont triaged T4242: Deployed loader.git v1.8 as Normal priority.
May 13 2022, 4:53 PM · System administration, Git loader
ardumont accepted D7831: Use all base snapshots in determine_wants().

lgtm

May 13 2022, 3:57 PM
ardumont closed T4238: Deploy latest loaders version (> v3.4) as Resolved.
May 13 2022, 11:47 AM · System administration, Core Loader
ardumont moved T4238: Deploy latest loaders version (> v3.4) from in-progress to deployed/landed/monitoring on the System administration board.
May 13 2022, 11:47 AM · System administration, Core Loader
ardumont updated the task description for T4238: Deploy latest loaders version (> v3.4).
May 13 2022, 11:47 AM · System administration, Core Loader
ardumont added a comment to T4239: Unstuck bitbucket incremental lister.

good idea ^

May 13 2022, 11:45 AM · Bitbucket lister
ardumont updated the task description for T4238: Deploy latest loaders version (> v3.4).
May 13 2022, 11:35 AM · System administration, Core Loader
ardumont added a comment to T4239: Unstuck bitbucket incremental lister.

A possible workaround for this without coding anything just yet would be to upgrade the scheduler's listers record for bitbucket to the unstucking date you mention first [1]

May 13 2022, 11:32 AM · Bitbucket lister
ardumont accepted D7829: misc/coverage: Fix some origins search links.
May 13 2022, 11:23 AM
ardumont published D7829: misc/coverage: Fix some origins search links for review.
May 13 2022, 11:23 AM
ardumont updated the task description for T4238: Deploy latest loaders version (> v3.4).
May 13 2022, 10:42 AM · System administration, Core Loader
ardumont moved T4238: Deploy latest loaders version (> v3.4) from Weekly backlog to in-progress on the System administration board.
May 13 2022, 10:31 AM · System administration, Core Loader
ardumont updated the task description for T4238: Deploy latest loaders version (> v3.4).
May 13 2022, 10:23 AM · System administration, Core Loader
ardumont updated the task description for T4238: Deploy latest loaders version (> v3.4).
May 13 2022, 10:23 AM · System administration, Core Loader
ardumont closed D7827: Initialize the success boolean early to avoid unbound exception.
May 13 2022, 10:22 AM
ardumont committed rDLDBASEf510a00d10b3: Initialize the success boolean early to avoid unbound exception (authored by ardumont).
Initialize the success boolean early to avoid unbound exception
May 13 2022, 10:22 AM
ardumont moved T4225: Deploy a more recent version of prometheus-statsd-exporter on all nodes from Backlog to in-progress on the System administration board.
May 13 2022, 10:19 AM · System administration