Dario Leidi

Results 16 issues of Dario Leidi

Add the t() gettext wrapper to the formula catalog so that the strings are extracted and can be translated - [ ] https://github.com/uyuni-project/uyuni/blob/master/web/html/src/manager/salt/formula-catalog/org-formula-catalog.tsx See e. g. https://github.com/uyuni-project/uyuni/blob/master/web/html/src/manager/salt/cmd/remote-commands.tsx as an example.

good first issue

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:

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:

Note: this is rebased and depend on https://github.com/openSUSE/open-build-service/pull/15073 Unify buttons using `ButtonComponent` over: - `button_tag(...` - `tag.button(...` - `%button...`

Frontend

Adding missing optional parameters to the `ButtonComponent`: - `id` - `value` - `title` - `disabled` - `type` - `aria`

Frontend

## What's changed? Before, there was a list of links, where every link was loading a different subset of notifications based on a query string parameter `type=....`. It was possible...

Frontend
Test Suite / CI :syringe:

Fix https://github.com/openSUSE/open-build-service/issues/15768 `Backend::Api::BuildResults::Binaries.file(project, repository, architecture, package, '_log')` crashes in case of `_log` file is missing. This PR handle the exception and returns empty content so the default message is rendered.

Frontend

Depends on https://github.com/openSUSE/open-build-service/pull/15794# Refactoring action forward logic

Frontend
Test Suite / CI :syringe:
Beta
request-redesign

(Former issue former issue https://github.com/openSUSE/open-build-service/issues/14810) Align `token`'s create `operation` parameter values for webUI and API: see https://github.com/openSUSE/open-build-service/pull/14979#discussion_r1342446165 At the moment: - webUI: https://github.com/openSUSE/open-build-service/blob/master/src/api/app/models/token.rb#L27 - API: https://github.com/openSUSE/open-build-service/blob/master/src/api/public/apidocs/paths/person_login_token.yaml#L89

Bug
Frontend

This overtakes the former https://github.com/openSUSE/open-build-service/pull/16101 including latest changes from master.

Frontend
review-app