Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
guppy
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
msemper
guppy
Graph
master
Select Git revision
Branches
1
master
default
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
7
Apr
15
Mar
14
3
Sep
21
Jul
19
18
4
8
Jun
15
May
28
Apr
4
12
Mar
11
10
24
Feb
23
22
20
19
15
13
11
10
9
4
31
Jan
20
9
6
11
Dec
4
20
Nov
9
7
1
30
Oct
27
20
19
17
15
14
13
11
10
28
Sep
22
19
17
12
9
27
Aug
26
17
1
Jul
17
Jun
13
14
13
7
22
May
17
Apr
15
Mar
25
Sep
7
13
Aug
12
5
2
1
22
Jul
15
14
12
10
9
4
1
26
Jun
23
19
18
17
14
26
May
23
11
10
9
7
5
29
Apr
12
8
27
Mar
21
20
19
16
14
13
12
11
23
Jan
added ctcp clientinfo (fixes issue #11 (thanks msemper))
master
master
fixes issue #17, units in s, minor cleanup (thanks msemper)
Actually remove the old plugintools file
Unquote definitionURL in DuckDuckGo plugin (fixes double encoded URLs)
Name plugintools as pluginloader (backward compat)
Use unescapedUrl instead of url in google plugin
Name plugintools consistently (it is not pluginloader)
Parse JSON properly in the Google plugin (fixes Youtube URLs)
Send version headers with urllib for isitup to work
fix google plugin and a few pep 8 violations
added github plugin
Make karma more aggressive toward users who increment their own karma
Make factoids case-sensitive (at least that's consistent; previous behaviour wasn't)
Unescape entities in urltitle
More informative output
Do not reuse cursor
Add rss-check-feeds command to check feeds by request
Add case insensivity to seen plugin
removing redundant parentheses and ''' into """
Add kick_myself option to blockbot plugin. Default is 1 for backwards compatibility.
Don't quote PMs when answering 'seen' command
Use a separate function in youtube plugin - so I can write test for it without connecting to IRC
PEP8 E701,E231: multiple statements on one line (colon), missing whitespace after ':'; slight logic cleanup in some places
plugins/info: PEP8 E211: whitespace before '[' (wonder how that got in there)
don't assign to errs in IRC.__init__
plugins/__init__: PEP8 E231: whitespace after ':'
plugins/__init__: PEP8 E302: 2 blank lines before module defs
plugins/wikipedia: variable 'e' was assigned but unused
extra/wikinews: PEP8 E225: whitespace around '='
PEP8 E202: whitespace before ')'
PEP8 E201: whitespace after '('
PEP8 E251: whitespace around kwarg/param '='
plugins/rss: PEP8 E221: spaces before '='
PEP8 E301: 1 blank line before defs in classes where applicable
plugins/seen: PEP8 E221: multiple spaces before '='
plugins/sed: PEP8 E211: whitespace before '('
plugins/printer: simple string format -> string concat (lost before in a stash)
plugins/printer: PEP8 E303: too many blank lines
plugins/help: PEP8 E225: missing whitespace around '=' and '>'
plugins/ctcp: PEP8 E225: missing whitespace around '>'
Loading