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

Merge new master branch to old fix-rubocop one #491

Open
wants to merge 191 commits into
base: fix-rubocop
Choose a base branch
from

Commits on Apr 9, 2018

  1. Configuration menu
    Copy the full SHA
    0a7d274 View commit details
    Browse the repository at this point in the history
  2. Update .rubocop.yml

    Replace no longer used `Style/TrailingCommaInLiteral` cop with `Style/TrailingCommaInArrayLiteral` and `Style/TrailingCommaInHashLiteral`
    gildub authored Apr 9, 2018
    Configuration menu
    Copy the full SHA
    dc635a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Remove redundant slash

    Remove redundant slash in get_server_volumes.rb file
    TommyLike committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    19fff35 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fog#390 from TommyLike/bug/fix_double_slash_error

    Remove redundant slash
    gildub authored Apr 12, 2018
    Configuration menu
    Copy the full SHA
    5a42229 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Configuration menu
    Copy the full SHA
    5e2f15b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2018

  1. Merge pull request fog#391 from dimko/patch-1

    Storage: Set cache-control header for a file
    timuralp authored Apr 28, 2018
    Configuration menu
    Copy the full SHA
    606d3f0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Add configuration for OpenLab

    Signed-off-by: Melvin Hillsman <[email protected]>
    mrhillsman committed May 31, 2018
    Configuration menu
    Copy the full SHA
    f8e2540 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fog#392 from mrhillsman/addolconf

    Add configuration for OpenLab
    gildub authored May 31, 2018
    Configuration menu
    Copy the full SHA
    836a372 View commit details
    Browse the repository at this point in the history
  3. Add playbooks directory with job definitions

    Signed-off-by: Melvin Hillsman <[email protected]>
    Depends-On: fog#392
    mrhillsman committed May 31, 2018
    Configuration menu
    Copy the full SHA
    0c371ec View commit details
    Browse the repository at this point in the history
  4. Merge pull request fog#393 from mrhillsman/addoljobdefs

    Add playbooks directory with job definitions
    gildub authored May 31, 2018
    Configuration menu
    Copy the full SHA
    f2c2e69 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Merge pull request fog#388 from gildub/autoload

    Use autoload with default gem path
    gildub authored Jun 18, 2018
    Configuration menu
    Copy the full SHA
    c11e002 View commit details
    Browse the repository at this point in the history
  2. No comments at end of blocks

    gildub committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    2cdedf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11c00bf View commit details
    Browse the repository at this point in the history
  4. Docs: fix an anchor link

    borellim authored Jun 18, 2018
    Configuration menu
    Copy the full SHA
    2c05720 View commit details
    Browse the repository at this point in the history
  5. Merge pull request fog#399 from borellim/patch-1

    Docs: fix an anchor link
    gildub authored Jun 18, 2018
    Configuration menu
    Copy the full SHA
    abb6824 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Merge pull request fog#398 from gildub/openstack-rename

    Replaces Openstack with OpenStack where needed
    plribeiro3000 authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    8798007 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fog#397 from gildub/no-end-comment

    No comments at end of blocks
    plribeiro3000 authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    6edf362 View commit details
    Browse the repository at this point in the history
  3. Bump ruby, fog-core

    gildub committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    a6a19dd View commit details
    Browse the repository at this point in the history
  4. Reverse to fog-core 1.45.0

    gildub committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    8a4b229 View commit details
    Browse the repository at this point in the history
  5. Merge pull request fog#396 from gildub/ruby-fog-core-bump

    Bump ruby, fog-core versions; Each not each_pair
    plribeiro3000 authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    1308865 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5922c91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c751d6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request fog#402 from gildub/rake-reduce

    Rake: reduce double definition; Default launch
    plribeiro3000 authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    0f1f562 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf08378 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Add additional key servers and keys

    Jobs are failing due to timeout retrieving keys
    
    Signed-off-by: Melvin Hillsman <[email protected]>
    mrhillsman committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    a9c9c1d View commit details
    Browse the repository at this point in the history
  2. Merge pull request fog#404 from mrhillsman/addkeyservers

    Add additional key servers and keys
    gildub authored Jun 22, 2018
    Configuration menu
    Copy the full SHA
    c8750ee View commit details
    Browse the repository at this point in the history
  3. Merge pull request fog#403 from gildub/tests-no-skip-for-fog_mocking

    Tests: replace skip by conditional for fog-mocking
    plribeiro3000 authored Jun 22, 2018
    Configuration menu
    Copy the full SHA
    65d171f View commit details
    Browse the repository at this point in the history
  4. Merge pull request fog#401 from gildub/autoload-reopening

    Moves autoload to allow reopening
    plribeiro3000 authored Jun 22, 2018
    Configuration menu
    Copy the full SHA
    236d566 View commit details
    Browse the repository at this point in the history
  5. v0.1.26

    gildub committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    73f1b00 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Compute: Add remote console

    gildub committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    fc1fe97 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Configuration menu
    Copy the full SHA
    1b0b62e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fe9325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a959127 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Merge pull request fog#407 from gildub/compute_vnc_console

    Compute: Add remote console
    Ladas authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    4d570f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fog#406 from andyvesel/assign_userid_to_keypairs

    Assign userid to keypairs
    gildub authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    9bed484 View commit details
    Browse the repository at this point in the history
  3. v0.1.27

    gildub committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    c4ccd33 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Adds path for connections

    gildub committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    62727a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Configuration menu
    Copy the full SHA
    6685fa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Merge pull request fog#411 from mansam/dont-set-optional-flavor-id

    Don't try to automatically set IDs for new flavors
    gildub authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    714e630 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Support version in 'extract_version_from_body'

    Support version in 'extract_version_from_body'
    TommyLike committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    ddd327f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df012e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Merge pull request fog#383 from gildub/new-identity

    Simple identity v3 by default
    gildub authored Aug 17, 2018
    Configuration menu
    Copy the full SHA
    a409e66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fog#412 from TommyLike/bug/fix_get_version_issue

    Support 'version' keyword in 'extract_version_from_body'
    gildub authored Aug 17, 2018
    Configuration menu
    Copy the full SHA
    1d2e08f View commit details
    Browse the repository at this point in the history
  3. Merge pull request fog#408 from gildub/endpoint-with-path

    Adds path for connections
    aufi authored Aug 17, 2018
    Configuration menu
    Copy the full SHA
    8fff1d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Configuration menu
    Copy the full SHA
    09babf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. gitignore test/lorem.txt

    gildub committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    267c9e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdae00f View commit details
    Browse the repository at this point in the history
  3. Merge pull request fog#416 from gildub/gitignore-lorem

    gitignore test/lorem.txt
    gildub authored Aug 21, 2018
    Configuration menu
    Copy the full SHA
    cd6857b View commit details
    Browse the repository at this point in the history
  4. Merge pull request fog#417 from gildub/debug

    Adds pry-byebug to development tools
    gildub authored Aug 21, 2018
    Configuration menu
    Copy the full SHA
    b0c729e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    833a843 View commit details
    Browse the repository at this point in the history
  6. Refactors bootstraping

    gildub committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    cfca6a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7afa481 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6044f23 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    67e5204 View commit details
    Browse the repository at this point in the history
  10. not default prefix for nova

    gildub committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    fdc7506 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cd8c123 View commit details
    Browse the repository at this point in the history
  12. Swift: using new bootstrap too

    gildub committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    33afcc1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f379dab View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a75e5cb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f9884ad View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6e78243 View commit details
    Browse the repository at this point in the history
  17. fix rubocop including legacy

    gildub committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    b1d602d View commit details
    Browse the repository at this point in the history
  18. fix after rebase

    gildub committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    fe0c04c View commit details
    Browse the repository at this point in the history
  19. typo

    gildub committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    a7fc03c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Configuration menu
    Copy the full SHA
    ebfbd6c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Merge pull request fog#413 from gildub/new-bootstraping

    New bootstraping
    aufi authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    d4ac99c View commit details
    Browse the repository at this point in the history
  2. Allows openstack_auth_url to use version

    This offers backward compatibility as before the new boostrapping approach.
    A deprecation message is added in such case.
    gildub committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    d92fbe0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab169e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Merge pull request fog#418 from gildub/legacy_auth_url_with_version

    Allows openstack_auth_url to use version
    gildub authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    33b5393 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fog#414 from gildub/model-image-attributes

    Image: Fix attributes to be created as Symbol not String
    gildub authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    3edec8a View commit details
    Browse the repository at this point in the history
  3. Update restore_backup.rb

    gildub authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    2eef2bb View commit details
    Browse the repository at this point in the history
  4. Merge pull request fog#419 from mansam/improve-backup-restore

    Add optional 'name' parameter to backup restore
    gildub authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    c9e8264 View commit details
    Browse the repository at this point in the history
  5. Update version.rb

    gildub authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    13c681d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Configuration menu
    Copy the full SHA
    5a15082 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Merge pull request fog#421 from gildub/path_prefix_for_versionned_ide…

    …ntity_endpoint
    
    Identity: No path prefix when endpoint is versioned
    aufi authored Aug 31, 2018
    Configuration menu
    Copy the full SHA
    8aaceff View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2018

  1. Update version.rb

    v0.2.1
    gildub authored Sep 2, 2018
    Configuration menu
    Copy the full SHA
    43fe946 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Configuration menu
    Copy the full SHA
    0274250 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f507a48 View commit details
    Browse the repository at this point in the history
  3. Merge pull request fog#415 from gildub/core-2

    Image: Avoid using dynamic attribute
    aufi authored Sep 10, 2018
    Configuration menu
    Copy the full SHA
    aeded1d View commit details
    Browse the repository at this point in the history
  4. Merge pull request fog#424 from gildub/openstack_mgt_uri

    Storage: Use @openstack_management_uri only
    aufi authored Sep 10, 2018
    Configuration menu
    Copy the full SHA
    fb5bce2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Keystone is version less

    gildub committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    bfb2737 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fog#425 from gildub/readme_identity_version_less

    Keystone is version less
    gildub authored Sep 11, 2018
    Configuration menu
    Copy the full SHA
    e9d5728 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcd1c14 View commit details
    Browse the repository at this point in the history
  4. Update version.rb

    gildub authored Sep 11, 2018
    Configuration menu
    Copy the full SHA
    28242fd View commit details
    Browse the repository at this point in the history
  5. Fix for OVH v2.0 auth.

    OVH has numeric tenantName and expects it to be a string. Unfortunately fog converts any number string into number.
    Michal Wazgird committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    e9f63ae View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Merge pull request fog#426 from cyrylas/fix/ensure-tenant-string

    Fix for OVH v2.0 auth with numeric tenant
    gildub authored Sep 12, 2018
    Configuration menu
    Copy the full SHA
    1ae51f8 View commit details
    Browse the repository at this point in the history
  2. openstack_identity_api_version missing

    For baremetal, introspection and nvf
    gildub committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    36cc1c3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request fog#427 from gildub/missing-openstack_identity_api…

    …_version
    
    openstack_identity_api_version missing
    gildub authored Sep 12, 2018
    Configuration menu
    Copy the full SHA
    be404e4 View commit details
    Browse the repository at this point in the history
  4. Update version.rb

    gildub authored Sep 12, 2018
    Configuration menu
    Copy the full SHA
    8d60a02 View commit details
    Browse the repository at this point in the history
  5. Fix for servers.com v2.0 auth

    servers.com OpenStack implementation expects `username` to be a string. Unfortunately fog converts any number string into number.
    kugaevsky authored Sep 12, 2018
    Configuration menu
    Copy the full SHA
    a5e7923 View commit details
    Browse the repository at this point in the history
  6. Merge pull request fog#428 from kugaevsky/master

    Fix for servers.com v2.0 auth
    gildub authored Sep 12, 2018
    Configuration menu
    Copy the full SHA
    2a655a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Identity v2: unscope token fix

    gildub committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    49d68b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fog#429 from gildub/token_v2

    Identity v2: unscoped token fix
    gildub authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    2f47875 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bce4615 View commit details
    Browse the repository at this point in the history
  4. Merge pull request fog#430 from gildub/baremetal-new-bootstrapping-fix

    Baremetal: no need for version path
    gildub authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    f043f8e View commit details
    Browse the repository at this point in the history
  5. Update version.rb

    gildub authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    aa7a8be View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Configuration menu
    Copy the full SHA
    8cae54f View commit details
    Browse the repository at this point in the history
  2. Merge pull request fog#422 from gildub/fog-core-2

    Network model: remove subnet attribute to support fog-core 2+
    gildub authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    214bb14 View commit details
    Browse the repository at this point in the history
  3. Update version.rb

    gildub authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    b8050b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Renames Fog::<Service>::OpenStack to Fog::OpenStack::<Service>

    Moves the files accordingly
    gildub committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    b312b3d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Merge pull request fog#432 from gildub/namespace-fog_core-2+

    Namespace change to align with fog core 2+
    aufi authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    32965c7 View commit details
    Browse the repository at this point in the history
  2. Update version.rb

    gildub authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    fc00905 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Fix hash bug in Image model

    Miicky committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    aa7c56d View commit details
    Browse the repository at this point in the history
  2. Merge pull request fog#435 from Miicky/fix_hash_bug

    Fix hash bug in Image model
    gildub authored Sep 20, 2018
    Configuration menu
    Copy the full SHA
    2ba52e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Revert "Fix hash bug in Image model"

    This reverts commit aa7c56d.
    gildub committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    c7f41e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68687a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e78a10 View commit details
    Browse the repository at this point in the history
  4. Merge pull request fog#436 from gildub/minor

    Revert to v0.3.0 to avoid major namespace change.
    gildub authored Sep 21, 2018
    Configuration menu
    Copy the full SHA
    ed8ef3c View commit details
    Browse the repository at this point in the history
  5. Renames Fog::<Service>::OpenStack to Fog::OpenStack::<Service>

    Moves the files accordingly
    
    (cherry picked from commit b312b3d)
    gildub committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    391cda2 View commit details
    Browse the repository at this point in the history
  6. Fix hash bug in Image model

    (cherry picked from commit aa7c56d)
    Miicky authored and gildub committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    74734d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f91607 View commit details
    Browse the repository at this point in the history
  8. Merge pull request fog#437 from gildub/major

    V1.0.0: Enforce namespace change needed to fully support fog-core 2
    gildub authored Sep 21, 2018
    Configuration menu
    Copy the full SHA
    008637a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Filter unsupported params for volume update request

    Alexander Demichev committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    701adbe View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Configuration menu
    Copy the full SHA
    1e2bebf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d76ca39 View commit details
    Browse the repository at this point in the history
  3. Merge pull request fog#442 from gildub/auth_connection_options

    Auth: Propagate connections options
    aufi authored Sep 26, 2018
    Configuration menu
    Copy the full SHA
    ac553a5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request fog#443 from gildub/image_service_type_conflict

    Image::V1: Service type is now imagev1
    aufi authored Sep 26, 2018
    Configuration menu
    Copy the full SHA
    8cd229b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Update version.rb

    gildub authored Sep 27, 2018
    Configuration menu
    Copy the full SHA
    0403299 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    118d11c View commit details
    Browse the repository at this point in the history
  3. Merge pull request fog#447 from gildub/fix_versionned_identity_endpoint

    Identity: Fix versionned endpoint
    gildub authored Sep 27, 2018
    Configuration menu
    Copy the full SHA
    497181a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e919eb View commit details
    Browse the repository at this point in the history
  5. Update version.rb

    gildub authored Sep 27, 2018
    Configuration menu
    Copy the full SHA
    2a6a0e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Merge pull request fog#446 from gildub/token_allow_versionned_auth_url

    Auth: Allows an auth_url path to contain version
    aufi authored Oct 1, 2018
    Configuration menu
    Copy the full SHA
    9fe2013 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Update version.rb

    gildub authored Oct 2, 2018
    Configuration menu
    Copy the full SHA
    9ea6a8c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Configuration menu
    Copy the full SHA
    1012318 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fog#433 from alexander-demichev/filter-params

    Filter unsupported params for volume update request
    gildub authored Oct 11, 2018
    Configuration menu
    Copy the full SHA
    a2b2071 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Configuration menu
    Copy the full SHA
    04bc479 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Merge pull request fog#455 from gildub/token_empty_catalog_fix

    Token: Use auth_url when catalog is empty
    gildub authored Oct 19, 2018
    Configuration menu
    Copy the full SHA
    83ca753 View commit details
    Browse the repository at this point in the history
  2. Update version.rb

    gildub authored Oct 19, 2018
    Configuration menu
    Copy the full SHA
    210adde View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    f23f865 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Merge pull request fog#457 from gildub/swift-large-objects-202

    Swift: Allow 202 for large objects creation/update/copy
    gildub authored Oct 30, 2018
    Configuration menu
    Copy the full SHA
    b7301e7 View commit details
    Browse the repository at this point in the history
  2. Update version.rb

    gildub authored Oct 30, 2018
    Configuration menu
    Copy the full SHA
    c349e3e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Configuration menu
    Copy the full SHA
    aaeab01 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Merge pull request fog#463 from gildub/nova_evacuate_2.14

    Nova: filter onSharedStorage for  evacuate_server
    gildub authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    309249c View commit details
    Browse the repository at this point in the history
  2. Update version.rb

    gildub authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    798cb9f View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. Fix get_project request path

    Get project method failed on bad component(expected absolute path component),
    caused by question mark in the path. Updating request to same approach as other
    working requests.
    aufi authored and gildub committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    c2a8d31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    234a1ab View commit details
    Browse the repository at this point in the history
  3. Merge pull request fog#358 from aufi/fix_get_project

    Fix get_project request path
    gildub authored Nov 23, 2018
    Configuration menu
    Copy the full SHA
    013341d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Configuration menu
    Copy the full SHA
    c4b969b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84b30cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccd0665 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00ee7a0 View commit details
    Browse the repository at this point in the history
  5. upgrade bundler gem to 2.0

    ShamoX committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    3a8f7aa View commit details
    Browse the repository at this point in the history
  6. remove outdate ruby version (2.2.10) and add new one (2.6.0), upgrade…

    … the others (2.3.8, 2.4.5, 2.5.3)
    ShamoX committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    97b4333 View commit details
    Browse the repository at this point in the history
  7. update ruby versions checked.

    ShamoX committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    1eebe47 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74a575e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Try fix zuul

    ShamoX committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    19904fa View commit details
    Browse the repository at this point in the history
  2. Include travis fix to zuul

    ShamoX committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    7869f36 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Fix typo

    Alexander Demichev committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    84e8888 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fog#472 from ShamoX/fix_travis

    Fix travis and zuul
    aufi authored Jan 8, 2019
    Configuration menu
    Copy the full SHA
    0caa911 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    856f227 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9650687 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Release 1.0.7

    Ladas committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    8d76ab5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fog#474 from Ladas/release_1_0_7

    Release 1.0.7
    Ladas authored Jan 9, 2019
    Configuration menu
    Copy the full SHA
    5025d6a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Merge pull request fog#470 from ShamoX/remove_binding.pry

    Remove binding.pry statement and related.
    aufi authored Jan 11, 2019
    Configuration menu
    Copy the full SHA
    f87272e View commit details
    Browse the repository at this point in the history
  2. Fix service path

    fog-core requires pattern fog/#{provider}/#{service} file
    Lobster committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    5b4890d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Fix typo

    Alexander Demichev committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    a0f9bdc View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    00473dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0985e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Configuration menu
    Copy the full SHA
    03e889d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Update version.rb

    gildub authored Jan 22, 2019
    Configuration menu
    Copy the full SHA
    eec6373 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Add debugger warning

    Alexander Demichev committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    153577d View commit details
    Browse the repository at this point in the history
  2. Merge pull request fog#484 from alexander-demichev/add-debug-to-rubocop

    Add debugger warning
    gildub authored Jan 23, 2019
    Configuration menu
    Copy the full SHA
    cc15dcd View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    634aca4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fog#485 from gildub/service_path_fix

    Fix a couple of paths to clear tests
    gildub authored Jan 30, 2019
    Configuration menu
    Copy the full SHA
    c17fa64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb5bb5c View commit details
    Browse the repository at this point in the history
  4. Merge pull request fog#482 from mansam/create_volume_multiattach_para…

    …meter
    
    Add multiattach parameter to volume creation
    gildub authored Jan 30, 2019
    Configuration menu
    Copy the full SHA
    11304e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Merge pull request fog#486 from gildub/volume-version-reorg

    Created explicit mock and real files for volume v1 and v2
    aufi authored Jan 31, 2019
    Configuration menu
    Copy the full SHA
    37fe67d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Allow custom filename through Content-Disposition header

    Michal Wazgird committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    8f5e4aa View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. small refactor

    Michal Wazgird committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    7935bc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Merge pull request fog#489 from cyrylas/fix/handle-filename

    Allow custom filename through Content-Disposition header
    gildub authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    37621bb View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. catch token expire

    Aleksey Sudakov committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    7b3d6b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. fix date in VCR cassette

    Aleksey Sudakov committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    ae29a11 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Merge pull request fog#490 from miliru/fix_expire_token_openstack

    Recheck token expiration and re authenticate
    gildub authored Mar 7, 2019
    Configuration menu
    Copy the full SHA
    2beca27 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Configuration menu
    Copy the full SHA
    4064cc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca7549f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    caac49d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd8664b View commit details
    Browse the repository at this point in the history
  5. rubocop:auto_correct run.

    ShamoX committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    df564ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    966b065 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4050b99 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f92dd4 View commit details
    Browse the repository at this point in the history
  9. fix Lint/UselessAssignment

    ShamoX committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    664e93d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Fix stack_tests

    ShamoX committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    60f8333 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fab40b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eed2d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a663a03 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Fix Performance/Caller

    ShamoX committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    a181f7f View commit details
    Browse the repository at this point in the history
  2. Fix Lint/UriEscapeUnescape

    ShamoX committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    57cee6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    334ca31 View commit details
    Browse the repository at this point in the history
  4. Fix miscaelous offenses

    ShamoX committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    6080d5f View commit details
    Browse the repository at this point in the history