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.
38106d9c827be42ba39af2747f173fe220655a8e
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
17
Mar
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
Remove a comment
Remove an unecessary conditional
Thanks to cppcheck spoteed a careless mistake in comparison operators
Fix vera
Use a more suitable error message
Use assertions to ensure that dates make sense and change the implementation of operators <= and >=, increasing the readability
Added documentation for the constructors
Added a line
Fix spacing for some comments
Small changes in the documentation
Add request ID services
Added test cases for all services and fixed some errors
Corrected the message saving in the loop
Satisfied both clang-tidy and vera
Added a class constructor
Corrected an unmatched type comaparison
Replaced some loops with the range based equivalent
Replaced STL bitset with the ETL equivalent
Defined most of the test cases
Corrected signed integer fault for negative time shifts
The private functions of TimeHelper class changed to static and public functions
Replace magic numbers with #define
Replace magic numbers with #define
Added sections for all the required tests
Replaced vector emplace with insert
Enabled assertion again
Added comparison operator definition for the messages
Merge branch 'master' into ECSS_ST-11
Fox cland-tidy
Access to private mebers for testing confirmed
Added a forgotten read of the release time
Implemented the TC to string conversion in a better way
Fixed a comparison operator
Remove a comment
Fix the build based on suggestions by the new clang-tidy
Add some comments on .gitlab-ci.yml
Improvements on CI
Unknown exception error investigation required
No return value fixed
Make clang-tidy and vera happy again
Loading