Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7124109
D8461.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Subscribers
None
D8461.diff
View Options
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -5,7 +5,7 @@
rev: v4.1.0
hooks:
- id: trailing-whitespace
- exclude: '.eml$'
+ exclude: ".eml$"
- id: check-json
- id: check-yaml
@@ -26,7 +26,7 @@
yarn.lock|
package.json
)$
- args: [-L edn]
+ args: [-L edn, -L crate]
stages: [commit]
- repo: local
diff --git a/static/img/logos/arch.png b/static/img/logos/arch.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/static/img/logos/aur.png b/static/img/logos/aur.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/static/img/logos/bower.png b/static/img/logos/bower.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/static/img/logos/crates.png b/static/img/logos/crates.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/static/img/logos/gogs.png b/static/img/logos/gogs.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/static/img/logos/golang.png b/static/img/logos/golang.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/static/img/logos/hackage.png b/static/img/logos/hackage.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/static/img/logos/pubdev.png b/static/img/logos/pubdev.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/swh/web/archive_coverage/views.py b/swh/web/archive_coverage/views.py
--- a/swh/web/archive_coverage/views.py
+++ b/swh/web/archive_coverage/views.py
@@ -43,6 +43,22 @@
'rel="noopener noreferrer">listers</a> implemented by Software Heritage.'
),
"origins": [
+ {
+ "type": "arch",
+ "info_url": "https://archlinux.org/",
+ "info": "source packages from the Arch Linux distribution",
+ "search_pattern": {
+ "default": "https://archlinux.org/packages/",
+ },
+ },
+ {
+ "type": "aur",
+ "info_url": "https://aur.archlinux.org/",
+ "info": "source packages from the Arch Linux User Repository",
+ "search_pattern": {
+ "default": "https://aur.archlinux.org/packages/",
+ },
+ },
{
"type": "bitbucket",
"info_url": "https://bitbucket.org",
@@ -51,6 +67,17 @@
"default": "https://bitbucket.org/",
},
},
+ {
+ "type": "bower",
+ "info_url": "https://bower.io/",
+ "info": (
+ "git repositories of packages referenced by Bower, "
+ "a package manager for the web"
+ ),
+ "search_pattern": {
+ "default": "",
+ },
+ },
{
"type": "cgit",
"info_url": "https://git.zx2c4.com/cgit/about",
@@ -67,6 +94,14 @@
"default": "https://cran.r-project.org/",
},
},
+ {
+ "type": "crates",
+ "info_url": "https://crates.io/",
+ "info": "source packages from The Rust community's crate registry",
+ "search_pattern": {
+ "default": "https://crates.io/crates/",
+ },
+ },
{
"type": "debian",
"info_url": "https://www.debian.org",
@@ -99,6 +134,22 @@
"default": "gitlab",
},
},
+ {
+ "type": "gogs",
+ "info_url": "https://gogs.io/",
+ "info": "public repositories from multiple Gogs instances",
+ "search_pattern": {
+ "default": "gogs",
+ },
+ },
+ {
+ "type": "golang",
+ "info_url": "https://go.dev/",
+ "info": "source packages from the official Go package manager",
+ "search_pattern": {
+ "default": "https://pkg.go.dev/",
+ },
+ },
{
"type": "guix",
"info_url": "https://guix.gnu.org",
@@ -116,6 +167,14 @@
"default": "gnu",
},
},
+ {
+ "type": "hackage",
+ "info_url": "https://hackage.haskell.org",
+ "info": "source packages from The Haskell Package Repository",
+ "search_pattern": {
+ "default": "https://hackage.haskell.org/package/",
+ },
+ },
{
"type": "heptapod",
"info_url": "https://heptapod.net/",
@@ -188,6 +247,14 @@
"default": "phabricator",
},
},
+ {
+ "type": "pubdev",
+ "info_url": "https://pub.dev",
+ "info": "source packages from the official repository for Dart and Flutter apps",
+ "search_pattern": {
+ "default": "https://pub.dev",
+ },
+ },
{
"type": "pypi",
"info_url": "https://pypi.org",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Dec 20 2024, 4:00 PM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3219995
Attached To
D8461: archive_coverage: Add new listed origin types
Event Timeline
Log In to Comment