Harshavardhana
8c1bba681b
add logrotate support for MinIO logs ( #19641 )
2024-05-01 10:57:52 -07:00
Poorna
b4a23f720e
update build constants ( #19243 )
2024-03-11 17:54:37 -07:00
Poorna
31e8f7c525
Small reformatting of startup message ( #19228 )
...
Also changing User-Agent format
2024-03-08 19:07:08 -08:00
Harshavardhana
d228d29944
update '-v' flag behavior to include copyRight and license ( #15097 )
...
```
~ minio -v
minio version DEVELOPMENT.2022-06-16T20-40-14Z (commit-id=e083228e2a06bfdcd006fee28d449cd2b47c542a)
Runtime: go1.18.3 linux/amd64
Copyright (c) 2015-2022 MinIO, Inc.
Licence AGPLv3 <https://www.gnu.org/licenses/agpl-3.0.html >
```
2022-06-16 16:10:48 -07:00
Harshavardhana
069432566f
update license change for MinIO
...
Signed-off-by: Harshavardhana <harsha@minio.io>
2021-04-23 11:58:53 -07:00
Harshavardhana
c54e3b4ea3
Add support for minioreleaser a fork for goreleaser ( #9890 )
...
This is to support building containers for multiple
platforms, rpms and debs all in a single build process
https://github.com/harshavardhana/minioreleaser
2020-06-22 08:26:40 -07:00
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
2019-04-09 11:39:42 -07:00
kannappanr
577d10674d
Cleanup stack trace in error logs ( #6045 )
...
Add compile time GOROOT path to the list of prefix
of file paths to be removed.
Add webhandler function names to the slice that
stores function names to terminate logging.
2018-06-18 12:04:46 -07:00
kannappanr
b87cc3d643
Get proper GOPATH in trim function ( #5744 )
...
Set GOPATH string to empty in build-constants.go
Check for both compile time GOPATH and default GOPATH
while trimming the file path in the stack trace.
Fixes #5741
2018-03-30 19:13:25 -07:00
Harshavardhana
8efa82126b
Convert errors tracer into a separate package ( #5221 )
2017-11-25 11:58:29 -08:00
Harshavardhana
62f8343879
Add constants for commonly used values. ( #3588 )
...
This is a consolidation effort, avoiding usage
of naked strings in codebase. Whenever possible
use constants which can be repurposed elsewhere.
This also fixes `goconst ./...` reported issues.
2017-01-18 12:24:34 -08:00
Harshavardhana
bccf549463
server: Move all the top level files into cmd folder. ( #2490 )
...
This change brings a change which was done for the 'mc'
package to allow for clean repo and have a cleaner
github drop in experience.
2016-08-18 16:23:42 -07:00