Harshavardhana
4498662c16
Remove scsi non portable code, instead "donut make" implements functionality to instantiate a donut
9 years ago
Harshavardhana
1e80925ca7
Remove dependency on minio/cli for make.go fixes #738
9 years ago
Harshavardhana
55e4d0c6a5
mkdonut now creates a donut processing cli args
9 years ago
Harshavardhana
7615a6bfe5
HEAD shouldn't have any body, handle it in writeErrorResponse()
9 years ago
Harshavardhana
5cfb05465e
Add cache, donut tests separately - fix behavior differences
...
Remove priority queue, implement it using a simpler channels
10 years ago
Harshavardhana
8bde4d4e34
Migrating minio server build to do 'go run make.go' style like mc
10 years ago
Harshavardhana
5101273ec7
Do not attempt to restore while saving new deps
10 years ago
Harshavardhana
5d484e2770
Implement custom date command for cross platform portability
10 years ago
Harshavardhana
82a0eac659
Add filesystem factory functions and add related cli options
10 years ago
Harshavardhana
554a244b47
Add donut OSX support
10 years ago
Harshavardhana
f00bfd38da
Bump gocyclo back to 16
10 years ago
Harshavardhana
de56909d55
More scripts and code from Minio-io to minio
10 years ago
Harshavardhana
8d06504068
Change all minio-io path to minio
10 years ago
Harshavardhana
bbace9ac2e
Make buildDate universal
10 years ago
Harshavardhana
a60d279817
bump up gocyclo to 18
10 years ago
Anand Babu (AB) Periasamy
b8eb34aded
cleaning make:clean
10 years ago
Harshavardhana
096a994c7b
Add build date using ldflags
10 years ago
Anand Babu (AB) Periasamy
b010fd0ff3
Version is now based on MD5SUM of its binary
10 years ago
Harshavardhana
c5d8ca245d
Memory now handles submitting large files - fixes #482
10 years ago
Harshavardhana
97d1f03a87
Fix build for travis
10 years ago
Harshavardhana
c63bdf79fa
Remove docs, minimal docs going to be at minio.io instead and rest amazon docs
10 years ago
Harshavardhana
7fd1cc073c
Add everything back into one project hood, still missing iodine
10 years ago
Harshavardhana
637d2d687a
Add full rebuild for minio command to avoid godep stale issues
10 years ago
Harshavardhana
9c0b17c239
Build everything by default
10 years ago
Frederick F. Kautz IV
a689769245
Updating godep to minio-io/godep
10 years ago
Harshavardhana
92f408af5d
Add erasure to godep
10 years ago
Harshavardhana
4d57ca7c44
Update makefile
10 years ago
Anand Babu (AB) Periasamy
e14ba846b5
make clean build-constants.go
10 years ago
Anand Babu (AB) Periasamy
3c4aa85c69
git commit hash generator
10 years ago
Harshavardhana
58082cd8dc
Add gocyclo into source build, choosing cyclomatic complexity tolerance of 15 and below
10 years ago
Harshavardhana
b952855779
Add strict checks with vet, golint and gofmt
10 years ago
Harshavardhana
d992bccd9a
Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups
10 years ago
Harshavardhana
e5af8a3f5d
Further fixes -
...
- All test files have been renamed to their respective <package>_test name,
this is done in accordance with
- https://github.com/golang/go/wiki/CodeReviewComments#import-dot
imports are largely used in testing, but to avoid namespace collision
and circular dependencies
- Never use _* in package names other than "_test" change fragment_v1 to expose
fragment just like 'gopkg.in/check.v1'
10 years ago
Harshavardhana
3a3c8645fc
Update comments across the codebase
10 years ago
Harshavardhana
c3ad0906e0
Add deadcode code which recursivley goes into all directories and verifies dangling variables.
10 years ago
Anand Babu (AB) Periasamy
6fc11932ec
make test -> test-all
10 years ago
Harshavardhana
a3fe948c8b
Remove setup development environment script
10 years ago
Harshavardhana
741e14f749
Remove go cover and remove unncessary Makefiles
10 years ago
Harshavardhana
0a1a47da1b
remove govet dependency for now
10 years ago
Harshavardhana
fab954f13f
Run govet and fix
10 years ago
Harshavardhana
79455c3f9d
No symlink, fail when not in GOPATH
10 years ago
Harshavardhana
0d91e7d540
Move to devscripts to avoid top level dir clutter
10 years ago
Harshavardhana
d036bf3a2a
Restructure docs and move mkdocs.yml to top-level
10 years ago
Harshavardhana
19267fa29a
Create the non-existent directory
10 years ago
Frederick F. Kautz IV
0646e7ae40
Fixing symlink test to not link if file exists
10 years ago
Harshavardhana
88af9ba666
Consolidate developers docs and Makefile, create symlink automatically
10 years ago
Frederick F. Kautz IV
84c5df8441
Using generic make test ./... and make build ./..., disabled signers code for now to fix build.
10 years ago
Harshavardhana
ac99968796
Add x509 tests and should be part of the build
10 years ago
Harshavardhana
d78cd581c5
Authorization validation in accordance with S3 signer AWSv2
10 years ago
Harshavardhana
07a1ad8b2d
Remote syso files in 'make clean'
10 years ago