Skip to content

Commit 23b3fc0

Browse files
authored
Restore repositories to .gitsplit.yml (#564)
The commit restores the .gitsplit.yml file with old repositories in the "/deprecated" section. Each repository has been assigned a prefix and target, effectively setting up paths for future code splits.
1 parent a9f9e75 commit 23b3fc0

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

.gitsplit.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,57 @@ splits:
55
target: "https://${GH_TOKEN}@github.com/web-token/jwt-library.git"
66
- prefix: "src/Experimental"
77
target: "https://${GH_TOKEN}@github.com/web-token/jwt-experimental.git"
8+
- prefix: "src/Deprecated/Signature"
9+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature.git"
10+
- prefix: "src/Deprecated/Checker"
11+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-checker.git"
12+
- prefix: "src/Deprecated/Console"
13+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-console.git"
14+
- prefix: "src/Deprecated/Core"
15+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-core.git"
16+
- prefix: "src/Deprecated/Ecc"
17+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-util-ecc.git"
18+
- prefix: "src/Deprecated/Encryption"
19+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption.git"
20+
- prefix: "src/Deprecated/KeyManagement"
21+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-key-mgmt.git"
22+
- prefix: "src/Deprecated/NestedToken"
23+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-nested-token.git"
24+
- prefix: "src/Deprecated/EncryptionAlgorithm/ContentEncryption/AESCBC"
25+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aescbc.git"
26+
- prefix: "src/Deprecated/EncryptionAlgorithm/ContentEncryption/AESGCM"
27+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aesgcm.git"
28+
- prefix: "src/Deprecated/EncryptionAlgorithm/KeyEncryption/AESGCMKW"
29+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aesgcmkw.git"
30+
- prefix: "src/Deprecated/EncryptionAlgorithm/KeyEncryption/AESKW"
31+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aeskw.git"
32+
- prefix: "src/Deprecated/EncryptionAlgorithm/KeyEncryption/Direct"
33+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-dir.git"
34+
- prefix: "src/Deprecated/EncryptionAlgorithm/KeyEncryption/ECDHES"
35+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-ecdh-es.git"
36+
- prefix: "src/Deprecated/EncryptionAlgorithm/KeyEncryption/PBES2"
37+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-pbes2.git"
38+
- prefix: "src/Deprecated/EncryptionAlgorithm/KeyEncryption/RSA"
39+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-rsa.git"
40+
- prefix: "src/Deprecated/SignatureAlgorithm/ECDSA"
41+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-ecdsa.git"
42+
- prefix: "src/Deprecated/SignatureAlgorithm/EdDSA"
43+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-eddsa.git"
44+
- prefix: "src/Deprecated/SignatureAlgorithm/None"
45+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-none.git"
46+
- prefix: "src/Deprecated/SignatureAlgorithm/HMAC"
47+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-hmac.git"
48+
- prefix: "src/Deprecated/SignatureAlgorithm/RSA"
49+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-rsa.git"
50+
- prefix: "src/Deprecated/SignatureAlgorithm/Experimental"
51+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-experimental.git"
52+
- prefix: "src/Deprecated/EncryptionAlgorithm/Experimental"
53+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-experimental.git"
54+
- prefix: "src/Deprecated/Pack/Encryption"
55+
target: "https://${GH_TOKEN}@github.com/web-token/encryption-pack.git"
56+
- prefix: "rc/Deprecated/Pack/Signature"
57+
target: "https://${GH_TOKEN}@github.com/web-token/signature-pack.git"
58+
859

960
origins:
1061
- ^\d+\.\d+\.x$

0 commit comments

Comments
 (0)