This repository was archived by the owner on Apr 15, 2024. It is now read-only.
Conversation
* 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
… for CI deployment
… for CI deployment
FAB-30 Added deploy snapshot command to export agent snapshot and generate manifest file
* FAB-285 SSO auth, temp whoAmI, project option support * FAB-285 SSO fix unit tests * FAB-285 SSO add project option to every command
* FAB-285 cleanup issuance, process env and token exp * FAB-285 handle auth error (#243) * FAB-285 handle auth error * FAB-285 better status code
* WIP to fix non JSON query responses on CLI * First pass at emitting markdown for cortex cli docs * Quote <> in text, replace <br> with <br /> * added header * remove newline line 1 * Last tweaks generate_docs.js * WIP * WIP skills, actions, agents, snapshots working using projects. Remove request and using got Removed v2 jobs, tasks, envirnonments, instances First pass on connections, content, datasets * Added linting, fixes linting errors * Fixed unit tests, re-added user agent * update for url changes * Fixed bad url content upload * Missed adding projectId in secrets requests, renamed variables -> secrets, fixed error messages I hope * Fix cortex types list * Removed cortex datasets generate * URI typo * rebase/linting * Rebase on dev, added redirect hook to properly handle server-server auth resp
* Add initial cli commands for projects * cleaup linting
* FAB-177 rbac tools initial * FAB-177 rbac got, options, messaging * FAB-177 lint, copyright
#246) * Fixed auth header typo, added CORTEX_NO_AUTH=true env var for developer sanity * Fix error handling saving types * Added alias for describe
* Added missing get aliases * Rename projects create project save, fix promise error
* FAB-177 remove list roles by user * FAB-177 including configure token command to get access token
* Add ability to export snapshot as a k8s agent + skills CRs * Fix extra args bug, fix error handling get-snapshot * Fix empty --output issue
* FAB-342 deny action flag and external group commands * FAB-342 package update and lint * FAB-342 external group endpoint change
mcriscolo-cs
approved these changes
Nov 25, 2020
# Conflicts: # bin/cortex-agents.js # bin/cortex-roles.js # bin/cortex-users.js # package-lock.json # package.json # src/client/agents.js # src/client/apiServerClient.js # src/client/roles.js # src/client/users.js # src/commands/agents.js # src/commands/connections.js # src/commands/roles.js # src/commands/skills.js # src/commands/users.js # src/compatibility.js
Fixed conflicts between develop and master
clee-cs
approved these changes
Nov 25, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 2.0.0-a.2