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

Common.credentials synchronicity issues. #141

Merged
merged 17 commits into from
Jun 17, 2014
Merged

Common.credentials synchronicity issues. #141

merged 17 commits into from
Jun 17, 2014

Conversation

lifeBCE
Copy link

@lifeBCE lifeBCE commented Jun 11, 2014

fixes #139 #142
Updated some spacing and indentions (mixed tabs and spaces)
Updated both view files to use UNIX line endings instead of DOS
Fixed all issues with Common.credentials type
Fixed synchronicity issues with sessionStorage and Common.cache

Eric Thompson added 5 commits June 10, 2014 12:56
Also added afterEach for tests that needed to ensure an undefined shared object
…k the functionality down to integration level (as far as we can go before sending request out to backend)
Updated both view files to use UNIX line endings instead of DOS
Sometimes Common.credentials is an object and sometimes a string. I updated a few location shwere this was causing a problem but this is simply a band-aid for now. The overall design of this feature needs to be re-worked to be reliable and consistent. So this partially fixes issues #139.
Fixed synchronicity issues with sessionStorage and Common.cache
Removed band-aid that ensured Common.credentials was properly handled as string and object in favor of proper logic enforcing the use of an object
@lifeBCE lifeBCE changed the title Band-aid to address Common.credentials inconsistency issues. Common.credentials synchronicity issues. Jun 11, 2014
huxoll and others added 5 commits June 16, 2014 09:52
Default selectedId to id when selectedId is not populated
Updated both view files to use UNIX line endings instead of DOS
Sometimes Common.credentials is an object and sometimes a string. I updated a few location shwere this was causing a problem but this is simply a band-aid for now. The overall design of this feature needs to be re-worked to be reliable and consistent. So this partially fixes issues #139.
Fixed synchronicity issues with sessionStorage and Common.cache
Removed band-aid that ensured Common.credentials was properly handled as string and object in favor of proper logic enforcing the use of an object
…_139

Conflicts:
	js/collections/cloudCredentials.js
	js/views/account/cloudCredentialManagementListView.js
huxoll added a commit that referenced this pull request Jun 17, 2014
Common.credentials synchronicity issues.
@huxoll huxoll merged commit e985e37 into TranscendComputing:master Jun 17, 2014
@lifeBCE lifeBCE deleted the issue_139 branch June 18, 2014 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cloud Credentials Creation
2 participants