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

Author #66

Merged
merged 10 commits into from
Apr 30, 2017
Merged

Author #66

merged 10 commits into from
Apr 30, 2017

Conversation

vsemp
Copy link

@vsemp vsemp commented Apr 29, 2017

I just corrected the author on my last PRs.

@portante Could you check I did this right.

I did

git rebase -i
git commit --amend --author="..." --no-edit

vsemp added 10 commits April 29, 2017 03:44
Added init_data sync_data write_data load_data. Fucntions are the same for Mock and QuadsNative. The fucntions are just copies from libquads.py.
Changed only libquads.py so that now it uses our inventory_service class methods. Added load_data call and changed init_data, write_data, sync_state bodies so that now they call corresponding inventory_service class methods.
These append's were outdated. We don't use them anymore.
I added hilapi.py. This is a library to do REST calls to HIL with error checking, argument checking, error handling. The file hil.yml is necessary to store HIL server IP address.

For now, we have this REST call functions in a stand alone file. This is a temporary solution. Opinion of mentors is necessary to decide what is the best place to keep this REST call wrappers. Later on we can easily delete these files and move code from these files elsewhere.
Added init_data sync_data write_data load_data. Fucntions are the same for Mock and QuadsNative. The fucntions are just copies from libquads.py.
Changed only libquads.py so that now it uses our inventory_service class methods. Added load_data call and changed init_data, write_data, sync_state bodies so that now they call corresponding inventory_service class methods.
These append's were outdated. We don't use them anymore.
I added hilapi.py. This is a library to do REST calls to HIL with error checking, argument checking, error handling. The file hil.yml is necessary to store HIL server IP address.

We would need this library to implement move_hosts.
As Peter suggested I moved this file to util. Also, changed for we load HIL url.
Feel free to change some functions to Isaac's version if necessary.
@vsemp vsemp requested a review from portante April 29, 2017 07:46
@vsemp vsemp merged commit 1051e6a into BUEC528-HIL-QUADS:master Apr 30, 2017
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.

1 participant