Recent Releases of https://github.com/dbrower/bendo

https://github.com/dbrower/bendo - V2018.1

Add rpm target to Makefile

use fpm tool to actually make the package

rework makefile so rpm depends on binaries

add codebuild and buildspec

fix buildspec typo

fix buildspec typo

fix buildspec pip PyYAML install

fix buildspec add rpmbuild

updated codebuild fix rpm install

initial codebuild test

wget -> curl

curl fixes

fix sha check

upgrade timeout and compute type

Merge pull request #173 from ndlib/rpm-build

Rpm build using codebuild

updates for codepipeline

fixes for execute bit for scripts

add Dockerfile.buildimage

create docker/

use hesburghlibraries/bendo-buildimage for codebuild

update CodeBuildRole parameter

added public bucket policy

fix rubygemsversion

bend run image dockerfiles DLTP-1146

swap .gitignore and .dockerignore

remove install-*.sh from root

Merge pull request #175 from ndlib/aws-codepipeline

Aws codepipeline

Let bclient upload zero length files

Before, zero-length files didn't get uploaded, and so the transaction would fail, because of missing files. Now they are handled correctly.

Merge pull request #176 from ndlib/zero-length-files

Let bclient upload zero length files

Return [] for empty fixity search results

Merge pull request #177 from ndlib/dltp-1199

Return [] for empty fixity search results

Only return fixity checks from current day

Change start and end of Fixity Search queries to default to midnight of the current day, and of the next day. This (hopefully, for now) keeps too many results from being returned.

Merge pull request #178 from ndlib/dltp-1199

Only return fixity checks from current day

- Go
Published by msuhovec over 8 years ago