Skip to content

Commit

Permalink
Merge pull request #140 from commander-cli/migrate-repository
Browse files Browse the repository at this point in the history
Move commander from SimonBaeumer/commander to commander-cli/commander
  • Loading branch information
SimonBaeumer authored Jul 13, 2020
2 parents 00f5f97 + e554d97 commit bde1096
Show file tree
Hide file tree
Showing 36 changed files with 67 additions and 68 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Fixes #
## Checklist

- [ ] Added unit / integration tests for windows, macOS and Linux?
- [ ] Added a changelog entry in [CHANGELOG.md](../CHANGELOG.md)?
- [ ] Updated the documentation ([README.md](../README.md), [docs](../docs))?
- [ ] Added a changelog entry in [CHANGELOG.md](https://github.com/commander-cli/commander/blob/master/CHANGELOG.md)?
- [ ] Updated the documentation ([README.md](https://github.com/commander-cli/commander/blob/master/README.md), [docs](https://github.com/commander-cli/commander/blob/master/docs))?
- [ ] Does your change work on `Linux`, `Windows` and `macOS`?
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: go
env:
global:
- GO111MODULE=on
- CC_TEST_REPORTER_ID=4015795135868ee4781bd8cad1d345c20e7d0c2ef6ad5b0f08ccb13da24e66a1
- CC_TEST_REPORTER_ID=f97333d5fd390f3f77c129767cf8970cd288bf201bddee48e52197c86c7ce9c9

stages:
- test
Expand All @@ -20,7 +20,7 @@ services:

before_install:
- go get -u golang.org/x/lint/golint
- curl -L https://github.com/SimonBaeumer/commander/releases/download/v1.2.1/commander-linux-amd64 -o ~/bin/commander
- curl -L https://github.com/commander-cli/commander/releases/download/v1.2.1/commander-linux-amd64 -o ~/bin/commander
- chmod +x ~/bin/commander

jobs:
Expand All @@ -37,7 +37,7 @@ jobs:
- name: macOS integration
os: osx
script:
- curl -L https://github.com/SimonBaeumer/commander/releases/download/v0.3.0/commander-darwin-amd64 -o ~/bin/commander
- curl -L https://github.com/commander-cli/commander/releases/download/v0.3.0/commander-darwin-amd64 -o ~/bin/commander
- chmod +x ~/bin/commander
- make integration-unix

Expand All @@ -53,7 +53,7 @@ jobs:
before_install:
- choco install make
- choco install curl
- curl -L https://github.com/SimonBaeumer/commander/releases/download/v1.2.1/commander-windows-amd64 -o C:\Windows\system32\commander.exe
- curl -L https://github.com/commander-cli/commander/releases/download/v1.2.1/commander-windows-amd64 -o C:\Windows\system32\commander.exe
script:
- make integration-windows

Expand Down Expand Up @@ -83,8 +83,7 @@ jobs:
deploy:
provider: releases
overwrite: true
api_key:
secure: MMpRaIevc54qXtRQeGa/tZk4wjoOWGg4wpBcBaBJUBFMr2/y9s+qmXH49BThg95/gE2TwSPwPpcKlcAuhuB1h8aABzaAqK4+yA7/0diH2KQOfWDJinEuJ/lgFMt7JRXy5euam5vVFfPRGj+hIqxq51wfJDUcb4I7iGV2zC3L3o0QDX//V3CK5/j2G5tZ3PlEScv3wfthRfxmFz8H3LYWeRct3U2VbB3WPDr2c4sGxYzerhrihEC930m+vVB2A7UuvDNhT+1Q7h5e+h9FWAl47SZMuciqbJ8VAurakthVCtyF1p6F6jQ0SP47uH3f+f+v9WWTrEz7k8ENjb/9Cisw3+pzrUAlcxolytK5QTFxiYa7ukdqLwZCiUJg8s+Q+8VowZ+vVvfa+sjwP1d+OYdUpbtOldJrHZqbOUjPSMdI1fNsdQAr68TrZwUSsaXEkRiy9HIoZ3QryeTCVsjJ8T/urJVeUzp/VpefbgnQeN4UlnVjXuqEUgSNYeBDWM6LQNu/8ucZ2cWykt+Z3eJu+Zzl2+nlA8x07dtsRFdrx+SlomNyYod+hAG4suvwwKEL90HbQLs01jo3E3hGi827+dSzT3SDHvMEpyhw5BbVyqSWaZrRDukwpEDgjsiuzywZUkzVbeZHVJZOCkEWth8VY0A/L2dnv5ewbko/WribfBjdCsc=
api_key: $GITHUB_TOKEN
file:
- release/commander-linux-amd64
- release/commander-linux-arm
Expand All @@ -95,5 +94,5 @@ jobs:
- release/commander-windows-386.exe
skip_cleanup: true
on:
repo: SimonBaeumer/commander
repo: commander-cli/commander
tags: true
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v2.2.0

- Move from `github.com/SimonBaeumer` to `github.com/commander-cli`

# v2.1.0

- Add registry authentication for `docker` nodes
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Build Status](https://travis-ci.org/SimonBaeumer/commander.svg?branch=master)](https://travis-ci.org/SimonBaeumer/commander)
[![GoDoc](https://godoc.org/github.com/SimonBaeumer/commander?status.svg)](https://godoc.org/github.com/SimonBaeumer/commander)
[![Go Report Card](https://goreportcard.com/badge/github.com/SimonBaeumer/commander)](https://goreportcard.com/report/github.com/SimonBaeumer/commander)
[![Maintainability](https://api.codeclimate.com/v1/badges/cc848165784e0f809a51/maintainability)](https://codeclimate.com/github/SimonBaeumer/commander/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/cc848165784e0f809a51/test_coverage)](https://codeclimate.com/github/SimonBaeumer/commander/test_coverage)
[![Github All Releases](https://img.shields.io/github/downloads/SimonBaeumer/commander/total.svg)](https://github.com/SimonBaeumer/commander/releases)
[![Build Status](https://travis-ci.org/commander-cli/commander.svg?branch=master)](https://travis-ci.org/commander-cli/commander)
[![GoDoc](https://godoc.org/github.com/commander-cli/commander?status.svg)](https://godoc.org/github.com/commander-cli/commander)
[![Go Report Card](https://goreportcard.com/badge/github.com/commander-cli/commander)](https://goreportcard.com/report/github.com/SimonBaeumer/commander)
[![Maintainability](https://api.codeclimate.com/v1/badges/cc848165784e0f809a51/maintainability)](https://codeclimate.com/github/commander-cli/commander/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/cc848165784e0f809a51/test_coverage)](https://codeclimate.com/github/commander-cli/commander/test_coverage)
[![Github All Releases](https://img.shields.io/github/downloads/commander-cli/commander/total.svg)](https://github.com/commander-cli/commander/releases)

# Commander

Expand Down Expand Up @@ -63,23 +63,23 @@ For more information take a look at the [quick start](#quick-start), the [exampl
Probably the easiest way to install `commander` is by using `go get` to download and install it in one simple command:

```bash
go get github.com/SimonBaeumer/commander/cmd/commander
go get github.com/commander-cli/commander/cmd/commander
```

This works on any OS, as long as go is installed. If go is not installed on your system, follow one of the methods below.

### Linux & osx

Visit the [release](https://github.com/SimonBaeumer/commander/releases) page to get the binary for you system.
Visit the [release](https://github.com/commander-cli/commander/releases) page to get the binary for you system.

```bash
curl -L https://github.com/SimonBaeumer/commander/releases/download/v1.2.2/commander-linux-amd64 -o commander
curl -L https://github.com/commander-cli/commander/releases/download/v1.2.2/commander-linux-amd64 -o commander
chmod +x commander
```

### Windows

- Download the current [release](https://github.com/SimonBaeumer/commander/releases/latest)
- Download the current [release](https://github.com/commander-cli/commander/releases/latest)
- Add the path to your [path](https://docs.alfresco.com/4.2/tasks/fot-addpath.html) environment variable
- Test it: `commander --version`

Expand Down
2 changes: 1 addition & 1 deletion cmd/commander/commander.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"path"
"strings"

"github.com/SimonBaeumer/commander/pkg/app"
"github.com/commander-cli/commander/pkg/app"
"github.com/urfave/cli"
)

Expand Down
12 changes: 6 additions & 6 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,12 @@ The idea behind this it to add support for other formats like `json`, `toml` or
$ make test
INFO: Starting build test
go test ./...
ok github.com/SimonBaeumer/commander/cmd/commander 0.011s
ok github.com/SimonBaeumer/commander/pkg/app 0.014s
ok github.com/SimonBaeumer/commander/pkg/matcher (cached)
ok github.com/SimonBaeumer/commander/pkg/output (cached)
ok github.com/SimonBaeumer/commander/pkg/runtime 0.229s
ok github.com/SimonBaeumer/commander/pkg/suite 0.008s
ok github.com/commander-cli/commander/cmd/commander 0.011s
ok github.com/commander-cli/commander/pkg/app 0.014s
ok github.com/commander-cli/commander/pkg/matcher (cached)
ok github.com/commander-cli/commander/pkg/output (cached)
ok github.com/commander-cli/commander/pkg/runtime 0.229s
ok github.com/commander-cli/commander/pkg/suite 0.008s
```

**7. Learning by doing**
Expand Down
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
module github.com/SimonBaeumer/commander
module github.com/commander-cli/commander

require (
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/SimonBaeumer/cmd v1.2.3
github.com/SimonBaeumer/commander v1.3.0 // indirect
github.com/antchfx/xmlquery v1.1.0
github.com/antchfx/xpath v1.1.0 // indirect
github.com/commander-cli/cmd v1.3.0
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e
github.com/magiconair/properties v1.8.1 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/tidwall/gjson v1.3.2
github.com/urfave/cli v1.20.0
Expand Down
11 changes: 4 additions & 7 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ github.com/Microsoft/go-winio v0.4.14 h1:+hMXMk01us9KgxGb7ftKQt2Xpf5hH/yky+TDA+q
github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA=
github.com/SimonBaeumer/cmd v1.1.0 h1:tr5dUMlly/8bLiC5B0J1AcE4ISru8POEfzAirWnUJnY=
github.com/SimonBaeumer/cmd v1.1.0/go.mod h1:4mc/LDXDWNbkeooqHP83yx3JXtInPHjJkF8zhzqqmZE=
github.com/SimonBaeumer/cmd v1.2.3 h1:Q9/FMZntNPlnbCPzXTCBzx+kRhVX9j3NAh2MCYvnMTA=
github.com/SimonBaeumer/cmd v1.2.3/go.mod h1:4mc/LDXDWNbkeooqHP83yx3JXtInPHjJkF8zhzqqmZE=
github.com/antchfx/jsonquery v1.0.0 h1:1Yhk496SrCoY6fJkFZqpXEqbwOw5sFtLns9la4NoK3I=
github.com/antchfx/jsonquery v1.0.0/go.mod h1:h7950pvPrUZzJIflNqsELgDQovTpPNa0rAHf8NwjegY=
github.com/SimonBaeumer/commander v1.3.0 h1:QwZ7sTYFrmkOAccZwu8LZltDC08kIEcFjBBOkpjdZIg=
github.com/SimonBaeumer/commander v1.3.0/go.mod h1:sNvvvwudBa2kQcSO7G1PttZHcBUnS5LmtJAjDS1Yh+U=
github.com/antchfx/xmlquery v1.1.0 h1:vj0kZ1y3Q6my4AV+a9xbWrMYzubw+84zuiKgvfV8vb8=
github.com/antchfx/xmlquery v1.1.0/go.mod h1:/+CnyD/DzHRnv2eRxrVbieRU/FIF6N0C+7oTtyUtCKk=
github.com/antchfx/xpath v1.1.0 h1:mJTvYpiHvxNQRD4Lbfin/FodHVCHh2a5KrOFr4ZxMOI=
github.com/antchfx/xpath v1.1.0/go.mod h1:Yee4kTMuNiPYJ7nSNorELQMr1J33uOpXDMByNYhvtNk=
github.com/commander-cli/cmd v1.3.0 h1:9h3OKDKgTXGx+m9ulSjMgE5zmiXtDHMlIe7Nwt/NZPI=
github.com/commander-cli/cmd v1.3.0/go.mod h1:0cuDhCU4dmkhdAp1AFMKeQhes11x0f2+5DJhw/QQnFs=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand All @@ -30,8 +30,6 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e h1:9MlwzLdW7QSDrhDjFlsEYmxpFyIoXmYRon3dt0io31k=
github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e/go.mod h1:7rIyQOR62GCctdiQpZ/zOJlFyk6y+94wXzv6RNZgaR4=
github.com/magiconair/properties v1.8.1 h1:ZC2Vc7/ZFkGmsVC9KvOjumD+G5lXy2RtTKyzRKO2BQ4=
github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/opencontainers/go-digest v1.0.0-rc1 h1:WzifXhOVOEOuFYOJAW6aQqW0TooG2iki3E3Ii+WN7gQ=
github.com/opencontainers/go-digest v1.0.0-rc1/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand All @@ -44,7 +42,6 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

LATEST=$(curl -s https://api.github.com/repos/SimonBaeumer/commander/releases/latest | jq -r .tag_name)
LATEST=$(curl -s https://api.github.com/repos/commander-cli/commander/releases/latest | jq -r .tag_name)

if [ -z "$COMMANDER_VER" ]; then
COMMANDER_VER=${COMMANDER_VER:-$LATEST}
Expand All @@ -19,7 +19,7 @@ else
arch="386"
fi

url="https://github.com/SimonBaeumer/commander/releases/download/$COMMANDER_VER/commander-linux-$arch"
url="https://github.com/commander-cli/commander/releases/download/$COMMANDER_VER/commander-linux-$arch"

echo "Downloading $url"
curl -L "$url" -o "$INSTALL_LOC"
Expand Down
6 changes: 3 additions & 3 deletions pkg/app/add_command.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package app

import (
"github.com/SimonBaeumer/cmd"
"github.com/SimonBaeumer/commander/pkg/runtime"
"github.com/SimonBaeumer/commander/pkg/suite"
"github.com/commander-cli/cmd"
"github.com/commander-cli/commander/pkg/runtime"
"github.com/commander-cli/commander/pkg/suite"
"gopkg.in/yaml.v2"
"strings"
)
Expand Down
6 changes: 3 additions & 3 deletions pkg/app/test_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"os"
"path"

"github.com/SimonBaeumer/commander/pkg/output"
"github.com/SimonBaeumer/commander/pkg/runtime"
"github.com/SimonBaeumer/commander/pkg/suite"
"github.com/commander-cli/commander/pkg/output"
"github.com/commander-cli/commander/pkg/runtime"
"github.com/commander-cli/commander/pkg/suite"
)

var out output.OutputWriter
Expand Down
2 changes: 1 addition & 1 deletion pkg/app/test_command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"testing"
"time"

commanderRuntime "github.com/SimonBaeumer/commander/pkg/runtime"
commanderRuntime "github.com/commander-cli/commander/pkg/runtime"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/output/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"
run "runtime"

"github.com/SimonBaeumer/commander/pkg/runtime"
"github.com/commander-cli/commander/pkg/runtime"
"github.com/logrusorgru/aurora"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/output/cli_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"bytes"
"text/template"

"github.com/SimonBaeumer/commander/pkg/runtime"
"github.com/commander-cli/commander/pkg/runtime"
)

var resultTmpl = `
Expand Down
2 changes: 1 addition & 1 deletion pkg/output/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"testing"

"github.com/SimonBaeumer/commander/pkg/runtime"
"github.com/commander-cli/commander/pkg/runtime"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/runtime/local_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
"time"

"github.com/SimonBaeumer/cmd"
"github.com/commander-cli/cmd"
)

// LocalExecutor will be used to execute tests on the local host
Expand Down
2 changes: 1 addition & 1 deletion pkg/runtime/node_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package runtime

import (
"github.com/SimonBaeumer/cmd"
"github.com/commander-cli/cmd"
"github.com/stretchr/testify/assert"
"os"
"testing"
Expand Down
2 changes: 1 addition & 1 deletion pkg/runtime/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package runtime

import (
"fmt"
"github.com/SimonBaeumer/commander/pkg/matcher"
"github.com/commander-cli/commander/pkg/matcher"
"log"
"strings"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/runtime/validator_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package runtime

import (
"github.com/SimonBaeumer/commander/pkg/matcher"
"github.com/commander-cli/commander/pkg/matcher"
"github.com/stretchr/testify/assert"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/suite/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package suite
import (
"fmt"

"github.com/SimonBaeumer/commander/pkg/runtime"
"github.com/commander-cli/commander/pkg/runtime"
)

// Suite represents the current tests, nodes and configs.
Expand Down
2 changes: 1 addition & 1 deletion pkg/suite/suite_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package suite

import (
"github.com/SimonBaeumer/commander/pkg/runtime"
"github.com/commander-cli/commander/pkg/runtime"
"github.com/stretchr/testify/assert"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/suite/yaml_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"reflect"
"strings"

"github.com/SimonBaeumer/commander/pkg/runtime"
"github.com/commander-cli/commander/pkg/runtime"
"gopkg.in/yaml.v2"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/suite/yaml_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package suite
import (
"testing"

"github.com/SimonBaeumer/commander/pkg/runtime"
"github.com/commander-cli/commander/pkg/runtime"
"github.com/stretchr/testify/assert"
)

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bde1096

Please sign in to comment.