aboutsummaryrefslogtreecommitdiffstats
path: root/osurl
Commit message (Expand)AuthorAgeFilesLines
* fix(osurl,abbrevURL): make osurl case insensitive and add additional GitLab p...Matěj Cepl2024-03-281-1/+1
* fix(osurl,abbrevURL): change build.* abbreviations to sr# and ssr# respectively.Matěj Cepl2024-03-281-0/+1
* feat(osurl): accept also sr#number for OBS requests.Matěj Cepl2024-03-281-0/+1
* fix(osurl): first attempt to accept - as a separator as well.Matěj Cepl2024-03-281-20/+21
* feat(osurl): add abbreviations for sourceforge.net.Matěj Cepl2024-03-281-0/+3
* fix(osurl): it is jira.suse.com not jira.suse.de.Matěj Cepl2024-03-281-1/+1
* feat(osurl): add gitlab.com reference gl#project#IDMatěj Cepl2024-03-281-0/+1
* feat(osurl): add BitBucketMatěj Cepl2024-03-281-0/+1
* feat(osurl): add jira.suse.deMatěj Cepl2024-03-281-8/+10
* feat(osurl): add abbreviations bds and bdo for SUSE and openSUSE build requests.Matěj Cepl2024-03-281-0/+2
* feat(osurl): add bugzilla.novell.com among supported targetsMatěj Cepl2024-03-281-0/+1
* feat(osurl): add support for bugs.python.orgMatěj Cepl2024-03-281-0/+1
* fix(osurl): add comma to the configuration tableMatěj Cepl2024-03-281-1/+1
* chore(osurl): TABs -> spacesMatěj Cepl2024-03-281-19/+19
* fix(osurl): and back to the functional version.Matěj Cepl2024-03-281-3/+3
* fix(osurl): meta version of generating lpeg parser via lpeg. Simple configura...Andrew2024-03-281-15/+37
* fix(osurl): alternative version using lpeg.Andrew2024-03-281-25/+16
* feat(osurl): alternative version using re module (which I don't have)Andrew2024-03-281-23/+26
* feat(osurl): initial simple version using w/o extra deps.Matěj Cepl2024-03-281-0/+25