• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

savannahghi / sghi-etl-commons / 8693981089

Builds Branch Commit Type Ran Committer Via Coverage
8693981089 feat-add-processor-pipe feat(processors): add a `ProcessorPipe` Add `sghi.etl.commons.processors.ProcessorPipe`, a `Processor` that pipes the raw data applied to it through a series of other `Processor` instances, passing the output of one `Processor` as the input to th... Pull #10 15 Apr 2024 06:12PM UTC kennedykori github
100.0
8686110898 develop feat(sinks): add a `NullSink` (#9) Add `sghi.etl.commons.sinks.NullSink`, a `Sink` that discards all the data it receives. This is mostly useful as a placeholder or where consumption of processed data is not required. push 15 Apr 2024 08:45AM UTC web-flow github
100.0
8686077324 feat-add-null-sink feat(sinks): add a `NullSink` Add `sghi.etl.commons.sinks.NullSink`, a `Sink` that discards all the data it receives. This is mostly useful as a placeholder or where consumption of processed data is not required. Pull #9 15 Apr 2024 08:42AM UTC kennedykori github
100.0
8684904480 develop chore(sinks): rename `sinks._SourceOfCallable` class (#8) Rename the private `sghi.etl.commons.sinks._SourceOfCallable` class to `sghi.etl.commons.sinks._SinkOfCallable`. push 15 Apr 2024 07:10AM UTC web-flow github
100.0
8684818598 chore-rename-sinks-source-of-callable chore(sinks): rename `sinks._SourceOfCallable` class Rename the private `sghi.etl.commons.sinks._SourceOfCallable` class to `sghi.etl.commons.sinks._SinkOfCallable`. Pull #8 15 Apr 2024 07:04AM UTC kennedykori github
100.0
8681141270 develop feat(sinks): add a sink decorator (#7) Add `sghi.etl.commons.sinks.sink`, a decorator that marks a callable as a `Sink`. The decorated callable *MUST* accept at least one argument but have at *MOST* one required argument (the processed data to ... push 14 Apr 2024 09:31PM UTC web-flow github
100.0
8681136400 feat-add-a-sink-decorator feat(sinks): add a sink decorator Add `sghi.etl.commons.sinks.sink`, a decorator that marks a callable as a `Sink`. The decorated callable *MUST* accept at least one argument but have at *MOST* one required argument (the processed data to drain/c... Pull #7 14 Apr 2024 09:28PM UTC kennedykori github
100.0
8681021208 develop chore(processors): mark `processors._ProcessorOfCallable` as final (#6) Mark the `sghi.etl.commons.processors._ProcessorOfCallable` class as final. push 14 Apr 2024 08:39PM UTC web-flow github
100.0
8681016741 chore-make-processor-of-callable-final chore(processors): mark `processors._ProcessorOfCallable` as final Mark the `sghi.etl.commons.processors._ProcessorOfCallable` class as final. Pull #6 14 Apr 2024 08:36PM UTC kennedykori github
100.0
8681008087 develop feat(sources): add a source decorator (#5) Add `sghi.etl.commons.sources.source`, a decorator that marks a callable as a `Source`. The decorated callable *MUST NOT* have any required arguments but *MUST* return a value (the drawn data). push 14 Apr 2024 08:31PM UTC web-flow github
100.0
8681002391 feat-add-a-source-decorator feat(sources): add a source decorator Add `sghi.etl.commons.sources.source`, a decorator that marks a callable as a `Source`. The decorated callable *MUST NOT* have any required arguments but *MUST* return a value (the drawn data). Pull #5 14 Apr 2024 08:28PM UTC kennedykori github
100.0
8681000310 feat-add-a-source-decorator feat(sources): add a source decorator Add `sghi.etl.commons.sources.source`, a decorator that marks a callable as a `Source`. The decorated callable *MUST NOT* have any required arguments but MUST return a value (the drawn data). push 14 Apr 2024 08:27PM UTC kennedykori github
100.0
8680815291 develop feat(processors): add a processor decorator (#4) Add `sghi.etl.commons.processors.processor`, a decorator that marks a callable as `Processor`. The decorated callable *MUST* accept at least one argument but have at *MOST* one required argument. push 14 Apr 2024 06:55PM UTC web-flow github
100.0
8680810626 feat-add-a-processor-decorator feat(processors): add a processor decorator Add `sghi.etl.commons.processors.processor`, a decorator that marks a callable as `Processor`. The decorated callable *MUST* accept at least one argument but have at *MOST* one required argument. Pull #4 14 Apr 2024 06:52PM UTC kennedykori github
100.0
8679830878 develop feat(processors): add a NOOP `Processor` (#3) Add a new `sghi.etl.core.Processor` implementation, `NOOPProcessor`. This processor simply returns any data it receives without any modifications. It can be used as a placeholder or for situations w... push 14 Apr 2024 01:22PM UTC web-flow github
100.0
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc