Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MarsMissionControl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel Rafeh
MarsMissionControl
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
e3729e83a3b44d7af2d1110600a2f0a19b3e8394
Select Git revision
Branches
15
develop
feature/Mars
feature/MarsRover
feature/Plateau
feature/Testcases_Rover
feature/base_model
feature/move_backwards
feature/move_forward
feature/obstacle_detection
feature/sequence_processing
feature/testcases
feature/turn_left
feature/turn_right
feature/user_stories
main
default
protected
15 results
Begin with the selected commit
Created with Raphaël 2.2.0
4
May
2
1
30
Apr
29
28
Konzept
develop
develop
Implementation of a Mars class that uses the functionality of the Rover class. Drive() is necessary in order to stop the rovers movement, when obstacles and bounds are in the way.
Implementing a MarsRover-class in order to give the Rover its functionality such as move_fw, move_bw, turn_r, turn_l and a drive method that takes string commands
feature/Mars fe…
feature/Mars feature/MarsRover
Implementing a Plateau class that sets a specific size, add obstacles, get rover position and an ods in order to recognize obstacles and bounds of the plateau
feature/Plateau
feature/Plateau
Define Testcases in order to check if all the functions and classes are working properly
feature/Testcas…
feature/Testcases_Rover
Implementation of new functions and new testcases - rover checks if an obstacle is in front of it to avoid colisions with them, create new testcases to check if it works properly
updating move functions in order to make the rover move the correct directions.
feature/obstacl…
feature/obstacle_detection feature/sequence_processing
implementation of a turn_right-function in order to make it possible for the MissionControl to make the rover turn right
feature/turn_ri…
feature/turn_right
implementation of the turn_left-function in order to make the MissionControl be able to turn the rovers current direction
feature/turn_left
feature/turn_left
New function added - implementation of a move_backward-function in order to make the rover move backward too, creation of 4 testcases in order to proof that the MissionControl is able to make the rover move backwards
feature/move_ba…
feature/move_backwards
Updating the MissionControl-class and testcases - implementation of a execute_command-function because the MissionControl should be able to communicate with the rover, testcase updates in order to proof that the communication works
feature/move_fo…
feature/move_forward
Implementation of move_forward-function - function implementation and 4 tests ran in order to see if the function works without any issues
Base Model Creation - add all classes incl. Mars, Map, Rover, Mission Control, Plateau in order to have a basic concept of the implementation
feature/base_mo…
feature/base_model
Creation of Testcases for Rover - adding Testcases in order to test functions of the rover and recording its behaviour.
feature/testcases
feature/testcases
define testcases for all the user stories
USERSTORIES.md changed to README.md
feature/user_st…
feature/user_stories
eleventh use case details added
tenth use case details added
ninth use case details added
eighth use case details added
seventh use case details added
sixth use case details added
fifth use case details added
fourth use case details added
third use case details added
second use case details added
creation of the first detailed use case
create user stories from epic slide for Cockburn template
Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist
main
main
Initial commit
Loading