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

Development #25

Merged
merged 84 commits into from
Dec 8, 2020
Merged

Development #25

merged 84 commits into from
Dec 8, 2020

Commits on Oct 2, 2020

  1. Changed config model names in lxd.yml and added some tests

    gpfunguro authored and gpfunguro committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    5afe656 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Changed the base url and Response types for LxdApi and ImagesApi in t…

    …he yaml file. Get requests now properly working for these Apis.
    gpfunguro authored and gpfunguro committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    2859f8d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. updated yaml file and generated classes

    gpfunguro authored and gpfunguro committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    c137cde View commit details
    Browse the repository at this point in the history
  2. updated yaml file and generated classes update

    gpfunguro authored and gpfunguro committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    5b9a0d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Unit Tests for serverConfigApi, SupportedApisApi, addInstances and ge…

    …tInstances method in InstancesApi and getImages method in ImagesApi
    gpfunguro authored and gpfunguro committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    2bd651a View commit details
    Browse the repository at this point in the history
  2. Unit Tests for InstancesAPI

    gpfunguro authored and gpfunguro committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    dd9df37 View commit details
    Browse the repository at this point in the history
  3. added ./idea/* to gitignore

    gpfunguro authored and gpfunguro committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    da30faf View commit details
    Browse the repository at this point in the history
  4. added ./idea/* to gitignore

    gpfunguro authored and gpfunguro committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    a10eb49 View commit details
    Browse the repository at this point in the history
  5. added .idea** and *.idea to gitignore

    gpfunguro authored and gpfunguro committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    135aa65 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Tests for InstancesApi

    gpfunguro authored and gpfunguro committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    ac29363 View commit details
    Browse the repository at this point in the history
  2. Tests for ImagesApi

    gpfunguro authored and gpfunguro committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    c450311 View commit details
    Browse the repository at this point in the history
  3. Tests for ImagesApi

    gpfunguro authored and gpfunguro committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    f9e3ec6 View commit details
    Browse the repository at this point in the history
  4. Tests for SupportedApisApi, ServerConfigApi, InstancesApi and ImagesApi

    gpfunguro authored and gpfunguro committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    cc96d15 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Merge pull request #1 from relxd/changed-config-model-names-in-yml-an…

    …d-tests
    
    Changed config model names in yml and tests
    rahul-patadia committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    c30460e View commit details
    Browse the repository at this point in the history
  2. Tests for StoragePoolsApi, ResourcesApi, OperationsApi and InstancesApi

    gpfunguro authored and gpfunguro committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    5c832e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Tests for CertificatesApi, EventsApi, ProfilesApi, ProjectsApi and pa…

    …rt of NetworksApi
    gpfunguro authored and gpfunguro committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    9852fe5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from relxd/changed-config-model-names-in-yml-an…

    …d-tests
    
    Tests for StoragePoolsApi, ResourcesApi, OperationsApi and InstancesApi
    rahul-patadia committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    bde9351 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Tests for ClusterApi, NetworksApi and part of OperationsApi and yaml …

    …file correction for OperationsApi and NetworksApi endpoints
    gpfunguro authored and gpfunguro committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    2c98c5b View commit details
    Browse the repository at this point in the history
  2. All socket tests and yaml file update done

    gpfunguro authored and gpfunguro committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    5f72b31 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from relxd/changed-config-model-names-in-yml-an…

    …d-tests
    
    Tests without before and after clauses done and yml file update
    rahul-patadia committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    de5ae32 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Added @before and @after clauses to tests and application.properties …

    …file
    gpfunguro authored and gpfunguro committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    969eae4 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. (Updated) Added @before and @after clauses to tests and application.p…

    …roperties file
    gpfunguro authored and gpfunguro committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    958774e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from relxd/changed-config-model-names-in-yml-an…

    …d-tests
    
    Added @before and @after clauses to tests and application.properties …
    rahul-patadia committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    1d798f6 View commit details
    Browse the repository at this point in the history
  3. Added the Service to create a java keystore to store tls auth certifi…

    …cates
    gpfunguro authored and gpfunguro committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    95b24df View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from relxd/create-javakeystore-for-mutual-tls-a…

    …uth-certificate
    
    Added the Service to create a java keystore to store tls auth certificates
    rahul-patadia committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    9d61248 View commit details
    Browse the repository at this point in the history
  5. Added x509 certificate generation service

    gpfunguro authored and gpfunguro committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    46bcb4a View commit details
    Browse the repository at this point in the history
  6. updated git ignore

    gpfunguro authored and gpfunguro committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    8e4a913 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Wrote tests for certificate generation and java keystore service

    gpfunguro authored and gpfunguro committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    f71ea66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from relxd/create-javakeystore-for-mutual-tls-a…

    …uth-certificate
    
    Tests for certificate generation and javaKeyStoreService
    rahul-patadia committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    81f3853 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Mutual TLS authentication

    gpfunguro authored and gpfunguro committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    d9d604a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. TLS authentication working fine

    gpfunguro authored and gpfunguro committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    7c991cb View commit details
    Browse the repository at this point in the history
  2. rest and socket both work for tests

    gpfunguro authored and gpfunguro committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    e48d3c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. authentication testing

    gpfunguro authored and gpfunguro committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    d368e59 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from relxd/rest-api-tests-LXD23

    Rest api tests lxd23
    rahul-patadia committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    7fe87d3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from relxd/Authentication-testing-Lxd-27

    Authentication testing lxd-27
    rahul-patadia committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    3a68ce8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Added steps to run tests on locally installed lxd in the README.md file

    gpfunguro authored and gpfunguro committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    316cab6 View commit details
    Browse the repository at this point in the history
  2. Lxd-32 and Lxd-33

    gpfunguro authored and gpfunguro committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    ee130da View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Merge pull request #11 from relxd/Lxd-32-and-Lxd-33

    Lxd 32 and lxd 33
    rahul-patadia committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    1865aaf View commit details
    Browse the repository at this point in the history
  2. Lxd-32-28-31

    gpfunguro authored and gpfunguro committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    2f4c7ec View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Merge pull request #12 from relxd/Lxd-32-28-31

    Lxd-32-28-31
    rahul-patadia committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    125d074 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Lxd-28-31

    gpfunguro authored and gpfunguro committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    c5dc600 View commit details
    Browse the repository at this point in the history
  2. Lxd-28-31

    gpfunguro authored and gpfunguro committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    e6537dc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from relxd/Lxd-32-28-31

    Lxd 32 28 31
    rahul-patadia committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    9d65dac View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Lxd-34

    gpfunguro authored and gpfunguro committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    f320615 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Lxd-34

    gpfunguro authored and gpfunguro committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    89873fb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Merge pull request #14 from relxd/Lxd-34

    Lxd-34
    rahul-patadia committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    99b62f5 View commit details
    Browse the repository at this point in the history
  2. Creating instance on node1

    gpfunguro authored and gpfunguro committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    c008802 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Creating instance on node1 test

    gpfunguro authored and gpfunguro committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    439f223 View commit details
    Browse the repository at this point in the history
  2. Competition labs use case test

    gpfunguro authored and gpfunguro committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    74a5bad View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15 from relxd/Lxd-34

    Creating instance on node1
    rahul-patadia committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    54203b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Creating and managing containers

    gpfunguro authored and gpfunguro committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    f2be219 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from relxd/Lxd-34

    Container management
    rahul-patadia committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    aeb77c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. updated the createInstanceFromImage test in the CompetitionLabsCliTests

    gpfunguro authored and gpfunguro committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    9a50777 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Merge pull request #17 from relxd/Lxd-34

    updated the createInstanceFromImage test in the CompetitionLabsCliTests
    rahul-patadia committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    409c74a View commit details
    Browse the repository at this point in the history
  2. Code clean up and comments

    gpfunguro authored and gpfunguro committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    e168b26 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #18 from relxd/Lxd-sdk-code-clean-up-and-comments

    Code clean up and comments
    rahul-patadia committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    a3dbad0 View commit details
    Browse the repository at this point in the history
  4. RelxdApiClient extends ApiClient

    gpfunguro authored and gpfunguro committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    fb845dc View commit details
    Browse the repository at this point in the history
  5. added unix socket path to RelxdApiClient

    gpfunguro authored and gpfunguro committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    c8ef314 View commit details
    Browse the repository at this point in the history
  6. set RelxdApiClient as default ApiClient

    gpfunguro authored and gpfunguro committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    90bc136 View commit details
    Browse the repository at this point in the history
  7. added @testinstance(TestInstance.Lifecycle.PER_CLASS) to tests

    gpfunguro authored and gpfunguro committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    b33ca84 View commit details
    Browse the repository at this point in the history
  8. using RelxdApiClient as default ApiClient on tests

    gpfunguro authored and gpfunguro committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    3dce8e0 View commit details
    Browse the repository at this point in the history
  9. using RelxdApiClient for untrusted

    gpfunguro authored and gpfunguro committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    369b1b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Merge pull request #19 from relxd/Lxd-sdk-code-clean-up-and-comments

    Lxd sdk code clean up and comments
    rahul-patadia committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    b7967d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2cbae9 View commit details
    Browse the repository at this point in the history
  3. corrected the use of RelxdApiClient in Tests

    gpfunguro authored and gpfunguro committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    bd45919 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    569f924 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Merge branches 'development' and 'Lxd-sdk-code-clean-up-and-comments'…

    … of https://github.com/relxd/lxd-sdk into Lxd-sdk-code-clean-up-and-comments
    gpfunguro authored and gpfunguro committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    7abb85a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from relxd/Lxd-sdk-code-clean-up-and-comments

    corrected the use of RelxdApiClient in Tests
    rahul-patadia committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    09329b6 View commit details
    Browse the repository at this point in the history
  3. InstanceConfigBuilder

    gpfunguro authored and gpfunguro committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    fde661c View commit details
    Browse the repository at this point in the history
  4. fixed config map

    rahul-patadia committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    9c89eaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68494ab View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Code clean up and SourceConfigBuilder

    gpfunguro authored and gpfunguro committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    da295e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af8319f View commit details
    Browse the repository at this point in the history
  3. Container management

    gpfunguro authored and gpfunguro committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    de3ca41 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Merge pull request #22 from relxd/container-management

    Container management
    rahul-patadia committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    053ba21 View commit details
    Browse the repository at this point in the history
  2. Added socket connection

    gpfunguro authored and gpfunguro committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    e264694 View commit details
    Browse the repository at this point in the history
  3. Added some models

    gpfunguro authored and gpfunguro committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    090d449 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Added postInstancesByNameExecAndReturnOperationUUidAndSocketSecret me…

    …thod in CompetitionLabsCliTests
    gpfunguro authored and gpfunguro committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    d732a8d View commit details
    Browse the repository at this point in the history
  2. Open socket and return operationUUid and socketSecret

    gpfunguro authored and gpfunguro committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    f171e98 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. update

    gpfunguro authored and gpfunguro committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    214f63c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from relxd/terminal-access

    Terminal access
    rahul-patadia committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    f10056d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. updated the README.md file

    gpfunguro authored and gpfunguro committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    61a62a5 View commit details
    Browse the repository at this point in the history
  2. updated the README.md file

    gpfunguro authored and gpfunguro committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    5473026 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87179bc View commit details
    Browse the repository at this point in the history