-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathq
More file actions
746 lines (499 loc) · 24.8 KB
/
q
File metadata and controls
746 lines (499 loc) · 24.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
[33mcommit 6b3fe7329cff266abda9237f38fb92ab0c80c59c[m[33m ([m[1;36mHEAD -> [m[1;32mfeature/cli[m[33m)[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sun Jan 25 16:38:39 2026 +0100
added test files
[33mcommit 5f6a29e2bc4d3872c532b6d6ff19acc2ceedc261[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Wed Jan 21 00:31:35 2026 +0100
improve cli and add script for windows
[33mcommit 037207f343036bca075f3bea96a3b2799bb8e692[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Tue Jan 20 23:58:41 2026 +0100
finish cli for azure
[33mcommit 7efeaf4f211949626fdf573d7dfd47b60f9d6086[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Tue Jan 20 23:40:44 2026 +0100
finish cli for aws
[33mcommit 5df9b35fc617a59ecbd391dfc5226a85d4a1e801[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Tue Jan 20 23:16:14 2026 +0100
fix step3 errors
[33mcommit ebbff88661c2c6d46ba9f8353bc79ceb87945bbb[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Tue Jan 20 22:01:21 2026 +0100
fix pipline errors
[33mcommit d5beb16b32e5474479d8d3f7309df1072f315563[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Tue Jan 20 21:45:07 2026 +0100
fix pipline errors
[33mcommit d8b0506e19e643ff0d86fca8176bcbbeab21925f[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Tue Jan 20 21:40:46 2026 +0100
more fixes
[33mcommit 45afa9c23b0f3a42583ab804157d2bd014917bd6[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Tue Jan 20 21:37:11 2026 +0100
Henshin Fix:
[33mcommit 9816b32740fbddd44a51e8855961cd971734c7b0[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Tue Jan 20 21:32:33 2026 +0100
generate jar of the project
[33mcommit 008d050e7c0613887357e3d23f6608a8eff83b78[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Tue Jan 20 21:24:36 2026 +0100
add cli.java and run_cli.sh to call others scripts directly
[33mcommit 706949a83df91db38694fc8b294fac245498c428[m[33m ([m[1;31morigin/fix-clouddsl-to-azure-errors[m[33m)[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Tue Jan 20 20:47:58 2026 +0100
fix invalid in rules
[33mcommit 65e812dd89db31b153acd26ccfe12f2e608d5e70[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Tue Jan 20 20:21:26 2026 +0100
fix Missing Default Value for disable_password_authentication
[33mcommit 090d1ce039b8be7f767bbb40dc200d19e7caad93[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Tue Jan 20 19:21:49 2026 +0100
fixed the OS string comparison issue
[33mcommit ee53bbd57c2a3ada0ca0a31d6f6a2e45f5ee9547[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Tue Jan 20 19:15:41 2026 +0100
fix VM Type Mapping Issue
[33mcommit e42aa46b608314636985af500e0b99deb07db2b4[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Tue Jan 20 19:05:46 2026 +0100
fix missing attributes in sample.xmi file
[33mcommit c79df2b59e98a915a145726739b42e7859a9f6bb[m
Author: AymanANNA <ayman.anna111@gmail.com>
Date: Tue Jan 20 16:36:55 2026 +0100
new acceleo project config azure.to.terraform
[33mcommit 91dcf18a5c6fa7f4817b5c0a0061ae201e3eafd0[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Mon Jan 19 22:26:38 2026 +0100
Fixed Henshin logic inversions, priority mapping, and added robust safety checks in Acceleo templates to prevent invalid Terraform generation
[33mcommit 6db6527730d94fdf6fbf1aff84a85b298c3c3cb2[m
Merge: d768557 1ae0478
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Mon Jan 19 22:09:19 2026 +0100
merge TestAcceleo3 into fix-clouddsl-to-azure-errors
[33mcommit d768557009b6fad62430dc98ff08d047fe26235a[m
Merge: 3ad3ad3 328ada6
Author: Ismail-Ah <81312910+Ismail-Ah@users.noreply.github.com>
Date: Mon Jan 19 21:45:37 2026 +0100
Merge pull request #18 from m-elhamlaoui/fix-clouddsl-to-aws-errors
add other test
[33mcommit 328ada6e0feb6c5f1a134ece4808954432e59612[m[33m ([m[1;31morigin/fix-clouddsl-to-aws-errors[m[33m)[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Mon Jan 19 21:44:29 2026 +0100
add other test
[33mcommit 3ad3ad3985ddd8a43fef25f51c4c7cb6f071ca71[m
Merge: dd64205 a6cae7f
Author: Ismail-Ah <81312910+Ismail-Ah@users.noreply.github.com>
Date: Mon Jan 19 21:43:30 2026 +0100
Merge pull request #17 from m-elhamlaoui/fix-clouddsl-to-aws-errors
Fix clouddsl to aws errors
[33mcommit a6cae7f877bd876b8a86ded113c9f60e45a04b01[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Mon Jan 19 21:31:45 2026 +0100
Fix Henshin Transformation Rule
[33mcommit 4bc631379497e75fc2b22cc695af3f21dfa1ac4d[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Mon Jan 19 20:42:23 2026 +0100
Fixed the depends_on generation logic in natGateway.mtl
[33mcommit 9b3b096ac6162a32184b7ffeea6d52ec94b80cf0[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Mon Jan 19 16:56:31 2026 +0100
fix invalid feature 'network' error
[33mcommit 47b6adc7937249aa63e4f1a4352e83e4e8d35d8d[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Mon Jan 19 16:52:18 2026 +0100
fix Cannot delete attribute error
[33mcommit 7b54ef777bffa4f88574cc794685b31a10c399d3[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Mon Jan 19 16:44:01 2026 +0100
create NAT Gateway and Routing for Private Subnets
[33mcommit 65ff57fdafbd4739c5640c9482af3c4ab66e59fb[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Mon Jan 19 16:31:53 2026 +0100
update Vm_to_AWS_Instance and Subnet_to_AWS_Subnet to correctly set the availability_zone attribute
[33mcommit 900e0ab543a3908a09d60980a091364f84b4a318[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Mon Jan 19 16:26:40 2026 +0100
add a default CIDR block 0.0.0.0/0 to both Ingress and Egress rules to ensure they are not generated with empty cidr_blocks
[33mcommit 21a4eb95fd8bfef5795ee9639f01e29aa7822b0c[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Mon Jan 19 16:23:32 2026 +0100
update the protocol expression in SecurityGroup_to_AWS_IngressRule and SecurityGroup_to_AWS_EgressRule to ensure SSH (22) and HTTP (80) ports use TCP
[33mcommit 6a111544ba5d9d034d6d70732049811858c57dd3[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Mon Jan 19 16:19:08 2026 +0100
fix Duplicate Security Group
[33mcommit 5dcef74694a3457092b79a7f7db601e6f887f688[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Mon Jan 19 15:19:01 2026 +0100
update the transformation rule to map region of mydsl to a valid AWS region
[33mcommit 1ae0478d57a54eba22f374b308a079efea2edbf2[m
Author: AymanANNA <ayman.anna111@gmail.com>
Date: Mon Jan 19 03:14:07 2026 +0100
test acceleo for aws transformation
[33mcommit 08ed586a113fe7c6c059a25ba8a6eaa12ffe04fc[m
Author: AymanANNA <ayman.anna111@gmail.com>
Date: Mon Jan 19 03:12:13 2026 +0100
test acceleo for azure transformation
[33mcommit dd642052f00727f8b55c656d8fd4bb1fe4045270[m
Merge: 2543956 f31ce54
Author: AymanANNA <161766558+AymanANNA@users.noreply.github.com>
Date: Mon Jan 19 00:56:44 2026 +0100
Merge pull request #16 from m-elhamlaoui/acceleo_from_azure_to_terraform
Acceleo from azure to terraform
[33mcommit 2543956185664a5b9c4932c364af11908cce9eb2[m
Merge: b859454 3e919b0
Author: AymanANNA <ayman.anna111@gmail.com>
Date: Sun Jan 18 17:56:52 2026 +0100
merge with acceleo transformation for aws
[33mcommit 3e919b0cc8ab87451c0dfa097994a154af0e185d[m[33m ([m[1;31morigin/awsTerraformAcceleoTransformation[m[33m)[m
Merge: 8a829a5 10244b6
Author: AymanANNA <ayman.anna111@gmail.com>
Date: Sun Jan 18 17:49:40 2026 +0100
test acceleo project
[33mcommit b859454485e356fffff162eff48fd03e59ed83a6[m
Merge: 859a646 c972616
Author: Ismail-Ah <81312910+Ismail-Ah@users.noreply.github.com>
Date: Sun Jan 18 17:47:13 2026 +0100
Merge pull request #14 from m-elhamlaoui/henshin-to-azure-model
Henshin to azure model
[33mcommit c972616ce2cdafebd9d181a57e97684eaafbf690[m[33m ([m[1;31morigin/henshin-to-azure-model[m[33m)[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 17:45:36 2026 +0100
fix infinite loop in clouddsl to aws tranformation
[33mcommit e8dc2d5ce1d489088276f871f149829494b0e0d5[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 17:42:02 2026 +0100
terminate the transformation from clouddsl to azure
[33mcommit 71232a6dff97755224e540f20b357991ec7c957f[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 16:49:37 2026 +0100
fix validation errors
[33mcommit f31ce546df3afbf32924cf24256ae5654db1a8a0[m[33m ([m[1;31morigin/acceleo_from_azure_to_terraform[m[33m)[m
Author: Ayoech <a.echaib03@gmail.com>
Date: Sun Jan 18 16:36:39 2026 +0100
Delete old Generate class
[33mcommit 7e42c58040820bf72e548fbfe22b2c7b71e735fb[m
Author: AyoEch <a.echaib03@gmail.com>
Date: Sun Jan 18 16:34:58 2026 +0100
fixed workspace issue
[33mcommit cfda805d33cd737b27b3f7510435abc02a0ebb92[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 16:17:30 2026 +0100
fix providerName is not defined in <eval> at line number 1 error
[33mcommit a432a6f29a5aab45691572847251e10fd5cd3a5b[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 16:14:04 2026 +0100
fix Provider_to_AzureInfrastructure: INOUT Parameter provider Name not set error
[33mcommit c9eee8ed28cd9914bc34b210ff86b5931bdb8303[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 16:10:49 2026 +0100
fix providerName refference doesnt exist error
[33mcommit 5f35584666df48320fa8bd45c9e4ec8fe63a395a[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 16:06:11 2026 +0100
fix infinite loop during apply transformations
[33mcommit fb07a6487c766b6ccb271cc6919a920077013e3a[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 16:00:59 2026 +0100
fix errors of apply transformations
[33mcommit 891e68e560d716a630b57855388e6caa1a47fcd7[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 15:47:20 2026 +0100
add SequentielUnit to apply all rules
[33mcommit e527b7100a96b6d635e0c017e1e14d84a37885af[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 15:41:00 2026 +0100
fix validation errors
[33mcommit 400b536098f70fccd2c31c19370cd8354a2cadd3[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 15:36:02 2026 +0100
fix validation errors
[33mcommit 8ca7730d05a2d36fdea962ffcec40f1036d99841[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 15:26:07 2026 +0100
add rule Vm_to_Azure_VM to clouddslToAzure henshin file
[33mcommit 13cfe1013e02c9bfe0281eb3a560307f4dc02292[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 15:25:20 2026 +0100
add rule Rule_to_Azure_SecurityRule to clouddslToAzure henshin file
[33mcommit e79820f33633d6b0fc00df01283ca648a71651fe[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 15:24:25 2026 +0100
add rule SecurityGroup_to_Azure_NSG to clouddslToAzure henshin file
[33mcommit 7740c9be9b368b6bb02154c275c6cd64f592c4c6[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 15:23:32 2026 +0100
add rule Subnet_to_Azure_Subnet to clouddslToAzure henshin file
[33mcommit 2639b8cdb5f8abfaf351cf0ac048cd7bd46c639f[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 15:22:27 2026 +0100
add rule Network_to_Azure_VNet to clouddslToAzure henshin file
[33mcommit cc5d79eee6c98bb3e18e40c93649ddbc642f8bcf[m
Author: AyoEch <a.echaib03@gmail.com>
Date: Sun Jan 18 12:18:02 2026 +0100
used acceleo to transform azure metamodel to terraform code
[33mcommit 70620147a73d289b763ca9c0b36d3cd8da241669[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 01:31:14 2026 +0100
fixe the Cannot delete attribute error
[33mcommit 707170f56bb577011c931eec82309fd64354088e[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 01:27:13 2026 +0100
add SequentialUnit to run all rules in cloudDsl_to_aws file
[33mcommit e5704d9c346339f915717b40ea4215cd602c6fff[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sun Jan 18 01:25:47 2026 +0100
add SequentialUnit to run all rules in cloudDsl_to_aws file
[33mcommit 10244b6851e7b100a38675da368f87d6049eb924[m
Author: AymanANNA <ayman.anna111@gmail.com>
Date: Sat Jan 17 16:02:55 2026 +0100
solve metadata push problem
[33mcommit 8a829a5648e5662212e4bebb352ba27769d35f88[m
Author: AymanANNA <ayman.anna111@gmail.com>
Date: Sat Jan 17 15:48:49 2026 +0100
recommit update in acceleo projet
[33mcommit 36d5a64fd6d0f716af080debd781f5788b0e2820[m
Author: AymanANNA <ayman.anna111@gmail.com>
Date: Sat Jan 17 15:39:11 2026 +0100
Remove Eclipse .metadata from repository
[33mcommit 09a307324d0bd314c25ee79710f1a297835da3b4[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sat Jan 17 03:28:43 2026 +0100
fix rule provider_to_awsinfra by adding parametrs
[33mcommit c676fdcd4a2d67c372a5a2527b8184c4673e5c91[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sat Jan 17 03:23:51 2026 +0100
update the Vm_to_AWS_Instance rule to map type and os correctly
[33mcommit 30659a93f0a155a0f9ef39748ca8eeb08abd57e1[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sat Jan 17 03:12:23 2026 +0100
add rule PrivateSubnet_to_RouteTable in cloudDsl_to_aws file
[33mcommit 9d9b6c73014c1fc4fe2a9de414a4c30c48eb5873[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sat Jan 17 02:59:29 2026 +0100
add rule PublicSubnet_to_InternetGateway_and_RouteTable in cloudDsl_to_aws file
[33mcommit 993a14f6f97f1dc5d91924419b96baa8d186c31c[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sat Jan 17 02:44:30 2026 +0100
add rule SecurityGroup_VPC_Association in cloudDsl_to_aws file
[33mcommit c95ad262f21c1fbef8ee26bb26400bceeb7097d1[m
Author: AymanANNA <ayman.anna111@gmail.com>
Date: Sat Jan 17 02:38:36 2026 +0100
add modular AWS Terraform code generation templates
[33mcommit 00457af105b356b310ae41dc2696526c3ee768f8[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sat Jan 17 02:30:47 2026 +0100
add rule VM_SecurityGroup_to_AWS_Instance_SG in cloudDsl_to_aws file
[33mcommit 69534ce67b3d2d61149429de913da37083481df0[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sat Jan 17 02:15:46 2026 +0100
fix the critical infrastructure reuse issue
[33mcommit 31fa948da3b6e4f37d56ef05ffca2fc54ad57e32[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sat Jan 17 01:58:38 2026 +0100
add rule securityGroup_to_AWSEgressRule in cloudDsl_to_aws file
[33mcommit 357b6f599b42a4aee12e955e326747358b6f8c4b[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Sat Jan 17 01:57:41 2026 +0100
rename securityGroup_to_AWSSecurityGroup and update direction to 0 for ingress rules in cloudDsl_to_aws file
[33mcommit ac29727eb9f85a228518f6f5f5e225bfe5ab4be3[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Fri Jan 16 23:10:03 2026 +0100
add rule securityGroup_to_AWSSecurityGroup in cloudDsl_to_aws file
[33mcommit eaf9d7aba92f5e29e01e077eee80e1a9f0b20b4a[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Fri Jan 16 22:19:16 2026 +0100
add rule network_to_aws_vpc in cloudDsl_to_aws file
[33mcommit 1d388e442d55ef69287305812def8936c348c39e[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Fri Jan 16 22:12:51 2026 +0100
add missing attributes to rules
[33mcommit c299bb14d3356198fb60499e16cc2b10a1263514[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Fri Jan 16 21:53:18 2026 +0100
add rule subnet_to_aws_subnet in cloudDsl_to_aws file
[33mcommit 2fb800042d03cca4445ef192f6b60f6a8a44b375[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Wed Jan 14 20:23:14 2026 +0100
add rule vmToAwsInstance in aws henchin file
[33mcommit 26f96b375bc03ede0f37a3004a364ac67e81d1eb[m
Author: Ismail-Ah <ahakayismail4@gmail.com>
Date: Wed Jan 14 19:34:22 2026 +0100
add rule providerToAwsProvider in aws henchin file
[33mcommit b6c4498ac8453eebf5826a90b642b8355d8b2c0e[m
Author: AymanANNA <ayman.anna111@gmail.com>
Date: Tue Jan 13 19:32:44 2026 +0100
add metamodel of aws for henshin
[33mcommit 859a6469568dc4a28af300801a2370c6369878e8[m[33m ([m[1;31morigin/modifying-grammar-and-building-model-to-model-henshin[m[33m, [m[1;32mmodifying-grammar-and-building-model-to-model-henshin[m[33m, [m[1;32mdevelop[m[33m)[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Fri Jan 9 17:48:50 2026 +0100
added a rule to map the resource group and the root elemnet from the base model to azure metamodel
[33mcommit 74ee737c85a0405f4dd83d1c3388bfd975d87aa7[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Fri Jan 9 13:18:06 2026 +0100
generated the xmi with xtext and applied transformation with henshin
[33mcommit 12ddfdd46ce4493b2c4b193934d889483f994a69[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Fri Jan 9 12:31:33 2026 +0100
added acceleo project
[33mcommit 751165f41338b3894ad6a7df7beaac271ec32d1e[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Fri Jan 9 12:14:58 2026 +0100
fixed some errors in the henshin file
[33mcommit f61ee31bd1603d22f70351837f7ca6cc5cb85a2e[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Fri Jan 9 11:49:54 2026 +0100
added mapping from security rules in the base metamodel to the security rules in the azure metamodel
[33mcommit e38d46620fc25937af6e48a779971b064576b901[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Fri Jan 9 11:43:28 2026 +0100
added nat gateway and public ip classes to the metagmodel of azure and their transofrmation rules
[33mcommit 154119e9029b134a6febf4eeab95a38d0cf7ee46[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Fri Jan 9 11:31:28 2026 +0100
added tranformation rules from the base metamodel to azure metamodel
[33mcommit 6f2df4cc2d30b6115783b12ab74747d5a4f90432[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Fri Jan 9 11:28:15 2026 +0100
added a metamodel for azure
[33mcommit 8437a1d32ea3e841cf375038a3f542b5e2689509[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Thu Jan 8 22:17:32 2026 +0100
added the mdetamodel that will jsut store the generated code
[33mcommit 7e7d58c33e8bdf60552a31d999da92839854e0fd[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Wed Jan 7 23:21:38 2026 +0100
added aws metamodel
[33mcommit 11dee716bff1359add04d94ef8ab6913d3e02374[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Wed Jan 7 22:32:36 2026 +0100
modified the grammar
[33mcommit e86a03165d67eed8d86ba5b04063517f48b32f6d[m[33m ([m[1;31morigin/youssef-reference-approach[m[33m, [m[1;32myoussef-reference-approach[m[33m)[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sun Oct 26 18:36:16 2025 +0100
removed some duplicated folders
[33mcommit 2d30068b404583f08ad00c82ad31bb28ec41af07[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sun Oct 26 16:05:08 2025 +0100
just some cahce
[33mcommit 4665405a289d9ea159f2c6cbb77e7b9e8f02dca6[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sun Oct 26 16:03:55 2025 +0100
removded th generator code
[33mcommit 7337682efe94175eed2f44b82b332f03b341ebdb[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sun Oct 26 15:59:37 2025 +0100
before removing the generator code that was just for learning
[33mcommit 1595db5168daf6bca6c895b27e8a8abf98975698[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sun Oct 26 14:56:23 2025 +0100
code is generated hhhh
[33mcommit 2c4929120ad29f3ec1e68b50c1cac791119cbdf9[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sun Oct 26 14:32:35 2025 +0100
trying to generate code
[33mcommit 89a16f8dd5fe914c8d2a23117c71dd2073aae08a[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sun Oct 26 14:19:04 2025 +0100
generating xtext arfifacts for the 5 time
[33mcommit 6162b4adb0938cda4f44eb7ac00b1890b8b54bf2[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sun Oct 26 14:17:43 2025 +0100
regenerating the xtext project again
[33mcommit 6a9805e0ac4fa983c0b3ab5704c898ae94780c55[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sun Oct 26 14:09:25 2025 +0100
regenerate code again with the genmodel after the update in the entities
[33mcommit acb2f557b15ca95ce55fd73d940b4fd62e6ae9c5[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sun Oct 26 13:50:29 2025 +0100
corrected the name of the required bundle
[33mcommit 3bd302c68fe1d421e8d660164d8911b68b80066c[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sun Oct 26 13:12:54 2025 +0100
just undersnatding the concept
[33mcommit 94540cc6afb1644c463e98008035b773e858a67d[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sat Oct 25 23:17:35 2025 +0100
generated the generator and formatter with xtext
[33mcommit dae90c2a69257b55bac0275eed7087fd82626bef[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sat Oct 25 22:50:18 2025 +0100
generated xtext again
[33mcommit b3bba786bdbcaa63d627aa8181f8e329169747a0[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sat Oct 25 22:49:19 2025 +0100
generated the gen model again after setting contaimnement to tru for security group and subnet at the provder level
[33mcommit 32bb548189b9574a5f0951c87a35d43cb1cad4a2[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sat Oct 25 22:32:08 2025 +0100
adde dcontainment at provider level for all resources
[33mcommit 51d2294245f5856c5d86acd88cf41b71924bfb1d[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sat Oct 25 22:21:27 2025 +0100
removed the subnet as a containement from the network and placed it in provider , and added reference to network in subnet
[33mcommit 4ff9c8bb1fe450663931da534f0e349906fcbcbf[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sat Oct 25 22:16:53 2025 +0100
deleted the xtext
[33mcommit 4ce0b846064ae1968ce79d6d5828e283071651ca[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sat Oct 25 21:53:08 2025 +0100
commiting oplugins
[33mcommit 9177263e2ad9a7d4ef0be896f0ff6eb1fb0f4ad3[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sat Oct 25 21:52:35 2025 +0100
just intilized the diagram airdé
[33mcommit 0549c721e2c465fa0c7565bc1bb1e9cc8edd83a3[m[33m ([m[1;32myoussef[m[33m)[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sat Oct 25 21:29:16 2025 +0100
added some references
[33mcommit f63654276d8cf08f99374ce9171260ddbf2357c3[m[33m ([m[1;31morigin/youssef[m[33m)[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sat Oct 25 18:51:26 2025 +0100
moved the project to mef folder
[33mcommit 56ebce0ebb054bf73c746fc56d4e8094eecbe1bc[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sat Oct 25 18:48:38 2025 +0100
generated the code
[33mcommit 89569e026b1e1adbd13b7d676825c41fbef34abc[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sat Oct 25 18:40:51 2025 +0100
added type for protocol, direction,action
[33mcommit 69ac27851891df7f919b75e8f7ded3da18a1aa71[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sat Oct 25 18:38:18 2025 +0100
added prefix and name for the package and uri and fixed the types of vmtype who have - and made it _ instead
[33mcommit b631e99b55887a491658e96bb9c9f1a8fe55b9c6[m[33m ([m[1;32mmain[m[33m)[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sat Oct 25 12:56:21 2025 +0100
added values for enums like protocol, direction, action
[33mcommit 8d9f5763f7158f74e2eeedc92dc5938b2fb8999e[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sat Oct 25 12:31:50 2025 +0100
added Protocol, Action ,Direction enums
[33mcommit 987876cb9d3a2ea87f192fcce2537cd133547c39[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sat Oct 25 12:29:04 2025 +0100
added security group class and its reference rules
[33mcommit 83b6bd2f1456a6cd80f378adc2eef9c15181c5e8[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sat Oct 25 12:17:05 2025 +0100
added the vm class that refernces the subnet and also the enum type vm
[33mcommit f5286c31c6d843f3360fe06a5788ec699509859e[m
Author: Youssef Bouraoui <bouraouiyoussef12@gmail.com>
Date: Sat Oct 25 11:47:10 2025 +0100
added provider resource, network and subnet
[33mcommit a61514b9b721588f52c4cb0bfff30ba247236f08[m
Author: github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com>
Date: Sat Oct 11 10:35:02 2025 +0000
Setting up GitHub Classroom Feedback
[33mcommit a29abaa6cb3ffdd3fc85f07869ad1eb87810d5be[m[33m ([m[1;31morigin/feedback[m[33m)[m
Author: github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com>
Date: Sat Oct 11 10:35:02 2025 +0000
GitHub Classroom Feedback