Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Remove some unused parameters from persist_event #658
Conversation
NegativeMjark
added some commits
Mar 21, 2016
NegativeMjark
assigned
erikjohnston
Mar 21, 2016
oddvar
added
the
in progress
label
Mar 21, 2016
|
LGTM |
NegativeMjark
added a commit
that referenced
this pull request
Mar 22, 2016
NegativeMjark
merged commit 63137bb
into
develop
Mar 22, 2016
8 checks passed
Flake8 + Packaging (Commit)
Build #171 origin/markjh/cleanup succeeded in 28 sec
Details
Flake8 + Packaging (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #174 origin/markjh/cleanup succeeded in 5 min 29 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #175 origin/markjh/cleanup succeeded in 4 min 32 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
Unit Tests (Commit)
Build #216 origin/markjh/cleanup succeeded in 1 min 10 sec
Details
Unit Tests (Merged PR)
Build finished.
Details
oddvar
removed
the
in progress
label
Mar 22, 2016
richvdh
deleted the
markjh/cleanup
branch
Dec 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NegativeMjark commentedMar 21, 2016
Since the backfill code uses
persist_eventsrather thanpersist_eventthere isn't any code that actually passes a backfill parameter topersist_event.Additionally
_handle_new_eventtook acurrent_stateparameter, however that parameter was alwaysNone, so can be removed.