Organisationsahrefsdevkitbranch/masterBuild History

Build History for branch/master

Builds (32)
web: modify tracing to get nicer span names we don't need the full URL in the span name, these are supposed to be low cardinality. The URL is already provided in attributes.
2d5998
web: modify tracing to get nicer span names we don't need the full URL in the span name, these are supposed to be low cardinality. The URL is already provided in attributes.
37604d
Memory: drop track_global_reachable can be expensive and easy to misuse intention was to use for debugging only (and then no need for super-easy helper, can still call new_stats manually)
c03b00
Remove logstash and pid (#54) * delete logstash * remove pid
2a789e
prelude: don't set Lwt_engine to poll if libev is available (#52)
8bb7d7
Prelude: + Fresh.map{,2} the name is somewhat meh
ff6002
switch from pcre to pcre2
ac7d14
make gen_ragel
74d498
Prelude: + F1
d24a05
log: show no backtrace by default this changes the current behavior, which is to show backtrace when [backtrace] arg provided but OCAMLRUNPARAM=b
955148
Revert "import command pipe from ahrefskit (#48)" This reverts commit 9b5deb3d4d0e13471d1e7149a1aa06547bd8aa74.
e728d1
import command pipe from ahrefskit (#48)
9b5deb
Daemon: actually delay signaling exit specifically: replace `wakeup_later` which is unpredictable with pause+wakeup which is more predicatble
747435
Time.{start,end}_of_day
26e664
time: add years, to_years and round_years (#45) Co-authored-by: Corentin Leruth <corentin.leruth@ahrefs.com>
c2c7b5
remove extra sprintf
e5a977
httpev: do not reuseport on unix socket
6c7ba2
Merge pull request #43 from davesnx/support-http-11-header Treat chunks as HTTP 1.1
6b5e77
Lwt_util.idle_check
6faa0c
time 2025
d890d2
web,otel: add url to span name (#28)
901559
Improve `ocaml-ci` builds - `String.starts_with` added in 4.13. - `__FUNCTION__` added in 4.12. - Force version of PCRE bindings (from 2020, OCaml 4.08). - Force version of Lwt (`Lwt.reraise` added in 5.7.0).
6ea2ff
htmlStream: parse `<title>` in “raw” mode Cf. <https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-inhead> `make -B gen_ragel` seems to also modify the locations in `devkit_ragel.ml`; I use the following: ``` $ ragel --version Ragel State Machine Compiler version 6.8+20190930 Feb 2013 Copyright (c) 2001-2009 by Adrian Thurston ```
1f3f7e
expose Pid.sanitize_name
be335c
Merge pull request #30 from ahrefs/no-relaunch-0 parallel: add option to not revive upon clear termination
dc07cd
httpev: don't use deprecated value Unix.SO_ERROR
cb6d2c
Merge pull request #36 from ahrefs/ahrefs/lwt-exceptions Use Stdlib.raise and Lwt.reraise instead of Lwt.fail for better backtraces
59465a
web: fix wrong otel parent scope (#33)
9874c7
ci: use ocaml 5.2 (#34)
708234
ci: use ubuntu 22.04 https://github.com/ocaml/setup-ocaml/issues/872
add3b0
add comment about the captured backtrace
7cb0a6
Merge pull request #29 from tatchi/tatchi/exn-fail-preserve-bt
668c5d