You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
Define user password expiry in terms of seconds (#288)
## What is the goal of this PR?
We've redefined the way we expose how long until a password expires in seconds, rather than days as was done previously.
## What are the changes implemented in this PR?
* We've changed `password_expiry_days` to `password_expiry_seconds`.
* We implement the newly updated BDD steps to do with opening and closing connections, and prepare other steps for booting and configuring TypeDB for use once the TypeDB runner is available in Python
Copy file name to clipboardExpand all lines: dependencies/vaticle/repositories.bzl
+3-3
Original file line number
Diff line number
Diff line change
@@ -25,19 +25,19 @@ def vaticle_dependencies():
25
25
git_repository(
26
26
name="vaticle_dependencies",
27
27
remote="https://github.com/vaticle/dependencies",
28
-
commit="0daf20ca5efc141fc8e3f9a767a9118b6eee0980", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
28
+
commit="e0446ffa70cacca89cb1faa2cd6f299c3784d845", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
commit="ff4f58b4db2200b907c60b28a2b8ee661449e9c0"# sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
42
+
commit="b4cbdd3aaf28428608fc88eae0852425df57fe25"# sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
0 commit comments