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: monzo/orchestra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tifo/orchestra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 19 files changed
  • 1 contributor

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    0dd414e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    d8c32fa View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Allow subfolder service search + find nearest orchestra.yml

    - Find nearest orchestra.yml in parent directories (docker-compose style)
    - Allow defining multiple folders to look for services via `stacks` in `orchestra.yml`
      Default behavior is preserved if `stacks` is not provided, otherwise add `""` or `"."`
      to add the root folder as part of the search. This is useful in a monorepo where
      services are split in different "stacks" or "products".
      A specific stack can be acted upon by just specifying its folder, for exemple
      running `orchestra ps core` will return all serviecs found in the `core` subfolder
      if it was specified under `stacks` in `orchestra.yml`
    0rax committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    b8d03da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9352340 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Fix bash completion, add fish completion & add . alias

    - Bash completion was updated to init services itself as `.Before` is no longer called
      by github.com/urface/cli since v1.22.10.
    - Added fish completion
    - Add a `.` alias in arg parsing allowing a stack or a service to be acted upon
      when the user is currently in its directory.
    0rax committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1a0992e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    346dac9 View commit details
    Browse the repository at this point in the history
Loading