Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Big fixes and enhancements for graph and profiles#200

Merged
mattsanchez merged 50 commits intodevelopfrom
alpha
Jun 26, 2019
Merged

Big fixes and enhancements for graph and profiles#200
mattsanchez merged 50 commits intodevelopfrom
alpha

Conversation

@mattsanchez
Copy link
Copy Markdown
Contributor

Adds support for using cortex graph publish with plain JSON files. Minor bug fixes and clean up.

dschueller-cs and others added 30 commits February 14, 2019 09:24
* don't use default command line params for memory and vcpus

* 0.12.9
CCF-9252 update generator for linux
#162)

* CCF-9286: return instanceId in the message when promoting a snapshot to an environment that was being returned by the api response but not getting included in the cli response

* updated message with review comments
…nstanceId is under `response.message.instanceId` (#164)
* working recursive upload of directory

* 0.12.12
* use sequential chunks of files to upload

* 0.12.13
* add protocol prefix if one is missing

* 0.12.14
CCF-9252 update generator for linux
#162)

* CCF-9286: return instanceId in the message when promoting a snapshot to an environment that was being returned by the api response but not getting included in the cli response

* updated message with review comments
…nstanceId is under `response.message.instanceId` (#164)
dwisecup-cs and others added 20 commits April 18, 2019 17:04
* working recursive upload of directory

* 0.12.12
* use sequential chunks of files to upload

* 0.12.13
* add protocol prefix if one is missing

* 0.12.14
* Revved generator version and cli version.

* Ccf 9171 memory vcpu mismatch (#155)

* don't use default command line params for memory and vcpus

* 0.12.9

* Bump lodash for vunerabilities
CCF-9252 update generator for linux

* CCF-9376 update generator version to 0.3.18 (#163)

* CCF-9286: return instanceId in the message when promoting a snapshot … (#162)

* CCF-9286: return instanceId in the message when promoting a snapshot to an environment that was being returned by the api response but not getting included in the cli response

* updated message with review comments

* fixing undefined error when promoting a snapshot to an environment, instanceId is under `response.message.instanceId` (#164)

* working recursive upload of directory (#165)

* working recursive upload of directory

* 0.12.12

* Remove cortex-processors commands (#166)

* Add agents list-snapshot-instances (#168)

* Chunk directory upload (#169)

* use sequential chunks of files to upload

* 0.12.13

* Fix invalid query param on list snap instances (#170)

* Updated list-services command to display the parameter names/types as well (#171)

* CCF-9783 reverting changes to agent and catalog (#173)

* Fixed bugs in list-services update

* Remove --timeout option from actions deploy (#175)

* Ccf 9955 configure url (#176)

* add protocol prefix if one is missing

* 0.12.14

* Updated to handle parameters being null

* Updated gitignore file to not include .DS_Store files

* Return error message from content upload properly

* Bump generator-cortex to pick up with_type change

* Made code fixes per Davids suggestions

* Update agents.js

* Update catalog.js

* Update .gitignore

* Made changes from Davids review

* Reverted gitignore

* Update .gitignore

* Update .gitignore

* created template checklist as POC

* updated pull_request_template

* Update pull_request_template.md

* Ccf 9171 memory vcpu mismatch (#155)

* don't use default command line params for memory and vcpus

* 0.12.9

* Bump lodash for vunerabilities
CCF-9252 update generator for linux

* CCF-9376 update generator version to 0.3.18 (#163)

* CCF-9286: return instanceId in the message when promoting a snapshot … (#162)

* CCF-9286: return instanceId in the message when promoting a snapshot to an environment that was being returned by the api response but not getting included in the cli response

* updated message with review comments

* Updated gitignore file to not include .DS_Store files

* Made code fixes per Davids suggestions

* Update .gitignore

* Update .gitignore

* Update .gitignore
* first working pass, seems like all client methods are now proxied

* added bypass proxy env variable
@mattsanchez mattsanchez merged commit 8c082ba into develop Jun 26, 2019
jgielstra-cs pushed a commit that referenced this pull request Jun 28, 2019
* Revved generator version and cli version.

* Ccf 9171 memory vcpu mismatch (#155)

* don't use default command line params for memory and vcpus

* 0.12.9

* Bump lodash for vunerabilities
CCF-9252 update generator for linux

* CCF-9376 update generator version to 0.3.18 (#163)

* CCF-9286: return instanceId in the message when promoting a snapshot … (#162)

* CCF-9286: return instanceId in the message when promoting a snapshot to an environment that was being returned by the api response but not getting included in the cli response

* updated message with review comments

* fixing undefined error when promoting a snapshot to an environment, instanceId is under `response.message.instanceId` (#164)

* working recursive upload of directory (#165)

* working recursive upload of directory

* 0.12.12

* Remove cortex-processors commands (#166)

* Add agents list-snapshot-instances (#168)

* Chunk directory upload (#169)

* use sequential chunks of files to upload

* 0.12.13

* Fix invalid query param on list snap instances (#170)

* Updated list-services command to display the parameter names/types as well (#171)

* CCF-9783 reverting changes to agent and catalog (#173)

* Remove --timeout option from actions deploy (#175)

* Ccf 9955 configure url (#176)

* add protocol prefix if one is missing

* 0.12.14

* Adds support for graph and profile APIs

* Return error message from content upload properly

* Bump generator-cortex to pick up with_type change

* Support graph query in CLI

* created template checklist as POC

* updated pull_request_template

* Update pull_request_template.md

* Adds CLI support for Cortex Experiments

* Adds progress bar to graph event publish for files

* Bump lodash for vunerabilities
CCF-9252 update generator for linux

* CCF-9376 update generator version to 0.3.18 (#163)

* CCF-9286: return instanceId in the message when promoting a snapshot … (#162)

* CCF-9286: return instanceId in the message when promoting a snapshot to an environment that was being returned by the api response but not getting included in the cli response

* updated message with review comments

* fixing undefined error when promoting a snapshot to an environment, instanceId is under `response.message.instanceId` (#164)

* working recursive upload of directory (#165)

* working recursive upload of directory

* 0.12.12

* Add agents list-snapshot-instances (#168)

* Chunk directory upload (#169)

* use sequential chunks of files to upload

* 0.12.13

* Fix invalid query param on list snap instances (#170)

* Updated list-services command to display the parameter names/types as well (#171)

* CCF-9783 reverting changes to agent and catalog (#173)

* Remove --timeout option from actions deploy (#175)

* Ccf 9955 configure url (#176)

* add protocol prefix if one is missing

* 0.12.14

* Bump generator-cortex to pick up with_type change

* Return error message from content upload properly

* created template checklist as POC

* updated pull_request_template

* Update pull_request_template.md

* Fixed bugs in list-services update (#174)

* Revved generator version and cli version.

* Ccf 9171 memory vcpu mismatch (#155)

* don't use default command line params for memory and vcpus

* 0.12.9

* Bump lodash for vunerabilities
CCF-9252 update generator for linux

* CCF-9376 update generator version to 0.3.18 (#163)

* CCF-9286: return instanceId in the message when promoting a snapshot … (#162)

* CCF-9286: return instanceId in the message when promoting a snapshot to an environment that was being returned by the api response but not getting included in the cli response

* updated message with review comments

* fixing undefined error when promoting a snapshot to an environment, instanceId is under `response.message.instanceId` (#164)

* working recursive upload of directory (#165)

* working recursive upload of directory

* 0.12.12

* Remove cortex-processors commands (#166)

* Add agents list-snapshot-instances (#168)

* Chunk directory upload (#169)

* use sequential chunks of files to upload

* 0.12.13

* Fix invalid query param on list snap instances (#170)

* Updated list-services command to display the parameter names/types as well (#171)

* CCF-9783 reverting changes to agent and catalog (#173)

* Fixed bugs in list-services update

* Remove --timeout option from actions deploy (#175)

* Ccf 9955 configure url (#176)

* add protocol prefix if one is missing

* 0.12.14

* Updated to handle parameters being null

* Updated gitignore file to not include .DS_Store files

* Return error message from content upload properly

* Bump generator-cortex to pick up with_type change

* Made code fixes per Davids suggestions

* Update agents.js

* Update catalog.js

* Update .gitignore

* Made changes from Davids review

* Reverted gitignore

* Update .gitignore

* Update .gitignore

* created template checklist as POC

* updated pull_request_template

* Update pull_request_template.md

* Ccf 9171 memory vcpu mismatch (#155)

* don't use default command line params for memory and vcpus

* 0.12.9

* Bump lodash for vunerabilities
CCF-9252 update generator for linux

* CCF-9376 update generator version to 0.3.18 (#163)

* CCF-9286: return instanceId in the message when promoting a snapshot … (#162)

* CCF-9286: return instanceId in the message when promoting a snapshot to an environment that was being returned by the api response but not getting included in the cli response

* updated message with review comments

* Updated gitignore file to not include .DS_Store files

* Made code fixes per Davids suggestions

* Update .gitignore

* Update .gitignore

* Update .gitignore

* first working pass, seems like all client methods are now proxied (#185)

* first working pass, seems like all client methods are now proxied

* added bypass proxy env variable

* 0.12.15

* Adds support for publishing graph events from plain old JSON lines files

* Update NPM deps post-merge with develop
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants