
cdywan
Make Ruqola Rocket.Chat client useable / submit to openSUSE Tumbleweed
an invention by zbenjamin
Update: Ruqola ('zypper in ruqola') is now in Tumbleweed and Leap 15.2!
openQA IDE
a project by coolo
There is a running gag built into openQA called interactive mode. It goes like this: "if you need the interactive mode, it's broken". The reason: the so called interactive mode is a collection of hacks - in theory making it possible to update needles in a running test.
minimal openQA
an invention by okurz
motivation
Many people ask how to start with openQA, ask "can you run these two lines in bash in an openQA" test and some shun the effort to try out openQA because it is "too big".
Rewrite Jangouts using React/Redux
a project by IGonzalezSosa
We already tried to improve the Jangouts data model in the past and, although we made quite some progress, we did not finish it. I've been playing a bit with React and Redux lately, and I would like now to try a different approach replacing Angular with that combo. Using Vue.js might be another option too.
Multimedia insane migration
a project by scarabeus_iv
Packman reduction
Faster kernel builds in the OBS
an invention by michal-m
The kernel compile and link itself is only a fraction of the OBS kernel-default package build. Several other passes take significant time: - Post build checks, especially the clamav scan
Brainstorming about Continuous Delivery in SLE
a project by pgeorgiadis
Hackweek is here! I think this is the best week of the year to sit down altogether and exchange ideas and suggestions. The main topic is Automation. The goal is that many of these ideas might help various teams within SUSE to engage their business reasons better in defining key expectations and improve the quality of our software products. No fear of change -- the aim is to propose a modern pipeline in a less-invasive manner. Everybody has an idea, everybody has a voice! Brainstorming together can be useful to many different roles, including testers, analysts and developers. Let's have a chit-chat and write down some of those; Hopefully we will come up with plenty of tips on how to organise testing activities better.
package Atom and its dependencies for openSUSE
a project by pluskalm
It would be nice to have trendy and hip editor [0] in openSUSE. Currently however some nodejs dependencies are missing.
Video presence system for distributed teams
a project by ancorgs
Those working remotely or managing a distributed team know it: face time is invaluable. The former openSUSE team has been using http://sqwiggle.com to keep in touch and Google hangout to hold a stand up meeting every morning.
Obsolete Trello with Redmine
a project by jnweiger
Redmine.suse.de (as an inhouse tool) is very close to be a jump in replacement for Trello.com (the outhouse tool). Investigate into setting up a redmine-board so that it has exactly (and only) the features a Trello board has,
openQA Package Testing
a project by RBrownSUSE
openQA has a well earned reputation as a 'full system' testing tool, able to test a system end-to-end from the operating system to it's applications on a number of different platforms and architectures, including VM's & Bare Metal.
flatpak (previously xdg-app) runtime based on openSUSE / flatpak support for OBS
a project by fcrozat
Flatpak (previously known as xdg-app) is a bundle system, based on ostree, to easily make available applications bundle to users. Currently, flatpack is available on openSUSE Tumbleweed but we don't ship any runtime based on openSUSE (freedesktop or GNOME runtime).
Learn how to Python3.
a project by lpalovsky
The idea is simple - I want to learn Python :) My previous knowledge about Python is small. Only few tutorials and some initial readings of below mentioned books to get an overview.
Migration of Pology to Python3
an idea by vpelcak
Pology is a Python library and collection of command-line tools for in-depth processing of PO files, the translation file format of the GNU Gettext software translation system.
openQA log-viewer firefox plugin
a project by asmorodskyi
Idea is to write FF plugin which would process raw autoinst log and display it in more readable form .
Enhance openQA group reivew script
an idea by waynechen55
I have already implemented this script in Hackweek18: https://hackweek.suse.com/projects/script-for-generating-openqa-test-group-review-results
Rewrite transactional-update in C++
a project by fos
transactional-update, the application to update read-only systems such as openSUSE MicroOS and openSUSE Kubic and the Transactional Server installations of openSUSE Leap, openSUSE Tumbleweed and SUSE Linux Enterprise Server, evolved from a POC to a fully fledged solution - and is currently completely written in Bash. This has been working really well in the past, but is gradually reaching its limits, especially when thinking about supporting additional file systems or ports to other Linux distributions - yes, we have a huge interest in other distributions adopting our technology.
Backup server on openSUSE in Raspberry Pi 3 with external USB mass storage
a project by bzoltan1
I would like to set up a small backup server on my spare hardware
openSUSE on chromebooks (crouton)
an idea by mbrugger
Update for 2018
Velcro demuxing software management
a project by zbenjamin
Easy openSUSE Upgrade
a project by maverick74
The idea is about an easy way to allow users to make upgrades (e.g.: changing from one major version like 15.0 to version 15.1) using a GUI and as easy as they can in Ubuntu.
Kanidm - A modern opensource IDM
a project by firstyear
Project Description
Kanidm is a modern, fast, opensource IDM aiming to be an alternative to projects like 389-ds, freeipa, samba 4 and others. Inspired by many identity as a services, many features of this project aim to advance the state of what is possible with opensource security and IDM today.
Improve packaging of Rust in OBS
an invention by aplanas
Project Description
SUSE @home Hands On Lab
a project by johnmpugh
Project Description
In the past year we've found ourselves in the middle of a pandemic, we merged two awesome companies together, and we have completely changed the trajectory of SUSE and Rancher. This project is intended to transfer knowledge of SUSE to Rancher and Rancher to SUSE for those who may be challenged with time and resources to try new things. This gives us a chance to explore other uses for Kubernetes all while taking advantage of older equipment (for use as workers) we may have to spare.
Jitsi for Hackweek
a project by rsimai
Primarily to support Hackweek, but also to gain experience for a potential future corporate use, I like to run the open source Jitsi in a SUSE context and within a setup that is close to what SUSE IT is doing.
Create a proof of concept to parse the openQA logs to beautify them and provide query tools
an invention by ilausuch
Project Description
Automated test for game + only web based dev + Python openQA
an invention by okurz
motivation
Test automation can be fun and openQA is good at it but it has limitations. This project is meant to find out where the limits are for applications with lots of things moving on the screen, e.g. a game. Completely unrelated, web based tools become the norm for many users, e.g. when working from a chromebook or similar environments. The idea here is to try to use only web based tools and not force users to use a terminal which can be frightening :) As a third requirement: Some people are not feeling comfortable using openQA "because tests are written in Perl". This is not necessarily true because tests are rather written using a simplistic test API and only a small subset of Perl knowledge is necessary, however, we still want to support other entry points so there is Python support added in https://github.com/os-autoinst/os-autoinst/pull/1558 . To find out what this new way is capable of this project should use only that Python support and find out any restrictions.
Open Sauce is in our Genes
a project by rsimai
We've developed a bit of a habit within the Cloud Solutions leadership team to talk about new culinary endeavors after the weekend, telling the others about what fine dishes were created and sharing photos. We discovered that if we combine them to a menu we'll probably have the best international Dinner in the world but since we're all far away from each other we need to share the recipes to make it work.
YAML 1.2 Schema support for PyYAML
an invention by tinita
Port the Minion job queue to TypeScript
an invention by kraih
Project Description
Improve yamltidy
a project by tinita
Project Description
openSUSE build supported by SUSE IT
a project by vgrinco
Project Description
Kanidm - Modern Opensource Identity Management
an invention by firstyear
Project Description
Kanidm is a identity management system (a store of accounts, groups and more) that supports authentication to opensuse, web sites, networks, and more. The project has a focus on respect of humans, correctness, simplicity and performance. In previous hackweeks we have implemented cryptographic authentication (webauthn), wasm based web UI and more.
Continue work on "ostatus"
a project by aplanas
Project Description
Implement search in zellij
an invention by MSirringhaus
Project Description
Improve zypp-gui tool
a project by xiaoguang_wang
zypp-gui is a gui tool to update the system and install the packages in openSUSE distro. It's written by rust.
Hack into Ellingson Mineral and download a garbage file
an idea by mseidl81
We should be chased by the FBI.
Finally I'll need group of elite hackers to prove our innocence.
Extend GObject based introspectable API to libzypp
an invention by zbenjamin
Advanced suspend/resume control
a project by sbrabec
Generic retry command in openSUSE
an invention by okurz
Motivation
When automating tasks often the requirement comes up to retry commands, for example when network connections are involved and commands do not return successfully immediately or if resources are temporarily not available. Sometimes a simple for-loop in bash is sufficient. Sometimes it is necessary to use additional waiting between retries, sometimes timeouts are desired. Getting all those combinations right can be tedious and error-prone so a generic "retry" command should be available in usual environments so we should provide a retry command to openSUSE distributions.
Automate testing for openSCAP / ComplianceAsCode with CI or openQA
an idea by c-hagenest
Open Source Firmware for EV chargers using the ESP32 Chip (Autoaid / EN-Plus / EVSEDO)
an invention by bschmidt
Add support for the Medion Life P4000 Smartwatch to Gadgetbridge
a project by dancermak
Project Description
Try container based openQA and migrate it to another server
a project by waynechen55
Project Description
Bring to life the Studio Kiosk in Frankenstrasse
a project by digitaltomm
Linux Immersive Learning System (LILS)
an invention by dgarcia
Create an ALP based Leap replacement. (Grassy Knoll)
an invention by simotek
Looking for projects around:
rustActivity