Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/ofborg
base: ed4fcea2275e
Choose a base ref
...
head repository: NixOS/ofborg
compare: b56a432946aa
Choose a head ref
  • 15 commits
  • 26 files changed
  • 2 contributors

Commits on Apr 29, 2020

  1. generalize SimpleWorker trait

    LnL7 committed Apr 29, 2020
    Copy the full SHA
    3722158 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5a75be2 View commit details
    Browse the repository at this point in the history
  3. add lapin dependencies

    An async amqp library, but more importantly unlike the current amqp
    library it implements heartbeats.
    LnL7 committed Apr 29, 2020
    Copy the full SHA
    a3618c8 View commit details
    Browse the repository at this point in the history
  4. update carnix

    LnL7 committed Apr 29, 2020
    Copy the full SHA
    8430fe8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    586d83e View commit details
    Browse the repository at this point in the history
  6. add easylapin module

    This isn't very nice, but should implement everything needed to drop in
    lapin as the amqp library.
    LnL7 committed Apr 29, 2020
    Copy the full SHA
    0ecd8cc View commit details
    Browse the repository at this point in the history
  7. convert builder to easylapin

    This is probably the safest thing to start with since it can be tested
    separately from the main deployment and isn't only used for secondary
    checks.
    LnL7 committed Apr 29, 2020
    Copy the full SHA
    eae94fe View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    737871e View commit details
    Browse the repository at this point in the history
  9. implement all declare options for lapin

    Many of these are actually not used, probably better to remove them.
    LnL7 committed Apr 29, 2020
    Copy the full SHA
    7dc8d40 View commit details
    Browse the repository at this point in the history
  10. set content_type for lapin

    LnL7 committed Apr 29, 2020
    Copy the full SHA
    8dfcccb View commit details
    Browse the repository at this point in the history
  11. remove unwraps from builder

    Mostly the same behaviour, but the result syntax is a bit nicer.
    LnL7 committed Apr 29, 2020
    Copy the full SHA
    8cb5bfd View commit details
    Browse the repository at this point in the history
  12. remove unwraps in lapin

    Might help a little bit with debugging if any of these unexpected cases
    occur.
    LnL7 committed Apr 29, 2020
    Copy the full SHA
    fb8b424 View commit details
    Browse the repository at this point in the history
  13. remove glob imports in easylapin

    LnL7 committed Apr 29, 2020
    Copy the full SHA
    5b8d7e0 View commit details
    Browse the repository at this point in the history
  14. ofborg: 0.1.8 -> 0.1.9

    LnL7 committed Apr 29, 2020
    Copy the full SHA
    7d61164 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #474 from LnL7/lapin

    lapin amqp implementation
    cole-h committed Apr 29, 2020
    Copy the full SHA
    b56a432 View commit details
    Browse the repository at this point in the history