aboutsummaryrefslogtreecommitdiffstats
path: root/osurl
Commit message (Collapse)AuthorAgeFilesLines
* fix(osurl): abbreviation GH-1234 are often upper-case on the GH pages themselvesMatěj Cepl2024-04-041-1/+1
|
* fix(osurl,abbrevURL): add/fix support for GitHub Discussions.Matěj Cepl2024-03-281-0/+1
|
* fix(osurl): gh#foo/bar!num is ID of pull request, not discussion.Matěj Cepl2024-03-281-1/+3
|
* fix(osurl): whoops, -le is not the same as -lt.Matěj Cepl2024-03-281-1/+1
|
* fix(osurl): port osurl to POSIX shell script.Matěj Cepl2024-03-281-99/+60
|
* fix(osurl): add code-o-o# as an alternative abbreviation for code.opensuse.orgAntonio Larrosa2024-03-281-0/+1
| | | | | Lubos Kocman said that that abbreviation is common so let's support it too
* feat(osurl): add coo url abbreviationAntonio Larrosa2024-03-281-0/+1
| | | | | | Used like: coo#leap/features#123 coo#board/tickets#39
* fix(osurl): correct name of xdg-openMatěj Cepl2024-03-281-1/+1
|
* fix(osurl): make osurl work even inside of the containrised environment.Matěj Cepl2024-03-281-1/+6
|
* feat(abbrevURL): parse also GitLab abbreviationsMatěj Cepl2024-03-281-0/+1
|
* feat(osurl): alternative version of ISB requests.Matěj Cepl2024-03-281-0/+1
|
* feat(osurl,abbrevURL): include GitHub discussions.Matěj Cepl2024-03-281-1/+5
| | | | https://github.com/encode/httpx/discussions/1735 leads to gh#encode/httpx!1735
* feat(osurl,abbrevURL): add abbreviation for GitHub commit URL.Matěj Cepl2024-03-281-1/+4
|
* feat(osurl,abbrevURL): better documentation and updated GitLab URLs.Matěj Cepl2024-03-281-0/+2
|
* feat(osurl,abbrevURL): add sht abbreviation for sourceforge.net tickets.Matěj Cepl2024-03-281-0/+1
|
* feat(osurl): fix typo and add several abbreviationsAntonio Larrosa2024-03-281-1/+14
| | | | | | | | | | | | | | | | | | | Add abbreviations for: * boost tracker * CPAN tracker * Debian bugs * freedesktop bugs * gitlab.freedesktop.org issues * gcc bugs * gitlab.gnome.org issues * kde bugs * obs issues * obs-build issues * osc issues * openSUSE progress issues * linux-foundation bugs Fix typo in sourceforge tracker's url
* feat(osurl): add fanfiction abbreviations to osurlMatěj Cepl2024-03-281-0/+3
|
* feat(osurl): add rhbz#<number> abbreviation.Matěj Cepl2024-03-281-0/+1
|
* feat(osurl,abbrevURL): add PEP URLsMatěj Cepl2024-03-281-0/+1
|
* feat(osurl): add resolution for tdf# to the Document Foundation bugzilla.Matěj Cepl2024-03-281-0/+1
|
* fix(osurl): don't lower-case all URLs.Matěj Cepl2024-03-281-1/+7
|
* fix(osurl,abbrevURL): make osurl case insensitive and add additional GitLab ↵Matěj Cepl2024-03-281-1/+1
| | | | pattern.
* 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
| | | | Fixes for osurl gh#openSUSE/open-build-service#8572
* 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
| | | | Also, switch what you can to HTTPS.
* 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 ↵Andrew2024-03-281-15/+37
| | | | configuration.
* 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