Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-lister
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Antoine R. Dumont
swh-lister
Commits
4b27f9d9
Commit
4b27f9d9
authored
6 years ago
by
Archit Agrawal
Browse files
Options
Downloads
Patches
Plain Diff
Updated toplevel function names in README
parent
26232db9
No related branches found
Branches containing commit
Tags
v0.2.3
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-6
6 additions, 6 deletions
README.md
with
6 additions
and
6 deletions
README.md
+
6
−
6
View file @
4b27f9d9
...
...
@@ -71,7 +71,7 @@ Note: This expects storage (5002) and scheduler (5008) services to run locally
$ python3
>>> import logging
>>> logging.basicConfig(level=logging.DEBUG)
>>> from swh.lister.github.tasks import
R
ange
G
it
H
ub
L
ister;
R
ange
G
it
H
ub
L
ister(
).run(
364, 365)
>>> from swh.lister.github.tasks import
r
ange
_g
it
h
ub
_l
ister;
r
ange
_g
it
h
ub
_l
ister(364, 365)
INFO:root:listing repos starting at 364
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.github.com
DEBUG:urllib3.connectionpool:https://api.github.com:443 "GET /repositories?since=364 HTTP/1.1" 200 None
...
...
@@ -108,11 +108,11 @@ Note: This expects storage (5002) and scheduler (5008) services to run locally
Python 3.6.6 (default, Jun 27 2018, 14:44:17)
[GCC 8.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from swh.lister.gitlab.tasks import
R
ange
G
it
L
ab
L
ister;
R
ange
G
it
L
ab
L
ister(
).run_task(
1, 2,
>>> from swh.lister.gitlab.tasks import
r
ange
_g
it
l
ab
_l
ister;
r
ange
_g
it
l
ab
_l
ister(1, 2,
{'instance': 'debian', 'api_baseurl': 'https://salsa.debian.org/api/v4', 'sort': 'asc', 'per_page': 20})
>>> from swh.lister.gitlab.tasks import
F
ull
G
it
L
ab
R
elister;
F
ull
G
it
L
ab
R
elister(
).run_task(
>>> from swh.lister.gitlab.tasks import
f
ull
_g
it
l
ab
_r
elister;
f
ull
_g
it
l
ab
_r
elister(
{'instance':'0xacab', 'api_baseurl':'https://0xacab.org/api/v4', 'sort': 'asc', 'per_page': 20})
>>> from swh.lister.gitlab.tasks import
I
ncremental
G
it
L
ab
L
ister;
I
ncremental
G
it
L
ab
L
ister(
).run_task(
>>> from swh.lister.gitlab.tasks import
i
ncremental
_g
it
l
ab
_l
ister;
i
ncremental
_g
it
l
ab
_l
ister(
{'instance': 'freedesktop.org', 'api_baseurl': 'https://gitlab.freedesktop.org/api/v4',
'sort': 'asc', 'per_page': 20})
...
...
@@ -148,7 +148,7 @@ Note: This expects storage (5002) and scheduler (5008) services to run locally
Python 3.6.6 (default, Jun 27 2018, 14:44:17)
[GCC 8.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import logging; logging.basicConfig(level=logging.DEBUG); from swh.lister.debian.tasks import
D
ebian
L
ister
Task
;
D
ebian
L
ister
Task().run_task
('Debian')
>>> import logging; logging.basicConfig(level=logging.DEBUG); from swh.lister.debian.tasks import
d
ebian
_l
ister;
d
ebian
_l
ister('Debian')
DEBUG:root:Creating snapshot for distribution Distribution(Debian (deb) on http://deb.debian.org/debian/) on date 2018-07-27 09:22:50.461165+00:00
DEBUG:root:Processing area Area(stretch/main of Debian)
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): deb.debian.org
...
...
@@ -188,5 +188,5 @@ Note: This expects storage (5002) and scheduler (5008) services to run locally
Python 3.6.6 (default, Jun 27 2018, 14:44:17)
[GCC 8.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from swh.lister.pypi.tasks import
PyPIListerTask; PyPIListerTask().run_task
()
>>> from swh.lister.pypi.tasks import
pypi_lister; pypi_lister
()
>>>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment