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.
0d1fb7d6c077855e54d088ff14fa6cba8a89d3d6
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
13
Mar
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
Merge branch 'master' of gitlab.com:acubesat/obc/ecss-services into ECSS_Telemetry_Packet
Remove unnecessary #define CATCH_CONFIG_MAIN from parameter service test. Also fix a random typo @ MemoryManagementService's javadoc.
Fix Vera's complaints and a warning I spotted when building CRCHelper
Add a missing comment which I accidentally deleted
Prepare for replacement of if statements checking message type with assertions and proper notification messages provided by ErrorHandler
Clean up commented out code of the previous implementation
Rework setParameterIds() and numOfValidIds() to work with the map
Rework reportParameterIds() to use a map instead of an array in order to fix the bug with the uninitialized structs and make the code more robust and readable
Cause of issue spotted: bug on numOfValidIds() coupled with old testing
Fix merge conflicts, hopefully
Update a comment on tests/ParameterService.cpp
Fixed a wrong assertion and defined the remaining functions
Added time shift functions along with some narrative
The main crucial function are defined
Added vector definitions and some constatns
The utcTime function is improved
Some `int` types changed to `uint` and the comments are updated
Merge branch 'ECSS_ST-01' into 'master'
Merge branch 'ECSS_ST19_event-action' into 'master'
Removed unnecessary include and 1 comment
Added a getter for eventActionFunctionStatus
Variable name change
Replace the if's used for message type checking with proper error-handler-controlled assertions. One test needs updating to use the error handler's output.
Remove unnecessary #define CATCH_CONFIG_MAIN from parameter service test. Also fix a random typo @ MemoryManagementService's javadoc.
Clang has a point about the `readability-else-after-return` error. Fixed
Minor change in the documentation
Update utcTime. All tests passed
Added tests, that helped to find bugs in the utcTime() function
Fixed a bug: In utcTime function, when the year was leap year, the extra day was substracted two times instead of one.
Fix typo in README.md
Made eventActionFunctionStatus private
Fix Vera's complaints and a warning I spotted when building CRCHelper
Add a missing comment which I accidentally deleted
Changed check values for the delete event action definition
Add a GNU GPLv3 as a license
Fixed boolean values addEventActionDefinition function
Add initial service files
Update README.md
Update README.md
Minor changes
Loading