Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
vendor
Gemfile.lock
25 changes: 25 additions & 0 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
permalink: /404.html
layout: page
---

<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>

<div class="container">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
34 changes: 34 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
#gem "jekyll", "~> 4.4.1"
gem "github-pages", "~> 232", group: :jekyll_plugins
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]

# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
55 changes: 55 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.

title: SKODJOB
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
github_username: skodjob

# Build settings
theme: minima
markdown: GFM
plugins:
- jekyll-feed

# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
---

layout: post
title: What does automation-hub mean?
menu_order: 1
post_status: publish
post_date: 2024-01-15 16:00:00
post_excerpt: If you are interested in cool technologies for DevOps and automation like Ansible, Tekton, or ArgoCD, check out this introduction to our project.
featured_image: _images/automation.jpg
author: kornys
taxonomy:
category:
- automation

date: 2024-01-15 16:00:00 +0100
categories: automation
---

## What is the automation-hub
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
---

layout: post
title: What is Skodjob performance hub?
menu_order: 1
post_status: publish
post_date: 2024-01-15 16:00:00
post_excerpt: Are you interested in performance testing/tuning your project? If the answer is yes check out Skodjob performance hub!
featured_image: _images/perf-intro.jpg
author: obabec
taxonomy:
category:
- performance

date: 2024-01-15 16:00:00
categories: performance
---

## What is our goal?
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
---

layout: post
title: Let’s improve Testing Farm experience for Debezium project!
menu_order: 1
post_status: publish
post_date: 2024-03-10 16:00:00
post_excerpt: Looking for new possibilites of testing Open-Source projects? If yes, explore this blog post about Testing Farm and Packer synergy.
featured_image: _images/packer.jpg
author: obabec
date: 2024-03-10 16:00:00
categories: automation
---

You may know the **[Testing Farm](https://docs.testing-farm.io)** from the [blog post](https://fedoramagazine.org/how-to-use-testing-farm-outside-of-rhel/) written by **[David Kornel](https://github.com/kornys)** and **[Jakub Stejskal](https://github.com/Frawless)**.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
---
layout: post
title: Make your testing easier with Test-Frame
menu_order: 1
post_status: publish
post_date: 2024-03-23 16:00:00
post_excerpt: Introduction to Test-Frame - what it is, why you should use it
featured_image: _images/test-frame-introduction/test-frame-introduction.jpg
author: lkral
taxonomy:
category:
- tools
date: 2024-03-23 16:00:00
categories: tools
---

## Testing of applications running on Kubernetes
Expand Down Expand Up @@ -43,7 +37,7 @@ is used inside the operator's repository), then you create a cyclic dependency,
with new things in the test classes, and the operator waits for the component to be released, so it can be included in the controller's code.
The cyclic dependency is depicted on the following picture:

![Cyclic redundancy](/_images/test-frame-introduction/test-frame-cyclic-redundancy.png) {.wp-post-image}
![Cyclic redundancy](/assets/test-frame-introduction/test-frame-cyclic-redundancy.png) {.wp-post-image}

Or, you can have one repository for the test logic, that will be shared across multiple repositories, and thanks to that you will remove
the cyclic dependency.
Expand Down Expand Up @@ -86,39 +80,15 @@ If you would like to try the Test-Frame in your test suite before it is released
the GitHub's Maven repository and the Test-Frame dependency in your `pom.xml`:

```xml
<repositories>
<repository>
<id>test-frame</id>
<name>GitHub Apache Maven Packages</name>
<url>https://maven.pkg.github.com/skodjob/test-frame</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>io.skodjob</groupId>
<artifactId>test-frame-common</artifactId>
<version>0.1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
<dependency>
<groupId>io.skodjob</groupId>
<artifactId>test-frame-common</artifactId>
<version>0.10.0</version>
</dependency>
```
where the `test-frame-common` module contains the core functionality - like the `KubeResourceManager`.
Additionally, there are more modules that you can use and explore in our [GitHub repository](https://github.com/skodjob/test-frame).

Because we are pulling a dependency from the GitHub Maven repository, we need to provide an additional configuration in the `settings.xml`:

```xml
<settings>
<servers>
<server>
<id>test-frame</id>
<username>x-access-token</username>
<password>${env.GITHUB_TOKEN}</password>
</server>
</servers>
</settings>
```

Where the `id` of the server has to match with the `id` of the repository in the `pom.xml`.

Once you are all set, you can try to experiment with the library in the tests by annotating the test classes with
Expand All @@ -130,7 +100,7 @@ class NamespaceCreationST {

@Test
void testThatNamespaceExists() {
KubeResourceManager.getInstance().createResourceWithWait(
KubeResourceManager.get().createResourceWithWait(
new NamespaceBuilder().withNewMetadata().withName("test").endMetadata().build());
assertNotNull(KubeResourceManager.getKubeCmdClient().get("namespace", "test"));
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
---
layout: post
title: Updates and Enhancements in Test-Frame 0.2.0 Since Alpha Release
menu_order: 1
post_status: publish
post_date: 2024-07-18 09:00:00
post_excerpt: Release of Test-Frame 0.2.0 is out!
featured_image: _images/test-frame-0_2_0-release.jpg
author: kornys
taxonomy:
category:
- releases
date: 2024-07-18 09:00:00
categories: release
---

## Updates and Enhancements in Test-Frame 0.2.0 Since Alpha Release
Expand Down
15 changes: 3 additions & 12 deletions posts/general/new-boy-in-town.md → docs/about.markdown
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
---

title: Welcome this little boy to the town
menu_order: 1
post_status: publish
post_date: 2024-01-10 16:00:00
post_excerpt: An introduction about us, our work and what we want to do in scope of Skodjob.io
featured_image: _images/skodjob_intro.jpg
author: jstejskal
taxonomy:
category:
- general

layout: page
title: About
permalink: /about/
---

# Welcome this little boy to the town
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 6 additions & 0 deletions docs/index.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults

layout: home
---
Loading