This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
dragonflydb-dragonfly
Watch
1
Star
0
Fork
You've already forked dragonflydb-dragonfly
0
mirror of
https://github.com/dragonflydb/dragonfly.git
synced
2024-12-14 11:58:02 +00:00
Code
Activity
Grow2
dragonflydb-dragonfly
/
go.work
7 lines
61 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
chore(helm): Make release pipeline to update golden files (#916) Golden files need to be updated as version is updated in the `Chart.yaml` file. This commit adds the step to update the golden files in the release pipeline. To make that possible, The following additional changes are also required: - `Go.Work`: This adds support multi-module projects as we will have the tests along with the operator in sub-folders. This is required to run go cmds from the root directory. (like running tests in this case). - `.helmignore`: This updates the Helm chart to ignore the `/ci` folder during helm packaging as those are not required for users of the chart.
2023-03-08 18:05:47 +00:00
go 1.20
chore: simple traffic logger (#2378) * feat: simple traffic logger Controls: ``` DEBUG TRAFFIC <base_path> | [STOP] ``` --------- Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io> Signed-off-by: Roman Gershman <roman@dragonflydb.io> Co-authored-by: Roman Gershman <roman@dragonflydb.io>
2024-01-10 12:56:56 +00:00
use (
./contrib/charts/dragonfly
./tools/replay
)
Copy permalink