Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kernel
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
Container Registry
Model registry
Operate
Environments
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
af3
kernel
Graph
3caaa5969a71dd5fcaf1faa140b131492d8d91d6
Select Git revision
Branches
20
1326
3341-refactor_DataBindingUtils
3396-developer_documentation
3417
3427-Rate-Models
3553
3583
3620
3642
3712
3746
3767
3767-cleanup-dependencies
3870_delegating_factories
3872-Add_auto-layout
3873
3899
390
3922
4018
Tags
7
2.26
2.25
2.24
2.22
2.20
2.16
2.14
27 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
5
Feb
4
3
2
29
Jan
28
27
26
23
22
21
15
14
13
12
8
18
Dec
17
16
15
12
11
10
8
5
4
3
2
26
Nov
25
21
20
19
17
14
13
12
10
9
3
24
Oct
6
2
1
30
Sep
29
24
15
12
11
10
9
8
5
4
3
2
1
29
Aug
28
27
26
25
20
7
6
5
31
Jul
30
29
28
24
23
22
21
11
10
7
27
Jun
23
18
12
11
3
30
May
23
2
24
Apr
11
4
24
Mar
21
18
17
11
10
6
3
26
Feb
19
17
14
12
10
6
5
3
28
Jan
27
22
14
13
18
Dec
17
20
Nov
11
6
11
Oct
9
27
Sep
26
25
23
20
17
16
13
6
2
30
Aug
28
14
12
9
7
5
3
2
31
Jul
30
29
28
22
21
20
19
18
14
11
10
4
3
2
1
26
Jun
24
24
May
22
21
17
6
Apr
27
Mar
1
28
Feb
21
19
15
12
11
6
4
31
Jan
30
28
25
24
23
22
21
18
17
16
15
14
13
11
10
9
7
5
3
28
Dec
12
11
4
3
28
Nov
22
21
20
19
9
8
7
23
Oct
9
8
21
Sep
30
Aug
7
2
31
Jul
27
26
25
17
16
13
12
11
10
9
5
3
2
30
Jun
21
14
7
31
May
30
25
24
21
9
7
2
1
30
Apr
26
17
10
26
Mar
24
23
22
14
13
6
5
3
29
Feb
24
22
20
14
7
3
2
1
31
Jan
30
27
25
24
23
19
18
17
16
13
12
10
9
RED
GREEN
GREEN
RED
GREEN
RED
GREEN
YELLOW
GREEN
YELLOW
- Normalize bundle name and bundle vendor
YELLOW
YELLOW
- Remove unneeded (and currently deactivated) migration provider.
fixes the issue
added cut to the action service
Better solution with "improvement" of the kernel
- Ensure that the annotation view is updated when switching between multiple projects by fixing a bug in the EAdapter registration
- Fix last commit: Actually allow one connection from a IHierarchicElement (node) to a free IConnector
- Prevent multiple fan-in for IHierarchicElement -> IConnector connections (was erroneously enabled in some cases)
- Add note to compose()'s JavaDoc that derived compositors must call this method
- Redo partial workaround for #1491 since it is still required and also fixes / works around 2203
- Undo last commit to NavigatorViewPart (old (partial) fix for #1491)
- Fix addition of spurious undo/redo command by ensuring that annotations are instantiated from HierarchicElementCompositorBase.compose()
- Move annotation value service, annotation value provider base classes and annotation extension point to org.foritss.tooling.base
- Avoid case distinction in GenericAnnotationView that handles construction of EditingSupport for boolean annotations
- Ensure that selection of NavigatorViewPart is never empty in order to work around #1491
- Fix crash in some annotation value providers during undo/redo by checking if annotation specifications are registered with a model element
adds the fact that the annotation should be created (but not visible) when no tab is open
- Document that getAnnotation(IModelElement modelElement, Class<T> clazz) wraps the model access into a command
- Ensure that that AnnotationsUtils.getAnnotation(IModelElement modelElement, Class<T> clazz) actually wraps the extraction / creation of an annotation into a command
- If the annotations view is not visible (i.e., not opened at all, or not the active tab), create and raise the properties view
- Change title of annotation view from "Annotation" to "Annotations"
- Eliminate superfluous override of performRequest() because of the inheritance relation: ConnectorEditPartBase -> PositionedEditPartBase -> GraphicalEditPartBase
- Move cloned code to raise properties view to utility method
- Prevent potential NPE
- Rename parameter (no functional change)
- Style change
- Install EAdapter for top level element of current project (instead of switching it the currently active root element (e.g., component architecture)).
- Display model element ID in tooltip (in addition to model element name). This is useful to identify selection targets for annotations of type EReference where the editor also displays the ID in order to distinguish elements with the same name.
Loading