Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ECSS Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
AcubeSat-OBC
ECSS Services
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
789a2aca2e6ae9e150f9e618156dfb2f448d4257
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
5
Apr
4
3
2
1
31
Mar
30
29
26
25
23
22
21
20
19
18
17
16
15
16
15
14
13
12
11
10
9
8
6
4
2
28
Feb
26
25
29
Jan
28
24
23
16
15
11
10
9
8
7
3
1
31
Dec
27
26
25
24
23
22
20
18
16
14
13
12
11
10
8
7
6
5
4
3
2
1
30
Nov
29
28
27
26
25
23
22
21
22
21
20
19
18
15
13
12
11
10
Add line-based suppression feature. Credits to @dimst23 for the idea and implementation!
Fix some of the last MISRA infractions
Use a suitable error condition for the execute() functions
FIx vera
Make tests for the new execute() functions
Update main.cpp
Define the execute() for the MessageParser
Define the execute()
Declare the execute() for the current services that execute TC packets
Update documentation and make execute() static
Reformatted code
Deleted unnecessary array
Merge branch 'master' of https://gitlab.com/acubesat/obc/ecss-services into ECSS_ST19_array_replacement
Merge branch 'ECSS_ST19_array_replacement' of https://gitlab.com/acubesat/obc/ecss-services into ECSS_ST19_array_replacement
Fixed subservice types in messages in tests, that caused errors
added resetRead() before any reads in functions
Added comments in tests and changed a uint8_t to a uint16_t variable that counts the event action definitions in the eventActionStatusReport
Changed an ErrorHandled error definition
Added more tests that check what type of errors are thrown
Compliance with some rules
Merge branch 'master' into 24-misra-checks-cppcheck-check
Suppress more MISRA rules that give false positives
Disable the summarizer to figure out whether the regex needs updating
Disable the summarizer to figure out whether the regex needs updating
Update shebang line to env/python3
Fix Python version used to python3 from python3.6
Change to testing repos from sid in order to attempt fixing dependency errors
Suppress rules 3.1, 5.1, 5.2, 14.4 and 18.8 of the MISRA C 2012 standard
Restore suppressed infractions to their original color until they are fixed
Fix accidentally including Python bytecode in the previous commit
Fix broken bash script and remove helit tags to test on gitlab runners
Add rule suppression functionality; just pass , do a general refactor to comply with PEP8 and get rid of most of the ugly code
Merge branch 'master' into '24-misra-checks-cppcheck'
Missed a dot in the previous commit; fixing
Remove the dots from gitlab-ci.yml
Add some newlines to separate the errors per file
Fix a bug caused by not converting number strings to numbers
Enable sorting by line on summary
Use Python 3.6 everywhere from now on
Upgrade python to 3.6 in order for f-strings to work
Loading