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

Basic Structure #5

Open
wants to merge 69 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
63590c4
Initial structure
thenakliman Mar 14, 2016
a0a4a1a
Removed .pyc file
thenakliman Mar 14, 2016
7a1ce10
Removed pyc files
thenakliman Mar 14, 2016
f5733a4
correction in files
thenakliman Mar 14, 2016
0d3cf5b
Added basic structure
thenakliman Mar 15, 2016
76e47a7
Changed code structure
thenakliman Mar 16, 2016
33b69b6
Added base module for curl request
karelyatin Mar 17, 2016
4129a5e
Merge pull request #1 from karelyatin/feature_scheduler
karelyatin Mar 17, 2016
6103cd3
Change in structure
thenakliman Mar 17, 2016
0d56ca3
Added structure for Scheduler
thenakliman Mar 21, 2016
b576615
Image create
thenakliman Mar 22, 2016
5c1b300
updated image create
karelyatin Mar 23, 2016
ef6f987
Merge pull request #2 from karelyatin/feature_scheduler
karelyatin Mar 23, 2016
ca1a0f5
Code merged
thenakliman Mar 24, 2016
6614c12
Merge branch 'feature_scheduler' of https://github.com/thenakliman/do…
thenakliman Mar 24, 2016
95642c8
Network and volume
thenakliman Mar 27, 2016
ed966e8
used urllib for post
karelyatin Mar 29, 2016
ee11d02
Merge pull request #3 from karelyatin/feature_scheduler
karelyatin Mar 29, 2016
a578983
Container with post requests
thenakliman Mar 29, 2016
e632caa
added methods network and volume
karelyatin Mar 29, 2016
bd88e15
Merge pull request #4 from karelyatin/feature_scheduler
karelyatin Mar 29, 2016
09b44bd
Changed permission and added some API
thenakliman Apr 2, 2016
26297a8
added methods to images
karelyatin Apr 2, 2016
215a1a5
Changes for the latest api
thenakliman Apr 4, 2016
839f52c
Changes in containers, images, networks, no changes in volumes
thenakliman Apr 23, 2016
1510445
Changes for volumes
thenakliman Apr 24, 2016
3156873
Added functionality for driver of scheduler
thenakliman Apr 24, 2016
ba00f2f
Removed base.py
thenakliman Apr 24, 2016
8959150
Changes for membership
thenakliman Apr 25, 2016
0eff03a
Changes for consul
thenakliman Apr 25, 2016
aa26361
Consul Changes
thenakliman Apr 27, 2016
a8bdcb8
Consul driver added
thenakliman Apr 28, 2016
b2f4425
Added Consul exceptions
thenakliman Apr 28, 2016
562efac
Added dockyard-engine for processing
thenakliman May 8, 2016
cd1e570
Changes in Linux bridge drivers
thenakliman May 13, 2016
6dac2c3
corrections ..
thenakliman May 13, 2016
819b715
Corrections
May 14, 2016
f317a7c
Corrections in implementation
thenakliman May 14, 2016
2e5099c
Modifications
thenakliman May 17, 2016
d7268cb
Corrections in bridge driver
thenakliman May 18, 2016
8faeee7
Added suport for adding routes for the new network
thenakliman May 20, 2016
6efb915
Fixed for issues 20, 24, 25, 27, 28, 29, 31
May 21, 2016
4081893
Patch for Issue 22
May 21, 2016
f5b6a8b
Work on Controller for docker engine
thenakliman May 23, 2016
94ddbe9
API for interface
thenakliman May 25, 2016
b6fe20e
APIs for interface
thenakliman May 26, 2016
d6db3c4
included oslo logging against issue #6
karelyatin May 28, 2016
8fcdf5f
Merge pull request #45 from karelyatin/feature_scheduler
karelyatin May 28, 2016
d53e546
Additing API's for addition of IP address.
May 28, 2016
8b1bcff
Adding preprocessor and post processor for requests
thenakliman May 29, 2016
d206f34
Resolved merge conflicts
thenakliman May 29, 2016
6a2260c
Added controllers for dockyard engine.
thenakliman May 30, 2016
1e8a311
updated for dockyard engine APIs
thenakliman May 31, 2016
adb61a3
Corrections for attaching floating ip API
thenakliman Jun 1, 2016
b1159c2
restructure of the code.
thenakliman Jun 5, 2016
b25a26c
Added check for consul servics
thenakliman Jun 10, 2016
3e31fb6
Changes in consul driver
thenakliman Jun 14, 2016
e14fcfb
Changes for consul to return only up nodes
thenakliman Jun 14, 2016
36fc8a3
Fixed issue #10
thenakliman Jun 18, 2016
e72898f
Fixes for Providing storage capablity
thenakliman Jun 19, 2016
bdb4806
Changes for consul as database
thenakliman Jun 22, 2016
c56e01d
Problem removed for wait time
Jun 28, 2016
407fc4b
Added code again
thenakliman Jun 28, 2016
99af59d
Scheduling on more than on node
thenakliman Jun 29, 2016
883fe7f
Adding logic for preprocessing and post processing
thenakliman Jul 2, 2016
92ea031
Added support for synchronization
thenakliman Jul 5, 2016
800e5d9
Added synchronization for all objects
thenakliman Jul 5, 2016
9dfb7f1
added change for storing only IDs of resources
thenakliman Jul 6, 2016
cc1a0f9
To optimize speed of earch converted list to dict
thenakliman Jul 6, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed base.py
  • Loading branch information
thenakliman committed Apr 24, 2016
commit ba00f2f8901b0734e07412f06fd6d678bc046513
244 changes: 0 additions & 244 deletions dockyard/common/base.py

This file was deleted.