Page MenuHomeSoftware Heritage

[WIP] Deprecate /origin/directrory and /snapshot/directory routes
AbandonedPublic

Authored by jayeshv on Nov 26 2021, 3:24 PM.

Details

Summary

WIP
This fix deprecates and redirects /origin/directory?origin_url=<url>,
/origin/<url>/directory, /snapshot/<id>/directory and /snapshot/<id>/directory/<path>
to /directory

  • test fixes
  • documentation changes

Related to T3608
Fixes T3698

Diff Detail

Repository
rDWAPPS Web applications
Branch
directory-route
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 25277
Build 39508: Phabricator diff pipeline on jenkinsJenkins console · Jenkins
Build 39507: arc lint + arc unit

Unit TestsFailed

TimeTest
2 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.web.tests.auth.test_views::Tests / Python tests / test_oidc_generate_bearer_token_authenticated_user_success
request = <SubRequest '_django_db_marker' for <Function test_oidc_generate_bearer_token_authenticated_user_success>> @pytest.fixture(autouse=True)
2 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.web.tests.auth.test_views::Tests / Python tests / test_oidc_get_bearer_token
request = <SubRequest '_django_db_marker' for <Function test_oidc_get_bearer_token>> @pytest.fixture(autouse=True)
2 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.web.tests.auth.test_views::Tests / Python tests / test_oidc_get_bearer_token_expired_token
request = <SubRequest '_django_db_marker' for <Function test_oidc_get_bearer_token_expired_token>> @pytest.fixture(autouse=True)
2 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.web.tests.auth.test_views::Tests / Python tests / test_oidc_list_bearer_tokens
request = <SubRequest '_django_db_marker' for <Function test_oidc_list_bearer_tokens>> @pytest.fixture(autouse=True)
2 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.web.tests.auth.test_views::Tests / Python tests / test_oidc_profile_view
request = <SubRequest '_django_db_marker' for <Function test_oidc_profile_view>> @pytest.fixture(autouse=True)
View Full Test Results (7 Failed · 709 Passed · 5 Skipped)

Event Timeline

Build has FAILED

Patch application report for D6695 (id=24319)

Rebasing onto 806623eb53...

Current branch diff-target is up to date.
Changes applied before test
commit 3c5c470e197a498b8a19467e1e8cc2db5c5c0931
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 15:21:38 2021 +0100

    Deprecate /origin/directrory and /snapshot/directory routes
    
    This fix deprecates and redirects /origin/directory?origin_url=<url>,
    /origin/<url>/directory, /snapshot/<id>/directory and /snapshot/<id>/directory/<path>
    to /directory
    
    - test fixes
    - documentation changes
    
    Related to T3608
    Fixes T3698

Link to build: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1247/
See console output for more information: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1247/console

Harbormaster returned this revision to the author for changes because remote builds failed.Nov 26 2021, 3:46 PM
Harbormaster failed remote builds in B25193: Diff 24319!

Build was aborted

Patch application report for D6695 (id=24322)

Rebasing onto 806623eb53...

Current branch diff-target is up to date.
Changes applied before test
commit 34a62541e624cd5c1c7c33332c3496559fb720eb
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 16:06:40 2021 +0100

    frontend tests

commit 3c5c470e197a498b8a19467e1e8cc2db5c5c0931
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 15:21:38 2021 +0100

    Deprecate /origin/directrory and /snapshot/directory routes
    
    This fix deprecates and redirects /origin/directory?origin_url=<url>,
    /origin/<url>/directory, /snapshot/<id>/directory and /snapshot/<id>/directory/<path>
    to /directory
    
    - test fixes
    - documentation changes
    
    Related to T3608
    Fixes T3698

Link to build: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1248/
See console output for more information: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1248/console

Harbormaster returned this revision to the author for changes because remote builds failed.Nov 26 2021, 4:29 PM
Harbormaster failed remote builds in B25196: Diff 24322!

Build was aborted

Patch application report for D6695 (id=24345)

Rebasing onto 806623eb53...

Current branch diff-target is up to date.
Changes applied before test
commit 2c651351cc074cf7a218881b08c44e56ad388d1c
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 11:41:14 2021 +0100

    failing cypress test

commit 34a62541e624cd5c1c7c33332c3496559fb720eb
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 16:06:40 2021 +0100

    frontend tests

commit 3c5c470e197a498b8a19467e1e8cc2db5c5c0931
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 15:21:38 2021 +0100

    Deprecate /origin/directrory and /snapshot/directory routes
    
    This fix deprecates and redirects /origin/directory?origin_url=<url>,
    /origin/<url>/directory, /snapshot/<id>/directory and /snapshot/<id>/directory/<path>
    to /directory
    
    - test fixes
    - documentation changes
    
    Related to T3608
    Fixes T3698

Link to build: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1251/
See console output for more information: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1251/console

Harbormaster returned this revision to the author for changes because remote builds failed.Nov 29 2021, 12:09 PM
Harbormaster failed remote builds in B25219: Diff 24345!

Build was aborted

Patch application report for D6695 (id=24386)

Rebasing onto 3ff49a05ce...

First, rewinding head to replay your work on top of it...
Applying: Deprecate /origin/directrory and /snapshot/directory routes
Applying: frontend tests
Applying: failing cypress test
Applying: small
Applying: small
Applying: new tests
Changes applied before test
commit a0e17f1acbc74bebe58ab3fd343b20198cfe9b4d
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed Dec 1 15:10:53 2021 +0100

    new tests

commit ef5cbc83599e67a1e3986b770b6834e287ae20cb
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 15:04:56 2021 +0100

    small

commit 4856b4304e13e51e7d7d60294da17136dbb421bd
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 13:55:11 2021 +0100

    small

commit 9024e79bb868b0fcf655cf8b6d821dc06aebd1b2
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 11:41:14 2021 +0100

    failing cypress test

commit 6fae93fcef3c96a554d6673b8ebc7bc947832bde
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 16:06:40 2021 +0100

    frontend tests

commit 8471dd9836ce8db76720651d985f5a46d37ac6f8
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 15:21:38 2021 +0100

    Deprecate /origin/directrory and /snapshot/directory routes
    
    This fix deprecates and redirects /origin/directory?origin_url=<url>,
    /origin/<url>/directory, /snapshot/<id>/directory and /snapshot/<id>/directory/<path>
    to /directory
    
    - test fixes
    - documentation changes
    
    Related to T3608
    Fixes T3698

Link to build: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1253/
See console output for more information: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1253/console

Harbormaster returned this revision to the author for changes because remote builds failed.Dec 1 2021, 3:33 PM
Harbormaster failed remote builds in B25263: Diff 24386!

Build has FAILED

Patch application report for D6695 (id=24400)

Rebasing onto 5d35154366...

First, rewinding head to replay your work on top of it...
Applying: Deprecate /origin/directrory and /snapshot/directory routes
Using index info to reconstruct a base tree...
M	swh/web/browse/views/content.py
M	swh/web/browse/views/directory.py
M	swh/web/tests/browse/views/test_content.py
M	swh/web/tests/browse/views/test_directory.py
Falling back to patching base and 3-way merge...
Auto-merging swh/web/tests/browse/views/test_directory.py
CONFLICT (content): Merge conflict in swh/web/tests/browse/views/test_directory.py
Auto-merging swh/web/tests/browse/views/test_content.py
Auto-merging swh/web/browse/views/directory.py
Auto-merging swh/web/browse/views/content.py
Patch failed at 0001 Deprecate /origin/directrory and /snapshot/directory routes

Resolve all conflicts manually, mark them as resolved with
"git add/rm <conflicted_files>", then run "git rebase --continue".
You can instead skip this commit: run "git rebase --skip".
To abort and get back to the state before "git rebase", run "git rebase --abort".

Rebase failed (ret=1)!

Could not rebase; Attempt merge onto 5d35154366...

Already up to date.
Changes applied before test
commit 0131fa200e074746dc88d5ef024ed6ca9707628c
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed Dec 1 16:32:57 2021 +0100

    Missing tests

commit 8e5aaf4dd4b196280d08eb3e344fbbff3fdb72d5
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed Dec 1 15:10:53 2021 +0100

    new tests

commit 2fe68166fad2dd464f797772b9acd2f7935c05d9
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 15:04:56 2021 +0100

    small

commit 61ce5627b400ca3715aca396554cddbe477e0517
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 13:55:11 2021 +0100

    small

commit 03575f7b9e12bb956edfd7ddbba02647f35b17a4
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 11:41:14 2021 +0100

    failing cypress test

commit dd4e9a447d688073ad06262bae053bff9d5c5cb4
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 16:06:40 2021 +0100

    frontend tests

commit c09322abd6519937f83f7a23c675d4a3d97c7f44
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 15:21:38 2021 +0100

    Deprecate /origin/directrory and /snapshot/directory routes
    
    This fix deprecates and redirects /origin/directory?origin_url=<url>,
    /origin/<url>/directory, /snapshot/<id>/directory and /snapshot/<id>/directory/<path>
    to /directory
    
    - test fixes
    - documentation changes
    
    Related to T3608
    Fixes T3698

Link to build: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1254/
See console output for more information: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1254/console

Harbormaster returned this revision to the author for changes because remote builds failed.Dec 1 2021, 4:55 PM
Harbormaster failed remote builds in B25277: Diff 24400!
  • rebase
  • failing cypress test

Build was aborted

Patch application report for D6695 (id=24431)

Rebasing onto 284eec7e75...

Current branch diff-target is up to date.
Changes applied before test
commit c1008e3edc977f90ddd408a3bbbfa484cf04c058
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:11:41 2021 +0100

    commented failing ui tests

commit bab415352329e13789966d8c7dfc7c7e8e516ee2
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed Dec 1 16:32:57 2021 +0100

    Missing tests

commit 5d1219f2d8122ece65efff99eda5ff941713a277
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed Dec 1 15:10:53 2021 +0100

    new tests

commit 1cdc63b8371e3348f87c6070c50e8bf1b85fd6b8
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 15:04:56 2021 +0100

    small

commit a8cc226fd89d017b4c2010f1d068358d494ec077
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 13:55:11 2021 +0100

    small

commit eb4d0cda09c8da9f783949433dc11a6211d810f2
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 11:41:14 2021 +0100

    failing cypress test

commit 8f0d466eb5c8b54a088dd171b487f90e37a66376
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 16:06:40 2021 +0100

    frontend tests

commit 85f28f24c8d6f85a8d3ccbc9a5defc9107ddfebe
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 15:21:38 2021 +0100

    Deprecate /origin/directrory and /snapshot/directory routes
    
    This fix deprecates and redirects /origin/directory?origin_url=<url>,
    /origin/<url>/directory, /snapshot/<id>/directory and /snapshot/<id>/directory/<path>
    to /directory
    
    - test fixes
    - documentation changes
    
    Related to T3608
    Fixes T3698

commit f62bffd9551bb187968aa535c980b25671d265a7
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:17:59 2021 +0100

    rebase

Link to build: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1256/
See console output for more information: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1256/console

Harbormaster returned this revision to the author for changes because remote builds failed.Dec 2 2021, 11:43 AM
Harbormaster failed remote builds in B25308: Diff 24431!

Build is green

Patch application report for D6695 (id=24436)

Rebasing onto 284eec7e75...

Current branch diff-target is up to date.
Changes applied before test
commit 5993b0d4c7995a8f2d47cf5993e61bbc895a10d8
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:52:26 2021 +0100

    more failing tests

commit c1008e3edc977f90ddd408a3bbbfa484cf04c058
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:11:41 2021 +0100

    commented failing ui tests

commit bab415352329e13789966d8c7dfc7c7e8e516ee2
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed Dec 1 16:32:57 2021 +0100

    Missing tests

commit 5d1219f2d8122ece65efff99eda5ff941713a277
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed Dec 1 15:10:53 2021 +0100

    new tests

commit 1cdc63b8371e3348f87c6070c50e8bf1b85fd6b8
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 15:04:56 2021 +0100

    small

commit a8cc226fd89d017b4c2010f1d068358d494ec077
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 13:55:11 2021 +0100

    small

commit eb4d0cda09c8da9f783949433dc11a6211d810f2
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 11:41:14 2021 +0100

    failing cypress test

commit 8f0d466eb5c8b54a088dd171b487f90e37a66376
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 16:06:40 2021 +0100

    frontend tests

commit 85f28f24c8d6f85a8d3ccbc9a5defc9107ddfebe
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 15:21:38 2021 +0100

    Deprecate /origin/directrory and /snapshot/directory routes
    
    This fix deprecates and redirects /origin/directory?origin_url=<url>,
    /origin/<url>/directory, /snapshot/<id>/directory and /snapshot/<id>/directory/<path>
    to /directory
    
    - test fixes
    - documentation changes
    
    Related to T3608
    Fixes T3698

commit f62bffd9551bb187968aa535c980b25671d265a7
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:17:59 2021 +0100

    rebase

See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1257/ for more details.

  • dir swids in frontend tests

Build is green

Patch application report for D6695 (id=24449)

Rebasing onto 284eec7e75...

Current branch diff-target is up to date.
Changes applied before test
commit f3decefcb00b4684de8e4b87669ed3d6d1318208
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 14:54:45 2021 +0100

    dir swids in frontend tests

commit 5993b0d4c7995a8f2d47cf5993e61bbc895a10d8
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:52:26 2021 +0100

    more failing tests

commit c1008e3edc977f90ddd408a3bbbfa484cf04c058
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:11:41 2021 +0100

    commented failing ui tests

commit bab415352329e13789966d8c7dfc7c7e8e516ee2
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed Dec 1 16:32:57 2021 +0100

    Missing tests

commit 5d1219f2d8122ece65efff99eda5ff941713a277
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed Dec 1 15:10:53 2021 +0100

    new tests

commit 1cdc63b8371e3348f87c6070c50e8bf1b85fd6b8
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 15:04:56 2021 +0100

    small

commit a8cc226fd89d017b4c2010f1d068358d494ec077
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 13:55:11 2021 +0100

    small

commit eb4d0cda09c8da9f783949433dc11a6211d810f2
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 11:41:14 2021 +0100

    failing cypress test

commit 8f0d466eb5c8b54a088dd171b487f90e37a66376
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 16:06:40 2021 +0100

    frontend tests

commit 85f28f24c8d6f85a8d3ccbc9a5defc9107ddfebe
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 15:21:38 2021 +0100

    Deprecate /origin/directrory and /snapshot/directory routes
    
    This fix deprecates and redirects /origin/directory?origin_url=<url>,
    /origin/<url>/directory, /snapshot/<id>/directory and /snapshot/<id>/directory/<path>
    to /directory
    
    - test fixes
    - documentation changes
    
    Related to T3608
    Fixes T3698

commit f62bffd9551bb187968aa535c980b25671d265a7
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:17:59 2021 +0100

    rebase

See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1258/ for more details.

Build is green

Patch application report for D6695 (id=24455)

Rebasing onto 284eec7e75...

Current branch diff-target is up to date.
Changes applied before test
commit da5da1c7d2c7ab111685f69df3399530fffb45d3
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 15:55:08 2021 +0100

    More tests

commit f3decefcb00b4684de8e4b87669ed3d6d1318208
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 14:54:45 2021 +0100

    dir swids in frontend tests

commit 5993b0d4c7995a8f2d47cf5993e61bbc895a10d8
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:52:26 2021 +0100

    more failing tests

commit c1008e3edc977f90ddd408a3bbbfa484cf04c058
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:11:41 2021 +0100

    commented failing ui tests

commit bab415352329e13789966d8c7dfc7c7e8e516ee2
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed Dec 1 16:32:57 2021 +0100

    Missing tests

commit 5d1219f2d8122ece65efff99eda5ff941713a277
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed Dec 1 15:10:53 2021 +0100

    new tests

commit 1cdc63b8371e3348f87c6070c50e8bf1b85fd6b8
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 15:04:56 2021 +0100

    small

commit a8cc226fd89d017b4c2010f1d068358d494ec077
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 13:55:11 2021 +0100

    small

commit eb4d0cda09c8da9f783949433dc11a6211d810f2
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 11:41:14 2021 +0100

    failing cypress test

commit 8f0d466eb5c8b54a088dd171b487f90e37a66376
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 16:06:40 2021 +0100

    frontend tests

commit 85f28f24c8d6f85a8d3ccbc9a5defc9107ddfebe
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 15:21:38 2021 +0100

    Deprecate /origin/directrory and /snapshot/directory routes
    
    This fix deprecates and redirects /origin/directory?origin_url=<url>,
    /origin/<url>/directory, /snapshot/<id>/directory and /snapshot/<id>/directory/<path>
    to /directory
    
    - test fixes
    - documentation changes
    
    Related to T3608
    Fixes T3698

commit f62bffd9551bb187968aa535c980b25671d265a7
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:17:59 2021 +0100

    rebase

See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1261/ for more details.

Build has FAILED

Patch application report for D6695 (id=24478)

Rebasing onto 284eec7e75...

Current branch diff-target is up to date.
Changes applied before test
commit 29ff0ed3f187c126a3a0e42715d04142a6d7373d
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Dec 3 12:28:49 2021 +0100

    ui tests

commit da5da1c7d2c7ab111685f69df3399530fffb45d3
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 15:55:08 2021 +0100

    More tests

commit f3decefcb00b4684de8e4b87669ed3d6d1318208
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 14:54:45 2021 +0100

    dir swids in frontend tests

commit 5993b0d4c7995a8f2d47cf5993e61bbc895a10d8
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:52:26 2021 +0100

    more failing tests

commit c1008e3edc977f90ddd408a3bbbfa484cf04c058
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:11:41 2021 +0100

    commented failing ui tests

commit bab415352329e13789966d8c7dfc7c7e8e516ee2
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed Dec 1 16:32:57 2021 +0100

    Missing tests

commit 5d1219f2d8122ece65efff99eda5ff941713a277
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed Dec 1 15:10:53 2021 +0100

    new tests

commit 1cdc63b8371e3348f87c6070c50e8bf1b85fd6b8
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 15:04:56 2021 +0100

    small

commit a8cc226fd89d017b4c2010f1d068358d494ec077
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 13:55:11 2021 +0100

    small

commit eb4d0cda09c8da9f783949433dc11a6211d810f2
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 11:41:14 2021 +0100

    failing cypress test

commit 8f0d466eb5c8b54a088dd171b487f90e37a66376
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 16:06:40 2021 +0100

    frontend tests

commit 85f28f24c8d6f85a8d3ccbc9a5defc9107ddfebe
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 15:21:38 2021 +0100

    Deprecate /origin/directrory and /snapshot/directory routes
    
    This fix deprecates and redirects /origin/directory?origin_url=<url>,
    /origin/<url>/directory, /snapshot/<id>/directory and /snapshot/<id>/directory/<path>
    to /directory
    
    - test fixes
    - documentation changes
    
    Related to T3608
    Fixes T3698

commit f62bffd9551bb187968aa535c980b25671d265a7
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:17:59 2021 +0100

    rebase

Link to build: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1262/
See console output for more information: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1262/console

Build is green

Patch application report for D6695 (id=24481)

Rebasing onto 284eec7e75...

Current branch diff-target is up to date.
Changes applied before test
commit ef821dcac842576947678faa8be902762ab5112f
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Dec 3 14:42:17 2021 +0100

    migrated more tests

commit 29ff0ed3f187c126a3a0e42715d04142a6d7373d
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Dec 3 12:28:49 2021 +0100

    ui tests

commit da5da1c7d2c7ab111685f69df3399530fffb45d3
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 15:55:08 2021 +0100

    More tests

commit f3decefcb00b4684de8e4b87669ed3d6d1318208
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 14:54:45 2021 +0100

    dir swids in frontend tests

commit 5993b0d4c7995a8f2d47cf5993e61bbc895a10d8
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:52:26 2021 +0100

    more failing tests

commit c1008e3edc977f90ddd408a3bbbfa484cf04c058
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:11:41 2021 +0100

    commented failing ui tests

commit bab415352329e13789966d8c7dfc7c7e8e516ee2
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed Dec 1 16:32:57 2021 +0100

    Missing tests

commit 5d1219f2d8122ece65efff99eda5ff941713a277
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed Dec 1 15:10:53 2021 +0100

    new tests

commit 1cdc63b8371e3348f87c6070c50e8bf1b85fd6b8
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 15:04:56 2021 +0100

    small

commit a8cc226fd89d017b4c2010f1d068358d494ec077
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 13:55:11 2021 +0100

    small

commit eb4d0cda09c8da9f783949433dc11a6211d810f2
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 11:41:14 2021 +0100

    failing cypress test

commit 8f0d466eb5c8b54a088dd171b487f90e37a66376
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 16:06:40 2021 +0100

    frontend tests

commit 85f28f24c8d6f85a8d3ccbc9a5defc9107ddfebe
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 15:21:38 2021 +0100

    Deprecate /origin/directrory and /snapshot/directory routes
    
    This fix deprecates and redirects /origin/directory?origin_url=<url>,
    /origin/<url>/directory, /snapshot/<id>/directory and /snapshot/<id>/directory/<path>
    to /directory
    
    - test fixes
    - documentation changes
    
    Related to T3608
    Fixes T3698

commit f62bffd9551bb187968aa535c980b25671d265a7
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:17:59 2021 +0100

    rebase

See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1263/ for more details.

Build has FAILED

Patch application report for D6695 (id=24487)

Rebasing onto 284eec7e75...

Current branch diff-target is up to date.
Changes applied before test
commit 4b01e1baa1b82cbd69e95491e9b1b806674929b0
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Dec 3 17:42:26 2021 +0100

    Missing tests

commit ef821dcac842576947678faa8be902762ab5112f
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Dec 3 14:42:17 2021 +0100

    migrated more tests

commit 29ff0ed3f187c126a3a0e42715d04142a6d7373d
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Dec 3 12:28:49 2021 +0100

    ui tests

commit da5da1c7d2c7ab111685f69df3399530fffb45d3
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 15:55:08 2021 +0100

    More tests

commit f3decefcb00b4684de8e4b87669ed3d6d1318208
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 14:54:45 2021 +0100

    dir swids in frontend tests

commit 5993b0d4c7995a8f2d47cf5993e61bbc895a10d8
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:52:26 2021 +0100

    more failing tests

commit c1008e3edc977f90ddd408a3bbbfa484cf04c058
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:11:41 2021 +0100

    commented failing ui tests

commit bab415352329e13789966d8c7dfc7c7e8e516ee2
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed Dec 1 16:32:57 2021 +0100

    Missing tests

commit 5d1219f2d8122ece65efff99eda5ff941713a277
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed Dec 1 15:10:53 2021 +0100

    new tests

commit 1cdc63b8371e3348f87c6070c50e8bf1b85fd6b8
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 15:04:56 2021 +0100

    small

commit a8cc226fd89d017b4c2010f1d068358d494ec077
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 13:55:11 2021 +0100

    small

commit eb4d0cda09c8da9f783949433dc11a6211d810f2
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Nov 29 11:41:14 2021 +0100

    failing cypress test

commit 8f0d466eb5c8b54a088dd171b487f90e37a66376
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 16:06:40 2021 +0100

    frontend tests

commit 85f28f24c8d6f85a8d3ccbc9a5defc9107ddfebe
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Nov 26 15:21:38 2021 +0100

    Deprecate /origin/directrory and /snapshot/directory routes
    
    This fix deprecates and redirects /origin/directory?origin_url=<url>,
    /origin/<url>/directory, /snapshot/<id>/directory and /snapshot/<id>/directory/<path>
    to /directory
    
    - test fixes
    - documentation changes
    
    Related to T3608
    Fixes T3698

commit f62bffd9551bb187968aa535c980b25671d265a7
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Thu Dec 2 11:17:59 2021 +0100

    rebase

Link to build: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1264/
See console output for more information: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1264/console

vlorentz retitled this revision from WIP - Deprecate /origin/directrory and /snapshot/directory routes to [WIP] Deprecate /origin/directrory and /snapshot/directory routes.Aug 10 2022, 11:33 AM