List of commits:
Subject Hash Author Date (UTC)
test commit 178b233ccceaafee6f9a0acdc8d06888619b8814 Marius Popa 2016-07-27 14:14:17
Commit 178b233ccceaafee6f9a0acdc8d06888619b8814 - test commit
Author: Marius Popa
Author date (UTC): 2016-07-27 14:14
Committer name: Marius Popa
Committer date (UTC): 2016-07-27 14:14
Parent(s):
Signing key:
Tree: a625e65ab2bcb94c60d439061757320fb3de2334
File Lines added Lines deleted
tmp.json 73 0
File tmp.json added (mode: 100644) (index 0000000..bfa6267)
1 {
2 "papiAppIngress8008FromZenCoderElb" : {
3 "Type" : "AWS::EC2::SecurityGroupIngress",
4 "Condition": "isStage",
5 "Properties" : {
6 "GroupId" : { "Ref" : "papiApp" },
7 "IpProtocol" : "TCP",
8 "FromPort" : "8008",
9 "ToPort" : "8008",
10 "SourceSecurityGroupId" : { "Ref" : "zenCoderWhitelist" }
11 }
12 },
13
14 "mapiAppIngress8008FromZenCoderElb" : {
15 "Type" : "AWS::EC2::SecurityGroupIngress",
16 "Condition": "isStage",
17 "Properties" : {
18 "GroupId" : { "Ref" : "mapiApp" },
19 "IpProtocol" : "TCP",
20 "FromPort" : "8008",
21 "ToPort" : "8008",
22 "SourceSecurityGroupId" : { "Ref" : "zenCoderWhitelist" }
23 }
24 },
25
26 "apiAppIngress8008FromZenCoderElb" : {
27 "Type" : "AWS::EC2::SecurityGroupIngress",
28 "Condition": "isStage",
29 "Properties" : {
30 "GroupId" : { "Ref" : "apiApp" },
31 "IpProtocol" : "TCP",
32 "FromPort" : "8008",
33 "ToPort" : "8008",
34 "SourceSecurityGroupId" : { "Ref" : "zenCoderWhitelist" }
35 }
36 },
37
38
39 { "IpProtocol" : "tcp", "FromPort" : "443", "ToPort" : "443", "CidrIp" : "0.0.0.0/0"},
40 { "IpProtocol" : "tcp", "FromPort" : "80", "ToPort" : "80", "CidrIp" : "0.0.0.0/0"},
41 {
42 "IpProtocol" : "TCP",
43 "FromPort" : "80",
44 "ToPort" : "80",
45 "SourceSecurityGroupId" : { "Ref" : "web" }
46 },
47 {
48 "IpProtocol" : "TCP",
49 "FromPort" : "80",
50 "ToPort" : "80",
51 "SourceSecurityGroupId" : { "Ref" : "apiApp" }
52 },
53 {
54 "IpProtocol" : "TCP",
55 "FromPort" : "80",
56 "ToPort" : "80",
57 "SourceSecurityGroupId" : { "Ref" : "mapiApp" }
58 },
59 {
60 "IpProtocol" : "TCP",
61 "FromPort" : "80",
62 "ToPort" : "80",
63 "SourceSecurityGroupId" : { "Ref" : "papiApp" }
64 },
65 {
66 "IpProtocol" : "TCP",
67 "FromPort" : "80",
68 "ToPort" : "80",
69 "SourceSecurityGroupId" : { "Ref" : "apiCache" }
70 }
71
72
73 }
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/twintech/testrepo

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/twintech/testrepo

Clone this repository using git:
git clone git://git.rocketgit.com/user/twintech/testrepo

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main