Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature files #3

Merged
merged 40 commits into from
Nov 3, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
61f8845
Add files path to ingress definition
mscarceller Oct 27, 2020
f2c9953
Add Persistent volumes for uploaded files
mscarceller Oct 28, 2020
2f8b1c8
Fix Persistent volume for Okteto
mscarceller Oct 28, 2020
5ac2283
Add VolumeMount
mscarceller Oct 28, 2020
555831d
Update version: New feature added File Messages
mscarceller Oct 28, 2020
0079d06
Update Readme
mscarceller Oct 28, 2020
0a5d611
Add support for FileMessages
mscarceller Oct 28, 2020
2458224
Add support for FileMessages
mscarceller Oct 28, 2020
0975e16
delete unused files
mscarceller Oct 28, 2020
c16b45b
Add persistent Volume manifest
mscarceller Oct 28, 2020
c539176
Update apps versions
mscarceller Oct 28, 2020
f79d75a
Fix API Rest url
mscarceller Oct 28, 2020
68d0033
Fix API Rest url
mscarceller Oct 28, 2020
cdeb56a
Add folder to file Uploads
mscarceller Oct 28, 2020
f02fc88
Fix folder name
mscarceller Oct 28, 2020
fc7950f
Fix folder name in backend
mscarceller Oct 28, 2020
07a03d5
Update roadmap
mscarceller Oct 29, 2020
5a3ac50
Update k8s manifests
mscarceller Oct 29, 2020
ecb595d
Update documentation: info about file messages added
mscarceller Oct 29, 2020
8037096
Refactor code
mscarceller Oct 29, 2020
150a1c5
Update definition with affinities
mscarceller Oct 29, 2020
7eca014
Add File method definition
mscarceller Oct 29, 2020
2538c40
Update mountPath
mscarceller Oct 29, 2020
7007e80
Update Readme
mscarceller Oct 29, 2020
663abc9
Update limits for autoscale
mscarceller Oct 29, 2020
b5da58b
Tets new resource limits
mscarceller Oct 29, 2020
0e21f1e
Add security roles
mscarceller Oct 30, 2020
8070ca9
Add files url
mscarceller Oct 30, 2020
603ac93
Update vertx plugins versions
mscarceller Oct 30, 2020
218cb1b
Role and RoleBinding info added
mscarceller Oct 30, 2020
694409e
Fix some styles
mscarceller Oct 30, 2020
530487f
Update manifest
mscarceller Oct 30, 2020
8ef9db9
Update testing docs
mscarceller Nov 2, 2020
7da6e0b
Move testing doc
mscarceller Nov 2, 2020
9295e3a
Add mongo service
mscarceller Nov 2, 2020
4ec002e
Update manifests
mscarceller Nov 2, 2020
4c61ec8
Update tests
mscarceller Nov 3, 2020
f3adeb7
Update tests
mscarceller Nov 3, 2020
8a8d299
Rename file
mscarceller Nov 3, 2020
6b26a0c
Reorder documents structure
mscarceller Nov 3, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update apps versions
  • Loading branch information
mscarceller committed Oct 28, 2020
commit c539176d1a7913cf1bdba930e4679fc6c234222b
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-publish-angular-frontapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
# TODO: Change variable to your image's name.
GITHUBREPOSITORY: 'mscarceller'
IMAGENAME: 'eftgca-front'
IMAGETAG: '0.1.0'
IMAGETAG: '1.1.0'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-publish-backend-vertx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
# TODO: Change variable to your image's name.
GITHUBREPOSITORY: 'mscarceller'
IMAGENAME: 'eftgca-backvertx'
IMAGETAG: '1.0.0'
IMAGETAG: '1.1.0'

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions k8s/okteto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ spec:
persistentVolumeClaim:
claimName: eftgca-backvertx-pv-claim
containers:
- image: mscarceller/eftgca-backvertx:1.0.0
- image: mscarceller/eftgca-backvertx:1.1.0
imagePullPolicy: Always
name: webchatbackend
ports:
Expand Down Expand Up @@ -259,7 +259,7 @@ spec:
spec:
containers:
- name: webchatfront
image: mscarceller/eftgca-front:0.1.0
image: mscarceller/eftgca-front:1.1.0
imagePullPolicy: Always
ports:
- containerPort: 8081