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.
1768a374bf45560f66dc7f7cd692a5aef20d1d10
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
15
Mar
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 missing failed start of execution notifications, change assertions to the more appropriate assertRequest and fix a breaking faulty assertion case (credits to @thodkatz for his help)
Added tests for the new functions
Added two functions that perform date comparison
Added an overloaded definition of parseRequestTC
Add some definitions
Implement code review suggestions
Replace all Service instances with calls to the ServicePool
Create a ServicePool that contains all Service instances
Update CI to remove some false positives due to bugs in the style checkers
doxygen: Automatically generate summaries for functions
Add link to the documentation in README.md
Add testing utilities to see whether Errors have been thrown after a Message
Separate ErrorHandler logging into Platforms
A few updates to Doxygen configuration, making documenation more usable
Do not include files from the Markdown plugin on the .idea folder
Ignore the `build` directory, to make command-line compilation easier
Update the Catch2 library
Almost done with the timeshift function
Converted vector to etl and added some librarires
Rename the file to a shorter name
Fixed a typo in CMakeLists file
Merge branch 'master' into ECSS_ST-11
Revert error handler and ServiceTests to their original versions
Merge remote-tracking branch 'origin/ST_20-bugfix' into ST_20-bugfix
Fix serious blunder with error handler
Merge branch 'ECSS_Telemetry_Packet' into 'master'
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
Loading