Formatting

pmeunier
Mar 5, 2026, 6:56 AM
Y4NVVY56QZE3I2NEJUUFKANBL5SCCUDALSTDVZ4YOPH6AXJYQT5QC

Dependencies

Change contents

  • edit in api/src/ssh.rs at line 1
    [2.319304]
    [2.319305]
    use crate::Keyalgorithm_;
  • replacement in api/src/ssh.rs at line 3
    [2.319335][2.319335:319427]()
    use crate::repository::{channel_spec, ChannelSpec, RepositoryId};
    use crate::Keyalgorithm_;
    [2.319335]
    [2.319427]
    use crate::repository::{ChannelSpec, RepositoryId, channel_spec};
  • edit in api/src/ssh.rs at line 11
    [2.319678][2.319678:319729]()
    use diesel_async::scoped_futures::ScopedFutureExt;
  • edit in api/src/ssh.rs at line 13
    [2.319795]
    [2.319795]
    use diesel_async::scoped_futures::ScopedFutureExt;
  • edit in api/src/ssh.rs at line 17
    [2.319849][2.319849:319923]()
    use libpijul::pristine::{Base32, ChannelTxnT, DepsTxnT, GraphTxnT, TxnT};
  • edit in api/src/ssh.rs at line 18
    [2.319946]
    [2.319946]
    use libpijul::pristine::{Base32, ChannelTxnT, DepsTxnT, GraphTxnT, TxnT};
  • edit in api/src/ssh.rs at line 28
    [2.320161][2.320161:320185]()
    use thrussh::server::*;
  • edit in api/src/ssh.rs at line 29
    [2.320209]
    [2.320209]
    use thrussh::server::*;
  • replacement in api/src/ssh.rs at line 98
    [2.322564][2.322564:322624]()
    gen: std::time::SystemTime::UNIX_EPOCH,
    [2.322564]
    [2.322624]
    g: std::time::SystemTime::UNIX_EPOCH,
  • replacement in api/src/ssh.rs at line 127
    [2.323318][2.323318:323350]()
    gen: std::time::SystemTime,
    [2.323318]
    [2.323350]
    g: std::time::SystemTime,
  • replacement in api/src/ssh.rs at line 675
    [2.343697][2.343697:343772]()
    return Ok(ProtocolResult::State { disc, pos })
    [2.343697]
    [2.343772]
    return Ok(ProtocolResult::State { disc, pos });
  • replacement in api/src/ssh.rs at line 773
    [2.347810][2.347810:347876]()
    self.random_challenge.gen = std::time::SystemTime::now();
    [2.347810]
    [2.347876]
    self.random_challenge.g = std::time::SystemTime::now();
  • replacement in api/src/ssh.rs at line 796
    [2.348414][2.348414:348501]()
    if self.random_challenge.gen.elapsed()? > std::time::Duration::from_secs(10) {
    [2.348414]
    [2.348501]
    if self.random_challenge.g.elapsed()? > std::time::Duration::from_secs(10) {
  • edit in api/src/ssh.rs at line 1190
    [2.363659]
    [2.363659]
    debug!("repo");
  • edit in api/src/ssh.rs at line 1192
    [2.363704]
    [2.363704]
    debug!("repo doesn't have {:?}", hash);
  • edit in api/src/ssh.rs at line 1204
    [2.364275]
    [2.364275]
    debug!("repo n = {:?}", n);
  • edit in api/src/ssh.rs at line 1219
    [2.364889]
    [2.364889]
    debug!("apply {:?}", hash);
  • edit in api/src/proxy.rs at line 112
    [3.4587]
    [2.442860]
    debug!("parts {:?}", parts);
  • replacement in api/src/proxy.rs at line 180
    [2.443885][3.5927:5970]()
    error!("grain error {:?}", e);
    [2.443885]
    [3.5970]
    error!("error {:?}", e);
  • edit in api/src/proxy.rs at line 238
    [3.6855]
    [3.6855]
    debug!("resp {:?} body {:?}", resp, body.len());
  • replacement in api/src/main.rs at line 130
    [3.7549][3.7549:7688]()
    let h = format!("{:?}", headers);
    tracing::debug_span!("request", %method, %uri, matched_path, %h)
    [3.7549]
    [2.456118]
    tracing::debug_span!("request", %method, %uri, matched_path)