- Aug 23, 2018
-
-
Moisés Déniz Alemán authored
Add Terms of Service to the views
-
Henne Vogelsang authored
Align breadcrumbs' style with personal navigation
-
Dany Marcoux authored
The font size and the padding top is now the same for both components, making them fit better together. It also gives us more room in the breadcrumbs, thanks to the smaller font.
-
- Aug 22, 2018
-
-
Saray Cabrera Padrón authored
To follow OBS style using rails helper link_to. Co-authored-by: Björn Geuken <bgeuken@suse.de>
-
Saray Cabrera Padrón authored
-
Saray Cabrera Padrón authored
Terms of Services are shown on any page of the Webui until a user acknowledges them. When there are new ToS the ToS notification message appears again and the user has to acknowledge the new version. The show page provides the full text of the ToS, while the notification message just contains a link to it. Additionally: * Terms of Services / announcement can be rendered as markdown. * The order of ToS versions is tracked via it's creation time. * The footer contains a 'Terms of Services' that links to the most recent ToS, if there are any. Co-authored-by: Björn Geuken <bgeuken@suse.de> Co-authored-by: David Kang <dkang@suse.com>
-
Henne Vogelsang authored
extend coverage of package specs
-
Victor Pereira authored
This condition is hard to test, because of the before_action check_package_name_for_new, which does the validations already
-
Moisés Déniz Alemán authored
Display li tag only when needed
-
Victor Pereira authored
Bs request action maintenance release errors
-
David Kang authored
Update autoprefixer-rails: 9.1.2 → 9.1.3 (patch)
-
Victor Pereira authored
-
Victor Pereira authored
check_package_name_for_new should be a before_action since its just doing parameter validations and move the method check_package_name_for_new to private Co-authored-by: Moisés Déniz Alemán <mdeniz@suse.com>
-
Victor Pereira authored
Co-authored-by: Moisés Déniz Alemán <mdeniz@suse.com>
-
Victor Pereira authored
-
Victor Pereira authored
-
Victor Pereira authored
-
Victor Pereira authored
As with ```project.rb``` model and others, move the exceptions classes to its own module to reduce visual pollution and better organize the code
-
depfu[bot] authored
-
Henne Vogelsang authored
Be constant in spacing between user#show links
-
Dany Marcoux authored
There is already another %br below.
-
Björn Geuken authored
Check if package revisions are present
-
Adrian Schröter authored
[backend] check on hostarch for arm specific 32bit support
-
Björn Geuken authored
Prevent package view failure due to incorrect link to remote
-
Björn Geuken authored
Enable beta for Admin user in dev env
-
Saray Cabrera Padrón authored
Missing data don't allow us to build links to remote (detected on an old project). Fixes #5670 Co-authored-by: David Kang <dkang@suse.com>
-
- Aug 21, 2018
-
-
Dany Marcoux authored
If the li tag is always there, then this partial cannot be called in other partials without having an extra empty `/`. The partial has to be called in package#attributes for example (since the attributes are for packages and projects, under the attribute_controller)
-
Dany Marcoux authored
When checking an array with `if my_array`, it will always be true (no matter if the array is empty or not)
-
Christian Bruckmayer authored
because in development it is necessary to see beta features. In development beta should be opt out and not opt in. This got introduced in #5640.
-
Henne Vogelsang authored
Fix haml offense
-
Henne Vogelsang authored
Allow users to join the beta, even with a proxy
-
Dany Marcoux authored
Users could not join the beta when a proxy is in place. The page to edit their account (and join the beta) was not reachable. Fixes #5667
-
Björn Geuken authored
Write html id in 'lisp-case'.
-
Björn Geuken authored
Those are static values. By converting them to constants we don't have to pass instance variables between controllers and views. It also DRYs the code. In addition we freeze the constants to reduce object allocation.
-
Björn Geuken authored
-
Henne Vogelsang authored
Add Bootstrap breadcrumbs for main, projects and packages
-
Henne Vogelsang authored
Update request table js
-
Björn Geuken authored
Drop package controller action: import_spec
-
Björn Geuken authored
Wrap creation of tab links in a helper
-
Eduardo Navarro authored
Exclude 'breadcrumb_items' partials from InstanceVariables lint.
-