Projects in the topic github


Inqlude, the Qt software archive

a project by cschum

During Hack Week 7 I worked on an archive of Qt-based libraries. The goal was to easily make all available Qt libraries accessible to developers. Think CPAN for Qt. So I hacked on a web site and a command line client. There was a little bit of progress on the project since then, but with the upcoming KDE Frameworks 5 there will be quite a number of additional libraries available for Qt developers. This should be well represented in Inqlude as well. The coverage of Inqlude is also still not complete, and the tooling needs some improvement as well, especially regarding integration with distributions.

Updated almost 5 years ago. 6 hacker ♥️.

Detect type of change in a project analyzing the log history

a project by aplanas

Use machine learning and natural language processing techniques to analyze the changes made in a project, and classify them in: * Small / unimportant fix

Updated about 2 years ago. 8 hacker ♥️.

Automate to save time for hacking

a project by locilka

Yast team has a great experience in automating tasks that can be done by machines in order to save time that can be used better. We usually use Jenkins for running these jobs.

Why to use automation?

Updated about 2 years ago. 4 hacker ♥️.

Add github and/or gitlab support to Zuul

an idea by aspiers

UPDATE: it turns out that people upstream are already working on this, so the idea would be to join that work. As per

Updated almost 5 years ago. 3 hacker ♥️. Has no hacker: grab it!

QDirStat - Qt-based directory statistics: KDirStat without any KDE, now based on Qt 5

a project by shundhammer

This is about porting the old KDE 3 based KDirstat to the latest Qt 5. KDirStat didn't use that much KDE infrastructure to begin with, and KDE seems to be more and more a moving target. Project repo and web site with more details:

Updated about 2 years ago. 6 hacker ♥️.

Learn gitbook.com

an invention by lrupp

https://www.gitbook.com/ allows you to combine repositories on https://github.com with a simple to use WebUI for writing books. As result, your crazy content in your README.md (or whatever *.md) files will become available for your customers as book in form of a pdf, epub or mobi download. This hackweek project is about to learn new things and try to do something useful by collecting all my former experiences in a book that is on my TODO list since more than 10 years now:

Updated about 3 years ago. No love.

Improve Nailed

an idea by itxaka

Nailed is a great tool for gathering development data. Unfortunately it hasn't seen any improvements in some time and some of the most needed data is not available (PR life, review numbers, open and closed PRs)

Updated almost 5 years ago. 1 hackers ♥️. Has no hacker: grab it!

kubeojo: Health metrics for products and testsuites

a project by dmaiocchi

Updated about 2 years ago. 2 hacker ♥️. 1 follower.

help clojure upstream with clj-common with some PR and contributions

a project by dmaiocchi

Rationale:

There is around in the clojure community (https://clojure.org/) a GitHub opensource organization which aims to maintain in a centralized manner some useful community libraries.

Updated almost 5 years ago. 1 hackers ♥️. 1 follower.

Extract lead and cycle times from Github

an invention by jochenbreuer

When all of the SUSE Manager squads switched from SCRUM to a Kanban we lost estimations and therefore also the ability to do predictions. But there are other ways to get insights that are even more reliable, since they are based on anecdotal data. The lead and cycle times of issues are the two most important here. I'd like to extract those two for all of the issue from the spacewalk project and explore how they can be visualized in meaning- and helpful ways.

Updated about 4 years ago. 1 hackers ♥️. 1 follower.

"Physical" notifications with Raspberry Pi and addressable LEDs

a project by dannysauer

I'd like a way to have a device on my desk which lights up to indicate that I have something I should be paying attention to. Initially, I'd like this to be for Office365 calendar events and GitHub mentions, but ideally it should support arbitrary messages. The plan is to assign specific colors (ideally "patterns" consisting of a sequence of colors and time) to specific message types. I have a handful of raspberry Pi Zeroes, a couple of OLEDs, a strand of individually-addressable RGB LEDs, a power supply, and some misc electronics (like the 3.3-5v logic level shifter necessary for the 5v LED strand). I'm thinking Python is probably the way to go for the software. I'm hoping OpenSUSE actually works on the Pi zero. :D If not, there's an ESP32 with a built-in display and a few Pi 3s laying around barely used, maybe one of them will work.

Updated about 2 years ago. 3 hacker ♥️. 1 follower.

Polish filtra and move data collection to Postresql

a project by jochenbreuer

Last hackweek filtra was created – a tool to extract information like lead and cycle times from Github repos for (but not limited to) projects that are doing Kanban. The collected metrics can then be visualized with Grafana. Currently there are two problems with filtra:

Updated about 4 years ago. 2 hacker ♥️. 2 followers.

openSUSE Leap release process improvements

an invention by lkocman

Goal: I'd like to have the release process defined in markdown/git and use it as a source for process creation in redmine.

Updated about 2 years ago. 6 hacker ♥️. 6 followers.

Zero-ish downtime deploy on da cheap!

a project by josegomezr

Zero-ish downtime deploy on da cheap!

This project aims to get a 0-ish downtime deployments (very easily achievable with Kubernetes) just using:

Updated about 4 years ago. No love. 1 follower.

multipath-tools: improve CI

a project by mwilck

Project Description

multipath-tools is in urgent need of better CI, both unit tests and "real world" tests. We a very basic set of unit tests, but the coverage is miserable. Also, there's some minimal github workflow code, which could be improved a lot while I'm learning about github workflows.

Updated about 3 years ago. 1 hackers ♥️. 1 follower.

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.

Updated over 1 year ago. 4 hacker ♥️. 1 follower.

Tinker with mirror, a tool to watch and backup source code repositories

an invention by andreas-kupries

Project Description

Restart work on the vcs-plugged branch of Mirror Management.

Updated over 1 year ago. 2 hacker ♥️. 2 followers.

OSSelot collaboration on legal reviews of community packages

a project by lkocman

Project Description

Legal reviews have been a quite painful part of our development process. The current situation in Factory waits for legaldb for a limited amount of time and simply proceeds further if the review is not "approved" within a few hours.

Updated about 1 year ago. 4 hacker ♥️. 2 followers.

Expanding e2e tests on Windows self-hosted runners via CI

an invention by iguimaraes

Achievements:

  • Documented all necessary steps to setup the testing environment on Windows 11
Updated about 1 year ago. 2 hacker ♥️. 3 followers.

obs_scm_demo

an invention by smithfarm

Project Description

For a long time, I have been planning to learn more about how OBS is integrating with "SCMs" (Source Code Management systems - for me, that means primarily git, GitLab, and GitHub). For Hack Week 22, I decided to bootstrap a trivial software project on GitHub, with automated builds in OBS, and document the steps as I go along.

Updated about 1 year ago. No love. 1 follower.

Test Results for openQA on GitHub

a project by livdywan

Project Description

Jobs in openQA are usually reviewed via the web UI. Inspecting os-autoinst logs requires significant insight into the inner workings. Tests run in a CI such as GitHub are thus not easy to debug.

Updated 8 months ago. 4 hacker ♥️. 2 followers.

Deep clean-up of the Uyuni documentation files

an idea by omaric

Project Description

This project is planned as a collection of random changes to the documentation files in order to rid them of cluttered in the content, outdated comments, inconsistent style (minor issues), unused parameters, duplications, etc.

Updated 5 months ago. 2 hacker ♥️. 2 followers. Has no hacker: grab it!

Collect flaky test cases identified by the team in a GitHub board and highlight them in the Test report

an invention by oscar-barrios

Project Description

Flaky tests: Those that have not a consistent result, and sometimes are failing and others are passing.

Updated 5 months ago. 1 hackers ♥️. 1 follower.

Avahi Integration and Network Connection

a project by vojha

Avahi Integration and Network Connection

Project Description

Updated 5 months ago. 2 hacker ♥️. 1 follower.