Page MenuHomeSoftware Heritage
Feed Advanced Search

Jun 29 2021

vlorentz renamed T2202: Collect extrinsic metadata from Extrinsic metadata to Collect extrinsic metadata.
Jun 29 2021, 10:53 AM · Roadmap 2022, meta-task, Roadmap 2021, Extrinsic metadata
vlorentz changed the status of T3097: Expose metadata in the WebApp and make it searchable from Open to Work in Progress.
Jun 29 2021, 10:53 AM · Intrinsic metadata, Extrinsic metadata, Roadmap 2021, meta-task
moranegg moved T2624: Create strategy for documentation with a map or a full table of content from Backlog to Pending validation on the Roadmap 2021 board.
Jun 29 2021, 10:53 AM · Roadmap 2021, meta-task, Documentation
moranegg moved T3128: Improve deposit integration, management and display from Backlog to Work in progress on the Roadmap 2021 board.
Jun 29 2021, 10:53 AM · meta-task, Roadmap 2021, Monitoring, SWORD deposit, Web app
moranegg changed the status of T2234: Write use case-specific documentation, a subtask of T2233: Update documentation to current project status, from Open to Work in Progress.
Jun 29 2021, 10:53 AM · Documentation, meta-task, Roadmap 2020
moranegg changed the status of T2234: Write use case-specific documentation from Open to Work in Progress.
Jun 29 2021, 10:53 AM · Roadmap 2021, meta-task, Documentation
moranegg renamed T3376: Visualize metadata of a deposit in the admin (moderation) view from Visualize metadata of a deposit in the moderation view to Visualize metadata of a deposit in the admin (moderation) view.
Jun 29 2021, 10:40 AM · Monitoring, SWORD deposit, Web app
moranegg placed T3376: Visualize metadata of a deposit in the admin (moderation) view up for grabs.
Jun 29 2021, 10:39 AM · Monitoring, SWORD deposit, Web app
moranegg added a subtask for T2624: Create strategy for documentation with a map or a full table of content: T3297: Prepare documentation sprints 2021.
Jun 29 2021, 10:03 AM · Roadmap 2021, meta-task, Documentation

Jun 28 2021

ardumont closed T3378: Improve save code now status report so the status and browse experience stay consistent, a subtask of T3082: Improve Save Code Now handling, as Resolved.
Jun 28 2021, 1:56 PM · Save Code Now, meta-task, Roadmap 2021, Web app
moranegg added a comment to T3119: FAQ.

the decision is to create a GitLab repository dedicated to writing the FAQ (Ambassadors can do PR or add issues dedicated to the FAQ)

  • the repository will contain a faq-website.md file that can be easily exported into html with the correct tags per question
  • concerning the devs/users/sys-admins FAQ, they will be directly edited in the docs
  • if issues on the FAQ repository will concern devs/users/sys-admins
    • these issues will be tagged and resolved with addition on the docs instance
Jun 28 2021, 10:16 AM · Community Building
ardumont removed a subtask for T3082: Improve Save Code Now handling: T3256: Propose reason for rejecting a save code now.
Jun 28 2021, 9:39 AM · Save Code Now, meta-task, Roadmap 2021, Web app

Jun 25 2021

vlorentz added a subtask for T1892: Cassandra as a storage backend: T3357: Perform some tests of the cassandra storage on Grid5000.
Jun 25 2021, 4:32 PM · meta-task, Storage manager

Jun 24 2021

ardumont closed T3213: Enable save code now of software source code archives for specific users, a subtask of T3082: Improve Save Code Now handling, as Resolved.
Jun 24 2021, 3:57 PM · Save Code Now, meta-task, Roadmap 2021, Web app
ardumont closed T2750: mercurial loader fails on save code now, a subtask of T3082: Improve Save Code Now handling, as Resolved.
Jun 24 2021, 3:48 PM · Save Code Now, meta-task, Roadmap 2021, Web app
ardumont changed the status of T3387: Create FAQ in docs, a subtask of T3119: FAQ, from Open to Work in Progress.
Jun 24 2021, 2:11 PM · Community Building
moranegg placed T3377: Add icon/button in moderation view to go to deposit in new tab up for grabs.
Jun 24 2021, 11:00 AM · Monitoring, SWORD deposit, Web app

Jun 23 2021

olasd added a comment to T3127: Compute and display distribution of origins by forge.

As @olasd said in a previous comment, even if we compute the metrics, we will miss counters about origins not tight to a lister
(googlecode and gitorious for instance). So I am thinking again about an hybrid approach using the swh-counters metrics
implemented yersteday which gives a rough estimation on the number of origins by network location (as visit statuses are not
processed, only origins) and the scheduler metrics.

Jun 23 2021, 9:16 PM · Metrics/monitoring, Web app, Roadmap 2021, meta-task
anlambert added a comment to T3127: Compute and display distribution of origins by forge.

I guess the cli to update metrics is executed periodically in production ?

I don't think that they are yet but that just got a priority increase now ;)

Jun 23 2021, 2:08 PM · Metrics/monitoring, Web app, Roadmap 2021, meta-task
ardumont added a comment to T3127: Compute and display distribution of origins by forge.

I guess the cli to update metrics is executed periodically in production ?

Jun 23 2021, 1:59 PM · Metrics/monitoring, Web app, Roadmap 2021, meta-task
anlambert added a comment to T3127: Compute and display distribution of origins by forge.

The existing scheduler metrics are probably not complete enough for all we want to display (we should review them so they are), but the swh.scheduler journal client already gathers all the information needed, so we > should be able to compute all that we need from the scheduler tables.

Jun 23 2021, 12:49 PM · Metrics/monitoring, Web app, Roadmap 2021, meta-task
anlambert added a comment to T3127: Compute and display distribution of origins by forge.

After more thoughts about all those metrics, we could revamp the coverage widget into two tabs:

  • one tab displaying metrics about loaded origins with detailed counts by forge and links to search interface to browse them
  • one tab displaying metrics about listed origins from the data extracted from the scheduler database
Jun 23 2021, 12:13 PM · Metrics/monitoring, Web app, Roadmap 2021, meta-task
anlambert added a comment to T3127: Compute and display distribution of origins by forge.
Jun 23 2021, 12:05 PM · Metrics/monitoring, Web app, Roadmap 2021, meta-task
anlambert added a comment to T3127: Compute and display distribution of origins by forge.

@anlambert @rdicosmo

For information, discussing with @olasd, he reminded me that we had already a cli entrypoint [1]
to compute stats about what we want scheduler side.

What's missing implementation wise would be to expose an endpoint to actually display said information.

So, the question is, even though the implementation swh.counter started, do we really want that there
or this ^ scheduler side would be enough?

[1] https://forge.softwareheritage.org/source/swh-scheduler/browse/master/swh/scheduler/cli/origin.py$148-182

Jun 23 2021, 12:04 PM · Metrics/monitoring, Web app, Roadmap 2021, meta-task
olasd added a comment to T3127: Compute and display distribution of origins by forge.

Sorry @anlambert, I was late at Monday's meeting and I completely missed this in your weekly plan, I would have pointed this out earlier.

Jun 23 2021, 12:04 PM · Metrics/monitoring, Web app, Roadmap 2021, meta-task
ardumont added a comment to T3127: Compute and display distribution of origins by forge.

For information, discussing with @olasd, he reminded me that we had already a cli entrypoint [1]
to compute stats about what we want scheduler side.

Jun 23 2021, 11:53 AM · Metrics/monitoring, Web app, Roadmap 2021, meta-task

Jun 22 2021

anlambert added a revision to T3127: Compute and display distribution of origins by forge: D5910: journal_client: Add origins processing.
Jun 22 2021, 4:50 PM · Metrics/monitoring, Web app, Roadmap 2021, meta-task
anlambert added a revision to T3127: Compute and display distribution of origins by forge: D5907: interface: Add get_listers method.
Jun 22 2021, 2:36 PM · Metrics/monitoring, Web app, Roadmap 2021, meta-task
anlambert added a comment to T3127: Compute and display distribution of origins by forge.

Nice to see this moving forward!

These entries in the counter log look suspicious, though, they are not origins:

b'atlassian@bitbucket.org' 2
b'taylorhakes@github.com' 2
b'bunnyhero@bitbucket.org' 1
b'dtrebbien@bitbucket.org' 1
b'eldargab@github.com' 1
b'git@github.com' 1
b'schierlm@git.code.sf.net' 1
b'tomakehurst@github.com' 1
b'wenshao@github.com' 1
b'zimbra-mirror@bitbucket.org' 1
Jun 22 2021, 2:05 PM · Metrics/monitoring, Web app, Roadmap 2021, meta-task
rdicosmo added a comment to T3127: Compute and display distribution of origins by forge.

Nice to see this moving forward!

Jun 22 2021, 1:59 PM · Metrics/monitoring, Web app, Roadmap 2021, meta-task
anlambert added a comment to T3127: Compute and display distribution of origins by forge.

Regarding this, to ease the mapping between a lister and an instance name, we may want to rework the instance names in the scheduler
model (listers table) so that the value is actually the netloc of the origin.

Jun 22 2021, 12:18 PM · Metrics/monitoring, Web app, Roadmap 2021, meta-task
ardumont added a comment to T3127: Compute and display distribution of origins by forge.

Great work! Awesome.

Jun 22 2021, 12:16 PM · Metrics/monitoring, Web app, Roadmap 2021, meta-task
anlambert added a comment to T3127: Compute and display distribution of origins by forge.

After some analysis, the data we need to properly implement this are:

  • the set of lister names and their instance names in order to organize origins by forge types (gitlab, cgit, sourceforge, ...)
  • a precise or estimated count for the origins listed by a given lister instance
Jun 22 2021, 12:07 PM · Metrics/monitoring, Web app, Roadmap 2021, meta-task

Jun 18 2021

ardumont added a subtask for T3082: Improve Save Code Now handling: T3378: Improve save code now status report so the status and browse experience stay consistent.
Jun 18 2021, 2:51 PM · Save Code Now, meta-task, Roadmap 2021, Web app

Jun 17 2021

ardumont added a revision to T3119: FAQ: D5887: developers faq: Define faq with categories.
Jun 17 2021, 5:57 PM · Community Building

Jun 11 2021

moranegg triaged T3377: Add icon/button in moderation view to go to deposit in new tab as Normal priority.
Jun 11 2021, 5:18 PM · Monitoring, SWORD deposit, Web app
moranegg triaged T3376: Visualize metadata of a deposit in the admin (moderation) view as Normal priority.
Jun 11 2021, 5:13 PM · Monitoring, SWORD deposit, Web app

Jun 8 2021

ardumont edited projects for T3082: Improve Save Code Now handling, added: System administration; removed System administrators.
Jun 8 2021, 4:53 PM · Save Code Now, meta-task, Roadmap 2021, Web app

May 27 2021

ardumont added a comment to T3129: Reliable monitoring of services: for users and for admins .

great ;)

May 27 2021, 11:38 AM · Roadmap 2022, Roadmap 2021, Monitoring, meta-task
vsellier added a comment to T3129: Reliable monitoring of services: for users and for admins .

The save code now queue statistics are now displayed on the status.io page[1] as an example. The data are refreshed each 5 minutes.

May 27 2021, 10:59 AM · Roadmap 2022, Roadmap 2021, Monitoring, meta-task

May 26 2021

vsellier added a revision to T3129: Reliable monitoring of services: for users and for admins : D5787: status.io: push save code now statistics.
May 26 2021, 5:07 PM · Roadmap 2022, Roadmap 2021, Monitoring, meta-task
vlorentz closed T2602: Investigate how to upgrade the schema of the Cassandra storage, a subtask of T1892: Cassandra as a storage backend, as Resolved.
May 26 2021, 11:25 AM · meta-task, Storage manager
vlorentz closed T3314: Test swh.storage.cassandra with ScyllaDB, a subtask of T1892: Cassandra as a storage backend, as Resolved.
May 26 2021, 11:24 AM · meta-task, Storage manager

May 25 2021

vsellier added a comment to T3129: Reliable monitoring of services: for users and for admins .

Metrics can easily be pushed to the status page.
The simple poc for the save code now request is available here : https://forge.softwareheritage.org/source/snippets/browse/master/sysadmin/status.io/update_metrics.py

May 25 2021, 9:17 AM · Roadmap 2022, Roadmap 2021, Monitoring, meta-task

May 20 2021

vsellier added a comment to T3129: Reliable monitoring of services: for users and for admins .

for the status.swh.org point of view, status.io is providing some api endpoint to push metrics. It should be possible to add some metrics (up to 10 with our plan) to expose the behavior of the platform (daily/weekly and monthly statistics).
As a first step, we could expose the number of pending save code now requests and the number of origin visits to have some live data. An example of a status page with metrics : https://status.docker.com/
I'm working on a code snippet to test the integration feasibility/complexity.

May 20 2021, 6:07 PM · Roadmap 2022, Roadmap 2021, Monitoring, meta-task
vsellier changed the status of T3129: Reliable monitoring of services: for users and for admins from Open to Work in Progress.
May 20 2021, 12:01 PM · Roadmap 2022, Roadmap 2021, Monitoring, meta-task

May 17 2021

dachary updated the task description for T3054: Scale out object storage design.
May 17 2021, 4:17 PM · Roadmap 2022, Object storage (RedHat collaboration), Roadmap 2021, meta-task
dachary updated the task description for T3054: Scale out object storage design.
May 17 2021, 4:16 PM · Roadmap 2022, Object storage (RedHat collaboration), Roadmap 2021, meta-task

May 15 2021

dachary removed a subtask for T3054: Scale out object storage design: T3327: Hardware architecture for the object storage.
May 15 2021, 1:09 PM · Roadmap 2022, Object storage (RedHat collaboration), Roadmap 2021, meta-task
dachary added a subtask for T3054: Scale out object storage design: T3327: Hardware architecture for the object storage.
May 15 2021, 1:08 PM · Roadmap 2022, Object storage (RedHat collaboration), Roadmap 2021, meta-task

May 10 2021

anlambert closed T3272: Authenticated users should be able to browse their save code now requests, a subtask of T3082: Improve Save Code Now handling, as Resolved.
May 10 2021, 11:19 AM · Save Code Now, meta-task, Roadmap 2021, Web app
vlorentz changed the status of T843: Vault: Add a "git bare" tarball cooker, a subtask of T3096: Efficient and reliable download via the Vault, from Open to Work in Progress.
May 10 2021, 9:48 AM · meta-task, Roadmap 2021, Vault
vlorentz added a subtask for T3096: Efficient and reliable download via the Vault: T843: Vault: Add a "git bare" tarball cooker.
May 10 2021, 9:48 AM · meta-task, Roadmap 2021, Vault
vlorentz changed the status of T3096: Efficient and reliable download via the Vault from Open to Work in Progress.
May 10 2021, 9:47 AM · meta-task, Roadmap 2021, Vault
vlorentz moved T3096: Efficient and reliable download via the Vault from Backlog to Work in progress on the Roadmap 2021 board.
May 10 2021, 9:46 AM · meta-task, Roadmap 2021, Vault

May 8 2021

rdicosmo moved T2194: Archive Integration (Web API) from Backlog to Work in progress on the Roadmap 2021 board.
May 8 2021, 11:14 AM · Roadmap 2021, meta-task
rdicosmo moved T3118: Documentation for users and ambassadors from Backlog to Work in progress on the Roadmap 2021 board.
May 8 2021, 11:14 AM · Documentation, Scientific Community Building, Community Building, Roadmap 2021, meta-task
rdicosmo moved T3082: Improve Save Code Now handling from Backlog to Work in progress on the Roadmap 2021 board.
May 8 2021, 11:12 AM · Save Code Now, meta-task, Roadmap 2021, Web app

May 7 2021

vlorentz added a subtask for T1892: Cassandra as a storage backend: T3314: Test swh.storage.cassandra with ScyllaDB.
May 7 2021, 12:06 PM · meta-task, Storage manager

May 3 2021

dachary closed T3065: Using git to store objects, a subtask of T3054: Scale out object storage design, as Wontfix.
May 3 2021, 5:49 PM · Roadmap 2022, Object storage (RedHat collaboration), Roadmap 2021, meta-task
dachary closed T3050: Using libcephsqlite to store objects, a subtask of T3054: Scale out object storage design, as Wontfix.
May 3 2021, 5:47 PM · Roadmap 2022, Object storage (RedHat collaboration), Roadmap 2021, meta-task
anlambert changed the status of T3272: Authenticated users should be able to browse their save code now requests, a subtask of T3082: Improve Save Code Now handling, from Open to Work in Progress.
May 3 2021, 2:09 PM · Save Code Now, meta-task, Roadmap 2021, Web app

Apr 27 2021

moranegg updated the task description for T2624: Create strategy for documentation with a map or a full table of content.
Apr 27 2021, 3:41 PM · Roadmap 2021, meta-task, Documentation
moranegg updated the task description for T2624: Create strategy for documentation with a map or a full table of content.
Apr 27 2021, 3:11 PM · Roadmap 2021, meta-task, Documentation
moranegg updated the task description for T2624: Create strategy for documentation with a map or a full table of content.
Apr 27 2021, 3:07 PM · Roadmap 2021, meta-task, Documentation
moranegg changed the status of T3128: Improve deposit integration, management and display from Open to Work in Progress.
Apr 27 2021, 2:54 PM · meta-task, Roadmap 2021, Monitoring, SWORD deposit, Web app
moranegg claimed T3118: Documentation for users and ambassadors.
Apr 27 2021, 2:13 PM · Documentation, Scientific Community Building, Community Building, Roadmap 2021, meta-task
vlorentz triaged T3119: FAQ as Normal priority.
Apr 27 2021, 2:12 PM · Community Building

Apr 26 2021

zack added a comment to T3087: Implement support for takedown notices (infra, admin tools, workflow).

So what about exports of the archive available on git-annex?

Apr 26 2021, 8:34 AM · Roadmap 2022, meta-task, Roadmap 2021, Web app

Apr 23 2021

vlorentz assigned T3117: Publish status of existing listers and loaders to anlambert.
Apr 23 2021, 4:53 PM · Documentation, Roadmap 2022, meta-task, Community Building, Roadmap 2021
vlorentz assigned T2234: Write use case-specific documentation to moranegg.
Apr 23 2021, 4:52 PM · Roadmap 2021, meta-task, Documentation
vlorentz assigned T3127: Compute and display distribution of origins by forge to anlambert.
Apr 23 2021, 4:52 PM · Metrics/monitoring, Web app, Roadmap 2021, meta-task
vlorentz assigned T3136: Prior art detection service to zack.
Apr 23 2021, 4:51 PM · Roadmap 2022, Code scanner, Scientific Community Building, Roadmap 2021, meta-task
vlorentz assigned T3112: Provenance index for the full archive to zack.
Apr 23 2021, 4:51 PM · Roadmap 2022, Provenance database, Roadmap 2021, meta-task
vlorentz assigned T2194: Archive Integration (Web API) to anlambert.
Apr 23 2021, 4:50 PM · Roadmap 2021, meta-task
vlorentz assigned T2220: swh-graph in production to zack.
Apr 23 2021, 4:50 PM · Roadmap 2022, meta-task, Roadmap 2021, Compressed graph service
vlorentz assigned T3135: Improve integrity of ingested content to olasd.
Apr 23 2021, 4:50 PM · Storage manager, Roadmap 2021, meta-task
vlorentz assigned T3134: SWHID v2 to zack.
Apr 23 2021, 4:50 PM · Roadmap 2022, Roadmap 2020, Data Model, Web app, meta-task, Roadmap 2021
vlorentz assigned T3116: Roll out at least one operational mirror to douardda.
Apr 23 2021, 4:49 PM · Roadmap 2022, Unknown Object (Project), Mirror, Roadmap 2021, meta-task
vlorentz assigned T3113: Cold storage archive to douardda.
Apr 23 2021, 4:49 PM · Roadmap 2021, Archive content, meta-task
vlorentz assigned T3087: Implement support for takedown notices (infra, admin tools, workflow) to anlambert.
Apr 23 2021, 4:48 PM · Roadmap 2022, meta-task, Roadmap 2021, Web app
vlorentz assigned T1538: Add "forge" now to ardumont.
Apr 23 2021, 4:48 PM · Add Forge Now , Roadmap 2022, meta-task, Roadmap 2021
vlorentz assigned T3082: Improve Save Code Now handling to ardumont.
Apr 23 2021, 4:48 PM · Save Code Now, meta-task, Roadmap 2021, Web app
vsellier claimed T3129: Reliable monitoring of services: for users and for admins .
Apr 23 2021, 3:13 PM · Roadmap 2022, Roadmap 2021, Monitoring, meta-task

Apr 22 2021

ardumont moved T3266: Improve save code now failed/uneventful status reporting from Pending validation to Done on the Roadmap 2021 board.
Apr 22 2021, 4:21 PM · Save Code Now, Roadmap 2021, System administrators, Web app
ardumont closed T3266: Improve save code now failed/uneventful status reporting, a subtask of T3082: Improve Save Code Now handling, as Resolved.
Apr 22 2021, 4:21 PM · Save Code Now, meta-task, Roadmap 2021, Web app
ardumont closed T3266: Improve save code now failed/uneventful status reporting as Resolved.

Deployed.

Apr 22 2021, 4:20 PM · Save Code Now, Roadmap 2021, System administrators, Web app
anlambert added a revision to T3266: Improve save code now failed/uneventful status reporting: D5575: tests/api/origin_save: Explicitely populate SaveAuthorizedOrigin table.
Apr 22 2021, 3:32 PM · Save Code Now, Roadmap 2021, System administrators, Web app
ardumont added a comment to T3266: Improve save code now failed/uneventful status reporting.

Trying to bisect the issue and failed (multiple dimensions got the best of me, master ok, debian build in stable ko... i need to improve my tooling there).

Apr 22 2021, 12:37 PM · Save Code Now, Roadmap 2021, System administrators, Web app
ardumont added a comment to T3266: Improve save code now failed/uneventful status reporting.

So, the debian/unstable broke which is fixed now [1] (it wasd missing one new deps to
test the migration part).

Apr 22 2021, 10:19 AM · Save Code Now, Roadmap 2021, System administrators, Web app
ardumont moved T3266: Improve save code now failed/uneventful status reporting from Backlog to Pending validation on the Roadmap 2021 board.
Apr 22 2021, 9:20 AM · Save Code Now, Roadmap 2021, System administrators, Web app

Apr 21 2021

ardumont changed the status of T3266: Improve save code now failed/uneventful status reporting, a subtask of T3082: Improve Save Code Now handling, from Open to Work in Progress.
Apr 21 2021, 7:08 PM · Save Code Now, meta-task, Roadmap 2021, Web app
ardumont changed the status of T3266: Improve save code now failed/uneventful status reporting from Open to Work in Progress.
Apr 21 2021, 7:08 PM · Save Code Now, Roadmap 2021, System administrators, Web app
ardumont added a comment to T3266: Improve save code now failed/uneventful status reporting.

Landed. Remains to deploy. I'll attend to that tomorrow.

Apr 21 2021, 7:08 PM · Save Code Now, Roadmap 2021, System administrators, Web app
ardumont closed T2117: Save Code Now: End to End monitoring, a subtask of T3082: Improve Save Code Now handling, as Resolved.
Apr 21 2021, 6:57 PM · Save Code Now, meta-task, Roadmap 2021, Web app
rdicosmo added a comment to T3087: Implement support for takedown notices (infra, admin tools, workflow).

So what about exports of the archive available on git-annex?

Apr 21 2021, 6:53 PM · Roadmap 2022, meta-task, Roadmap 2021, Web app
ardumont updated the task description for T3266: Improve save code now failed/uneventful status reporting.
Apr 21 2021, 6:42 PM · Save Code Now, Roadmap 2021, System administrators, Web app
ardumont added a revision to T3266: Improve save code now failed/uneventful status reporting: D5570: Display visit status information in the save request information.
Apr 21 2021, 3:27 PM · Save Code Now, Roadmap 2021, System administrators, Web app
ardumont added a revision to T3266: Improve save code now failed/uneventful status reporting: D5569: Populate the visit status value in save code now request.
Apr 21 2021, 2:02 PM · Save Code Now, Roadmap 2021, System administrators, Web app
ardumont claimed T3266: Improve save code now failed/uneventful status reporting.
Apr 21 2021, 10:17 AM · Save Code Now, Roadmap 2021, System administrators, Web app