Skip to content

Commit a82d289

Browse files
committed
updated SUT list
1 parent 0c22a61 commit a82d289

1 file changed

Lines changed: 32 additions & 23 deletions

File tree

statistics/suts.R

Lines changed: 32 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,46 @@ suts <- function(){
77

88
#Names here should match what in data.csv
99
SUTS = c(
10-
"catwatch",
11-
"cwa-verification",
12-
# "features-service",
13-
# "gestaohospital",
14-
# "languagetool",
15-
# "ocvn",
16-
# "proxyprint",
17-
# "rest-ncs",
18-
# "rest-news",
19-
# "rest-scs",
20-
# "restcountries",
21-
# "scout-api",
22-
"genome-nexus",
23-
# "market",
24-
# "bibliothek",
25-
# "reservations-api",
26-
# "session-service",
27-
# "familie-ba-sak",
28-
"pay-publicapi",
29-
#"petclinic-graphql",
30-
#"patio-api",
31-
#"timbuctoo",
10+
### REST
11+
"bibliothek",
12+
"blogapi",
13+
"catwatch",
14+
"cwa-verification",
15+
"familie-ba-sak",
16+
"features-service",
17+
"genome-nexus",
18+
"gestaohospital",
19+
"languagetool",
20+
"market",
21+
"ocvn",
22+
"pay-publicapi",
23+
"person-controller",
24+
"proxyprint",
25+
"reservations-api",
26+
"rest-ncs",
27+
"rest-news",
28+
"rest-scs",
29+
"restcountries",
30+
"scout-api",
31+
"session-service",
32+
"tiltaksgjennomforing-api",
33+
"tracking-system",
34+
"user-management",
35+
"youtube-mock",
36+
### GraphQL
37+
# "petclinic-graphql",
38+
# "patio-api",
39+
# "timbuctoo",
3240
#"graphql-ncs",
3341
#"graphql-scs",
42+
### RPC
3443
#"thrift-ncs",
3544
#"thrift-scs",
3645
#"grpc-ncs",
3746
#"grpc-scs",
3847
#"signal-registration",
3948
# "ind0",
40-
"ind1",
49+
# "ind1",
4150
""
4251
)
4352

0 commit comments

Comments
 (0)