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

Add CLI list options to allow better parsing #688

Closed
OpenNebulaProject opened this issue Nov 20, 2017 · 2 comments
Closed

Add CLI list options to allow better parsing #688

OpenNebulaProject opened this issue Nov 20, 2017 · 2 comments

Comments

@OpenNebulaProject
Copy link

OpenNebulaProject commented Nov 20, 2017


Author Name: Carlos Martín (Carlos Martín)
Original Redmine Issue: 2373, https://dev.opennebula.org/issues/2373
Original Date: 2013-10-10


Namely:

  • Skip headers
  • Set field delimiter
  • Do not crop some columns to the fixed column length (ID,BRIDGE,...)
  • Extend selected columns to fill the remaining space (NAME?)

Request made during the OpenNebulaConf

@stale
Copy link

stale bot commented Mar 6, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. The OpenNebula Dev Team

@stale stale bot removed the Status: Abandoned label Mar 6, 2019
@vholer vholer added this to the Release 5.10 milestone Apr 2, 2019
al3xhh pushed a commit to al3xhh/one that referenced this issue Apr 25, 2019
al3xhh pushed a commit to al3xhh/one that referenced this issue Apr 29, 2019
    * Add option to remove the header
    * Add option to chose the CSV separator
    * Add option to not strip columns
    * Add new operator to filter data

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue Apr 29, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Set column size
        * Not strip columns
        * Extend column size

    * Add new operators to filter data

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue Apr 29, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Set column size
        * Not strip columns
        * Extend column size

    * Add new operators to filter data

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue Apr 29, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Set column size
        * Not strip columns
        * Extend column size

    * Add new operators to filter data

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue Apr 29, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Set column size
        * Not strip columns
        * Extend column size

    * Add new operators to filter data

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue Apr 29, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue Apr 29, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue Apr 30, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue Apr 30, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue Apr 30, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue Apr 30, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue Apr 30, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue Apr 30, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue May 6, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue May 6, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Change default configuration files sizes

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue May 6, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Change default configuration files sizes

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue May 6, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Change default configuration files sizes

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue May 6, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Change default configuration files sizes

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue May 6, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Change default configuration files sizes

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue May 6, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Change default configuration files sizes

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue May 6, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Change default configuration files sizes

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue May 7, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Change default configuration files sizes

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue May 7, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Change default configuration files sizes

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue May 7, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Change default configuration files sizes

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue May 7, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Extend column size
        * Set column size

    * Add new operators to filter data

    * Change default configuration files sizes

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue May 7, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Expand column size
        * Disable expand
        * Set column size

    * Add new operators to filter data

    * Change default configuration files sizes

    * Lint and clean the code
@al3xhh
Copy link
Contributor

al3xhh commented May 7, 2019

PRs to merge in master:

code: #3311
docs: OpenNebula/docs#613

al3xhh pushed a commit to al3xhh/one that referenced this issue May 7, 2019
    * Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Expand column size
        * Disable expand
        * Set column size

    * Add new operators to filter data

    * Change default configuration files sizes

    * Lint and clean the code
rsmontero pushed a commit to OpenNebula/docs that referenced this issue May 7, 2019
rsmontero pushed a commit that referenced this issue May 7, 2019
* Add options to:
        * Remove header
        * Choose CSV separator
        * Not strip columns
        * Expand column size
        * Disable expand
        * Set column size

    * Add new operators to filter data

    * Change default configuration files sizes

    * Lint and clean the code
al3xhh pushed a commit to al3xhh/one that referenced this issue May 30, 2019
al3xhh pushed a commit to al3xhh/one that referenced this issue Jun 4, 2019
rsmontero pushed a commit that referenced this issue Jun 4, 2019
al3xhh pushed a commit to al3xhh/one that referenced this issue Jun 27, 2019
tinova pushed a commit that referenced this issue Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants