Page MenuHomeSoftware Heritage
Feed Advanced Search

Apr 9 2021

anlambert closed T3227: DB Schema link broken in docs under swh-storage. as Resolved by committing rDSTO50becefdb242: docs: Fix db-schema.svg inclusion when building full swh documentation.
Apr 9 2021, 2:21 PM · Easy hack, Documentation
anlambert added a revision to T3227: DB Schema link broken in docs under swh-storage.: D5475: docs: Fix db-schema.svg inclusion when building full swh documentation.
Apr 9 2021, 1:40 PM · Easy hack, Documentation
rdicosmo updated the task description for T3230: Add various markdown variants to list of intrinsic metadata files to be indexed .
Apr 9 2021, 1:33 PM · Intrinsic metadata, Indexer
rdicosmo created T3230: Add various markdown variants to list of intrinsic metadata files to be indexed .
Apr 9 2021, 1:32 PM · Intrinsic metadata, Indexer
KShivendu added a comment to T3227: DB Schema link broken in docs under swh-storage..

Hey @faux it's the same as T3145

Apr 9 2021, 1:02 PM · Easy hack, Documentation
vlorentz updated the task description for T2265: Building the documentation should not show any warning..
Apr 9 2021, 11:41 AM · Easy hack, Documentation
faux triaged T3227: DB Schema link broken in docs under swh-storage. as Normal priority.
Apr 9 2021, 9:40 AM · Easy hack, Documentation
faux added a project to T3227: DB Schema link broken in docs under swh-storage.: Easy hack.
Apr 9 2021, 9:35 AM · Easy hack, Documentation

Apr 8 2021

anlambert closed T1751: Add explanatory tooltips on the pictos for the revision history as Resolved.

It has been deployed to production, closing this.

Apr 8 2021, 6:10 PM · Easy hack, Web app
sdruskat added a comment to T3078: Index CITATION.cff files.

Hey @sdruskat, I have a few questions : (1) Any idea of when will be the new version available and (2) when will be the crosswalk file updated to at least 1.1.0? (3) The newer version will be backwards compatible, right?

Thanks

Apr 8 2021, 4:18 PM · Intrinsic metadata, Easy hack
vlorentz placed T2938: Create API endpoint to access raw_extrinsic_metadata up for grabs.
Apr 8 2021, 10:54 AM · Web app, Metadata workflow

Apr 7 2021

faux added a comment to T3157: Add a search feature to snapshot branches view.

Hey, can I take this task up next?

Apr 7 2021, 3:41 PM · Easy hack, Web app
faux added a comment to T1751: Add explanatory tooltips on the pictos for the revision history.

Great!

Apr 7 2021, 3:31 PM · Easy hack, Web app
anlambert added a comment to T1751: Add explanatory tooltips on the pictos for the revision history.

Thanks @faux, it will be deployed with next swh-web release.

Apr 7 2021, 2:57 PM · Easy hack, Web app
moranegg added a comment to T3078: Index CITATION.cff files.

Hey @KShivendu,
These are very good observation.

Apr 7 2021, 11:41 AM · Intrinsic metadata, Easy hack
faux added a revision to T1751: Add explanatory tooltips on the pictos for the revision history: D5432: Added explanatory tooltips on the pictos for the revision history.
Apr 7 2021, 11:37 AM · Easy hack, Web app
faux added a comment to T1751: Add explanatory tooltips on the pictos for the revision history.

Ok cool.

Apr 7 2021, 10:57 AM · Easy hack, Web app
anlambert added a comment to T1751: Add explanatory tooltips on the pictos for the revision history.

so for a user having an id like this in the tooltip would feel like an arbitrary string

Apr 7 2021, 10:55 AM · Easy hack, Web app
faux added a comment to T1751: Add explanatory tooltips on the pictos for the revision history.

I had one doubt regarding this, so if the target_type is content then the target would be the content_id, right? But the ids are like this "8e5adfbd7e605bda9c5e96c10e015b3dc0df688e" so for a user having an id like this in the tooltip would feel like an arbitrary string.

Apr 7 2021, 8:41 AM · Easy hack, Web app

Apr 6 2021

anlambert added a comment to T1751: Add explanatory tooltips on the pictos for the revision history.

Hmmm it's not exactly an alias. <release_name> is actually a reference that can point to a branch :|

Apr 6 2021, 7:16 PM · Easy hack, Web app
vlorentz added a comment to T1751: Add explanatory tooltips on the pictos for the revision history.

release: "The release <release_name> is an alias for release <target_release_id>"

Apr 6 2021, 7:02 PM · Easy hack, Web app
faux added a comment to T1751: Add explanatory tooltips on the pictos for the revision history.

Cool, makes sense. Will work on it and create a diff.

Apr 6 2021, 5:34 PM · Easy hack, Web app
anlambert added a comment to T1751: Add explanatory tooltips on the pictos for the revision history.

I think label and commit picto dont make sense.

Apr 6 2021, 5:23 PM · Easy hack, Web app
vlorentz added a comment to T1487: Add a public API endpoint to retrieve a set of files with a given name.

@KShivendu The linked script is a start. As it is, it requires direct access to the DB; so you need to create abstractions for it in swh-storage and swh-web

Apr 6 2021, 12:50 PM · Easy hack, Storage manager, Object storage
vlorentz closed T1377: in-memory storage: compute all counters as Resolved.

ok, thanks. It's actually tested in test_stat_counters in swh-storage/swh/storage/tests/storage_tests.py, which is used to test all four classes.

Apr 6 2021, 12:47 PM · Easy hack, Storage manager
vlorentz added a comment to T2823: Write tests for swh/journal/writer/inmemory.py.

Pass an object without `unique_key` and check it does raise an exception

Apr 6 2021, 12:43 PM · Easy hack, Journal
vlorentz added a comment to T2687: nixguix: Add support for downloads over FTP.

Run the nixguix loader with url=https://guix.gnu.org/sources.json, you'll get a bunch of ftp-related errors. eg. this one https://sentry.softwareheritage.org/share/issue/7dc92745d96442d482a493c64b6eae91/

Apr 6 2021, 12:40 PM · Nixguix loader, Easy hack
Hakimb added a revision to T1968: existing graph endpoints should not return 404 upon missing arguments: D5411: return a 400 error when accessing endpoints without the arguments.
Apr 6 2021, 11:31 AM · Easy hack, Compressed graph service

Apr 5 2021

faux added a comment to T1751: Add explanatory tooltips on the pictos for the revision history.

Hi, I would like to take up this task. What should the tooltips be, to me also I think label and commit picto dont make sense.

Apr 5 2021, 5:46 PM · Easy hack, Web app
KShivendu added a comment to T1487: Add a public API endpoint to retrieve a set of files with a given name.

Hi guys. Any pointers on where to start?

Apr 5 2021, 1:57 PM · Easy hack, Storage manager, Object storage
KShivendu added a comment to T1377: in-memory storage: compute all counters.

I might be wrong but, I think it has been completed. Check out these :

Apr 5 2021, 12:24 PM · Easy hack, Storage manager
rdicosmo closed T3204: Extract List of all IPOL deposits in csv, a subtask of T3192: Add possibility to fetch last SWHID for a deposit using an origin on deposit cli, as Resolved.
Apr 5 2021, 11:52 AM · Easy hack, SWORD deposit
rdicosmo closed T3204: Extract List of all IPOL deposits in csv as Resolved.
Apr 5 2021, 11:52 AM · Easy hack, SWORD deposit
aastha1999 added a revision to T3132: loader-git: Bad formatting of the "Pack file too big" error message: D5418: Fix Pack File too big error formatting.
Apr 5 2021, 9:22 AM · Easy hack, Git loader

Apr 4 2021

hm added a revision to T1946: Improve run_a_new_lister.rst file: D5416: Fix lister.yml location.
Apr 4 2021, 10:40 PM · Easy hack, Documentation, Lister
KShivendu added a comment to T3078: Index CITATION.cff files.

Hey @moranegg
I suggest the following modifications in adding-support-for-additional-metadata page:

  • python3 -m swh.indexer.metadata_dictionary MyMapping path/to/input/file doesn't work. Replace with swh indexer mapping translate cff path/to/input/file
  • Whenever adding new mappings, it has to be mentioned in the MAPPING_NAME variable of the swh/indexer/storage/__init__.py file which isn't mentioned in the documentation. (though it didn't throw error while testing or parsing) and in expected_output of test_cli_mapping_list
  • Mentioning a few examples about fields that are not string_fields
  • Elaborating how _traslate_dict function works. For example : it executes functions starting with 'normalize_'
  • Mention command : swh indexer mapping list-terms to display Supported CodeMeta terms
  • Add Youtube videos about JSONLD : JSON-LD Basics, JSON-LD: Core markup, Compaction and Expansion
Apr 4 2021, 11:16 AM · Intrinsic metadata, Easy hack
KShivendu added a comment to T3132: loader-git: Bad formatting of the "Pack file too big" error message.

I am here to just say: swh-loader-git doesn't have a CONTRIBUTORS file. You may ask the contributor to add it as well :)

Apr 4 2021, 10:56 AM · Easy hack, Git loader
KShivendu added a comment to T2823: Write tests for swh/journal/writer/inmemory.py.

Hey @vlorentz
How do I check https://forge.softwareheritage.org/source/swh-journal/browse/master/swh/journal/writer/inmemory.py$31. Do I have to pass dummy content, raw_extrinsic_metadata, origin_visit, et cetera as the object_ to write_addition function and before passing verify if they have unique_key function implemented ?

Apr 4 2021, 10:13 AM · Easy hack, Journal
KShivendu added a comment to T2687: nixguix: Add support for downloads over FTP.

Hey @vlorentz, can you please give me some hints for this and an example URL for testing the code?

Apr 4 2021, 9:26 AM · Nixguix loader, Easy hack
KShivendu added a comment to T2634: swh-core: missing test dependency on requests.

Hi @zack Is this task still valid? If so how do I reproduce the error. I tried running pytest in swh-fuse and swh-core but that doesn't throw any error.

Apr 4 2021, 9:15 AM · Easy hack, Core & foundations
KShivendu added a comment to T2265: Building the documentation should not show any warning..

You can check if there is currently some warnings issued during the documentation build by following this link. Every reported warnings should be fixed.

Apr 4 2021, 8:49 AM · Easy hack, Documentation

Apr 3 2021

vlorentz placed T2028: swh-web should use a proper elasticsearch library to do its requests up for grabs.
Apr 3 2021, 9:07 AM · Easy hack, Web app
vlorentz closed T2290: Implement origin_metadata endpoints in swh/storage/cassandra/ as Resolved.

No longer relevant

Apr 3 2021, 9:06 AM · Easy hack, Storage manager

Apr 2 2021

moranegg updated the task description for T3204: Extract List of all IPOL deposits in csv.
Apr 2 2021, 4:12 PM · Easy hack, SWORD deposit
ardumont added a comment to T3204: Extract List of all IPOL deposits in csv.

Raw extract data [1] of both deposit with status done and those joined as pastes:

  • deposit-ipol.done.csv: P999
  • deposit-ipol.not-done.csv: P1000
Apr 2 2021, 2:59 PM · Easy hack, SWORD deposit
ardumont claimed T3204: Extract List of all IPOL deposits in csv.
Apr 2 2021, 2:49 PM · Easy hack, SWORD deposit
moranegg triaged T3204: Extract List of all IPOL deposits in csv as Normal priority.
Apr 2 2021, 2:44 PM · Easy hack, SWORD deposit

Apr 1 2021

moranegg triaged T3192: Add possibility to fetch last SWHID for a deposit using an origin on deposit cli as Normal priority.
Apr 1 2021, 1:08 PM · Easy hack, SWORD deposit

Mar 30 2021

KShivendu added a comment to T3078: Index CITATION.cff files.

Hey @sdruskat, I have a few questions : (1) Any idea of when will be the new version available and (2) when will be the crosswalk file updated to at least 1.1.0? (3) The newer version will be backwards compatible, right?

Mar 30 2021, 4:31 PM · Intrinsic metadata, Easy hack

Mar 27 2021

sdruskat added a comment to T3078: Index CITATION.cff files.

Hey @KShivendu, thanks, sounds good. Let me know if you have any questions.

Mar 27 2021, 5:05 PM · Intrinsic metadata, Easy hack
KShivendu added a comment to T3078: Index CITATION.cff files.

Hey @sdruskat, I noticed that the current crosswalk.csv has CFF version 1.0.2. And I agree on keeping the crosswalk.csv file updated as much as possible. But to the best of my knowledge, updating the crosswalk.csv file later (when you are done with creating the new version) won't break anything here. Plus, I am new here and I am learning about metadata which is helping me write a better GSoC proposal.
Also, I can assure you that I will update the crosswalk.csv file myself if you want :)

Mar 27 2021, 2:55 PM · Intrinsic metadata, Easy hack

Mar 26 2021

sdruskat added a comment to T3078: Index CITATION.cff files.

Hello again, seeing that you had asked about the crosswalk @KShivendu, and that we're currently in the process of creating a new CFF version, may I suggest that we put this on hold until we have at least updated the crosswalk to the currently latest version of CFF, 1.1.0?

Mar 26 2021, 12:25 PM · Intrinsic metadata, Easy hack
KShivendu added a comment to T3078: Index CITATION.cff files.
Mar 26 2021, 11:59 AM · Intrinsic metadata, Easy hack

Mar 25 2021

seirl placed T3167: Add a --version option to all the CLI commands up for grabs.
Mar 25 2021, 2:05 PM · Easy hack
earthizflat added a revision to T3167: Add a --version option to all the CLI commands: D5326: Add a --version option to all the CLI commands.
Mar 25 2021, 1:27 PM · Easy hack
moranegg moved T3093: deposit: Internal deposit api should send the archive.tar" to the loader from Backlog to Landed/Tests/Validations (staging) on the SWORD deposit board.
Mar 25 2021, 12:38 PM · SWORD deposit, Easy hack

Mar 24 2021

earthizflat moved T3167: Add a --version option to all the CLI commands from Backlog to In progress on the Easy hack board.
Mar 24 2021, 7:23 PM · Easy hack
earthizflat claimed T3167: Add a --version option to all the CLI commands.
Mar 24 2021, 7:22 PM · Easy hack

Mar 23 2021

moranegg edited projects for T3078: Index CITATION.cff files, added: Intrinsic metadata; removed Metadata workflow.
Mar 23 2021, 5:33 PM · Intrinsic metadata, Easy hack
seirl placed T3167: Add a --version option to all the CLI commands up for grabs.
Mar 23 2021, 12:24 PM · Easy hack
seirl assigned T3167: Add a --version option to all the CLI commands to olasd.
Mar 23 2021, 12:23 PM · Easy hack
seirl updated the task description for T3167: Add a --version option to all the CLI commands.
Mar 23 2021, 12:18 PM · Easy hack
seirl triaged T3167: Add a --version option to all the CLI commands as Low priority.
Mar 23 2021, 12:16 PM · Easy hack
seirl created T3167: Add a --version option to all the CLI commands.
Mar 23 2021, 12:16 PM · Easy hack

Mar 22 2021

olasd added a project to T3152: Show README content when it is a symlink : Easy hack.
Mar 22 2021, 11:47 AM · Easy hack, Web app

Mar 21 2021

rohan-sachan added a revision to T2259: Add type annotations to metadata mappings: D5295: Add type annotations to metadata mappings.
Mar 21 2021, 1:41 PM · Easy hack, Indexer

Mar 20 2021

zack renamed T3160: swh identify: add a -R/--recursive flag from swh identify: add a -R/--recursive to swh identify: add a -R/--recursive flag.
Mar 20 2021, 2:22 PM · Easy hack, Data Model
zack updated the task description for T3160: swh identify: add a -R/--recursive flag.
Mar 20 2021, 2:21 PM · Easy hack, Data Model
zack triaged T3160: swh identify: add a -R/--recursive flag as Normal priority.
Mar 20 2021, 2:20 PM · Easy hack, Data Model

Mar 18 2021

anlambert triaged T3157: Add a search feature to snapshot branches view as Normal priority.
Mar 18 2021, 7:45 PM · Easy hack, Web app
KShivendu added a revision to T3078: Index CITATION.cff files: D5273: swh-indexer : Add mapping for CITATION.cff files.
Mar 18 2021, 6:16 AM · Intrinsic metadata, Easy hack

Mar 16 2021

Kaustuv942 added a comment to T1968: existing graph endpoints should not return 404 upon missing arguments.

ohh allright.

Mar 16 2021, 8:44 PM · Easy hack, Compressed graph service
zack placed T3137: Add type annotations to swh.loaders.svn up for grabs.
Mar 16 2021, 7:01 PM · Easy hack, SVN Loader
zack added a comment to T3137: Add type annotations to swh.loaders.svn.

@shashikant231 please do not claim tasks. Just submit a diff fixing the issue when you have one. Thanks.

Mar 16 2021, 7:01 PM · Easy hack, SVN Loader
zack placed T1968: existing graph endpoints should not return 404 upon missing arguments up for grabs.

Dear @Kaustuv942, sure, patches welcome. We do not use task claiming for non regular contributors though, just submit a patch when you have one.

Mar 16 2021, 6:59 PM · Easy hack, Compressed graph service
Kaustuv942 added a comment to T1968: existing graph endpoints should not return 404 upon missing arguments.

Hello @zack I want to complete this task.

Mar 16 2021, 5:59 PM · Easy hack, Compressed graph service
Kaustuv942 added a comment to T1968: existing graph endpoints should not return 404 upon missing arguments.
Mar 16 2021, 5:33 PM · Easy hack, Compressed graph service
Kaustuv942 claimed T1968: existing graph endpoints should not return 404 upon missing arguments.
Mar 16 2021, 5:30 PM · Easy hack, Compressed graph service
vlorentz added a comment to T3137: Add type annotations to swh.loaders.svn.

@shashikant231 the goal is to add type annotations to all functions arguments and return type in the swh/loader/svn/ package. See https://mypy.readthedocs.io/ for an introduction to type annotations in python if you have never used them before

Mar 16 2021, 4:42 PM · Easy hack, SVN Loader
shashikant231 claimed T3137: Add type annotations to swh.loaders.svn.

Hi @vlorentz This is my first issue with this organization. can you plz describe in more detail?

Mar 16 2021, 3:35 PM · Easy hack, SVN Loader
vlorentz triaged T3137: Add type annotations to swh.loaders.svn as Normal priority.
Mar 16 2021, 11:51 AM · Easy hack, SVN Loader

Mar 15 2021

vlorentz triaged T3132: loader-git: Bad formatting of the "Pack file too big" error message as Low priority.
Mar 15 2021, 1:18 PM · Easy hack, Git loader

Mar 12 2021

moranegg added a comment to T3078: Index CITATION.cff files.

In the task description there are two links, one to a blog post and another to the documentation.
If the docs aren't specific enough to complete the task, let us know, what is missing.
I prefer not to give further instructions to really see what is the limit of the documentation.
We are also trying to improve the documentation, so this would be a win win.

Mar 12 2021, 10:22 PM · Intrinsic metadata, Easy hack
KShivendu claimed T2028: swh-web should use a proper elasticsearch library to do its requests.
Mar 12 2021, 9:07 PM · Easy hack, Web app
KShivendu added a comment to T1475: Test more edge cases of metadata indexer mappings.

" AttributeError on @id with a colon but less than two slashes" https://github.com/digitalbazaar/pyld/issues/91

Mar 12 2021, 8:03 PM · Easy hack, Indexer
KShivendu updated subscribers of T3078: Index CITATION.cff files.

Hey @moranegg I had a discussion yesterday with @vlorentz on this. We came to the conclusion that the cff-converter should be used as it might cover some edge cases as well. So what should we do now? Please guide.

Mar 12 2021, 7:53 PM · Intrinsic metadata, Easy hack

Mar 11 2021

KShivendu moved T3078: Index CITATION.cff files from Backlog to In progress on the Easy hack board.
Mar 11 2021, 12:56 PM · Intrinsic metadata, Easy hack
KShivendu added a watcher for Easy hack: KShivendu.
Mar 11 2021, 12:31 PM
moranegg added a comment to T3078: Index CITATION.cff files.

Hi @KShivendu, nice to see you claimed the task :-)
You don't have to use the cff-converter tool, but it can be a test (to ensure coherence).

Mar 11 2021, 11:16 AM · Intrinsic metadata, Easy hack
anlambert updated the task description for T2781: Make it obvious that services are the staging version.
Mar 11 2021, 11:10 AM · Easy hack, SWORD deposit, Web app
anlambert closed T2969: Make tests compatible with hypothesis 6 as Resolved.

Fixed by D5182 and D5183, closing this as resolved.

Mar 11 2021, 11:08 AM · Easy hack
vlorentz added a project to T2781: Make it obvious that services are the staging version: Easy hack.
Mar 11 2021, 11:05 AM · Easy hack, SWORD deposit, Web app
vlorentz added a project to T2571: swh-identify: add support for --type revision: Easy hack.
Mar 11 2021, 11:04 AM · Easy hack, Data Model
vlorentz added a project to T2996: Add possibility to fetch a list of deposits on the deposit cli: Easy hack.
Mar 11 2021, 11:03 AM · SWORD deposit
vlorentz added a project to T2969: Make tests compatible with hypothesis 6: Easy hack.
Mar 11 2021, 11:00 AM · Easy hack
anlambert added a project to T2930: vault: use SWHIDs as identifiers shown to user in the download window: Easy hack.
Mar 11 2021, 11:00 AM · Easy hack, Web app
anlambert added a project to T1751: Add explanatory tooltips on the pictos for the revision history: Easy hack.
Mar 11 2021, 10:58 AM · Easy hack, Web app

Mar 10 2021

KShivendu closed T2731: scanner: strip the path passed as argument from output as Resolved.
Mar 10 2021, 6:59 PM · Easy hack, Code scanner
KShivendu moved T2731: scanner: strip the path passed as argument from output from Backlog to In progress on the Easy hack board.
Mar 10 2021, 5:34 PM · Easy hack, Code scanner

Mar 8 2021

ardumont merged task T3093: deposit: Internal deposit api should send the archive.tar" to the loader into T3094: deposit: Internal deposit api should send the "archive.tar" name to the deposit loader.
Mar 8 2021, 11:19 AM · SWORD deposit, Easy hack