Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[WIP] Relase 0.5.0 #158

Merged
merged 15 commits into from
Dec 10, 2016
Merged

[WIP] Relase 0.5.0 #158

merged 15 commits into from
Dec 10, 2016

Conversation

Ianleeclark
Copy link
Owner

@Ianleeclark Ianleeclark commented Nov 27, 2016

CHANGE:
  - database/database.go Updating some comments.
  - server/server.go Added a curried `scrapeHandler` which uses a database
    pool.
ADD:
  - database/database.go:assertOpenConnection() now asserts a passed in
    connection object is not nil, if it is nil then we will open a new
    connection. This massively cuts down on opening/closing of connections
    during runtime vs initialization.

CHANGE:
  - reaper/reaper.go Updating for changes in `database/database.go`. See `ADD`
    section.
  - server/server.go Added a `dbPool` object to the `applicationContext` and
    updated for changes in `database/database.go`.
Resolving build failures.
ADD:
  - database/impl/mysqlStore.go Houses the implementation (and wrappers of)
    `database/mysql/mysql.go` for `SQLStore`

CHANGE:
  - database/database.go Just houses `SQLStore` interface now.
Resolving build failures by readding
`database/database.go:AddWhitelistedTorrent`
Furtehr resolving of build failures.
Test buidl resolve
CHANGE:
  - Renamed `White_Torrents` to `WhiteTorrent`
  - Renamed `Peer_Stats` to `PeerStats`
CHANGE:
  - announce/announce.go Now no longer fails for dumb reasons (like not
    including a downloaded limit) and continues execution with default values.
* Issue #131

ADD:
  - database/database.go Adding new `PeerDeltaEvent` and `PeerTrackerDelta` to
    improve how we save peer updates.

* Issue #131

ADD:
  - database/impl/mysqlStore_test.go Some tests for channel updating methods

* Issue #131

Adding new option to .travis.yml so it times out

* Issue #131

Attempting to resolve build failures.

* Issue #131

Attempting to resolve build failures.

* Issue #131

Build failure resolutions?

* laksdj

* Issue #131

build failures....

* Ialsdkjflaj

* skdjflj

* alsdjkf

* Issue #131

Last time to resolve build failures hopefully
CHANGE:
  - server/peerStore/peerStore implemented in `peerStore/peerstore.go` All
    other changes accompany these changes.
@Ianleeclark Ianleeclark merged commit 79c2519 into master Dec 10, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant