Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SMART
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UNI-KLU
SMART
Commits
b47868c5
Commit
b47868c5
authored
Sep 17, 2021
by
manuel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified db-service deployment to be backed up in filesystem
parent
03acb9f8
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
95 additions
and
8 deletions
+95
-8
local.properties
src/dashboard/android/local.properties
+1
-0
Generated.xcconfig
src/dashboard/ios/Flutter/Generated.xcconfig
+14
-0
flutter_export_environment.sh
src/dashboard/ios/Flutter/flutter_export_environment.sh
+14
-0
GeneratedPluginRegistrant.h
src/dashboard/ios/Runner/GeneratedPluginRegistrant.h
+17
-0
GeneratedPluginRegistrant.m
src/dashboard/ios/Runner/GeneratedPluginRegistrant.m
+26
-0
deployment.yml
...tation-calculation-microservice/deployment/deployment.yml
+6
-2
deployment.yml
...hub/business-logic-microservice/deployment/deployment.yml
+7
-3
deployment.yml
src/rest-gateway/deployment/deployment.yml
+10
-3
No files found.
src/dashboard/android/local.properties
0 → 100644
View file @
b47868c5
flutter.sdk
=
/srv/flutter
\ No newline at end of file
src/dashboard/ios/Flutter/Generated.xcconfig
0 → 100644
View file @
b47868c5
// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/srv/flutter
FLUTTER_APPLICATION_PATH=/local/home/manuel/smart/src/dashboard
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=lib/main.dart
FLUTTER_BUILD_DIR=build
SYMROOT=${SOURCE_ROOT}/../build/ios
FLUTTER_BUILD_NAME=1.0.0
FLUTTER_BUILD_NUMBER=1
EXCLUDED_ARCHS[sdk=iphonesimulator*]=arm64 i386
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=false
TREE_SHAKE_ICONS=false
PACKAGE_CONFIG=.packages
src/dashboard/ios/Flutter/flutter_export_environment.sh
0 → 100755
View file @
b47868c5
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export
"FLUTTER_ROOT=/srv/flutter"
export
"FLUTTER_APPLICATION_PATH=/local/home/manuel/smart/src/dashboard"
export
"COCOAPODS_PARALLEL_CODE_SIGN=true"
export
"FLUTTER_TARGET=lib/main.dart"
export
"FLUTTER_BUILD_DIR=build"
export
"SYMROOT=
${
SOURCE_ROOT
}
/../build/ios"
export
"FLUTTER_BUILD_NAME=1.0.0"
export
"FLUTTER_BUILD_NUMBER=1"
export
"DART_OBFUSCATION=false"
export
"TRACK_WIDGET_CREATION=false"
export
"TREE_SHAKE_ICONS=false"
export
"PACKAGE_CONFIG=.packages"
src/dashboard/ios/Runner/GeneratedPluginRegistrant.h
0 → 100644
View file @
b47868c5
//
// Generated file. Do not edit.
//
#ifndef GeneratedPluginRegistrant_h
#define GeneratedPluginRegistrant_h
#import <Flutter/Flutter.h>
NS_ASSUME_NONNULL_BEGIN
@interface
GeneratedPluginRegistrant
:
NSObject
+
(
void
)
registerWithRegistry
:(
NSObject
<
FlutterPluginRegistry
>*
)
registry
;
@end
NS_ASSUME_NONNULL_END
#endif
/* GeneratedPluginRegistrant_h */
src/dashboard/ios/Runner/GeneratedPluginRegistrant.m
0 → 100644
View file @
b47868c5
//
// Generated file. Do not edit.
//
#import "GeneratedPluginRegistrant.h"
#if __has_include(<integration_test/IntegrationTestPlugin.h>)
#import <integration_test/IntegrationTestPlugin.h>
#else
@import
integration_test
;
#endif
#if __has_include(<path_provider/FLTPathProviderPlugin.h>)
#import <path_provider/FLTPathProviderPlugin.h>
#else
@import
path_provider
;
#endif
@implementation
GeneratedPluginRegistrant
+
(
void
)
registerWithRegistry
:(
NSObject
<
FlutterPluginRegistry
>*
)
registry
{
[
IntegrationTestPlugin
registerWithRegistrar
:[
registry
registrarForPlugin
:
@"IntegrationTestPlugin"
]];
[
FLTPathProviderPlugin
registerWithRegistrar
:[
registry
registrarForPlugin
:
@"FLTPathProviderPlugin"
]];
}
@end
src/data-hub/reputation-calculation-microservice/deployment/deployment.yml
View file @
b47868c5
...
...
@@ -73,7 +73,8 @@ spec:
spec
:
containers
:
-
name
:
reputation-calculation-db
image
:
mongo
image
:
mongo:4.2.16
imagePullPolicy
:
IfNotPresent
env
:
-
name
:
MONGO_INITDB_ROOT_USERNAME
value
:
root
...
...
@@ -82,7 +83,10 @@ spec:
ports
:
-
containerPort
:
27017
volumeMounts
:
-
mountPath
:
/data
/db
-
mountPath
:
/data
name
:
dbdata
volumes
:
-
name
:
dbdata
hostPath
:
path
:
/srv/articonf/db/reputation-calculation
type
:
Directory
src/participation-hub/business-logic-microservice/deployment/deployment.yml
View file @
b47868c5
...
...
@@ -72,7 +72,8 @@ spec:
spec
:
containers
:
-
name
:
business-logic-db
image
:
mongo
image
:
mongo:4.2.16
imagePullPolicy
:
IfNotPresent
env
:
-
name
:
MONGO_INITDB_ROOT_USERNAME
value
:
root
...
...
@@ -81,7 +82,10 @@ spec:
ports
:
-
containerPort
:
27017
volumeMounts
:
-
mountPath
:
/data
/db
-
mountPath
:
/data
name
:
dbdata
volumes
:
-
name
:
dbdata
\ No newline at end of file
-
name
:
dbdata
hostPath
:
path
:
/srv/articonf/db/business-logic
type
:
Directory
src/rest-gateway/deployment/deployment.yml
View file @
b47868c5
...
...
@@ -73,7 +73,8 @@ spec:
spec
:
containers
:
-
name
:
rest-gateway-db
image
:
mongo
image
:
mongo:4.2.16
imagePullPolicy
:
IfNotPresent
env
:
-
name
:
MONGO_INITDB_ROOT_USERNAME
value
:
root
...
...
@@ -82,7 +83,13 @@ spec:
ports
:
-
containerPort
:
27017
volumeMounts
:
-
mountPath
:
/data
/db
-
mountPath
:
/data
name
:
dbdata
volumes
:
-
name
:
dbdata
\ No newline at end of file
-
name
:
dbdata
hostPath
:
path
:
/srv/articonf/db/rest-gateway
type
:
Directory
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment