- Jun 12, 2020
-
-
Antoine Lambert authored
Related to T2317
-
Antoine Lambert authored
Set Bootstrap primary color to SWH theme red color and use Bootstrap custom checboxes and radio buttons in order to get a nicer display of UI elements. Closes T2318
-
Antoine R. Dumont authored
Related to T2310
-
- Jun 11, 2020
-
-
Antoine Lambert authored
Migrate swh-web icons (Font Awesome ones, octicon commit, png images) to their Material Design Icons counterparts in order to get a consistent icons style. Material Design Icons is an open source and exhaustive icons collection allowing designers and developers targeting various platforms to download icons in the format, color and size they need for any project. Closes T2445
-
Antoine R. Dumont authored
Instead of origin_visit_update endpoint. Related to T2310
-
- Jun 09, 2020
-
-
Antoine Lambert authored
Make the save request form always visible by moving it from the "Create save request" tab to the top of the page. Rename "Create save request" tab to "Help". Make all html alerts closable. Closes T2324
-
- Jun 08, 2020
-
-
Antoine Lambert authored
Make the main link in each row targets the origin copy in the archive if it has been successfully loaded. Add a link to each origin through an external link icon. Closes T2405
-
- Jun 05, 2020
-
-
Antoine Lambert authored
A release is looked up by its name and not its branch name in a snapshot. For git origins, the branch name differs from the release name: "/refs/tags/(release_name)". So lookup for that type of branch name first and add fallback for release name for other origin types. Closes T2437
-
Antoine Lambert authored
When a directory is browsed in an origin or snapshot context, some SWHIDs to display were missing: revision, release and snapshot. Closes T2437
-
Antoine Lambert authored
When a content is browsed in an origin or snapshot context, some SWHIDs to display were missing: directory, revision, release and snapshot. Related to T2437
-
Antoine Lambert authored
Ensure day popovers will be disposed when the mouse pointer leaves the day on calendar or leaves the popover. Closes T2426
-
Antoine Lambert authored
Update the built browse urls from new SWHID contextual info: * visit : the snapshot in which the object has been found * anchor: an ancestor of the object in the SWH graph defining browsing scope * path: path of the object from its root directory Closes T2342 Closes T2408
-
- Jun 04, 2020
-
-
Antoine Lambert authored
Closes T2427
-
Antoine Lambert authored
Closes T2417
-
Antoine Lambert authored
It enables to browse archived objects scoped to a given origin visit, possibly on a given branch, release or revision. Related to T2342 Related to T2427 Closes T2359
-
- Jun 03, 2020
-
-
Antoine Lambert authored
-
Antoine Lambert authored
Use tuples instead of lists when instantiating and manipulating models.
-
- May 27, 2020
-
-
Antoine R. Dumont authored
Prior to this commit, empty exclusion pattern would exclude everything.
-
- May 26, 2020
-
-
Antoine R. Dumont authored
All string columns are checked againt the excluding pattern. Related to T2406
-
- May 22, 2020
-
-
Antoine R. Dumont authored
-
- May 20, 2020
-
-
Antoine R. Dumont authored
Related to T2416
-
Antoine R. Dumont authored
By default the directory is hidden, the label should reflect that. Related to T2416
-
Antoine R. Dumont authored
This got broken in f6035638 (patched in production). Definitely need T2416
-
Antoine R. Dumont authored
Instead of directory with origin. That columns contains the directory SWHID with origin, visit, anchor, and path. Related to T2398 Related to T2412
-
Antoine R. Dumont authored
This removes references from: - deposit admin cli listing deposits - deposit.js library which parses the output from the cli to prepare data to be displayed Related to T2412 Related to T2398
-
- May 18, 2020
-
-
Antoine R. Dumont authored
Related to T1398 Related to T2409
-
- May 12, 2020
-
-
Antoine R. Dumont authored
This fixes the ci build [1] [1] https://jenkins.softwareheritage.org/job/DWAPPS/job/tests/1343/console
-
- May 07, 2020
-
-
Antoine Lambert authored
Updated contextual info for SWHIDs are now displayed in the "Permalinks" tab. There is now a single checkbox to add / remove these contextual info. Add tests checking the expected SWHIDs are present in generated HTML pages. Closes T2330
-
Antoine Lambert authored
Implement the computation of new SWHIds contextual information based on the context archived objects are browsed: directory, revision, snapshot or origin. Related to T1241 Related to T2330
-
Antoine Lambert authored
Those were missed in URL scheme update performed in 6da9fade.
-
- May 05, 2020
-
-
Antoine Lambert authored
Since the recent update of swh-web URI scheme, numerous parameters are now provided as query ones. Some parameters are named "timestamp" and the HTML minifier will by default decode encoded characters, like for instance "×" ... As a consequence, some URLs embedded in pages were broken and thus navigation into the archive when a timestamp is provided as query parameter. Also escape some "&" characters to display required after that change.
-
Antoine Lambert authored
Vault 404 error handling needed to be updated since changes related to exception handling server side. Also improve returned error messages, add missing test and slightly refactor tests implementation (use hypothesis instead of harcoded data). Closes T2388
- May 04, 2020
-
-
Antoine Lambert authored
Previously, a suprising "Error 200" was displayed in place of a message indicating that the file cannot be rendered. Also simplify some code in swh.web.tests.data module. Closes T2389
-
- Apr 30, 2020
-
-
Antoine Lambert authored
Naive datetimes are no more allowed in storage API.
-
Antoine Lambert authored
That function was missed when moving identifiers related ones in 8b3e0ce5.
-
Antoine Lambert authored
-
Antoine Lambert authored
Also ensure a content can be successfully browsed from revision view. Related to T2330
-
Antoine Lambert authored
Related to T2330
-