Rebase
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Sep 7 2022
Sep 7 2022
anlambert requested review of D8407: docker/conf: Declare celery tasks for listers/loaders in development.
Sep 6 2022
Sep 6 2022
anlambert requested review of D8401: user/listers: Add new listers in development to listers info page.
anlambert added projects to T4466: Ingest Aur repository (Arch User Repository): AUR lister, AUR loader.
anlambert updated the diff for D8378: Move static assets source code in related django application folders.
Sep 5 2022
Sep 5 2022
anlambert updated the summary of D8378: Move static assets source code in related django application folders.
anlambert committed rDLDBASE6cdf6d30045c: pubdev: Modify loader after origin URL modification in related lister (authored by anlambert).
pubdev: Modify loader after origin URL modification in related lister
anlambert updated the diff for D8355: pubdev: Modify loader after origin URL modification in related lister.
Rebase
anlambert committed rDLS44560c2383bd: pubdev: Retrieve last publication date for each listed package (authored by anlambert).
pubdev: Retrieve last publication date for each listed package
anlambert committed rDLS49b79b075936: pubdev: Modify origin URL for listed packages (authored by anlambert).
pubdev: Modify origin URL for listed packages
anlambert committed rDWAPPS687b4bbddd05: webapp/templates/layout: Fix deposit moderation view integration (authored by anlambert).
webapp/templates/layout: Fix deposit moderation view integration
anlambert committed rDLDBASE3ae2df31fe99: package/utils: Add retry policy to download in case of throttling (authored by anlambert).
package/utils: Add retry policy to download in case of throttling
anlambert updated the diff for D8394: webapp/templates/layout: Fix deposit moderation view integration.
Rebase
anlambert committed rDWAPPS4df8c0e38c43: settings/tests: Ensure swh_extra_django_apps correct value for tests (authored by anlambert).
settings/tests: Ensure swh_extra_django_apps correct value for tests
anlambert requested review of D8395: settings/tests: Ensure swh_extra_django_apps correct value for tests.
anlambert requested review of D8394: webapp/templates/layout: Fix deposit moderation view integration.
anlambert committed rDWAPPSe96bc074f808: cypress: Use more reliable way to get global javascript variable (authored by anlambert).
cypress: Use more reliable way to get global javascript variable
anlambert updated the diff for D8390: package/utils: Add retry policy to download in case of throttling.
Simplify exception check in test_download_fail_to_download
anlambert added a comment to D8390: package/utils: Add retry policy to download in case of throttling.
In D8390#218124, @vlorentz wrote:Is there no Retry-After header in the HTTP response?
anlambert requested review of D8390: package/utils: Add retry policy to download in case of throttling.
anlambert committed rCJSWHddbafe952e63: templates/cypress: Run tests in parallel using sorry-cypress (authored by anlambert).
templates/cypress: Run tests in parallel using sorry-cypress
anlambert committed rCJSWHb00f888ceffb: jobs/swh-pipeline: Enable to limit number of concurrent builds per job (authored by anlambert).
jobs/swh-pipeline: Enable to limit number of concurrent builds per job
anlambert requested review of D8387: cypress: Use more reliable way to get global javascript variable.
anlambert raised the priority of T4054: Better support for browsers with JS disabled from Low to Normal.
Sep 2 2022
Sep 2 2022
anlambert updated the diff for D8355: pubdev: Modify loader after origin URL modification in related lister.
Add assertion checking URL prefix
anlambert added a comment to D8355: pubdev: Modify loader after origin URL modification in related lister.
In D8355#217991, @vlorentz wrote:what are the changes to data files? just pretty-printed?
anlambert retitled D8355: pubdev: Modify loader after origin URL modification in related lister from pubdev: Simplify loader implementation to pubdev: Modify loader after origin URL modification in related lister.
anlambert updated the diff for D8355: pubdev: Modify loader after origin URL modification in related lister.
Align with latest lister changes in D8354
anlambert retitled D8354: pubdev: Modify origin URL and retrieve package last update from pubdev: Improve lister implementation to pubdev: Modify origin URL and retrieve package last update.
- Split changes into two commits:
anlambert committed rDLSb6c69e5075bb: aur: Create also a git origin for each listed package repository (authored by anlambert).
aur: Create also a git origin for each listed package repository
anlambert committed rDLSd76fbb3447b2: aur: Modify origin URL for listed packages (authored by anlambert).
aur: Modify origin URL for listed packages
anlambert committed rDLS92baa2b45c24: aur: Store packages index in memory instead of disk (authored by anlambert).
aur: Store packages index in memory instead of disk
Fix typo in commit message
Update: Split changes into multiple commits:
Below is a pub-dev developer answer to this issue:
/api/packages is not an officially supported endpoint (not used by the pub client, and not listed on the https://pub.dev/help/api page. While we don't have an immediate plan to discontinue it, we wouldn't really want to encourage people using it, as there is a chance that in the future it is going away.
Instead of using the /api/package-names endpoint to list packages, we could use the /api/packages one instead as it
returns info about latest version for a package.
Sep 1 2022
Sep 1 2022
anlambert requested review of D8378: Move static assets source code in related django application folders.
anlambert committed rDWAPPS3c4ffa9198b2: Move base templates and views into a webapp django application (authored by anlambert).
Move base templates and views into a webapp django application
anlambert updated the diff for D8377: Move base templates and views into a webapp django application.
Add related task in commit log
anlambert requested review of D8377: Move base templates and views into a webapp django application.
anlambert committed rDWAPPS1c36c4f969c3: vault: Move feature into its own django application (authored by anlambert).
vault: Move feature into its own django application
golang/tests: Fix black formatting
anlambert committed rDWAPPS86f2e94eb3eb: browse/revision: Fix snapshot context preservation in revision log view (authored by anlambert).
browse/revision: Fix snapshot context preservation in revision log view
Aug 31 2022
Aug 31 2022
anlambert updated the test plan for D8328: templates/cypress: Run tests in parallel using sorry-cypress.
anlambert updated the summary of D8328: templates/cypress: Run tests in parallel using sorry-cypress.
- Rebase
- Improve cypress step implementation
- Limit max number of concurrent builds per job to 3
anlambert requested review of D8368: jobs/swh-pipeline: Enable to limit number of concurrent builds per job.
anlambert updated the diff for D8364: browse/revision: Fix snapshot context preservation in revision log view.
Rebase
anlambert committed rDWAPPSde37826d1446: cypress/origin-save: Add missing wait instructions in a test (authored by anlambert).
cypress/origin-save: Add missing wait instructions in a test
anlambert committed rDWAPPS506470cce04b: cypress/support: Add missing wait instruction in global before hook (authored by anlambert).
cypress/support: Add missing wait instruction in global before hook
anlambert requested review of D8364: browse/revision: Fix snapshot context preservation in revision log view.
anlambert added a revision to T3423: Execute cypress tests in parallel on Jenkins: D8367: cypress: Fix some flaky tests.
anlambert committed rDWAPPS13751718e949: Remove no longer needed misc folder (authored by anlambert).
Remove no longer needed misc folder