Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
6
66
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Eric Vidal
66
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
6cd548763776df15e7d2f14e3438d32557a7c78c
Select Git revision
Branches
8
async
boot
dev
master
default
parser
patch-1
resolve
state
Tags
20
0.8.0.2
0.8.0.1
0.8.0.0
0.7.2.1
0.7.2.0
0.7.1.1
0.7.1.0
0.7.0.2
0.7.0.1
0.7.0.0
0.7.0.0-preprod-rev2
0.7.0.0-preprod-rev1
0.7.0.0-preprod
0.7.0.0-beta-3
0.7.0.0-beta-2
0.7.0.0-beta
v0.6.2.0
v0.6.1.3
v0.6.1.2
v0.6.1.1
28 results
Begin with the selected commit
Created with Raphaël 2.2.0
12
Jan
10
11
Dec
6
5
4
1
30
Nov
1
1
Oct
29
Sep
28
27
7
20
Aug
2
20
Jun
9
8
5
10
Apr
26
Mar
18
8
5
27
Feb
26
25
24
21
9
8
7
6
2
30
Jan
26
20
19
18
17
16
11
26
Dec
19
17
19
Nov
16
15
31
Oct
24
4
3
22
Sep
21
20
14
26
Aug
25
24
3
30
Jul
28
27
21
20
18
15
14
13
12
11
10
8
6
4
1
26
Jun
22
19
18
17
15
14
12
11
10
9
8
4
2
28
May
27
22
19
18
17
16
15
14
11
9
8
9
8
7
6
5
3
30
Apr
29
28
27
26
25
23
22
21
20
19
18
12
9
8
6
2
1
31
Mar
30
24
23
11
7
6
3
2
3
2
1
27
Feb
5
29
Jan
27
26
24
23
22
21
20
18
17
15
14
6
4
3
2
1
31
Dec
30
29
30
28
27
26
update deps.mak
split tree Master resolve file to an independent file
rename service_resolve_write_master to service_resolve_master_write
[WIP] add graph_build function, change format of graph_add_deps function
update deps.mak file
update 66 deps-lib file
add resolve_modify_field and resolve_modify_field_g function. Rename SERVICE_STRUCT and TREE_STRUCT to DATA_SERVICE and DATA_TREE respectively
follow changes of the resolve_tree_s structure
rename field deps to depends and ndeps to ndepends, add requiredby and nrequiredby field. Change interface of service_resolve_sort_bytype. Add service_resolve_create_master function
rename SERVICE_STRUCT to DATA_SERVICE, use new field name of resolve service file
add info_graph_display_tree() function
add tree_resolve_create_master, tree_resolve_modify_field, tree_resolve_field_tosa, tree_iscurrent, tree_isinitialized, tree_isenabled and tree_ongroups function
rename SEED_SERVICES to SEED_CONTENTS (not used for now)
interface changes: allow to display the resolve file for a service or for a tree, add -v option. Pass through new resolve format.
add fields: Groups, depends, requiredby. Pass through new graph function to compute the dependencies. Use new function tree_iscurrent, tree_isenabled
saseed stralloc is now a part of the tree_seed_e structure
be shorter with auto_strings function
bug fix: pass trough seed file only for 66-enable process, use new interface of tree_isvalid() function
handle modification of the Master resolve for trees
complete revamp of the 66-tree tool: interface change, add depends/requiredby and groups features. Allow to create a tree by a seed file
rename SERVICE_STRUCT to DATA_SERVICE and TREE_STRUCT to DATA_STRUCT
reduce HEAP memory usage
initialize stralloc pointer
please freed the graph framboise!
update package/deps.mak
update deps-lib/66 file
revamp of the info_walk, info_graph_init and info_graph_display function. Add info_graph_service function
pass through new graph function
move graph function to the correct file
add graph function file and header file
rename service_resolve_svtree function to service_intree. Rename struct ss_resolve_graph_style to info_graph_style
fix build
reduce HEAP memory allocation
pass through auto_strings function
pass to new resolve API interface
update deps.mak
add service.h header file
follow name file change
implement resolve API for a tree
complete reframe of resolve API function: allow to use different struct of resolve in function of the object to deal with. Split service and tree resolve function to separated file.
Loading