Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial setup of AblyD #1

Open
wants to merge 19 commits into
base: basic-branch
Choose a base branch
from
Open

Initial setup of AblyD #1

wants to merge 19 commits into from

Commits on Jul 24, 2021

  1. Add basic AblyD layout

    tomczoink committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    bed9a92 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Remove Action message element

    Instead of a message element to define the action, we instead specify this with the message name.
    tomczoink committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    92ef9f6 View commit details
    Browse the repository at this point in the history
  2. Add basic AsyncAPI spec

    This currently only defines normal messages, not presence messages.
    tomczoink committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    13f8a33 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Fix ably key flag in README

    Incorrectly said the flag for the Ably API key was `ablykey` rather than `apikey`
    tomczoink committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    d25b360 View commit details
    Browse the repository at this point in the history
  2. Adjust logging to be per-process

    Means PID in logging can identify each individual process
    tomczoink committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    9003ebb View commit details
    Browse the repository at this point in the history
  3. Add executable

    tomczoink committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    b5ed79f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1635371 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c75f8d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Update channel names to be more informative

    Rather than relying on a single level of channel namespace based on PID, this reflects the serverID and a variable base namespace to allow for further customization.
    
    This includes improvements to allow for commands to be used on specific servers rather than any server in a shared command channel.
    tomczoink committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    265c9c5 View commit details
    Browse the repository at this point in the history
  2. Convert process output from bytes to string type

    This should make it easier for subscribers to handle output from servers.
    tomczoink committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    f28c7cb View commit details
    Browse the repository at this point in the history
  3. Add webhook demo

    tomczoink committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    4f1874f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Update usage of instances to processes

    This is to help differentiate between AblyD instances and the processes it spools off.
    tomczoink committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    d513f30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b00310c View commit details
    Browse the repository at this point in the history
  3. Update ablyd binary

    tomczoink committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    0927997 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    896d466 View commit details
    Browse the repository at this point in the history
  2. Add goreleaser

    tomczoink committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    8205a76 View commit details
    Browse the repository at this point in the history
  3. Update homebrew url

    tomczoink committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    3f4a0dd View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Add link to blog post

    tomczoink committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    cfafb10 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Add Install details

    tomczoink committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    9d27d33 View commit details
    Browse the repository at this point in the history