Skip to content

Commit

Permalink
Merge pull request #401 from lahirulakruwan/main
Browse files Browse the repository at this point in the history
Enrollment bff folder structure & persons  fetch api bff changes added
  • Loading branch information
YujithIsura authored Sep 23, 2024
2 parents 033024d + 1e3cf78 commit b941294
Show file tree
Hide file tree
Showing 22 changed files with 16,513 additions and 21 deletions.
69 changes: 48 additions & 21 deletions campus/bffs/attendance/api/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.5.0"
distribution-version = "2201.8.7"

[[package]]
org = "avinyafoundation"
Expand All @@ -26,7 +26,7 @@ modules = [
[[package]]
org = "ballerina"
name = "auth"
version = "2.8.0"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -38,7 +38,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.5.0"
version = "3.8.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -49,15 +49,15 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.2.0"
version = "1.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "crypto"
version = "2.3.2"
version = "2.6.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -66,7 +66,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "file"
version = "1.7.1"
version = "1.9.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -77,33 +77,38 @@ dependencies = [
[[package]]
org = "ballerina"
name = "graphql"
version = "1.8.1"
version = "1.11.2"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "file"},
{org = "ballerina", name = "http"},
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "jwt"},
{org = "ballerina", name = "lang.array"},
{org = "ballerina", name = "lang.regexp"},
{org = "ballerina", name = "lang.value"},
{org = "ballerina", name = "log"},
{org = "ballerina", name = "mime"},
{org = "ballerina", name = "oauth2"},
{org = "ballerina", name = "task"},
{org = "ballerina", name = "time"},
{org = "ballerina", name = "uuid"},
{org = "ballerina", name = "websocket"}
]
modules = [
{org = "ballerina", packageName = "graphql", moduleName = "graphql"},
{org = "ballerina", packageName = "graphql", moduleName = "graphql.dataloader"},
{org = "ballerina", packageName = "graphql", moduleName = "graphql.parser"},
{org = "ballerina", packageName = "graphql", moduleName = "graphql.subgraph"}
]

[[package]]
org = "ballerina"
name = "http"
version = "2.8.7"
version = "2.10.15"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand All @@ -128,13 +133,14 @@ dependencies = [
{org = "ballerina", name = "url"}
]
modules = [
{org = "ballerina", packageName = "http", moduleName = "http"}
{org = "ballerina", packageName = "http", moduleName = "http"},
{org = "ballerina", packageName = "http", moduleName = "http.httpscerr"}
]

[[package]]
org = "ballerina"
name = "io"
version = "1.4.1"
version = "1.6.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -151,7 +157,7 @@ version = "0.0.0"
[[package]]
org = "ballerina"
name = "jwt"
version = "2.8.0"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -188,6 +194,15 @@ dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "lang.error"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "lang.int"
Expand Down Expand Up @@ -239,7 +254,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.7.1"
version = "2.9.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -253,7 +268,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.7.1"
version = "2.9.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -263,7 +278,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.8.0"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand All @@ -276,15 +291,15 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.7"
version = "1.2.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "os"
version = "1.6.0"
version = "1.8.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -293,7 +308,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "task"
version = "2.3.2"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -305,7 +320,8 @@ name = "test"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.error"}
]
modules = [
{org = "ballerina", packageName = "test", moduleName = "test"}
Expand All @@ -314,23 +330,34 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.5"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "url"
version = "2.2.4"
version = "2.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "uuid"
version = "1.7.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.int"},
{org = "ballerina", name = "time"}
]

[[package]]
org = "ballerina"
name = "websocket"
version = "2.8.2"
version = "2.10.2"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "constraint"},
Expand Down
1 change: 1 addition & 0 deletions campus/bffs/enrollment/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# campus-enrollment-bff
4 changes: 4 additions & 0 deletions campus/bffs/enrollment/api/.devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"image": "ballerina/ballerina-devcontainer:2201.3.2",
"extensions": ["WSO2.ballerina"],
}
1 change: 1 addition & 0 deletions campus/bffs/enrollment/api/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target
8 changes: 8 additions & 0 deletions campus/bffs/enrollment/api/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[package]
org = "avinyafoundation"
name = "enrollment_bff"
version = "1.1.0"
distribution = "2201.5.0"

[build-options]
observabilityIncluded = true
1 change: 1 addition & 0 deletions campus/bffs/enrollment/api/Config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GLOBAL_DATA_USE_AUTH = false
Loading

0 comments on commit b941294

Please sign in to comment.