Commit Graph

  • 64f37bbf5b rpc: Add RPC client tests. (#2858) Harshavardhana 2016-10-06 02:30:54 -07:00
  • 0fc96fa25c Refactor bucket policy handler test to use API test initializer. (#2859) Karthic Rao 2016-10-06 14:32:42 +05:30
  • 2d8c6f8288 unit test for bucketPolicyConditionMatch function. (#2857) Karthic Rao 2016-10-06 12:53:46 +05:30
  • b94211bd66 api: ListObjectsV1 compliance with AWS S3. (#2856) Harshavardhana 2016-10-05 20:12:47 -07:00
  • 6494b77d41 server: Add more elaborate startup messages. (#2731) Harshavardhana 2016-10-05 12:48:07 -07:00
  • 63a7ca1af0 web: fix jwt token expiry set to one day by default. (#2819) Bala FA 2016-10-05 10:18:55 -07:00
  • 95f544657a Signature-V2: use raw resource/query from the request for signature calculation. (#2833) Krishna Srinivas 2016-10-05 21:48:53 +05:30
  • 740a919e25 config: Use migrateV8 to v9 function properly. (#2852) Harshavardhana 2016-10-05 02:28:04 -07:00
  • 402c92beda Add listObjectParts test w/ unknown request signature type (#2847) Krishnan Parthasarathi 2016-10-04 20:27:35 +05:30
  • 6a9013b97c misspell fixes. (#2835) Karthic Rao 2016-10-04 12:39:21 +05:30
  • 73b50aea2d Add preSign auth type tests for ListObjectPartsHandler and PutObjectPartHandler (#2834) Krishnan Parthasarathi 2016-10-04 10:35:33 +05:30
  • 315e66858c Add PostgreSQL notifier (#2739) (#2824) Aditya Manthramurthy 2016-10-03 17:29:55 -07:00
  • 4f902d42b2 Add unit-tests for ListObjectParts API handler (#2826) Krishnan Parthasarathi 2016-10-03 21:24:57 +05:30
  • 61a18ed48f sha256: Verify sha256 along with md5sum, signature is verified on the request early. (#2813) Krishna Srinivas 2016-10-03 04:21:49 +05:30
  • b5a6dd1395 Avoid path-cleaning policy resources for a better compliance with S3 (#2823) Anis Elleuch 2016-10-02 05:30:25 +01:00
  • 83e6e1060e Layer LimitReader responsibly allowing sign verification to work (#2821) Krishnan Parthasarathi 2016-10-01 22:07:40 +05:30
  • ddeb8242d8 PutObjectPartHandler unit-tests (#2810) Krishnan Parthasarathi 2016-10-01 20:53:26 +05:30
  • a08052f640 Add docker pulls badge. Harshavardhana 2016-09-30 19:16:50 -07:00
  • 5ecba587f7 api: Relax object name validation. (#2814) Harshavardhana 2016-09-30 16:56:36 -07:00
  • db3da97a50 signature/v2: Fix presigned requests. Harshavardhana 2016-09-30 14:58:03 -07:00
  • 5885ffc8ae signature: Add legacy signature v2 support transparently. (#2811) Harshavardhana 2016-09-30 14:32:13 -07:00
  • 9fb1c89f81 Add TLS encryption capability to RPC clients (#2789) Anis Elleuch 2016-09-30 07:42:37 +01:00
  • 1e6afac3bd Add NATS notifier (#2795) Anis Elleuch 2016-09-30 07:42:10 +01:00
  • 64083b9227 signature: Region changes should be handled just like AWS. (#2805) Harshavardhana 2016-09-29 15:51:00 -07:00
  • 5fdd768903 Make addition of TopicConfig to globalEventNotifier go-routine safe (#2806) Krishnan Parthasarathi 2016-09-29 11:16:19 +05:30
  • f72163f856 build: Deprecate requirement of GOROOT (#2803) Harshavardhana 2016-09-28 18:49:16 -07:00
  • 428629f577 Add unit tests for server-main.go (#2802) Krishnan Parthasarathi 2016-09-28 23:49:07 +05:30
  • 1edd74dda2 update: Deprecate the usage of update=yes query param. (#2801) Harshavardhana 2016-09-28 02:41:21 -07:00
  • 740ecf530c Add PutBucketNotification, ListenBucketNotification handler unit-tests. (#2787) Krishnan Parthasarathi 2016-09-28 13:38:03 +05:30
  • 10d2ef5449 Remove comments relating to deprecated MINIO_DEBUG envvar (#2797) Aditya Manthramurthy 2016-09-27 18:28:46 -07:00
  • 8ea571c7f7 Remove MINIO_DEBUG environment variable (#2794) Aditya Manthramurthy 2016-09-27 14:35:43 -07:00
  • ca3022d545 api: Change ListenBucketNotification with new API format. (#2791) Harshavardhana 2016-09-27 12:50:32 -07:00
  • 9417614a8e Recalculate free minimum disk space (#2788) Anis Elleuch 2016-09-27 20:46:38 +01:00
  • 70d52bbc4c Add unit test for rate-limit-handler (#2661) (#2784) Aditya Manthramurthy 2016-09-26 21:31:12 -07:00
  • 6aa2fc95c0 Revert "bucket: refactor policies and fix bugs related to enforcing policies. (#2766)" Harshavardhana 2016-09-26 14:28:35 -07:00
  • cfbab22237 web: Remove bucket policy when we have no more statements. (#2779) Harshavardhana 2016-09-26 03:11:22 -07:00
  • be0e06c0aa web: Simplify and rename GetAllBucketPolicy --> ListAllBucketPolicies. (#2778) Harshavardhana 2016-09-25 21:53:19 -07:00
  • 1c941fd787 rpc: Should validate server versions. (#2775) Harshavardhana 2016-09-24 03:34:45 -07:00
  • 669783f875 Purge stale object cache entry (#2770) Krishnan Parthasarathi 2016-09-23 19:55:28 -07:00
  • 27e474b3d2 Improve code coverage in bucket-notification-handlers.go (#2759) Krishnan Parthasarathi 2016-09-23 13:32:51 -07:00
  • 1e53316241 Add tests for presigned-get (#2767) Krishna Srinivas 2016-09-23 01:24:49 -07:00
  • ca5ca8332b bucket: refactor policies and fix bugs related to enforcing policies. (#2766) Harshavardhana 2016-09-22 23:47:48 -07:00
  • aa579bbc20 web: add method to get all policies for given bucket name. (#2756) Bala FA 2016-09-22 23:06:45 -07:00
  • e375d822da bucket: SetBucketPolicy should save a valid Version and validate. (#2762) Harshavardhana 2016-09-22 22:27:21 -07:00
  • 4bc2eb9a4d chinese translate (#2637) astaxie 2016-09-23 11:58:10 +08:00
  • fc783f8407 More tests for web handlers (#2755) Anis Elleuch 2016-09-23 00:35:12 +01:00
  • 79e0c52fc2 Increment golang version for docker images (#2761) Anis Elleuch 2016-09-23 00:32:54 +01:00
  • ef22330563 Require go 1.7.1 to build Minio server (#2727) Anis Elleuch 2016-09-22 18:33:52 +01:00
  • e1adbf83d8 docker: Compose config should point to edge tag. Harshavardhana 2016-09-22 09:55:35 -07:00
  • 1148f95292 ineffassign fixes (#2758) Karthic Rao 2016-09-22 11:33:54 +05:30
  • f7430ec09c use runtime/debug.Stack() in leak detect test (#2757) Karthic Rao 2016-09-22 10:34:35 +05:30
  • b8903d842c api/complete-multipart: fixes and tests. (#2719) Karthic Rao 2016-09-22 08:38:08 +05:30
  • 32f097b4d6 Controller rpc tests (#2709) Aditya Manthramurthy 2016-09-21 19:58:50 -07:00
  • 559ad38b8c Add bucket-notification-handler tests (#2750) Krishnan Parthasarathi 2016-09-21 17:41:34 -07:00
  • 90417d2dd6 Check for bucket existence in Set/Get/Remove bucket policy workflow + tests (#2745) Anis Elleuch 2016-09-22 00:38:50 +01:00
  • e66fb4bd7b configMigrate() returns errors + tests (#2735) Anis Elleuch 2016-09-21 17:44:57 +01:00
  • 018c90dae7 events: ElasticSearch doesnt support objects with '/' in them. (#2747) Harshavardhana 2016-09-20 16:36:18 -07:00
  • a5066e8f76 Better code coverage of handler-utils.go (#2746) Anis Elleuch 2016-09-20 18:40:46 +01:00
  • 0a3448c8b6 events: Change event notifiers to delete and update keys. (#2742) Harshavardhana 2016-09-20 02:11:17 -07:00
  • c4964232eb config: Fail to start for config mistakes. (#2740) Harshavardhana 2016-09-19 15:23:49 -07:00
  • ef3c807b4a policies: Parser should handle Principals with various forms. (#2733) Harshavardhana 2016-09-19 13:52:28 -07:00
  • 113b93346b lock: Make some cleanup and moving the code around. (#2718) Harshavardhana 2016-09-19 13:14:55 -07:00
  • a955676986 Signature-V4: Dump the request with error message on signature mismatch. (#2734) Krishna Srinivas 2016-09-19 22:47:46 +05:30
  • 725df557b5 tests: Add tests for bucket-notification-utils (#2726) Harshavardhana 2016-09-17 03:19:39 -07:00
  • 250ac644d6 docs: Modified README.md with alias addition and bucket creation steps. (#2725) koolhead17 2016-09-17 02:57:36 -07:00
  • 490056eee3 tests: Add tests for bucket-notification-utils (#2723) Harshavardhana 2016-09-16 17:26:27 -07:00
  • 797d749322 tests: Add tests for filterRuleMatch (#2722) Harshavardhana 2016-09-16 16:44:44 -07:00
  • 79888bfff7 tests: Add auth-handler. (#2721) Harshavardhana 2016-09-16 15:17:49 -07:00
  • 6ca57e81f1 docs: Fixed markdown typo in README.md. (#2720) koolhead17 2016-09-16 14:26:28 -07:00
  • 010f61e91f Add more tests for event-notifier code (#2716) Anis Elleuch 2016-09-16 22:26:05 +01:00
  • 9216981262 tests: Add test for diskCount. (#2717) Harshavardhana 2016-09-16 13:44:52 -07:00
  • b89a1cd482 tests: Implemented more tests for fs-v1*.go (#2686) Anis Elleuch 2016-09-16 21:06:49 +01:00
  • 7d37dea449 tests: Add more streaming signature tests. (#2713) Harshavardhana 2016-09-16 02:45:42 -07:00
  • df2ef64d20 Upgrade to new dsync version incl. stale lock detection (#2708) Frank 2016-09-16 09:30:55 +02:00
  • 7a549096de XL and FS use different tree walk ignored errors (#2707) Anis Elleuch 2016-09-15 21:43:40 +01:00
  • a1ff351f21 tests: Fix ListMultipartUploadsHandler tests. (#2705) Harshavardhana 2016-09-15 01:44:19 -07:00
  • 03430d0db8 tests: Add ListBucketHandler tests. (#2701) Harshavardhana 2016-09-14 23:53:42 -07:00
  • 6f73d597e0 Fix tracing twice an error in fs Complete Multipart Upload (#2703) Anis Elleuch 2016-09-15 05:24:54 +01:00
  • e273a40345 docs: Modified README.md by providing information about Minio server (#2704) koolhead17 2016-09-14 21:24:12 -07:00
  • a84548d7ea Fix FS remove bucket regression bug (#2693) Anis Elleuch 2016-09-15 00:41:39 +01:00
  • 19e01ceb19 QuickStart docs for Minio Server Setup needs update #2698 (#2700) Kartik Lunkad 2016-09-14 18:16:59 -04:00
  • 1e6d67b16d server: Remove deadcode. (#2699) Harshavardhana 2016-09-14 13:43:08 -07:00
  • 6533927237 Lock-free rate-limit algorithm + bug-fix (#2694) Aditya Manthramurthy 2016-09-14 11:27:37 -07:00
  • da9ae574df server: We should fail properly during server startup. (#2689) Harshavardhana 2016-09-14 01:11:03 -07:00
  • 16e4a7c200 Merge pull request #2657 from minio/distributed Harshavardhana 2016-09-13 22:34:49 -07:00
  • ee7e70c992 tests: Add tests for ListMultipartUploads, DeleteMultipleObjects. (#2649) Harshavardhana 2016-09-13 19:00:01 -07:00
  • 54a9f59a13 Init: Print SQS ARNs after globalEventNotifier is inited. (#2682) Krishna Srinivas 2016-09-13 23:30:40 +05:30
  • e6fd664331 tests: Fix format-config tests. Harshavardhana 2016-09-10 19:32:18 -07:00
  • b247ec9352 tests: refactor object-handler tests. (#2656) Karthic Rao 2016-09-11 03:17:27 +05:30
  • 43befab8ef Change distributed server wording. Harshavardhana 2016-09-09 15:32:08 -07:00
  • eae0281c64 tests: Add GetBucketLocation, HeadBucket tests. (#2644) Harshavardhana 2016-09-09 10:18:38 -07:00
  • 8bd78fbdfb performance: gjson parsing for readXLMeta, listParts, getObjectInfo. (#2631) Karthic Rao 2016-09-09 11:08:18 +05:30
  • 66459a4ce0 Add unit-tests for formatting disks during initialization (#2635) Krishnan Parthasarathi 2016-09-08 09:35:13 -07:00
  • 182109f0de xl: Heal format.json properly on fresh disks. Harshavardhana 2016-09-06 20:31:50 -07:00
  • 9998e9ea19 api: Response timeFormat do not need to have nano-second precision. Harshavardhana 2016-09-06 17:22:55 -07:00
  • ba2ba328da server: Fixes for various conditions Harshavardhana 2016-09-06 13:30:05 -07:00
  • 67b8080144 Fix control lock rpc name in control lock cmd (#2627) Anis Elleuch 2016-09-06 19:38:39 +01:00
  • 239a34ca97 Add tests for regular and streaming v4 PutObject Handler (#2618) Anis Elleuch 2016-09-04 21:37:14 +01:00
  • 81d8263ae2 binary-update: Do not fetch update info for minio binary compiled from source. Krishna Srinivas 2016-08-19 20:39:05 +05:30
  • b4e4846e9f PutObject: object layer now returns ObjectInfo instead of md5sum to avoid extra GetObjectInfo call. (#2599) Krishna Srinivas 2016-09-03 00:48:35 +05:30