Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix missing redis-commaner password support #6131

Merged
merged 46 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
40f56aa
Add password for redis
mrnicegyu11 Apr 22, 2024
f124306
Merge remote-tracking branch 'upstream/master' into add/redisWithPass…
mrnicegyu11 May 13, 2024
db7ec97
Merge remote-tracking branch 'upstream/master' into add/redisWithPass…
mrnicegyu11 Jul 9, 2024
2adba93
Merge branch 'master' into 2024/07/redisPassword
mrnicegyu11 Jul 9, 2024
6f0f32a
make redis tests pass
mrnicegyu11 Jul 10, 2024
7c8f832
Merge remote-tracking branch 'upstream/master' into 2024/07/redisPass…
mrnicegyu11 Jul 10, 2024
e132b7e
Merge branch 'master' into 2024/07/redisPassword
mrnicegyu11 Jul 10, 2024
569bf06
🎨 [Frontend] TIP v3 Feedback from 10.07 (#6049)
odeimaiz Jul 11, 2024
4b490fc
🎨 Improve load test framework (yet again) (#6051)
bisgaard-itis Jul 11, 2024
82583e8
🎨 [Frontend] Do not change annotations' color when selected (#6048)
odeimaiz Jul 11, 2024
5c0c85f
🐛 Fix `install-ci` make target in `tests/performance` (#6053)
bisgaard-itis Jul 11, 2024
8f3dcaa
✨🚨Autoscaling: Prepare Warmed EBS-backed volumes to use as buffer for…
sanderegg Jul 11, 2024
8462789
🚑️ fixes issue with env vars being stored as dict or list (#6052)
GitHK Jul 12, 2024
fd3bd45
✨✅ catalog: service-layer for registry and increased test coverage (p…
pcrespov Jul 12, 2024
77b4ab3
🐛 fixes hanging servicelib tests (#5942)
GitHK Jul 15, 2024
4743aee
🎨 [Frontend] Patch study from Study Editor (#5916)
odeimaiz Jul 15, 2024
161c8d4
Bump actions/setup-node from 4.0.2 to 4.0.3 (#6065)
dependabot[bot] Jul 15, 2024
2aecc2e
🐛🎨 Fix backenderror name injection (#6064)
bisgaard-itis Jul 16, 2024
6c236d4
🎨 [Frontend] UX: Reuse ``Add collaborators`` widget in Publish templa…
odeimaiz Jul 16, 2024
12ec93d
🎨adding logs when sendig socketio messages (#6067)
GitHK Jul 16, 2024
50d318e
🎨 [Frontend] UX Cookie Expiration Date (#6066)
odeimaiz Jul 16, 2024
20d4f8b
🐛 Fix create soft link kwargs (#6069)
bisgaard-itis Jul 16, 2024
3912180
🎨 web-api `services` api response includes manifest info (part 5) (#…
pcrespov Jul 16, 2024
f1440ae
Merge branch 'master' into 2024/07/redisPassword
mrnicegyu11 Jul 17, 2024
09cd578
Fix some tests
mrnicegyu11 Jul 17, 2024
290dd22
Fix some tests
mrnicegyu11 Jul 17, 2024
6905089
Merge branch 'master' into 2024/07/redisPassword
mrnicegyu11 Jul 18, 2024
f7ed2e1
Fix some tests
mrnicegyu11 Jul 18, 2024
540f541
Merge branch 'master' into 2024/07/redisPassword
mrnicegyu11 Jul 18, 2024
d04d281
Fix some tests
mrnicegyu11 Jul 18, 2024
6d89aab
Increase timeout in exporter test - wont ever pass on local machine, …
mrnicegyu11 Jul 18, 2024
47892b7
Remove debug print statement
mrnicegyu11 Jul 18, 2024
60ebcfc
Fix failing test
mrnicegyu11 Jul 18, 2024
6f4d84e
Merge branch 'master' into 2024/07/redisPassword
mrnicegyu11 Jul 18, 2024
fa9bd5a
Merge branch 'master' into 2024/07/redisPassword
mrnicegyu11 Jul 19, 2024
5e800fc
Fix comment extra str() - @pcrewspov
mrnicegyu11 Jul 22, 2024
26d3c46
Revert extended integration test timeout @pcrespov @sanderegg
mrnicegyu11 Jul 22, 2024
6107b45
Merge branch 'master' into 2024/07/redisPassword
mrnicegyu11 Jul 22, 2024
ad108e0
Merge remote-tracking branch 'upstream/master' into 2024/07/redisPass…
mrnicegyu11 Aug 2, 2024
a55c7e0
Fix redis-commander
mrnicegyu11 Aug 2, 2024
b38b4c1
Update services/web/server/tests/unit/with_dbs/docker-compose-devel.yml
mrnicegyu11 Aug 5, 2024
7659d75
Fix @githk commit suggestion
mrnicegyu11 Aug 5, 2024
5dbcd64
Merge branch 'master' into 2024/07/redisPassword
mrnicegyu11 Aug 5, 2024
8f4068d
Merge branch 'master' into 2024/07/redisPassword
mrnicegyu11 Aug 9, 2024
e7b6425
Merge branch 'master' into 2024/07/redisPassword
mrnicegyu11 Aug 9, 2024
b3162b7
Merge branch 'master' into 2024/07/redisPassword
mrnicegyu11 Aug 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions services/docker-compose-ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ services:
environment:
- >-
REDIS_HOSTS=
resources:${REDIS_HOST}:${REDIS_PORT}:0,
locks:${REDIS_HOST}:${REDIS_PORT}:1,
validation_codes:${REDIS_HOST}:${REDIS_PORT}:2,
scheduled_maintenance:${REDIS_HOST}:${REDIS_PORT}:3,
user_notifications:${REDIS_HOST}:${REDIS_PORT}:4,
announcements:${REDIS_HOST}:${REDIS_PORT}:5,
distributed_identifiers:${REDIS_HOST}:${REDIS_PORT}:6,
deferred_tasks:${REDIS_HOST}:${REDIS_PORT}:7
resources:${REDIS_HOST}:${REDIS_PORT}:0:${REDIS_PASSWORD},
locks:${REDIS_HOST}:${REDIS_PORT}:1:${REDIS_PASSWORD},
validation_codes:${REDIS_HOST}:${REDIS_PORT}:2:${REDIS_PASSWORD},
scheduled_maintenance:${REDIS_HOST}:${REDIS_PORT}:3:${REDIS_PASSWORD},
user_notifications:${REDIS_HOST}:${REDIS_PORT}:4:${REDIS_PASSWORD},
announcements:${REDIS_HOST}:${REDIS_PORT}:5:${REDIS_PASSWORD},
distributed_identifiers:${REDIS_HOST}:${REDIS_PORT}:6:${REDIS_PASSWORD},
deferred_tasks:${REDIS_HOST}:${REDIS_PORT}:7:${REDIS_PASSWORD}
# If you add/remove a db, do not forget to update the --databases entry in the docker-compose.yml
ports:
- "18081:8081"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,16 @@ services:
image: rediscommander/redis-commander:latest
restart: always
environment:
- REDIS_HOSTS=resources:redis:6379:0,locks:redis:6379:1,validation_codes:redis:6379:2,scheduled_maintenance:redis:6379:3,user_notifications:redis:6379:4,announcements:redis:6379:5
- >-
REDIS_HOSTS=
resources:redis:6379:0:${TEST_REDIS_PASSWORD},
locks:redis:6379:1:${TEST_REDIS_PASSWORD},
validation_codes:redis:6379:2:${TEST_REDIS_PASSWORD},
scheduled_maintenance:redis:6379:3:${TEST_REDIS_PASSWORD},
user_notifications:redis:6379:4:${TEST_REDIS_PASSWORD},
announcements:redis:6379:5:${TEST_REDIS_PASSWORD},
distributed_identifiers:redis:6379:6:${TEST_REDIS_PASSWORD},
deferred_tasks:redis:6379:7:${TEST_REDIS_PASSWORD}
ports:
- "18081:8081"

Expand Down
Loading