Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vecna
lox
Commits
188c8b20
Commit
188c8b20
authored
10 months ago
by
Vecna
Browse files
Options
Downloads
Patches
Plain Diff
Format new changes
parent
080deb79
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#163515
failed
10 months ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
crates/lox-distributor/src/lox_context.rs
+6
-1
6 additions, 1 deletion
crates/lox-distributor/src/lox_context.rs
crates/lox-distributor/src/request_handler.rs
+4
-1
4 additions, 1 deletion
crates/lox-distributor/src/request_handler.rs
with
10 additions
and
2 deletions
crates/lox-distributor/src/lox_context.rs
+
6
−
1
View file @
188c8b20
...
...
@@ -828,7 +828,12 @@ impl LoxServerContext {
};
// TODO: Forward this information to rdsys
for
bridge_str
in
blocked_bridges
.keys
()
{
if
self
.tp_bridge_infos
.lock
()
.unwrap
()
.contains_key
(
bridge_str
)
{
if
self
.tp_bridge_infos
.lock
()
.unwrap
()
.contains_key
(
bridge_str
)
{
let
bl
=
self
.tp_bridge_infos
.lock
()
...
...
This diff is collapsed.
Click to expand it.
crates/lox-distributor/src/request_handler.rs
+
4
−
1
View file @
188c8b20
...
...
@@ -77,7 +77,10 @@ mod tests {
use
base64
::{
engine
::
general_purpose
,
Engine
};
use
chrono
::{
Duration
,
Utc
};
use
julianday
::
JulianDay
;
use
lox_library
::{
bridge_table
,
bridge_table
::
BridgeLine
,
cred
::
BucketReachability
,
proto
,
BridgeAuth
,
BridgeDb
};
use
lox_library
::{
bridge_table
,
bridge_table
::
BridgeLine
,
cred
::
BucketReachability
,
proto
,
BridgeAuth
,
BridgeDb
,
};
use
rand
::
RngCore
;
use
std
::
sync
::{
Arc
,
Mutex
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment