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

IF-10358 Support MSS v3 #43

Merged
merged 19 commits into from
May 17, 2024

Conversation

ikegami-shota
Copy link
Contributor

@ikegami-shota ikegami-shota commented Sep 13, 2023

Overview

Implement MSS v3 support for eclcloud.

Detail

  • Update GO version
    • .github/workflows/test.yml
    • go.mod
    • v2/go.mod
    • v3/go.mod
    • v4/go.mod
    • go.sum
  • Changed from v1 to v2.
    • ecl/client.go
    • Under ecl/security_order/v2/
    • Under ecl/security_portal/v2/
  • Create directory to v4.
    • Under v4/
  • Copy directories in v2 to v3
  • Changed from v2 to v3.
    • .github/CONTRIBUTING.md
    • README.md
    • Under v3/
  • Changed from v2 to v3.
    • Under v4/
  • Add v3 and v4 to test target
    • Makefile
  • Create directory security_order/v3 in v3.
  • Create directory security_portal/v3 in v3.
  • Delete LicenseSwitch.
    • v3/ecl/imagestorage/v2/images/requests.go
    • v3/ecl/imagestorage/v2/images/results.go
    • v4/ecl/imagestorage/v2/images/requests.go
    • v4/ecl/imagestorage/v2/images/results.go
  • Add managed_load_balancer directory to v4.
    • v4/managed_load_balancer

@ikegami-shota ikegami-shota merged commit 2883bdc into dev/MSS_v3 May 17, 2024
6 checks passed
@ikegami-shota ikegami-shota deleted the ikegami-shota_IF-10358_Support_MSS_v3 branch May 17, 2024 06:08
@ikegami-shota ikegami-shota mentioned this pull request May 30, 2024
ikegami-shota added a commit that referenced this pull request Jun 4, 2024
* IF-10358 Support MSS v3 (#43)

* IF-10358 Support MSS v3

* IF-10358 Fix Specifying directories

* IF-10358 Fix reference eclcloud v4 directory

* IF-10358 Rollback under ecl directory

* IF-10688 Delete License Switch

* IF-10688 Delete License Switch

* IF-10688 Cancel v2 modification

* IF-9051 Support MLB in v3

* IF-9051 Add function ManagedLoadBalancer in v3

* IF-10358 Incorporation of delete license switch and ManagedLoadBalancer in v3

* IF-10358 Delete unnecessary files

* IF-10358 Fix Makefile and Add idle_timeout to Policy of Managed Load Balancer to v4

* IF-10358 Resolve v3 dependencies

* IF-10358 update go version

* IF-10358 Resolve v3 dependencies

* IF-10358 Move MSS v3 support to v3

* IF-10358 Move MSS v3 support to v3

* IF-10358 Delete security_order and security_portal v2 directory under v3

* IF-10358 Rebase Managed Load Balancer Support

* Managed Load Balancer support incorporated into v4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants