open-build-service icon indicating copy to clipboard operation
open-build-service copied to clipboard

Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs

Results 436 open-build-service issues
Sort by recently updated
recently updated
newest added

That makes the feature not to be listed on the beta features configuration page.

Frontend
DO NOT MERGE :warning:

This PR is only about SCM acronym standardization in the codebase: from `scm|Scm|SCM` occurrences to `SCM` only. Fixes https://trello.com/c/s5Sr7U2q

Frontend
Refactoring :factory:

The old watchlist implementation only kept projects. The new watchlist implementation uses other table (`watched_items`) to keep watched items (projects, packages and requests). Add a data migration to import into...

Frontend
DO NOT MERGE :warning:

There were several layers of stuff on top of a simple url. If a package is published, the backend knows best where it ended up. If we don't publish we...

Frontend

*TODO:* - [ ] Add specs - [x] Handle failed HTTP requests in API wrapper for Gitea - [ ] Metrics, Exception Handling and Updating WorkflowRun in GiteaStatusReporter - [...

Frontend

This adds integration badges for packages To verify this feature visit `/package/badge/:project/:package.svg` (with optional `percent` and `ratio` `type` parameters) /package/badge/:project/:package.svg ![gnome-mahjongg](https://user-images.githubusercontent.com/30577011/109442643-1214a700-7a39-11eb-8b5f-9576f1452e17.png) /package/badge/:project/:package.svg?type=percent ![type=percent](https://user-images.githubusercontent.com/30577011/109442640-117c1080-7a39-11eb-8e9c-b24dde8d235e.png) /package/badge/:project/:package.svg?type=ratio ![type=ratio](https://user-images.githubusercontent.com/30577011/109442642-1214a700-7a39-11eb-9c4c-9f5eec842ded.png) Merging this requires a new...

Frontend

Issue/Feature Description ==================== Refactoring: implement a [View Component](https://github.com/openSUSE/open-build-service/wiki/View-Components) based on https://github.com/openSUSE/open-build-service/pull/13079/commits/234621ee19e854fc19fceb91a4b32735120afebf in order to have an HTML element that let the name go to the next line when the width...

Frontend
Refactoring :factory:

We already do some mapping of URLs in [published_path](https://github.com/openSUSE/open-build-service/blob/master/src/backend/bs_srcserver#L5846) and we have configuration for container registries. We should return a registry URL in `view: :publishedpath` `if ($repotype{'docker'})` and some registry...

Feature
Backend

[See this exception on Errbit](http://errbit.opensuse.org/apps/5620ca2bdc71fa00b1000000/problems/62fc4b0084bf46052de96653) # undefined method `decode_payload' for #<AMQ::Protocol::HeartbeatFrame:0x00007f50efbdbc98 @payload="", @channel=0> connection_start = @transport.read_next_frame.decode_payload ^^^^^^^^^^^^^^^ # ## Summary ## ### Where ### ### Occured ### Aug 17 1:57am...

Bug
Frontend

`openSUSE:Factory` is using preinstallimage for package builds. Unfortunately, the generated /etc/hosts in these preinstalled images breaks installation of netcfg and thus has broken IPv6 support since generated /etc/hosts lacks entries...