Dani Donisa
Dani Donisa
Recover from errors when commenting on a request. We were recovering from errors by redirecting the flow to the main page, as we do with non-AJAX flows. Now we just...
We have yet to prove the success response from the DELETE action
[See this exception on Errbit](http://errbit.opensuse.org/apps/5620ca2bdc71fa00b1000000/problems/6277675584bf46053ee62ba3) # undefined method `start_with?' for nil:NilClass return name if name.start_with?('_patchinfo:', '_product:') ^^^^^^^^^^^^ # ## Summary ## ### URL ### [https://api.opensuse.org/trigger/rebuild?project=KDE%3AUnstable%3AApplications&repository=KDE_Unstable_Frameworks_openSUSE_Factory](https://api.opensuse.org/trigger/rebuild?project=KDE%3AUnstable%3AApplications&repository=KDE_Unstable_Frameworks_openSUSE_Factory)" ### Where ### trigger#create ###...
[See this exception on Errbit](http://errbit.opensuse.org/apps/5620ca2bdc71fa00b1000000/problems/62cfc25184bf460547359847) # Mysql2::Error: Unknown column 'projects.name' in 'where clause' # ## Summary ## ### URL ### [https://build.opensuse.org/projects/openSUSE:Maintenance/maintained_projects.json?draw=2&columns%5B0%5D%5Bdata%5D=name&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=actions&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=false&columns%5B1%5D%5Borderable%5D=false&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=1&search%5Bregex%5D=false&_=1657782844921](https://build.opensuse.org/projects/openSUSE:Maintenance/maintained_projects.json?draw=2&columns%5B0%5D%5Bdata%5D=name&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=actions&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=false&columns%5B1%5D%5Borderable%5D=false&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=1&search%5Bregex%5D=false&_=1657782844921)" ### Where ### maintained_projects#index ### Occured ### Jul 14...
# Issue Description Given I have: - A project A with a package - A project B that has a project link to A - Project A's packages appear as...
[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...
We're rendering the comments in a new tab under the user profile, alongside the involvement and the activity. See #15542 and #15596 This is how a user sees a user...
This fixes an "undefined method `reduce' for nil:NilClass" error. The fetch has a default option for when the `:sourcediff` key does not exist, but if the sourcediff is actually nil,...
This PR introduces the usage of a decorator pattern to refactor some notification code. See [this](https://github.com/openSUSE/open-build-service/wiki/WIP:-Decorator-Pattern) for more information