Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #8

Closed
wants to merge 7 commits into from
Closed
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,6 @@ fabric.properties
.idea/**/azureSettings.xml

# End of https://www.toptal.com/developers/gitignore/api/jetbrains

.idea
**.DS_Store
Binary file modified _images/automation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---

title: Automation introduction
title: What does automation-hub mean?
menu_order: 1
post_status: publish
post_excerpt: This is a post excerpt
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: jstejskal
taxonomy:
category:
- automation
Expand Down
1 change: 1 addition & 0 deletions general/hello-world.md → posts/general/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ menu_order: 1
post_status: publish
post_excerpt: This is a post excerpt
featured_image: _images/tealc.jpg
author: kornys
taxonomy:
category:
- general
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ menu_order: 1
post_status: publish
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
Expand All @@ -20,7 +21,7 @@ give you enough confidence to start **performance tuning** your software. Well a
lets move to what is currently included in [performance hub](https://github.com/skodjob/database-performance-hub).

### Database Manipulation Tool
Imagine the situation when you working on a product that supports multiple database engines and you
Imagine the situation when you are working on a product that supports multiple database engines and if you
would like to perform some tuning. Well, that sucks! You have to create different loads because
most of the databases use different dialects. This is certainly not something that will encourage
you in this action. Believe us we have been in this situation. Gladly we have a solution for you!
Expand Down
Loading