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

Added auditlog class and license file #17

Conversation

sunil-lakshman
Copy link
Contributor

No description provided.

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module
@sunil-lakshman sunil-lakshman merged commit d61bfd3 into feat/CS-40549-roles-class-implementation Aug 23, 2023
@sunil-lakshman sunil-lakshman deleted the feat/CS-40541-auditlog-implemetation branch August 23, 2023 05:05
sunil-lakshman added a commit that referenced this pull request Aug 23, 2023
* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>
sunil-lakshman added a commit that referenced this pull request Aug 23, 2023
* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
sunil-lakshman added a commit that referenced this pull request Sep 8, 2023
* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
sunil-lakshman added a commit that referenced this pull request Sep 8, 2023
* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>
sunil-lakshman added a commit that referenced this pull request Sep 15, 2023
* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>
sunil-lakshman added a commit that referenced this pull request Sep 15, 2023
* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>
sunil-lakshman added a commit that referenced this pull request Sep 21, 2023
* Next (#26)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added terms class implementation

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>
sunil-lakshman added a commit that referenced this pull request Sep 21, 2023
* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Feat/cs 41332 terms class implemetation (#27)

* Next (#26)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added terms class implementation

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>
sunil-lakshman added a commit that referenced this pull request Sep 28, 2023
* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Feat/cs 41332 terms class implemetation (#27)

* Next (#26)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added terms class implementation

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added bulk operations class implementation (#29)

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>
sunil-lakshman added a commit that referenced this pull request Sep 28, 2023
* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Feat/cs 41332 terms class implemetation (#27)

* Next (#26)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added terms class implementation

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added bulk operations class implementation (#29)

* Added release and release item class implementation (#31)

* Added release and release item class implementation

* fixed failed unit test case

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>
sunil-lakshman added a commit that referenced this pull request Dec 13, 2023
#46)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Feat/cs 41332 terms class implemetation (#27)

* Next (#26)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added terms class implementation

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added bulk operations class implementation (#29)

* Added release and release item class implementation (#31)

* Added release and release item class implementation

* fixed failed unit test case

* Fixed pagination issue, added custom payload option in all methods an… (#45)

* Fixed pagination issue, added custom payload option in all methods and added pagination testcases

* Added urlencode method for parameter to avoid symbols

* Removed duplicate line and changes test values

* Resolved conflicts

* Fixed code conflits

* Updated changelog file

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>
sunil-lakshman added a commit that referenced this pull request May 6, 2024
* Fixed pagination issue, added custom payload option in all methods an… (#46)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Feat/cs 41332 terms class implemetation (#27)

* Next (#26)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added terms class implementation

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added bulk operations class implementation (#29)

* Added release and release item class implementation (#31)

* Added release and release item class implementation

* fixed failed unit test case

* Fixed pagination issue, added custom payload option in all methods an… (#45)

* Fixed pagination issue, added custom payload option in all methods and added pagination testcases

* Added urlencode method for parameter to avoid symbols

* Removed duplicate line and changes test values

* Resolved conflicts

* Fixed code conflits

* Updated changelog file

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added GCP NA support

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>
sunil-lakshman added a commit that referenced this pull request May 13, 2024
* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Feat/cs 41332 terms class implemetation (#27)

* Next (#26)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added terms class implementation

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added bulk operations class implementation (#29)

* Added release and release item class implementation (#31)

* Added release and release item class implementation

* fixed failed unit test case

* Fixed pagination issue, added custom payload option in all methods an… (#45)

* Fixed pagination issue, added custom payload option in all methods and added pagination testcases

* Added urlencode method for parameter to avoid symbols

* Removed duplicate line and changes test values

* Resolved conflicts

* Fixed code conflits

* Updated changelog file

* Enh/dx 74 gcp na support (#47)

* Fixed pagination issue, added custom payload option in all methods an… (#46)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Feat/cs 41332 terms class implemetation (#27)

* Next (#26)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added terms class implementation

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added bulk operations class implementation (#29)

* Added release and release item class implementation (#31)

* Added release and release item class implementation

* fixed failed unit test case

* Fixed pagination issue, added custom payload option in all methods an… (#45)

* Fixed pagination issue, added custom payload option in all methods and added pagination testcases

* Added urlencode method for parameter to avoid symbols

* Removed duplicate line and changes test values

* Resolved conflicts

* Fixed code conflits

* Updated changelog file

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added GCP NA support

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Updated License file (#50)

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Abhinav Gupta <[email protected]>
Co-authored-by: abhinav <63039365+abhinav-from-contentstack@users.noreply.github.com>
sunil-lakshman added a commit that referenced this pull request May 20, 2024
* Next (#48)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Feat/cs 41332 terms class implemetation (#27)

* Next (#26)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added terms class implementation

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added bulk operations class implementation (#29)

* Added release and release item class implementation (#31)

* Added release and release item class implementation

* fixed failed unit test case

* Fixed pagination issue, added custom payload option in all methods an… (#45)

* Fixed pagination issue, added custom payload option in all methods and added pagination testcases

* Added urlencode method for parameter to avoid symbols

* Removed duplicate line and changes test values

* Resolved conflicts

* Fixed code conflits

* Updated changelog file

* Enh/dx 74 gcp na support (#47)

* Fixed pagination issue, added custom payload option in all methods an… (#46)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Feat/cs 41332 terms class implemetation (#27)

* Next (#26)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added terms class implementation

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added bulk operations class implementation (#29)

* Added release and release item class implementation (#31)

* Added release and release item class implementation

* fixed failed unit test case

* Fixed pagination issue, added custom payload option in all methods an… (#45)

* Fixed pagination issue, added custom payload option in all methods and added pagination testcases

* Added urlencode method for parameter to avoid symbols

* Removed duplicate line and changes test values

* Resolved conflicts

* Fixed code conflits

* Updated changelog file

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added GCP NA support

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Updated License file (#50)

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Abhinav Gupta <[email protected]>
Co-authored-by: abhinav <63039365+abhinav-from-contentstack@users.noreply.github.com>

* sca-scan.yml

* jira.yml

* sast-scan.yml

* Asset upload issue fixed

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Abhinav Gupta <[email protected]>
Co-authored-by: abhinav <63039365+abhinav-from-contentstack@users.noreply.github.com>
Co-authored-by: Aravind Kumar <[email protected]>
sunil-lakshman added a commit that referenced this pull request May 20, 2024
* Next (#48)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Feat/cs 41332 terms class implemetation (#27)

* Next (#26)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added terms class implementation

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added bulk operations class implementation (#29)

* Added release and release item class implementation (#31)

* Added release and release item class implementation

* fixed failed unit test case

* Fixed pagination issue, added custom payload option in all methods an… (#45)

* Fixed pagination issue, added custom payload option in all methods and added pagination testcases

* Added urlencode method for parameter to avoid symbols

* Removed duplicate line and changes test values

* Resolved conflicts

* Fixed code conflits

* Updated changelog file

* Enh/dx 74 gcp na support (#47)

* Fixed pagination issue, added custom payload option in all methods an… (#46)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Feat/cs 41332 terms class implemetation (#27)

* Next (#26)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: ✨ implemented branches and aliases with unit and api test cases

* test: ✅ added mock tests for branches and aliases

* docs: 📝 added api documentation for branches and aliases

* feat: ✨ content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: 📝 Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: ✨ asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: ✅ added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added terms class implementation

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added bulk operations class implementation (#29)

* Added release and release item class implementation (#31)

* Added release and release item class implementation

* fixed failed unit test case

* Fixed pagination issue, added custom payload option in all methods an… (#45)

* Fixed pagination issue, added custom payload option in all methods and added pagination testcases

* Added urlencode method for parameter to avoid symbols

* Removed duplicate line and changes test values

* Resolved conflicts

* Fixed code conflits

* Updated changelog file

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added GCP NA support

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Updated License file (#50)

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Abhinav Gupta <[email protected]>
Co-authored-by: abhinav <63039365+abhinav-from-contentstack@users.noreply.github.com>

* sca-scan.yml

* jira.yml

* sast-scan.yml

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Abhinav Gupta <[email protected]>
Co-authored-by: abhinav <63039365+abhinav-from-contentstack@users.noreply.github.com>
Co-authored-by: Aravind Kumar <[email protected]>
sunil-lakshman added a commit that referenced this pull request May 24, 2024
* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: :sparkles: implemented branches and aliases with unit and api test cases

* test: :white_check_mark: added mock tests for branches and aliases

* docs: :memo: added api documentation for branches and aliases

* feat: :sparkles: content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: :memo: Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: :sparkles: asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: :white_check_mark: added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: :sparkles: implemented branches and aliases with unit and api test cases

* test: :white_check_mark: added mock tests for branches and aliases

* docs: :memo: added api documentation for branches and aliases

* feat: :sparkles: content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: :memo: Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: :sparkles: asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: :white_check_mark: added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Feat/cs 41332 terms class implemetation (#27)

* Next (#26)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: :sparkles: implemented branches and aliases with unit and api test cases

* test: :white_check_mark: added mock tests for branches and aliases

* docs: :memo: added api documentation for branches and aliases

* feat: :sparkles: content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: :memo: Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: :sparkles: asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: :white_check_mark: added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: :sparkles: implemented branches and aliases with unit and api test cases

* test: :white_check_mark: added mock tests for branches and aliases

* docs: :memo: added api documentation for branches and aliases

* feat: :sparkles: content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: :memo: Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: :sparkles: asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: :white_check_mark: added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added terms class implementation

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added bulk operations class implementation (#29)

* Added release and release item class implementation (#31)

* Added release and release item class implementation

* fixed failed unit test case

* Fixed pagination issue, added custom payload option in all methods an… (#45)

* Fixed pagination issue, added custom payload option in all methods and added pagination testcases

* Added urlencode method for parameter to avoid symbols

* Removed duplicate line and changes test values

* Resolved conflicts

* Fixed code conflits

* Updated changelog file

* Enh/dx 74 gcp na support (#47)

* Fixed pagination issue, added custom payload option in all methods an… (#46)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: :sparkles: implemented branches and aliases with unit and api test cases

* test: :white_check_mark: added mock tests for branches and aliases

* docs: :memo: added api documentation for branches and aliases

* feat: :sparkles: content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: :memo: Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: :sparkles: asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: :white_check_mark: added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: :sparkles: implemented branches and aliases with unit and api test cases

* test: :white_check_mark: added mock tests for branches and aliases

* docs: :memo: added api documentation for branches and aliases

* feat: :sparkles: content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: :memo: Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: :sparkles: asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: :white_check_mark: added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Feat/cs 41332 terms class implemetation (#27)

* Next (#26)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: :sparkles: implemented branches and aliases with unit and api test cases

* test: :white_check_mark: added mock tests for branches and aliases

* docs: :memo: added api documentation for branches and aliases

* feat: :sparkles: content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: :memo: Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: :sparkles: asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: :white_check_mark: added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: :sparkles: implemented branches and aliases with unit and api test cases

* test: :white_check_mark: added mock tests for branches and aliases

* docs: :memo: added api documentation for branches and aliases

* feat: :sparkles: content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: :memo: Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: :sparkles: asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: :white_check_mark: added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added terms class implementation

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added bulk operations class implementation (#29)

* Added release and release item class implementation (#31)

* Added release and release item class implementation

* fixed failed unit test case

* Fixed pagination issue, added custom payload option in all methods an… (#45)

* Fixed pagination issue, added custom payload option in all methods and added pagination testcases

* Added urlencode method for parameter to avoid symbols

* Removed duplicate line and changes test values

* Resolved conflicts

* Fixed code conflits

* Updated changelog file

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added GCP NA support

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Updated License file (#50)

* Bug/dx 588 asset upload (#51)

* Next (#48)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: :sparkles: implemented branches and aliases with unit and api test cases

* test: :white_check_mark: added mock tests for branches and aliases

* docs: :memo: added api documentation for branches and aliases

* feat: :sparkles: content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: :memo: Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: :sparkles: asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: :white_check_mark: added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: :sparkles: implemented branches and aliases with unit and api test cases

* test: :white_check_mark: added mock tests for branches and aliases

* docs: :memo: added api documentation for branches and aliases

* feat: :sparkles: content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: :memo: Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: :sparkles: asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: :white_check_mark: added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Feat/cs 41332 terms class implemetation (#27)

* Next (#26)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: :sparkles: implemented branches and aliases with unit and api test cases

* test: :white_check_mark: added mock tests for branches and aliases

* docs: :memo: added api documentation for branches and aliases

* feat: :sparkles: content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: :memo: Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: :sparkles: asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: :white_check_mark: added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

* Feat/cs 41199 label class implementation (#25)

* Next (#23)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: :sparkles: implemented branches and aliases with unit and api test cases

* test: :white_check_mark: added mock tests for branches and aliases

* docs: :memo: added api documentation for branches and aliases

* feat: :sparkles: content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: :memo: Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: :sparkles: asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: :white_check_mark: added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>

* Developed environment class implementation (#19)

* Developed environment class implementation

* Updated variable name

* Added CI-CD implementation (#20)

* Added CI-CD implementation

Added CICD implemetation
Updated code Optimization
Updated code for check package in test environment.

* Removed Unused files

* Feat/cs 41198 locale class implementation (#21)

* Added locale class implementation

* Implemented  taxonomy support (#22)

---------

Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Deleted .idea directory (#24)

* Deleted .idea directory

* Deleted Test apidoc files

* Deleted coverage.txt file

* Created label class implementation

* Updated document data

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added terms class implementation

---------

Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: Shailesh Mishra <[email protected]>
Co-authored-by: harshithad0703 <[email protected]>

* Added bulk operations class implementation (#29)

* Added release and release item class implementation (#31)

* Added release and release item class implementation

* fixed failed unit test case

* Fixed pagination issue, added custom payload option in all methods an… (#45)

* Fixed pagination issue, added custom payload option in all methods and added pagination testcases

* Added urlencode method for parameter to avoid symbols

* Removed duplicate line and changes test values

* Resolved conflicts

* Fixed code conflits

* Updated changelog file

* Enh/dx 74 gcp na support (#47)

* Fixed pagination issue, added custom payload option in all methods an… (#46)

* Added users and organisations api methods

User Session

Logging in/out

Users

Get User

Update User

Activate User

Request Password

Reset Password

Organizations

Get All Organizations

Get Single Organization

Organization Roles

Organization Users

Transfer Organization Ownership

Organization Stacks

Organization Logs

* added requirements.txt file

* loaded install, changlog , codeowners and release.yml file

* Organized package structure

* Developed stack Implementation

* Code Optimized

* Added Mock test and Api Test cases

* Added test cases and coverage packages

* Added API documentation and added stacks test cases

* Added coverage reports generartion in github action

Added coverage report github action
Changed methods name
Changed unit test cases
Code improvements
API Documentation

* Added global fields class

* - General code improvements
- Corrected few testcases
- Single place for credentials
- linting added

* Feat/cs 40287 workflow class implemetation (#14)

* feat: :sparkles: implemented branches and aliases with unit and api test cases

* test: :white_check_mark: added mock tests for branches and aliases

* docs: :memo: added api documentation for branches and aliases

* feat: :sparkles: content type implementation with api references, unit test cases and api test cases

* test: renamed the api, mock, unit test file names of branch and alias

* test: renamed file path in branch and alias mock tests

* test: improved coverage report for branches and aliases

* test: Added mock test cases for content type

* docs: :memo: Cleared typo errors

* test: removed unwanted test files

* refactor: Code improvement for branches, aliases and content type implementation

* - General code improvements
- Testcases improvements

* - General code improvements
- Testcases improvements

* - General code improvements
- Formats are updated

* code enhancement

* Created Entry class and test cases

Created Entry Class
created entry class test cases

* feat: :sparkles: asset class implementation with tests and api docs

* Code improvements and changed test cases to new structure

* test: :white_check_mark: added resources and made some changes in api and unit test cases

* Updated Unit test cases.

* Webhook class Implementation

* Created workflow class

* Deleted secrets-scan.yml file

* Updated variable name

* Deleted sast-scan.yml file

* Feat/cs 40545 metadata class implemetation (#15)

* Metadata class implementation

* Deleted sast-scan.yml file

* Fixed PR comments

* Code optimisation and handling custom error exception

* Removed uids

* Feat/cs 40549 roles class implementation (#16)

* Created roles class with unit testcases, mock test cases and api test cases

* Updated coverage report github workflow file

* Added coverage install command

* Added pytest install command

* Updated stack class unit test file

* Added html coverage

* Added coverage reports and visualizations

* Removed visualisation

* Generating coverage report in svg format

* Added coverage-badge  install command

* Fixed PR comments and code optimisation

* Added coverage reports graphical visualisation in github page

* Created readme file

* changed variable name

* Updated readme file

* Update README.md

* Added auditlog class and license file (#17)

* Added auditlog class and license file

* Added test case for invalid inputs

* commented the idiom

It Allows You to Execute Code When the File Runs as a Script, but Not When It’s Imported as a Module

---------

Co-authored-by: Shailesh Mishra <[email protected]>

-…
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.

1 participant