index
:
vim-suse-changes
master
Vim plugin for work with openSUSE *.changes file
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
osurl
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(osurl): gh#foo/bar!num is ID of pull request, not discussion.
Matěj Cepl
2024-03-28
1
-1
/
+3
*
fix(osurl): whoops, -le is not the same as -lt.
Matěj Cepl
2024-03-28
1
-1
/
+1
*
fix(osurl): port osurl to POSIX shell script.
Matěj Cepl
2024-03-28
1
-99
/
+60
*
fix(osurl): add code-o-o# as an alternative abbreviation for code.opensuse.org
Antonio Larrosa
2024-03-28
1
-0
/
+1
*
feat(osurl): add coo url abbreviation
Antonio Larrosa
2024-03-28
1
-0
/
+1
*
fix(osurl): correct name of xdg-open
Matěj Cepl
2024-03-28
1
-1
/
+1
*
fix(osurl): make osurl work even inside of the containrised environment.
Matěj Cepl
2024-03-28
1
-1
/
+6
*
feat(abbrevURL): parse also GitLab abbreviations
Matěj Cepl
2024-03-28
1
-0
/
+1
*
feat(osurl): alternative version of ISB requests.
Matěj Cepl
2024-03-28
1
-0
/
+1
*
feat(osurl,abbrevURL): include GitHub discussions.
Matěj Cepl
2024-03-28
1
-1
/
+5
*
feat(osurl,abbrevURL): add abbreviation for GitHub commit URL.
Matěj Cepl
2024-03-28
1
-1
/
+4
*
feat(osurl,abbrevURL): better documentation and updated GitLab URLs.
Matěj Cepl
2024-03-28
1
-0
/
+2
*
feat(osurl,abbrevURL): add sht abbreviation for sourceforge.net tickets.
Matěj Cepl
2024-03-28
1
-0
/
+1
*
feat(osurl): fix typo and add several abbreviations
Antonio Larrosa
2024-03-28
1
-1
/
+14
*
feat(osurl): add fanfiction abbreviations to osurl
Matěj Cepl
2024-03-28
1
-0
/
+3
*
feat(osurl): add rhbz#<number> abbreviation.
Matěj Cepl
2024-03-28
1
-0
/
+1
*
feat(osurl,abbrevURL): add PEP URLs
Matěj Cepl
2024-03-28
1
-0
/
+1
*
feat(osurl): add resolution for tdf# to the Document Foundation bugzilla.
Matěj Cepl
2024-03-28
1
-0
/
+1
*
fix(osurl): don't lower-case all URLs.
Matěj Cepl
2024-03-28
1
-1
/
+7
*
fix(osurl,abbrevURL): make osurl case insensitive and add additional GitLab p...
Matěj Cepl
2024-03-28
1
-1
/
+1
*
fix(osurl,abbrevURL): change build.* abbreviations to sr# and ssr# respectively.
Matěj Cepl
2024-03-28
1
-0
/
+1
*
feat(osurl): accept also sr#number for OBS requests.
Matěj Cepl
2024-03-28
1
-0
/
+1
*
fix(osurl): first attempt to accept - as a separator as well.
Matěj Cepl
2024-03-28
1
-20
/
+21
*
feat(osurl): add abbreviations for sourceforge.net.
Matěj Cepl
2024-03-28
1
-0
/
+3
*
fix(osurl): it is jira.suse.com not jira.suse.de.
Matěj Cepl
2024-03-28
1
-1
/
+1
*
feat(osurl): add gitlab.com reference gl#project#ID
Matěj Cepl
2024-03-28
1
-0
/
+1
*
feat(osurl): add BitBucket
Matěj Cepl
2024-03-28
1
-0
/
+1
*
feat(osurl): add jira.suse.de
Matěj Cepl
2024-03-28
1
-8
/
+10
*
feat(osurl): add abbreviations bds and bdo for SUSE and openSUSE build requests.
Matěj Cepl
2024-03-28
1
-0
/
+2
*
feat(osurl): add bugzilla.novell.com among supported targets
Matěj Cepl
2024-03-28
1
-0
/
+1
*
feat(osurl): add support for bugs.python.org
Matěj Cepl
2024-03-28
1
-0
/
+1
*
fix(osurl): add comma to the configuration table
Matěj Cepl
2024-03-28
1
-1
/
+1
*
chore(osurl): TABs -> spaces
Matěj Cepl
2024-03-28
1
-19
/
+19
*
fix(osurl): and back to the functional version.
Matěj Cepl
2024-03-28
1
-3
/
+3
*
fix(osurl): meta version of generating lpeg parser via lpeg. Simple configura...
Andrew
2024-03-28
1
-15
/
+37
*
fix(osurl): alternative version using lpeg.
Andrew
2024-03-28
1
-25
/
+16
*
feat(osurl): alternative version using re module (which I don't have)
Andrew
2024-03-28
1
-23
/
+26
*
feat(osurl): initial simple version using w/o extra deps.
Matěj Cepl
2024-03-28
1
-0
/
+25