• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 50
  • 44
  • 28
  • 14
  • 5
  • 4
  • 3
  • 3
  • 3
  • 3
  • 2
  • 2
  • 2
  • 2
  • 2
  • Tagged with
  • 165
  • 104
  • 43
  • 39
  • 25
  • 24
  • 24
  • 23
  • 20
  • 17
  • 17
  • 16
  • 15
  • 14
  • 14
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
81

Automatický nástroj k získávání metadat komponent pro úlohy průběžné integrace / Automatic Component Metadata Extractor and Consolidator for Continuous Integration

Kulda, Jiří January 2017 (has links)
Tato diplomová práce popisuje úpravu průběžné integrace pro Platform tým ve společnosti Red Hat. Výsledkem práce je nástroj Metamorph, který umožní sjednocení ostatních nástrojů průběžné integrace pod týmem Platform. Teoretická část popisuje vznik, popis a přidané hodnoty průběžné integrace. Následně jsou blíže přiblíženy existující nástroje na trhu. Dále je zde popsáno použití průběžné integrace v nástroji Jenkins. V práci jsou také dopodrobna popsány existující řešení průběžné integrace ve společnosti Red Hat. Dále je zde popsán návrh a implementace výše zmíněného nástroje. V závěru jsou výsledky práce otestovány týmem z firmy Red Hat a nastíněny možnosti rozšíření.
82

Aplikace pro monitorování sítí / Application for Monitoring of IP Networks

Šmalec, Ondřej January 2019 (has links)
Diplomová práce popisuje vytvoření aplikace pro monitorování síťových zařízení. Výsledky jsou zobrazené jako grafické uživatelské rozhraní společně s vykreslenou topologií. Aplikace je z velké části napsána v jazyce Python. Pro získávání informací z topologie jsou využity protokoly SNMP a SSH. Hlavní cíl je vytvořit aplikaci, která monitoruje síťová zařízení a vykresluje tuhle topologii do grafického uživatelského rozhraní. Tato aplikace reaguje dynamicky na změny v monitorovací topologii.
83

Nástroj pro regresní testování GUI platformy Xtend / Xtend GUI regression testing tool

Hamár, Lukáš January 2020 (has links)
The diploma thesis deals with regression testing of the Campaign Manager web application of the Xtend product. The work interprets the software development methodologies and subsequently it describes the types of testing that are closely related to development. Furthermore, the work focuses on tools used for the graphical user interface testing and their mutual comparison. The next part of the work is dedicated to the creation of the development environment and it analyzes the structure of test cases that were developed in the created environment. The last section describes how the Campaign Manager was tested and how test results were generated and obtained.
84

Analýza a předpověď časových řad pomocí statistických metod se zaměřením na metodu Box-Jenkins / Time Series Analysis and Predictionby Means of Statistical Methods – Box-Jenkins

Zatloukal, Radomír January 2008 (has links)
Two real time series, one discussing the area of energy, other discussing the area of economy. By the energetic area we will be dealing with the electric power consumption in the USA, by the economic area we will be dealing with the progress of index PX50. We will try to approve the validity of hypothesis that with some test functions we will be able to set down the accidental unit distribution in these two time series.
85

Analýza a srovnání časových řad pomocí statistických metod / Time Series Analysis and Comparison by Means of Statistical Methods

Kopecký, Radek January 2009 (has links)
The aim of the thesis mainly is to understand an issue of time series analysis. There are many methods in time series analysis, but purpose of this analysis persists the same, which is a construction of sufficient model of time series and his application in forecasting of time series. We have to make a basic identification of time series to establish right process in model constructing. The first and the second chapter is devoted to this basic identification. There are many methods, how we said before, for constructing of concrete model. In this thesis, exactly in the third chapter, we introduce one of the most flexible methodology of model constructing. That is The Box-Jenkins methodology, which was defined in 1976 by these men. In the last chapter we try to put to use insight in the issue of time series analysis for comparison and separation of the space of time series and this comparison use for the right interpretation of the parameters of time series model. The diploma project was supported by project from MSMT of the Czech Republic no. 1M06047 "Centre for Quality and Reliability of Production".
86

Návrh správy verzí databázového procesu / Proposal of Versions Management for Database Process

Živnůstka, Ondřej January 2016 (has links)
This master's thesis deals with the design and implementation of a database versions management process for software development team. The main task of this thesis is to set up tools and processes, used to help the team to manage their versions of database changes. In the first part, you may find theoretical foundations and comparison of the Liquibase and Flayway tools. In the second part, the design and solution implementation is proposed, using Jenkins, Liquibase and specially crafted Java tools.
87

Podpora pro užití jazyka Python pro vývoj zásuvných modulů serveru Jenkins / Support for Jenkins Plugin Development in Python Language

Bambas, Tomáš January 2014 (has links)
Jenkins CI, the continuous integration server, enables to extend its functionality by plug-ins. These plug-ins can be written in Java and Ruby. The support for Python language is missing although it is one of the most popular programming languages. Therefore we have implemented the SDK for Python plug-in development and this SDK has been integrated into the Jenkins CI community repository. The documentation for the plug-in development in Python has been also published. Thanks to that work, developers can now implement plug-ins in Python programming language.
88

Integrace serveru Undertow se systémem Jenkins CI / Integration of Jenkins CI with Undertow

Barteček, Jakub January 2014 (has links)
This master's thesis deals with replacement of the servlet container in Jenkins CI with server Undertow. In the thesis, general information about programs, which are related to this topic, are described and current state of the servlet container is analyzed. The result is newly created servlet container for Jenkins CI. Both versions of the Jenkins CI were performance tested and the new version gave better results.
89

Rozšíření projektu Jenkins o dynamické workflow / Dynamic Workflow Extension for Jenkins

Sviták, Jiří January 2012 (has links)
The main of the master's thesis has been to implement a plugin for Jenkins, which enables flow control of launching Jenkins jobs by using business processes. Project jBPM 5, which is based on Business Process Model and Notation 2.0, has been used for business processes. Two sample business processes have been drafted and successfully tested to demonstrate functionality. The main output of this thesis is the jBPM plugin for Jenkins released under free license.
90

Test automation in a CI/CD workflow

Petersson, Karl January 2020 (has links)
The procedure of testing the implemented software is important and should be an essential and integrated part of the development process. In order for the testing to be meaningful it is important that the testing procedure ensures that the developed software meet certain requirements. The testing procure is often controlled by some sort of test specification. For many companies it is desirable to automate this procure. The focus of this thesis has been to automate a small subpart of the manual tests today performed related to SAAB:s air traffic management system. The automation has been achieved by studying the existing test specification which involves a lot of manual operations and to write software that mimics a few of these test cases. The thesis has resulted in a test framework which automates a small subset of the manual tests performed today. The framework has been designed to be scalable and to easily allow more test cases to be added by the personnel when time permits. The test framework has also been integrated with SAAB:s existing CI/CD workflow.

Page generated in 0.0262 seconds