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

2.0.1 release#282

Merged
klouis-cs merged 107 commits intomasterfrom
2.0.1-release
Dec 16, 2020
Merged

2.0.1 release#282
klouis-cs merged 107 commits intomasterfrom
2.0.1-release

Conversation

@mcriscolo-cs
Copy link
Copy Markdown
Contributor

@mcriscolo-cs mcriscolo-cs commented Dec 15, 2020

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.
  • Branch has the ticket number in its name (along with a ticket summary)
  • Commented the code, particularly in hard-to-understand areas
  • Added tests that prove my fix is effective or that my feature works
  • Ran npm test and it passes
  • Changes generate no new warnings

Going to merge master into develop after this. Hoping that will fix the commit history on merge...

cdraper-CS and others added 30 commits December 5, 2019 10:56
* Rebased marketplace commands and bump to v0.3.23

* Fix package-lock.json to have new generator version

* removed unused imports

* removed unused imports
* 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

* Fixes event publish count in CLI progress bar.  Adds graph publish retry support.

* Ccf 9955 configure url (#176)

* add protocol prefix if one is missing

* 0.12.14

* 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)

* Update NPM deps post-merge with develop

* Fixes event publish count in CLI progress bar.  Adds graph publish retry support.

* Added ability to batch entity events when publishing to the graph api based on REST request size limits. Also added cli command to list profile versions.

* Added command to list profile versions. Also more limits when querying profiles.

* Getting auto attributes to consider lists and dictionaries to dimensionals.
* Remove api endpoint

* clean up
* CCF-12660 Add pod spec option to actions deploy command

* CCF-12660 Add pod spec option to actions deploy command

* CCF-12660 clean up verbage

* CCF-12660 cmd to command

* CCF-12660 update to 1.0.3

* CCF-12660 remove vcpu and memory option parsing
* Update dependencies and remove deprecation warnings

Joi method change

remove dead code

remove dead test

* Version bump mocha, uuid

* Added missing split dep, remove unused url dep
…d, no longer pass the option from the client to the command and also displays a warning when the options are still passed in (#228)
* Add node version to package json to ensure we have a new enough node version, warn if use is using CORTEX_TOKEN

* CCF-12859 Add message to warn users that CORTEX_TOKEN is set
Require NODE 10.x or higher!!
Bump package.json for vulns

* Fix default behavior for cortex configure with new isDefault: true from commander

* Fix missing options on cortex configure
* CCF-12822 npm doesnot enforce anything, add preinstall check

* pack-lock
FAB-30 Added deploy snapshot command to export agent snapshot and generate manifest file
Copy link
Copy Markdown
Contributor

@clee-cs clee-cs left a comment

Choose a reason for hiding this comment

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

Looks like we're pulling in the same commits again from ~July.. the files/changes all look current so maybe just some weird commit/merge history?

@mcriscolo-cs
Copy link
Copy Markdown
Contributor Author

Looks like we're pulling in the same commits again from ~July.. the files/changes all look current so maybe just some weird commit/merge history?

Yep, tried branching master -> merging develop and branching develop -> merging master. Both show all commits for the years

Copy link
Copy Markdown

@ghost ghost left a comment

Choose a reason for hiding this comment

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

re: all the commits -- I thought @jgielstra-cs had an idea on how to fix this at one point? (maybe?)

@klouis-cs klouis-cs merged commit a1c2f9d into master Dec 16, 2020
@mcriscolo-cs mcriscolo-cs deleted the 2.0.1-release branch December 16, 2020 20:48
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.

9 participants