Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-graphql
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-graphql
Merge requests
!5
Add first set of functional tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Add first set of functional tests
generated-differential-D7817-source
into
generated-differential-D7817-target
Overview
27
Commits
1
Pipelines
0
Changes
7
Closed
Jayesh
requested to merge
generated-differential-D7817-source
into
generated-differential-D7817-target
2 years ago
Overview
21
Commits
1
Pipelines
0
Changes
7
Expand
Mock storage and dev server
Dummy storage data
Functional tests for OriginNode and OriginConnection
Migrated from D7817 (
view on Phabricator
)
0
0
Merge request reports
Compare
generated-differential-D7817-target
generated-differential-D7817-target (base)
and
latest version
latest version
34095c06
1 commit,
2 years ago
7 files
+
281
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
swh/graphql/resolvers/origin.py
+
5
−
0
Options
# Copyright (C) 2022 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
from
swh.graphql.backends
import
archive
from
.base_connection
import
BaseConnection
Loading