You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by va...@apache.org on 2023/05/27 15:04:29 UTC

[couchdb-recon] branch main updated (1ddebb6 -> 9efec26)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-recon.git


    from 1ddebb6  Merge pull request #74 from gomoripeti/trace_fmt_extra_msg
     add ac1b907  Fix type matchspec
     add b08b35b  Merge pull request #76 from suexcxine/patch-2
     add 4411718  Format OTP-23 allocator data to match internals
     add dbe28c8  clearer comment
     add 58071e3  Merge pull request #78 from ferd/otp-23-alloc-compat
     add 1eafb75  Bump to 2.5.1
     add 91f8e32  Merge pull request #79 from ferd/bump-2.5.1
     add f7b6c08  drop OTP-17 from travis since it's too old for rebar3 to run tests
     add 1b7abe1  option io_server can also be an atom()
     add 46b85c0  Merge pull request #80 from gomoripeti/io_server_atom
     add d4f3f25  Accumulate all block entries in format_blocks
     add 4efbe8b  Merge pull request #83 from Kuroneer/format-blocks-acc
     add d9938c4  Implement GitHub Actions
     add 6cd3d72  Merge pull request #85 from paulo-ferraz-oliveira/feature/gha
     add b4bfb18  Adapt README.md to move from Travis CI to GitHub Actions
     add c630e24  Merge pull request #86 from paulo-ferraz-oliveira/feature/gha_in_readme
     add bc5fd9c  Actually run on different Erlang versions
     add 51e3a09  Merge pull request #87 from paulo-ferraz-oliveira/fix/gha
     add 48b2700  Increase strictness
     add 0f416e0  Merge pull request #88 from paulo-ferraz-oliveira/feature/dialyzer_on_ci
     add 1a0833f  Remove .travis.yml
     add 3208e8d  Remove 'rebar' from source
     add cfa7ea9  Merge pull request #90 from vkatsuba/refactoring/cleanup
     add 2cbd806  Fix doc copyright
     add 4da1671  Merge pull request #91 from vkatsuba/fix/doc_copyright
     add b16dc3d  Tweak CI versions (add 24.0, move some .0 to .3)
     add 428a9ff  Fix as per CI's results
     add 508148d  Merge pull request #92 from paulo-ferraz-oliveira/feature/ci-otp-24
     add 34194da  bump to 2.5.2
     add 1b4e68b  Fix doc spelling
     add a1736a8  Merge pull request #94 from qrede/patch-1
     add 4fe3f68  Fix typos
     add 59758c0  Merge pull request #96 from kianmeng/fix-typos
     add 5f29ba5  Fix handling of dead processes in recon:info/2
     add adaa2a5  Merge pull request #97 from ferd/fix-dead-proc-handling
     add 5c9f1e2  Use NEW_PORT_EXT when Creation > 3
     add f878e64  Merge pull request #100 from lukebakken/lukebakken/recon-99
     add ea9fc0a  unexpected early strings binary/code
     add cf5bfc2  Merge pull request #101 from sthomas2600/patch-1
     add f779c26  Switch main documentation to ex_doc format
     add 7b9714e  Make CI only run ex_doc on valid versions
     add fa31440  Merge pull request #103 from ferd/ex_doc
     add 9efec26  bump to 2.5.3

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml         |  26 ++++++++
 .gitignore                       |   5 +-
 .travis.yml                      |  17 -----
 README.md => CHANGELOG.md        | 114 ++++++++++++++++++---------------
 LICENSE                          |   2 +-
 README.md                        | 133 +--------------------------------------
 doc/overview.edoc                |   2 +-
 docsite.erl                      |  10 ++-
 mix.exs                          |   2 +-
 rebar                            | Bin 166871 -> 0 bytes
 rebar.config                     |  30 +++++++++
 script/erl_crashdump_analyzer.sh |  18 +++---
 src/recon.app.src                |   2 +-
 src/recon.erl                    |  23 ++++---
 src/recon_alloc.erl              |  69 +++++++++++++++++---
 src/recon_lib.erl                |  13 +++-
 src/recon_trace.erl              |   4 +-
 {doc => src_doc}/overview.edoc   |   2 +-
 src_doc/overview.md              |  39 ++++++++++++
 test/recon_SUITE.erl             |  27 +++++++-
 20 files changed, 301 insertions(+), 237 deletions(-)
 create mode 100644 .github/workflows/ci.yml
 delete mode 100644 .travis.yml
 copy README.md => CHANGELOG.md (80%)
 delete mode 100755 rebar
 copy {doc => src_doc}/overview.edoc (98%)
 create mode 100644 src_doc/overview.md