| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-08-12 | master: add master.follower to handle read file id lookup requests | Chris Lu | 1 | -3/+6 | |
| 2021-08-12 | adjust data type | Chris Lu | 1 | -1/+1 | |
| 2021-08-08 | go fmt | Chris Lu | 1 | -2/+2 | |
| 2021-08-04 | refactoring | Chris Lu | 1 | -0/+1 | |
| 2021-07-23 | snowflake sequencer need an unique id | Chris Lu | 1 | -1/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2213 | |||||
| 2021-07-01 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-05-06 | ahead of time volume assignment | qieqieplus | 1 | -4/+18 | |
| 2021-03-25 | log snowflake sequencer nodeid's hex when start, it'll be in part of new ↵ | 李海 | 1 | -1/+0 | |
| assigned fid | |||||
| 2021-03-25 | add a snowflake sequencer as more robust fid generator, but less ↵ | 李海 | 1 | -0/+8 | |
| compressable than small auto-inc id | |||||
| 2020-12-14 | Merge pull request #1650 from kmlebedev/masterServerEnableUI | Chris Lu | 1 | -3/+3 | |
| security master use access.ui | |||||
| 2020-12-14 | ui interface is always on | Konstantin Lebedev | 1 | -8/+3 | |
| 2020-12-12 | fix variable name | Chris Lu | 1 | -4/+4 | |
| 2020-12-04 | security master use access.ui | Konstantin Lebedev | 1 | -1/+6 | |
| 2020-11-12 | fiil serverUrls sorted by data center | Konstantin Lebedev | 1 | -1/+1 | |
| 2020-10-07 | master: check peers for existing leader before starting a leader election | Chris Lu | 1 | -4/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1509 | |||||
| 2020-08-31 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-08-30 | fix hard coded host address | Chris Lu | 1 | -2/+1 | |
| 2020-07-14 | go fmt | Chris Lu | 1 | -6/+6 | |
| 2020-06-04 | disable pulse seconds | Chris Lu | 1 | -2/+2 | |
| there are a few other hard coded timing settings, which will cause disconnected volume servers. | |||||
| 2020-05-25 | support multiple locks | Chris Lu | 1 | -2/+2 | |
| 2020-05-25 | simplify func(w http.ResponseWriter, r *http.Request) to http.HandlerFunc | bingoohuang | 1 | -1/+1 | |
| 2020-04-23 | support semicolon seperated command lines | Chris Lu | 1 | -18/+23 | |
| 2020-04-23 | master: add cluster wide lock/unlock operation in weed shell | Chris Lu | 1 | -0/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1286 | |||||
| 2020-04-23 | add master side code for cluster wise exclusive lock | Chris Lu | 1 | -1/+2 | |
| 2020-04-18 | filer master start up with default ip address instead of just localhost | Chris Lu | 1 | -1/+2 | |
| 2020-04-12 | shell: only one shell is allowed to connect to the cluster | Chris Lu | 1 | -0/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1266 | |||||
| 2020-04-08 | weed shell: simplify CLI option for filer | Chris Lu | 1 | -4/+5 | |
| 2020-04-01 | Added treat_replication_as_minimums master toml option | James Hartig | 1 | -1/+4 | |
| 2020-03-01 | master able to list all master clients by type | Chris Lu | 1 | -1/+1 | |
| 2020-02-25 | avoid reusing context object | Chris Lu | 1 | -2/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1182 | |||||
| 2020-02-21 | move volume server stats to grpc | Chris Lu | 1 | -4/+6 | |
| 2020-01-29 | support env variables to overwrite toml file | Chris Lu | 1 | -8/+8 | |
| 2019-11-14 | refactoring scaffolding for master.toml | Chris Lu | 1 | -11/+9 | |
| 2019-11-12 | fix master maintenance logic | Lei Liu | 1 | -6/+14 | |
| Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | |||||
| 2019-11-11 | ut pass | stlpmo | 1 | -5/+5 | |
| 2019-11-11 | move from cmd-line to scaffold | stlpmo | 1 | -8/+14 | |
| 2019-11-05 | delete the var etcdClient and comments | stlpmo | 1 | -1/+27 | |
| refactor the code add sequencer cmd-line delete nerver used codes | |||||
| 2019-10-29 | misc updated | Lei Liu | 1 | -6/+6 | |
| Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | |||||
| 2019-07-28 | master: followers can also lookup and redirect | Chris Lu | 1 | -4/+11 | |
| improve scalability | |||||
| 2019-06-23 | big refactoring | Chris Lu | 1 | -39/+31 | |
| 2019-06-17 | volume servers get metrics address and interval from the master | Chris Lu | 1 | -0/+6 | |
| 2019-06-06 | customizable sleep intervals | Chris Lu | 1 | -1/+3 | |
| 2019-06-06 | jwt for read access control | Chris Lu | 1 | -1/+5 | |
| 2019-06-05 | every 17 minutes instead of seconds | Chris Lu | 1 | -2/+1 | |
| TODO: make this configurable | |||||
| 2019-06-05 | periodic scripts exeuction from leader master | Chris Lu | 1 | -0/+67 | |
| 2019-05-04 | master: add jwt expires_after_seconds | Chris Lu | 1 | -1/+3 | |
| 2019-03-25 | weed master: redirect to leader for default admin UI | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/898 | |||||
| 2019-03-21 | weed filer, weed master: add option to disable http | Chris Lu | 1 | -10/+8 | |
| 2019-03-21 | weed master: skip proxied file read in http read only mode | Chris Lu | 1 | -1/+3 | |
| 2019-03-15 | add context to all filer APIs | Chris Lu | 1 | -1/+1 | |
