Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
3b37845
upgraded argo to v2.11.6 (wip)
Vafilor Nov 2, 2020
717a4bc
fix: temporary fix while cvat is not updated to use new auth
Vafilor Nov 6, 2020
6d511f7
upgraded argo to v2.11.6 (wip)
Vafilor Nov 2, 2020
e3cbbc7
Merge branch 'feat/upgrade.argo' of github.com:Vafilor/core into feat…
Vafilor Nov 6, 2020
594390d
Merge pull request #704 from Vafilor/feat/upgrade.argo
Vafilor Nov 6, 2020
8bce734
upgraded argo to v2.11.6 (wip)
Vafilor Nov 2, 2020
3160167
chore: removed todo comments that have been resolved
Vafilor Nov 6, 2020
f6aff41
fix: migrations that had numbers where new argo expects strings
Vafilor Nov 6, 2020
623964d
Update description in README.md
rushtehrani Nov 6, 2020
e037d89
fix: issue where new migration ran before all others, causing issues
Vafilor Nov 6, 2020
855fd43
Merge branch 'feat/upgrade.argo' of github.com:Vafilor/core into feat…
Vafilor Nov 6, 2020
cd28474
Merge pull request #710 from Vafilor/feat/upgrade.argo
Vafilor Nov 6, 2020
875097f
only inject one sys-send-status task
rushtehrani Nov 7, 2020
850b184
Merge pull request #715 from Vafilor/feat/add.auth.back
Vafilor Nov 9, 2020
90f01f8
Merge pull request #711 from rushtehrani/fix/send-status
Vafilor Nov 9, 2020
cb7bb79
Adding code to support sidecars and accessing them.
aleksandrmelnikov Oct 30, 2020
2d45b0a
Using the right yaml library to marshal.
aleksandrmelnikov Oct 30, 2020
d2dfd4c
Updating the host placeholder.
aleksandrmelnikov Oct 30, 2020
3e1a4dd
Refactoring code since it's empty initialization.
aleksandrmelnikov Oct 30, 2020
af361d5
Renaming the side-car check per feedback.
aleksandrmelnikov Oct 30, 2020
e5f2f3e
Adding k8s-service-resource and k8s-routes-resource as tasks
aleksandrmelnikov Nov 4, 2020
b46e7fd
Excluding istio side-car from resource creation.
aleksandrmelnikov Nov 5, 2020
2fef7d7
Fixing typo.
aleksandrmelnikov Nov 5, 2020
6d42a44
Removing condition tests.
aleksandrmelnikov Nov 5, 2020
f5fb44c
Port and TargetPort are assumed to be the same.
aleksandrmelnikov Nov 5, 2020
530e241
Simplifying prefix to "/"
aleksandrmelnikov Nov 5, 2020
d903bae
Adding uuid generating library
aleksandrmelnikov Nov 5, 2020
7b7142d
Generating names using uuid.
aleksandrmelnikov Nov 5, 2020
7698b70
Removing unused code.
aleksandrmelnikov Nov 5, 2020
e1c3dc3
Enabling Istio for workflows with sidecars.
aleksandrmelnikov Nov 6, 2020
0f226eb
Adding google uuid library to go.mod.
aleksandrmelnikov Nov 6, 2020
d8101bf
Checking for istio injection by checking if the sidecar has "tty"
aleksandrmelnikov Nov 7, 2020
4f28882
Adding go.sum changes.
aleksandrmelnikov Nov 7, 2020
af47ffb
Updating logic that checks if a sidecar needs routing and service.
aleksandrmelnikov Nov 7, 2020
70007d6
Codacy: Fixing variable names.
aleksandrmelnikov Nov 7, 2020
ccb9912
Adding code to clean-up the service and virtualservice after the
aleksandrmelnikov Nov 9, 2020
a4c40df
Removing jwt-go library since it's no longer used.
aleksandrmelnikov Nov 9, 2020
8057098
Fixing envoyfilter by adding "--" to the sub-domain url that gets
aleksandrmelnikov Nov 9, 2020
5449911
Changing the label that maps between the service and pod.
aleksandrmelnikov Nov 9, 2020
d4846b5
Putting the services and virtualservices for sidecars logic, into
aleksandrmelnikov Nov 10, 2020
04a1db0
Adding "sys-" prefix to onepanel injected services and virtualservices.
aleksandrmelnikov Nov 10, 2020
5bd7f22
Removing the workflow.uid, because it causes a doubly long uid string.
aleksandrmelnikov Nov 10, 2020
c699b5b
Changed the order of tasks per feedback.
aleksandrmelnikov Nov 10, 2020
5e4d5c0
Changed the order of tasks for the exit handler.
aleksandrmelnikov Nov 10, 2020
74752ef
Adding output parameters to the template with the sidecars.
aleksandrmelnikov Nov 10, 2020
806d15f
Adjusting the exit-handler task order.
aleksandrmelnikov Nov 10, 2020
a67012f
Tweaking the dependencies of the sys-exit task.
aleksandrmelnikov Nov 10, 2020
a5ec80e
If tty is set to true, mirror the main container volume mounts to
aleksandrmelnikov Nov 10, 2020
f7c74eb
Removing ensureWorkflowRunsOnDedicatedNode function.
aleksandrmelnikov Nov 11, 2020
3f70f26
use stop instead of terminate
rushtehrani Nov 11, 2020
f7e48a0
don't update phase for already terminated workflow
rushtehrani Nov 11, 2020
363c430
Merge pull request #691 from aleksandrmelnikov/feat/core.416-add.ts.t…
rushtehrani Nov 11, 2020
4fec204
use correct where statement
rushtehrani Nov 12, 2020
bfa4def
Merge pull request #719 from rushtehrani/feat/stop-workflow
aleksandrmelnikov Nov 12, 2020
466a417
feat: remove is valid token endpoint
Vafilor Nov 12, 2020
b296d85
Merge branch 'master' into chore/removing.unused.function
aleksandrmelnikov Nov 13, 2020
27bebcb
Merge pull request #718 from aleksandrmelnikov/chore/removing.unused.…
rushtehrani Nov 13, 2020
cc919f6
Merge pull request #722 from Vafilor/feat/remove.valid.token.endpoint
rushtehrani Nov 13, 2020
3ae2dd8
upgraded argo to v2.11.6 (wip)
Vafilor Nov 2, 2020
091e1d7
chore: removed todo comments that have been resolved
Vafilor Nov 6, 2020
a291e08
fix: migrations that had numbers where new argo expects strings
Vafilor Nov 6, 2020
8a9637b
fix: add hydrator
Vafilor Nov 13, 2020
a79100b
Merge branch 'test/argo.update' of github.com:onepanelio/core into te…
Vafilor Nov 13, 2020
d51db58
chore: added comment explaining quotation
Vafilor Nov 13, 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
2 changes: 1 addition & 1 deletion api/api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Onepanel",
"description": "Onepanel API",
"version": "0.15.0",
"version": "0.16.0",
"contact": {
"name": "Onepanel project",
"url": "https://github.com/onepanelio/core"
Expand Down
1 change: 1 addition & 0 deletions api/auth.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package api;

import "google/api/annotations.proto";
import "protoc-gen-swagger/options/annotations.proto";

service AuthService {
rpc GetAccessToken(GetAccessTokenRequest) returns (GetAccessTokenResponse) {
option (google.api.http) = {
Expand Down
4 changes: 2 additions & 2 deletions db/go/20200812104328_update_maskrcnn_and_tf_od.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const maskRCNNWorkflowTemplate = `arguments:
- name: sys-num-classes
displayName: Number of classes
hint: Number of classes (i.e in CVAT taks) + 1 for background
value: 81
value: '81'
visibility: private

- name: extras
Expand Down Expand Up @@ -265,7 +265,7 @@ const tensorflowObjectDetectionWorkflowTemplate = `arguments:
visibility: public

- name: sys-num-classes
value: 81
value: '81'
hint: Number of classes
displayName: Number of classes
visibility: private
Expand Down
2 changes: 1 addition & 1 deletion db/go/20200824095513_update_mask_rcnn.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const maskRCNNTemplate2 = `arguments:
- name: cvat-num-classes
displayName: Number of classes
hint: Number of classes (i.e in CVAT taks) + 1 for background
value: 81
value: '81'
visibility: private

- name: hyperparameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const tensorflowObjectDetectionTraining2 = `arguments:
visibility: public

- name: cvat-num-classes
value: 81
value: '81'
hint: Number of classes
displayName: Number of classes
visibility: private
Expand Down
39 changes: 23 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,23 @@ module github.com/onepanelio/core
go 1.14

require (
github.com/Azure/go-autorest v14.0.0+incompatible // indirect
cloud.google.com/go/storage v1.6.0
github.com/Azure/go-autorest v14.0.0+incompatible // indirect
github.com/Azure/go-autorest/autorest/adal v0.8.2 // indirect
github.com/Masterminds/squirrel v1.1.0
github.com/argoproj/argo v0.0.0-20200331233432-4d1175eb68f6
github.com/argoproj/pkg v0.0.0-20200318225345-d3be5f29b1a8
github.com/argoproj/argo v0.0.0-20201001162359-6f738db0733d
github.com/argoproj/pkg v0.1.0
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/golang/protobuf v1.4.1
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.1.1
github.com/gorilla/handlers v1.4.2
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.14.4
github.com/grpc-ecosystem/grpc-gateway v1.14.6
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/jmoiron/sqlx v1.2.0
Expand All @@ -26,22 +28,27 @@ require (
github.com/minio/minio-go/v6 v6.0.45
github.com/pkg/errors v0.9.1
github.com/pressly/goose v2.6.0+incompatible
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5 // indirect
github.com/stretchr/testify v1.4.0
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1
github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
google.golang.org/api v0.20.0
google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84
google.golang.org/grpc v1.28.0
google.golang.org/protobuf v1.22.0
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
istio.io/api v0.0.0-20200107183329-ed4b507c54e1
k8s.io/api v0.16.4
k8s.io/apimachinery v0.16.7-beta.0
k8s.io/client-go v0.16.4
k8s.io/api v0.18.2
k8s.io/apimachinery v0.18.2
k8s.io/client-go v0.18.2
sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e // indirect
sigs.k8s.io/yaml v1.2.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
)

replace (
k8s.io/api => k8s.io/api v0.17.8
k8s.io/apimachinery => k8s.io/apimachinery v0.17.8
k8s.io/client-go => k8s.io/client-go v0.17.8
)
374 changes: 374 additions & 0 deletions go.sum

Large diffs are not rendered by default.

Loading