| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-01-18 | Revert "Fix: unable to properly clean mount points" | chrislu | 2 | -75/+66 | |
| This reverts commit 4f60c279001475dcb398ed8c852ff2c6e366e16e. | |||||
| 2024-01-15 | Fix: unable to properly clean mount points | duanhongyi | 2 | -66/+75 | |
| 2024-01-11 | chore(seaweedfs-csi-driver): delete unnecessary stage | duanhongyi | 3 | -166/+45 | |
| 2024-01-11 | Fix: capacity error in re mounting after expand volume | duanhongyi | 7 | -29/+156 | |
| 2023-12-18 | Bump golang.org/x/crypto from 0.14.0 to 0.17.0 | dependabot[bot] | 2 | -9/+9 | |
| Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2023-11-17 | Allow to configure default concurrentWrites | Viktor Kuzmin | 2 | -0/+5 | |
| 2023-11-10 | Avoid null set on optional cli dataLocality arg | Jackbennett | 1 | -1/+3 | |
| 2023-11-05 | update docker base image | chrislu | 2 | -2/+2 | |
| 2023-11-05 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs-csi-driver | chrislu | 15 | -127/+68 | |
| 2023-11-02 | Bump golang.org/x/image from 0.9.0 to 0.10.0 | dependabot[bot] | 2 | -3/+3 | |
| Bumps [golang.org/x/image](https://github.com/golang/image) from 0.9.0 to 0.10.0. - [Commits](https://github.com/golang/image/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2023-10-25 | Bump golang.org/x/net from 0.14.0 to 0.17.0 | dependabot[bot] | 2 | -12/+12 | |
| Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2023-10-25 | Bump google.golang.org/grpc from 1.57.0 to 1.57.1 | dependabot[bot] | 2 | -68/+3 | |
| Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.57.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.57.0...v1.57.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2023-10-19 | Feat: add driver name support | duanhongyi | 5 | -10/+12 | |
| 2023-09-25 | Revert "Revert "Merge branch 'master' of ↵ | chrislu | 3 | -3/+3 | |
| https://github.com/seaweedfs/seaweedfs"" This reverts commit 8cb42c39 | |||||
| 2023-08-10 | Fix: the channel used with signal.Notify should be buffered (SA1017) | n9 | 1 | -1/+1 | |
| 2023-08-10 | Removed unused field | n9 | 1 | -2/+1 | |
| 2023-08-10 | Fix: error strings should not be capitalized (ST1005) | n9 | 4 | -6/+6 | |
| Context: https://github.com/golang/go/wiki/CodeReviewComments#error-strings https://stackoverflow.com/a/68793833 | |||||
| 2023-08-10 | Clean useless | n9 | 1 | -2/+0 | |
| 2023-08-10 | Added missing arg | n9 | 1 | -1/+1 | |
| 2023-08-10 | Removed unused method | n9 | 1 | -11/+0 | |
| 2023-08-08 | Refactor options to be backward compatible, fixes #133 | Viktor Kuzmin | 4 | -11/+29 | |
| 2023-08-07 | Helm chart refactoring | Viktor Kuzmin | 7 | -250/+640 | |
| * Separate NodeServer and ControllerServer * Allow leader election for sidecars and replica count fot controller component * Liveness probes * Allow disabling attacher, cause this functionality is not used in reality | |||||
| 2023-08-07 | Controller should be run as deployment - it doesn't have any statefull data | Viktor Kuzmin | 1 | -2/+1 | |
| 2023-08-07 | Use consistent extension for yaml | Viktor Kuzmin | 7 | -0/+0 | |
| 2023-08-07 | Allow to separate ControllerServer and NodeServer, allow to disable attacher ↵ | Viktor Kuzmin | 4 | -8/+39 | |
| (it do nothing in reality) | |||||
| 2023-08-07 | gofmt of mounter_seaweedfs | Viktor Kuzmin | 1 | -32/+34 | |
| 2023-08-07 | Log cache clear errors | Viktor Kuzmin | 1 | -1/+4 | |
| 2023-08-07 | Implement ExpandVolume also for controller | Viktor Kuzmin | 2 | -0/+13 | |
| https://kubernetes-csi.github.io/docs/volume-expansion.html CSI Resizer should be always run even if not implemented. Also it should run only against controller. Volume resize on node rpc call is handled by kubelet. For now the only job for controller's volume resize is to make it two step and propagate changes to node. | |||||
| 2023-08-07 | Fix Add...Capability functions - capabilities now added instead of replaced | Viktor Kuzmin | 1 | -12/+3 | |
| 2023-08-07 | Node and controller servers small code cleanup, some more logging | Viktor Kuzmin | 2 | -55/+41 | |
| 2023-08-07 | Graceful stop with mounts cleanup | Viktor Kuzmin | 4 | -7/+60 | |
| 2023-08-07 | Use SIGTERM for shutting down weed mount, adjust timeouts | Viktor Kuzmin | 1 | -3/+4 | |
| 2023-08-06 | Merge pull request #131 from kvaster/refactor-1 | Chris Lu | 7 | -2835/+104 | |
| Update dependencies | |||||
| 2023-08-06 | Use single instance of mount utility - mount.New is expensive | Viktor Kuzmin | 5 | -19/+14 | |
| 2023-08-06 | Update dependencies, move from deprecated k8s.io/utils/mount to ↵ | Viktor Kuzmin | 7 | -2818/+92 | |
| k8s.io/mount-utils | |||||
| 2023-04-26 | Merge pull request #117 from washcycle/washcycle/issue115v1.1.8v1.1.7 | Chris Lu | 10 | -278/+1942 | |
| Validations to Pass CSI Sanity Tests and Script | |||||
| 2023-04-26 | added extra _ | washcycle | 1 | -1/+1 | |
| 2023-04-26 | build fixes | washcycle | 4 | -272/+1856 | |
| 2023-04-26 | revert change | washcycle | 1 | -4/+1 | |
| 2023-04-26 | Implement CSI Test Suite | washcycle | 5 | -29/+44 | |
| Fixes #115 | |||||
| 2023-04-22 | -small format fix | washcycle | 3 | -12/+19 | |
| -added node id validation on drvier start -added go debug in to gitignore -add nodeid to test.sh | |||||
| 2023-04-22 | updated missing pkgs | washcycle | 1 | -0/+4 | |
| 2023-04-22 | fixed a few things | washcycle | 5 | -24/+1 | |
| 2023-04-22 | Validations to Pass CSI Sanity Tests | washcycle | 5 | -1/+24 | |
| -removed deprecated/unneeded passthrough import -added test.sh (needs work) | |||||
| 2023-04-22 | -fixed several csi sanity tests | washcycle | 4 | -3/+60 | |
| -removed deprecated/unneeded passthrough import -added test.sh (needs work) | |||||
| 2023-04-16 | sync with 3.46v1.1.6 | chrislu | 2 | -5/+11 | |
| 2023-03-21 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs-csi-driverv1.1.5v1.1.4 | chrislu | 1 | -0/+1 | |
| 2023-03-21 | go get -t -u ./... | chrislu | 2 | -36/+122 | |
| 2023-03-20 | Merge pull request #113 from washcycle/patch-1 | Chris Lu | 1 | -0/+1 | |
| Update README.md | |||||
| 2023-03-20 | Update README.md | Matt | 1 | -0/+1 | |
| Added to Artifact Hub Added Artifact Hub Badge | |||||
