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

Adds support for Graph, Profiles, and Experiments APIs#180

Merged
oeid-cs merged 31 commits intodevelopfrom
alpha
May 22, 2019
Merged

Adds support for Graph, Profiles, and Experiments APIs#180
oeid-cs merged 31 commits intodevelopfrom
alpha

Conversation

@mattsanchez
Copy link
Copy Markdown
Contributor

@mattsanchez mattsanchez commented Apr 17, 2019

Checklist:

Please check you fulfill ALL of the relevant checkboxes

  • Notified docs of any potential USER-facing changes
  • Added short description of the change - with relevant motivation and context.
  • Commented the code, particularly in hard-to-understand areas
  • Ran npm test and it passes
  • Changes generate no new warnings

dschueller-cs and others added 26 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
@mattsanchez mattsanchez requested a review from dwisecup-cs April 17, 2019 18:16
Copy link
Copy Markdown
Contributor

@dwisecup-cs dwisecup-cs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@oeid-cs oeid-cs requested a review from jgielstra-cs May 8, 2019 14:35
Copy link
Copy Markdown
Contributor

@cdraper-CS cdraper-CS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to add proxying support as in:
0433516

@oeid-cs oeid-cs requested review from cdraper-CS and mliu-cs May 22, 2019 15:15
@oeid-cs oeid-cs merged commit adc045f into develop May 22, 2019
vadan-cs pushed a commit that referenced this pull request May 23, 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

* Bug fixes when attempting to craft manual test cases for the cli.

* Reved package-log

* Bumped version of cli and add proxying support
pmantaring-cs pushed a commit that referenced this pull request Jun 6, 2019
* 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)

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

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

* Update minor-compatible dependencies

* Tweaks to error handling (#183)

* Added npm publish to build.sh. (#190)

* Ccf 11021 validate configure (#189)

* Add validations for url, accounts, user, password

* Fix messages

* Add support for CORTEX_URI

* Fixed per review comments, support - in URL, remove dead redundant code

* Adds support for Graph, Profiles, and Experiments APIs (#180)

* 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

* Bug fixes when attempting to craft manual test cases for the cli.

* Reved package-log

* Bumped version of cli and add proxying support

* 0.12.17
@jgielstra-cs jgielstra-cs deleted the alpha branch June 11, 2019 19:05
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

* Bug fixes when attempting to craft manual test cases for the cli.

* Reved package-log

* Bumped version of cli and add proxying support
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.