diff --git a/.dredd/hooks/capabilities.go b/.dredd/hooks/capabilities.go index a2bea099..7e55362d 100644 --- a/.dredd/hooks/capabilities.go +++ b/.dredd/hooks/capabilities.go @@ -6,7 +6,7 @@ import ( "strconv" "strings" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" trans "github.com/snikch/goodman/transaction" ) diff --git a/.dredd/hooks/helpers.go b/.dredd/hooks/helpers.go index d1c1b562..4bb1e366 100644 --- a/.dredd/hooks/helpers.go +++ b/.dredd/hooks/helpers.go @@ -6,12 +6,12 @@ import ( "os" "time" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/db/bolt" - "github.com/ansible-semaphore/semaphore/db/factory" - "github.com/ansible-semaphore/semaphore/db/sql" - "github.com/ansible-semaphore/semaphore/pkg/random" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/db/bolt" + "github.com/semaphoreui/semaphore/db/factory" + "github.com/semaphoreui/semaphore/db/sql" + "github.com/semaphoreui/semaphore/pkg/random" + "github.com/semaphoreui/semaphore/util" "github.com/go-gorp/gorp/v3" "github.com/snikch/goodman/transaction" ) diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index 2ad799b5..2a48479b 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -11,11 +11,11 @@ body: value: | Please make sure to go through these steps **before opening an issue**: - - [ ] Read the [documentation](https://docs.ansible-semaphore.com/) - - [ ] Read the [troubleshooting guide](https://docs.ansible-semaphore.com/administration-guide/troubleshooting) - - [ ] Read the [documentation regarding manual installations](https://docs.ansible-semaphore.com/administration-guide/installation_manually) if you did install Semaphore that way + - [ ] Read the [documentation](https://docs.semaphoreui.com/) + - [ ] Read the [troubleshooting guide](https://docs.semaphoreui.com/administration-guide/troubleshooting) + - [ ] Read the [documentation regarding manual installations](https://docs.semaphoreui.com/administration-guide/installation_manually) if you did install Semaphore that way - - [ ] Check if there are existing [issues](https://github.com/ansible-semaphore/semaphore/issues) or [discussions](https://github.com/ansible-semaphore/semaphore/discussions) regarding your topic + - [ ] Check if there are existing [issues](https://github.com/semaphoreui/semaphore/issues) or [discussions](https://github.com/semaphoreui/semaphore/discussions) regarding your topic - type: textarea id: problem diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a72371aa..151598ab 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -11,11 +11,11 @@ body: value: | Please make sure to go through these steps **before opening an issue**: - - [ ] Read the [documentation](https://docs.ansible-semaphore.com/) - - [ ] Read the [troubleshooting guide](https://docs.ansible-semaphore.com/administration-guide/troubleshooting) - - [ ] Read the [documentation regarding manual installations](https://docs.ansible-semaphore.com/administration-guide/installation_manually) if you did install Semaphore that way + - [ ] Read the [documentation](https://docs.semaphoreui.com/) + - [ ] Read the [troubleshooting guide](https://docs.semaphoreui.com/administration-guide/troubleshooting) + - [ ] Read the [documentation regarding manual installations](https://docs.semaphoreui.com/administration-guide/installation_manually) if you did install Semaphore that way - - [ ] Check if there are existing [issues](https://github.com/ansible-semaphore/semaphore/issues) or [discussions](https://github.com/ansible-semaphore/semaphore/discussions) regarding your topic + - [ ] Check if there are existing [issues](https://github.com/semaphoreui/semaphore/issues) or [discussions](https://github.com/semaphoreui/semaphore/discussions) regarding your topic - type: dropdown id: related-to diff --git a/.github/ISSUE_TEMPLATE/problem.yml b/.github/ISSUE_TEMPLATE/problem.yml index 48104ac4..ebd91b8e 100644 --- a/.github/ISSUE_TEMPLATE/problem.yml +++ b/.github/ISSUE_TEMPLATE/problem.yml @@ -11,11 +11,11 @@ body: value: | Please make sure to go through these steps **before opening an issue**: - - [ ] Read the [documentation](https://docs.ansible-semaphore.com/) - - [ ] Read the [troubleshooting guide](https://docs.ansible-semaphore.com/administration-guide/troubleshooting) - - [ ] Read the [documentation regarding manual installations](https://docs.ansible-semaphore.com/administration-guide/installation_manually) if you don't use docker + - [ ] Read the [documentation](https://docs.semaphoreui.com/) + - [ ] Read the [troubleshooting guide](https://docs.semaphoreui.com/administration-guide/troubleshooting) + - [ ] Read the [documentation regarding manual installations](https://docs.semaphoreui.com/administration-guide/installation_manually) if you don't use docker - - [ ] Check if there are existing [issues](https://github.com/ansible-semaphore/semaphore/issues) or [discussions](https://github.com/ansible-semaphore/semaphore/discussions) regarding your topic + - [ ] Check if there are existing [issues](https://github.com/semaphoreui/semaphore/issues) or [discussions](https://github.com/semaphoreui/semaphore/discussions) regarding your topic - type: textarea id: problem diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 859f58b8..53f74b66 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -11,11 +11,11 @@ body: value: | Please make sure to go through these steps **before opening an issue**: - - [ ] Read the [documentation](https://docs.ansible-semaphore.com/) - - [ ] Read the [troubleshooting guide](https://docs.ansible-semaphore.com/administration-guide/troubleshooting) - - [ ] Read the [documentation regarding manual installations](https://docs.ansible-semaphore.com/administration-guide/installation_manually) if you did install Semaphore that way + - [ ] Read the [documentation](https://docs.semaphoreui.com/) + - [ ] Read the [troubleshooting guide](https://docs.semaphoreui.com/administration-guide/troubleshooting) + - [ ] Read the [documentation regarding manual installations](https://docs.semaphoreui.com/administration-guide/installation_manually) if you did install Semaphore that way - - [ ] Check if there are existing [issues](https://github.com/ansible-semaphore/semaphore/issues) or [discussions](https://github.com/ansible-semaphore/semaphore/discussions) regarding your topic + - [ ] Check if there are existing [issues](https://github.com/semaphoreui/semaphore/issues) or [discussions](https://github.com/semaphoreui/semaphore/discussions) regarding your topic - type: textarea id: question diff --git a/.goreleaser.yml b/.goreleaser.yml index 0b9cc7f7..b50bebb1 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,7 +9,7 @@ builds: env: - CGO_ENABLED=0 main: ./cli/main.go - ldflags: -s -w -X github.com/ansible-semaphore/semaphore/util.Ver={{ .Version }} -X github.com/ansible-semaphore/semaphore/util.Commit={{ .ShortCommit }} -X github.com/ansible-semaphore/semaphore/util.Date={{ .Timestamp }} + ldflags: -s -w -X github.com/semaphoreui/semaphore/util.Ver={{ .Version }} -X github.com/semaphoreui/semaphore/util.Commit={{ .ShortCommit }} -X github.com/semaphoreui/semaphore/util.Date={{ .Timestamp }} tags: - netgo goos: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30e811ff..bc5ac3dd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,13 +17,13 @@ When creating a pull-request you should: 1) Set up GOPATH, GOBIN and Workspace. ``` -mkdir -p $GOPATH/src/github.com/ansible-semaphore && cd $GOPATH/src/github.com/ansible-semaphore +mkdir -p $GOPATH/src/github.com/semaphoreui && cd $GOPATH/src/github.com/semaphoreui ``` 2) Clone semaphore (with submodules) ``` -git clone --recursive git@github.com:ansible-semaphore/semaphore.git && cd semaphore +git clone --recursive git@github.com:semaphoreui/semaphore.git && cd semaphore ``` 3) Install dev dependencies diff --git a/Taskfile.yml b/Taskfile.yml index ce35b3e4..84a97821 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -68,7 +68,7 @@ tasks: sh: git log --pretty=format:'%h' -n 1 VERSION: "{{ if eq .GITHUB_REF_TYPE \"tag\" }}{{ .GITHUB_REF_NAME }}{{ else }}{{ .TAG }}{{ end }}" DATE: "{{ now | unixEpoch }}" - IMPORT: "github.com/ansible-semaphore/semaphore" + IMPORT: "github.com/semaphoreui/semaphore" build:fe: desc: Build VueJS project @@ -105,7 +105,7 @@ tasks: sh: git log --pretty=format:'%h' -n 1 VERSION: "{{ if eq .GITHUB_REF_TYPE \"tag\" }}{{ .GITHUB_REF_NAME }}{{ else }}{{ .TAG }}{{ end }}" DATE: "{{ now | unixEpoch }}" - IMPORT: "github.com/ansible-semaphore/semaphore" + IMPORT: "github.com/semaphoreui/semaphore" lint: cmds: diff --git a/api/apps.go b/api/apps.go index bcee6f22..c9c4f8fc 100644 --- a/api/apps.go +++ b/api/apps.go @@ -4,9 +4,9 @@ import ( "encoding/json" "errors" "fmt" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/util" "github.com/gorilla/context" "net/http" "reflect" diff --git a/api/auth.go b/api/auth.go index 94571703..377a3182 100644 --- a/api/auth.go +++ b/api/auth.go @@ -1,9 +1,9 @@ package api import ( - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/util" "github.com/gorilla/context" log "github.com/sirupsen/logrus" "net/http" diff --git a/api/events.go b/api/events.go index b14a8371..36349486 100644 --- a/api/events.go +++ b/api/events.go @@ -1,8 +1,8 @@ package api import ( - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" "net/http" "github.com/gorilla/context" diff --git a/api/helpers/context.go b/api/helpers/context.go index 64c81a49..7c3a4e4d 100644 --- a/api/helpers/context.go +++ b/api/helpers/context.go @@ -3,7 +3,7 @@ package helpers import ( "net/http" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "github.com/gorilla/context" ) diff --git a/api/helpers/event_log.go b/api/helpers/event_log.go index 9f3fb1b2..64b72778 100644 --- a/api/helpers/event_log.go +++ b/api/helpers/event_log.go @@ -3,7 +3,7 @@ package helpers import ( "net/http" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" log "github.com/sirupsen/logrus" ) diff --git a/api/helpers/helpers.go b/api/helpers/helpers.go index 4aff4044..23674b60 100644 --- a/api/helpers/helpers.go +++ b/api/helpers/helpers.go @@ -4,7 +4,7 @@ import ( "encoding/json" "errors" "fmt" - "github.com/ansible-semaphore/semaphore/services/tasks" + "github.com/semaphoreui/semaphore/services/tasks" "net/http" "net/url" "runtime/debug" @@ -14,7 +14,7 @@ import ( "github.com/gorilla/context" log "github.com/sirupsen/logrus" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "github.com/gorilla/mux" ) diff --git a/api/integration.go b/api/integration.go index 0d98bfe7..2960688b 100644 --- a/api/integration.go +++ b/api/integration.go @@ -5,13 +5,13 @@ import ( "crypto/sha256" "encoding/json" "fmt" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/util" "io" "net/http" "strings" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" log "github.com/sirupsen/logrus" "github.com/thedevsaddam/gojsonq/v2" ) diff --git a/api/integration_test.go b/api/integration_test.go index 11a055b7..5c64921e 100644 --- a/api/integration_test.go +++ b/api/integration_test.go @@ -1,7 +1,7 @@ package api import ( - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "net/http" "testing" ) diff --git a/api/login.go b/api/login.go index d5c67df6..52b5eee6 100644 --- a/api/login.go +++ b/api/login.go @@ -16,10 +16,10 @@ import ( "text/template" "time" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/pkg/random" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/pkg/random" + "github.com/semaphoreui/semaphore/util" "github.com/coreos/go-oidc/v3/oidc" "github.com/go-ldap/ldap/v3" "github.com/gorilla/mux" diff --git a/api/options.go b/api/options.go index a6bcae8b..901ff6c9 100644 --- a/api/options.go +++ b/api/options.go @@ -1,8 +1,8 @@ package api import ( - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" "github.com/gorilla/context" "net/http" ) diff --git a/api/projects/backupRestore.go b/api/projects/backupRestore.go index 51182e76..ec1e47ee 100644 --- a/api/projects/backupRestore.go +++ b/api/projects/backupRestore.go @@ -5,9 +5,9 @@ import ( "net/http" "strings" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" - projectService "github.com/ansible-semaphore/semaphore/services/project" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" + projectService "github.com/semaphoreui/semaphore/services/project" "github.com/gorilla/context" log "github.com/sirupsen/logrus" ) diff --git a/api/projects/environment.go b/api/projects/environment.go index c6f0e5d7..acc0cdab 100644 --- a/api/projects/environment.go +++ b/api/projects/environment.go @@ -2,8 +2,8 @@ package projects import ( "fmt" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" "net/http" "github.com/gorilla/context" diff --git a/api/projects/integration.go b/api/projects/integration.go index c4c5eb29..85c885a1 100644 --- a/api/projects/integration.go +++ b/api/projects/integration.go @@ -6,8 +6,8 @@ import ( log "github.com/sirupsen/logrus" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" "github.com/gorilla/context" ) diff --git a/api/projects/integrationalias.go b/api/projects/integrationalias.go index c3b12b30..ab1c2ba6 100644 --- a/api/projects/integrationalias.go +++ b/api/projects/integrationalias.go @@ -4,10 +4,10 @@ import ( "net/http" "strings" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/pkg/random" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/pkg/random" + "github.com/semaphoreui/semaphore/util" "github.com/gorilla/context" ) diff --git a/api/projects/integrationextractvalue.go b/api/projects/integrationextractvalue.go index eb5e8871..8f494732 100644 --- a/api/projects/integrationextractvalue.go +++ b/api/projects/integrationextractvalue.go @@ -4,8 +4,8 @@ import ( "fmt" "net/http" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" "github.com/gorilla/context" log "github.com/sirupsen/logrus" ) diff --git a/api/projects/integrationmatcher.go b/api/projects/integrationmatcher.go index c7dae734..920cf4ba 100644 --- a/api/projects/integrationmatcher.go +++ b/api/projects/integrationmatcher.go @@ -5,8 +5,8 @@ import ( "fmt" "net/http" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" "github.com/gorilla/context" log "github.com/sirupsen/logrus" ) diff --git a/api/projects/inventory.go b/api/projects/inventory.go index 8975ae4c..70aed165 100644 --- a/api/projects/inventory.go +++ b/api/projects/inventory.go @@ -5,8 +5,8 @@ import ( "fmt" "net/http" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" "os" "path/filepath" diff --git a/api/projects/keys.go b/api/projects/keys.go index a0362b8f..c3922454 100644 --- a/api/projects/keys.go +++ b/api/projects/keys.go @@ -4,8 +4,8 @@ import ( "fmt" "net/http" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" "github.com/gorilla/context" ) diff --git a/api/projects/project.go b/api/projects/project.go index 68d075a8..f0c25183 100644 --- a/api/projects/project.go +++ b/api/projects/project.go @@ -1,8 +1,8 @@ package projects import ( - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" "github.com/gorilla/mux" "net/http" diff --git a/api/projects/projects.go b/api/projects/projects.go index 42317e47..d31ae5ee 100644 --- a/api/projects/projects.go +++ b/api/projects/projects.go @@ -3,9 +3,9 @@ package projects import ( "net/http" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/util" log "github.com/sirupsen/logrus" "github.com/gorilla/context" diff --git a/api/projects/repository.go b/api/projects/repository.go index 95131762..699a3292 100644 --- a/api/projects/repository.go +++ b/api/projects/repository.go @@ -5,9 +5,9 @@ import ( "fmt" "net/http" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/util" "github.com/gorilla/context" ) diff --git a/api/projects/schedules.go b/api/projects/schedules.go index c42f57b6..7eb7e772 100644 --- a/api/projects/schedules.go +++ b/api/projects/schedules.go @@ -4,9 +4,9 @@ import ( "fmt" "net/http" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/services/schedules" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/services/schedules" "github.com/gorilla/context" ) diff --git a/api/projects/tasks.go b/api/projects/tasks.go index 54eb3a0f..95eee814 100644 --- a/api/projects/tasks.go +++ b/api/projects/tasks.go @@ -2,10 +2,10 @@ package projects import ( "errors" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/services/tasks" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/services/tasks" + "github.com/semaphoreui/semaphore/util" "github.com/gorilla/context" log "github.com/sirupsen/logrus" "net/http" diff --git a/api/projects/templates.go b/api/projects/templates.go index cafa3cb1..1bea265e 100644 --- a/api/projects/templates.go +++ b/api/projects/templates.go @@ -2,11 +2,11 @@ package projects import ( "fmt" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/util" "net/http" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" "github.com/gorilla/context" log "github.com/sirupsen/logrus" ) diff --git a/api/projects/users.go b/api/projects/users.go index b0cbc9fe..2ab612d9 100644 --- a/api/projects/users.go +++ b/api/projects/users.go @@ -4,8 +4,8 @@ import ( "fmt" "net/http" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" "github.com/gorilla/context" ) diff --git a/api/projects/views.go b/api/projects/views.go index 601e009d..b73b72a6 100644 --- a/api/projects/views.go +++ b/api/projects/views.go @@ -4,8 +4,8 @@ import ( "fmt" "net/http" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" "github.com/gorilla/context" ) diff --git a/api/router.go b/api/router.go index f3e18104..6ee3972e 100644 --- a/api/router.go +++ b/api/router.go @@ -10,14 +10,14 @@ import ( "strings" "time" - "github.com/ansible-semaphore/semaphore/api/runners" + "github.com/semaphoreui/semaphore/api/runners" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/api/projects" - "github.com/ansible-semaphore/semaphore/api/sockets" - "github.com/ansible-semaphore/semaphore/api/tasks" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/api/projects" + "github.com/semaphoreui/semaphore/api/sockets" + "github.com/semaphoreui/semaphore/api/tasks" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/util" "github.com/gorilla/mux" ) diff --git a/api/runners.go b/api/runners.go index 30fb0268..831fb843 100644 --- a/api/runners.go +++ b/api/runners.go @@ -1,8 +1,8 @@ package api import ( - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" log "github.com/sirupsen/logrus" "net/http" diff --git a/api/runners/runners.go b/api/runners/runners.go index 931caa34..7ac544db 100644 --- a/api/runners/runners.go +++ b/api/runners/runners.go @@ -3,11 +3,11 @@ package runners import ( "net/http" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/pkg/task_logger" - "github.com/ansible-semaphore/semaphore/services/runners" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/pkg/task_logger" + "github.com/semaphoreui/semaphore/services/runners" + "github.com/semaphoreui/semaphore/util" "github.com/gorilla/context" ) diff --git a/api/sockets/handler.go b/api/sockets/handler.go index bda8a573..e8b4877c 100644 --- a/api/sockets/handler.go +++ b/api/sockets/handler.go @@ -2,11 +2,11 @@ package sockets import ( "fmt" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "net/http" "time" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/util" "github.com/gorilla/context" "github.com/gorilla/websocket" log "github.com/sirupsen/logrus" diff --git a/api/tasks/tasks.go b/api/tasks/tasks.go index d98f95e2..5a8fb34c 100644 --- a/api/tasks/tasks.go +++ b/api/tasks/tasks.go @@ -1,12 +1,12 @@ package tasks import ( - "github.com/ansible-semaphore/semaphore/pkg/task_logger" + "github.com/semaphoreui/semaphore/pkg/task_logger" "net/http" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" - task2 "github.com/ansible-semaphore/semaphore/services/tasks" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" + task2 "github.com/semaphoreui/semaphore/services/tasks" "github.com/gorilla/context" ) diff --git a/api/user.go b/api/user.go index dc9e7222..764408e9 100644 --- a/api/user.go +++ b/api/user.go @@ -3,9 +3,9 @@ package api import ( "crypto/rand" "encoding/base64" - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/util" "github.com/gorilla/context" "github.com/gorilla/mux" "io" diff --git a/api/users.go b/api/users.go index bb181dab..eb7da4e1 100644 --- a/api/users.go +++ b/api/users.go @@ -1,12 +1,12 @@ package api import ( - "github.com/ansible-semaphore/semaphore/api/helpers" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/api/helpers" + "github.com/semaphoreui/semaphore/db" log "github.com/sirupsen/logrus" "net/http" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/util" "github.com/gorilla/context" ) diff --git a/cli/cmd/migrate.go b/cli/cmd/migrate.go index ec27f482..235fdcf1 100644 --- a/cli/cmd/migrate.go +++ b/cli/cmd/migrate.go @@ -1,7 +1,7 @@ package cmd import ( - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/util" "github.com/spf13/cobra" ) diff --git a/cli/cmd/root.go b/cli/cmd/root.go index 8610f2b4..5b622e4a 100644 --- a/cli/cmd/root.go +++ b/cli/cmd/root.go @@ -6,13 +6,13 @@ import ( "os" "strings" - "github.com/ansible-semaphore/semaphore/api" - "github.com/ansible-semaphore/semaphore/api/sockets" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/db/factory" - "github.com/ansible-semaphore/semaphore/services/schedules" - "github.com/ansible-semaphore/semaphore/services/tasks" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/api" + "github.com/semaphoreui/semaphore/api/sockets" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/db/factory" + "github.com/semaphoreui/semaphore/services/schedules" + "github.com/semaphoreui/semaphore/services/tasks" + "github.com/semaphoreui/semaphore/util" "github.com/gorilla/context" "github.com/gorilla/handlers" log "github.com/sirupsen/logrus" @@ -29,8 +29,8 @@ var rootCmd = &cobra.Command{ Use: "semaphore", Short: "Semaphore UI is a beautiful web UI for Ansible", Long: `Semaphore UI is a beautiful web UI for Ansible. -Source code is available at https://github.com/ansible-semaphore/semaphore. -Complete documentation is available at https://ansible-semaphore.com.`, +Source code is available at https://github.com/semaphoreui/semaphore. +Complete documentation is available at https://semaphoreui.com.`, Run: func(cmd *cobra.Command, args []string) { _ = cmd.Help() os.Exit(0) diff --git a/cli/cmd/runner_register.go b/cli/cmd/runner_register.go index 4ce099b3..7356a3b2 100644 --- a/cli/cmd/runner_register.go +++ b/cli/cmd/runner_register.go @@ -4,8 +4,8 @@ import ( "io" "os" - "github.com/ansible-semaphore/semaphore/services/runners" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/services/runners" + "github.com/semaphoreui/semaphore/util" "github.com/spf13/cobra" ) diff --git a/cli/cmd/runner_setup.go b/cli/cmd/runner_setup.go index 683eff07..668cef15 100644 --- a/cli/cmd/runner_setup.go +++ b/cli/cmd/runner_setup.go @@ -3,8 +3,8 @@ package cmd import ( "fmt" - "github.com/ansible-semaphore/semaphore/cli/setup" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/cli/setup" + "github.com/semaphoreui/semaphore/util" "github.com/spf13/cobra" ) diff --git a/cli/cmd/runner_start.go b/cli/cmd/runner_start.go index 0d1af55b..22e91aa5 100644 --- a/cli/cmd/runner_start.go +++ b/cli/cmd/runner_start.go @@ -1,8 +1,8 @@ package cmd import ( - "github.com/ansible-semaphore/semaphore/services/runners" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/services/runners" + "github.com/semaphoreui/semaphore/util" "github.com/spf13/cobra" ) diff --git a/cli/cmd/runner_unregister.go b/cli/cmd/runner_unregister.go index d5cecc62..c92d1fa5 100644 --- a/cli/cmd/runner_unregister.go +++ b/cli/cmd/runner_unregister.go @@ -1,8 +1,8 @@ package cmd import ( - "github.com/ansible-semaphore/semaphore/services/runners" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/services/runners" + "github.com/semaphoreui/semaphore/util" "github.com/spf13/cobra" ) diff --git a/cli/cmd/setup.go b/cli/cmd/setup.go index fe10c42a..1de02d82 100644 --- a/cli/cmd/setup.go +++ b/cli/cmd/setup.go @@ -6,10 +6,10 @@ import ( "os" "strings" - "github.com/ansible-semaphore/semaphore/cli/setup" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/db/factory" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/cli/setup" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/db/factory" + "github.com/semaphoreui/semaphore/util" "github.com/spf13/cobra" ) diff --git a/cli/cmd/user_add.go b/cli/cmd/user_add.go index 19e7c712..20c3394f 100644 --- a/cli/cmd/user_add.go +++ b/cli/cmd/user_add.go @@ -2,7 +2,7 @@ package cmd import ( "fmt" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "github.com/spf13/cobra" "os" ) diff --git a/cli/cmd/user_change.go b/cli/cmd/user_change.go index 674be07e..861fac46 100644 --- a/cli/cmd/user_change.go +++ b/cli/cmd/user_change.go @@ -2,7 +2,7 @@ package cmd import ( "fmt" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "github.com/spf13/cobra" "os" ) diff --git a/cli/cmd/user_list.go b/cli/cmd/user_list.go index f6de4913..0290731b 100644 --- a/cli/cmd/user_list.go +++ b/cli/cmd/user_list.go @@ -2,7 +2,7 @@ package cmd import ( "fmt" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "github.com/spf13/cobra" ) diff --git a/cli/cmd/version.go b/cli/cmd/version.go index 5057af46..10860aee 100644 --- a/cli/cmd/version.go +++ b/cli/cmd/version.go @@ -3,7 +3,7 @@ package cmd import ( "fmt" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/util" "github.com/spf13/cobra" ) diff --git a/cli/main.go b/cli/main.go index 0ea7976f..f8d766f6 100644 --- a/cli/main.go +++ b/cli/main.go @@ -1,7 +1,7 @@ package main import ( - "github.com/ansible-semaphore/semaphore/cli/cmd" + "github.com/semaphoreui/semaphore/cli/cmd" ) func main() { diff --git a/cli/setup/setup.go b/cli/setup/setup.go index 9dd53a2d..9d55479a 100644 --- a/cli/setup/setup.go +++ b/cli/setup/setup.go @@ -8,7 +8,7 @@ import ( log "github.com/sirupsen/logrus" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/util" ) const interactiveSetupBlurb = ` diff --git a/db/AccessKey.go b/db/AccessKey.go index 58426a0d..c52fa446 100644 --- a/db/AccessKey.go +++ b/db/AccessKey.go @@ -7,10 +7,10 @@ import ( "encoding/base64" "encoding/json" "fmt" - "github.com/ansible-semaphore/semaphore/pkg/random" - "github.com/ansible-semaphore/semaphore/pkg/ssh" - "github.com/ansible-semaphore/semaphore/pkg/task_logger" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/pkg/random" + "github.com/semaphoreui/semaphore/pkg/ssh" + "github.com/semaphoreui/semaphore/pkg/task_logger" + "github.com/semaphoreui/semaphore/util" "io" "path" ) diff --git a/db/AccessKey_test.go b/db/AccessKey_test.go index d5093ce4..6865a4b3 100644 --- a/db/AccessKey_test.go +++ b/db/AccessKey_test.go @@ -2,7 +2,7 @@ package db import ( "encoding/base64" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/util" "testing" ) diff --git a/db/Repository.go b/db/Repository.go index b74b5641..114d9fb8 100644 --- a/db/Repository.go +++ b/db/Repository.go @@ -8,7 +8,7 @@ import ( "strconv" "strings" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/util" ) type RepositoryType string diff --git a/db/Repository_test.go b/db/Repository_test.go index 8c1f1be7..f73bc0ff 100644 --- a/db/Repository_test.go +++ b/db/Repository_test.go @@ -6,7 +6,7 @@ import ( "path" "testing" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/util" ) func TestRepository_GetSchema(t *testing.T) { diff --git a/db/Task.go b/db/Task.go index 0bdb1ef3..b10c0989 100644 --- a/db/Task.go +++ b/db/Task.go @@ -5,8 +5,8 @@ import ( "github.com/go-gorp/gorp/v3" "time" - "github.com/ansible-semaphore/semaphore/pkg/task_logger" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/pkg/task_logger" + "github.com/semaphoreui/semaphore/util" ) // Task is a model of a task which will be executed by the runner diff --git a/db/Template.go b/db/Template.go index 461f7799..151eff71 100644 --- a/db/Template.go +++ b/db/Template.go @@ -65,7 +65,7 @@ type Template struct { RepositoryID int `db:"repository_id" json:"repository_id" backup:"-"` EnvironmentID *int `db:"environment_id" json:"environment_id" backup:"-"` - // Name as described in https://github.com/ansible-semaphore/semaphore/issues/188 + // Name as described in https://github.com/semaphoreui/semaphore/issues/188 Name string `db:"name" json:"name"` // playbook name in the form of "some_play.yml" Playbook string `db:"playbook" json:"playbook"` diff --git a/db/bolt/BoltDb.go b/db/bolt/BoltDb.go index 1e4c47cc..2d8c8b97 100644 --- a/db/bolt/BoltDb.go +++ b/db/bolt/BoltDb.go @@ -4,8 +4,8 @@ import ( "bytes" "encoding/json" "fmt" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/util" "go.etcd.io/bbolt" "reflect" "sort" diff --git a/db/bolt/BoltDb_test.go b/db/bolt/BoltDb_test.go index d65b3638..7a881978 100644 --- a/db/bolt/BoltDb_test.go +++ b/db/bolt/BoltDb_test.go @@ -2,7 +2,7 @@ package bolt import ( "fmt" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "reflect" "testing" ) diff --git a/db/bolt/Task_test.go b/db/bolt/Task_test.go index d643eed4..6ec754c7 100644 --- a/db/bolt/Task_test.go +++ b/db/bolt/Task_test.go @@ -1,7 +1,7 @@ package bolt import ( - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "testing" ) diff --git a/db/bolt/access_key.go b/db/bolt/access_key.go index a211bbe9..a36c9da1 100644 --- a/db/bolt/access_key.go +++ b/db/bolt/access_key.go @@ -1,7 +1,7 @@ package bolt import ( - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "go.etcd.io/bbolt" ) diff --git a/db/bolt/environment.go b/db/bolt/environment.go index 21ba0337..0535cd93 100644 --- a/db/bolt/environment.go +++ b/db/bolt/environment.go @@ -1,6 +1,6 @@ package bolt -import "github.com/ansible-semaphore/semaphore/db" +import "github.com/semaphoreui/semaphore/db" func (d *BoltDb) GetEnvironment(projectID int, environmentID int) (environment db.Environment, err error) { err = d.getObject(projectID, db.EnvironmentProps, intObjectID(environmentID), &environment) diff --git a/db/bolt/event.go b/db/bolt/event.go index 14235669..ee955aa9 100644 --- a/db/bolt/event.go +++ b/db/bolt/event.go @@ -2,7 +2,7 @@ package bolt import ( "encoding/json" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "go.etcd.io/bbolt" "time" ) diff --git a/db/bolt/integrations.go b/db/bolt/integrations.go index ed8d4a4b..a2a67b61 100644 --- a/db/bolt/integrations.go +++ b/db/bolt/integrations.go @@ -3,7 +3,7 @@ package bolt import ( "errors" "fmt" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "reflect" ) diff --git a/db/bolt/inventory.go b/db/bolt/inventory.go index 3d3a8ffa..ebb712c8 100644 --- a/db/bolt/inventory.go +++ b/db/bolt/inventory.go @@ -1,7 +1,7 @@ package bolt import ( - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" ) func (d *BoltDb) GetInventory(projectID int, inventoryID int) (inventory db.Inventory, err error) { diff --git a/db/bolt/migration.go b/db/bolt/migration.go index afd02fc9..63760b10 100644 --- a/db/bolt/migration.go +++ b/db/bolt/migration.go @@ -2,7 +2,7 @@ package bolt import ( "encoding/json" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "go.etcd.io/bbolt" ) diff --git a/db/bolt/option.go b/db/bolt/option.go index 86ff6c27..beb10b6e 100644 --- a/db/bolt/option.go +++ b/db/bolt/option.go @@ -2,7 +2,7 @@ package bolt import ( "errors" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "go.etcd.io/bbolt" "strings" ) diff --git a/db/bolt/project.go b/db/bolt/project.go index 45156808..e4382b08 100644 --- a/db/bolt/project.go +++ b/db/bolt/project.go @@ -1,7 +1,7 @@ package bolt import ( - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "time" ) diff --git a/db/bolt/project_test.go b/db/bolt/project_test.go index fdb07ff3..080a5c39 100644 --- a/db/bolt/project_test.go +++ b/db/bolt/project_test.go @@ -1,7 +1,7 @@ package bolt import ( - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "testing" "time" ) diff --git a/db/bolt/repository.go b/db/bolt/repository.go index 0d3ddd03..31e128ea 100644 --- a/db/bolt/repository.go +++ b/db/bolt/repository.go @@ -1,7 +1,7 @@ package bolt import ( - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" ) func (d *BoltDb) GetRepository(projectID int, repositoryID int) (repository db.Repository, err error) { diff --git a/db/bolt/runner.go b/db/bolt/runner.go index 9d52cd27..91b5ba09 100644 --- a/db/bolt/runner.go +++ b/db/bolt/runner.go @@ -3,7 +3,7 @@ package bolt import ( "encoding/base64" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "github.com/gorilla/securecookie" "go.etcd.io/bbolt" ) diff --git a/db/bolt/schedule.go b/db/bolt/schedule.go index 9cdf1771..1724fc9f 100644 --- a/db/bolt/schedule.go +++ b/db/bolt/schedule.go @@ -1,7 +1,7 @@ package bolt import ( - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "go.etcd.io/bbolt" ) diff --git a/db/bolt/session.go b/db/bolt/session.go index 3a24354b..6b13fcd8 100644 --- a/db/bolt/session.go +++ b/db/bolt/session.go @@ -1,7 +1,7 @@ package bolt import ( - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "reflect" "time" ) diff --git a/db/bolt/task.go b/db/bolt/task.go index 22d96481..88308411 100644 --- a/db/bolt/task.go +++ b/db/bolt/task.go @@ -1,7 +1,7 @@ package bolt import ( - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "go.etcd.io/bbolt" "time" ) diff --git a/db/bolt/template.go b/db/bolt/template.go index 5fdf8710..9f23fd10 100644 --- a/db/bolt/template.go +++ b/db/bolt/template.go @@ -4,7 +4,7 @@ import ( "encoding/json" "errors" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "go.etcd.io/bbolt" ) diff --git a/db/bolt/template_vault.go b/db/bolt/template_vault.go index 070a0f82..29f12093 100644 --- a/db/bolt/template_vault.go +++ b/db/bolt/template_vault.go @@ -1,7 +1,7 @@ package bolt import ( - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "go.etcd.io/bbolt" ) diff --git a/db/bolt/user.go b/db/bolt/user.go index 3333f79d..4f59de52 100644 --- a/db/bolt/user.go +++ b/db/bolt/user.go @@ -2,7 +2,7 @@ package bolt import ( "fmt" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "golang.org/x/crypto/bcrypt" "time" ) diff --git a/db/bolt/user_test.go b/db/bolt/user_test.go index b05f8fb3..c945dc63 100644 --- a/db/bolt/user_test.go +++ b/db/bolt/user_test.go @@ -1,7 +1,7 @@ package bolt import ( - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "testing" "time" ) diff --git a/db/bolt/view.go b/db/bolt/view.go index cc184260..4d496b5a 100644 --- a/db/bolt/view.go +++ b/db/bolt/view.go @@ -1,6 +1,6 @@ package bolt -import "github.com/ansible-semaphore/semaphore/db" +import "github.com/semaphoreui/semaphore/db" func (d *BoltDb) GetView(projectID int, viewID int) (view db.View, err error) { err = d.getObject(projectID, db.ViewProps, intObjectID(viewID), &view) diff --git a/db/bolt/view_test.go b/db/bolt/view_test.go index eeb2e520..edb5dd67 100644 --- a/db/bolt/view_test.go +++ b/db/bolt/view_test.go @@ -1,7 +1,7 @@ package bolt import ( - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "sort" "testing" "time" diff --git a/db/config.go b/db/config.go index 510e7946..749f9848 100644 --- a/db/config.go +++ b/db/config.go @@ -2,7 +2,7 @@ package db import ( "fmt" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/util" "reflect" "strings" ) diff --git a/db/factory/store.go b/db/factory/store.go index 2b5a63c9..da0c778f 100644 --- a/db/factory/store.go +++ b/db/factory/store.go @@ -1,10 +1,10 @@ package factory import ( - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/db/bolt" - "github.com/ansible-semaphore/semaphore/db/sql" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/db/bolt" + "github.com/semaphoreui/semaphore/db/sql" + "github.com/semaphoreui/semaphore/util" ) func CreateStore() db.Store { diff --git a/db/sql/SqlDb.go b/db/sql/SqlDb.go index 5fbd4104..c8e9e544 100644 --- a/db/sql/SqlDb.go +++ b/db/sql/SqlDb.go @@ -10,8 +10,8 @@ import ( "strings" "github.com/Masterminds/squirrel" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/util" "github.com/go-gorp/gorp/v3" _ "github.com/go-sql-driver/mysql" // imports mysql driver _ "github.com/lib/pq" diff --git a/db/sql/access_key.go b/db/sql/access_key.go index bf62e5e1..202792bc 100644 --- a/db/sql/access_key.go +++ b/db/sql/access_key.go @@ -3,7 +3,7 @@ package sql import ( "database/sql" "errors" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" ) func (d *SqlDb) GetAccessKey(projectID int, accessKeyID int) (key db.AccessKey, err error) { diff --git a/db/sql/environment.go b/db/sql/environment.go index daad769d..576ed748 100644 --- a/db/sql/environment.go +++ b/db/sql/environment.go @@ -1,7 +1,7 @@ package sql import ( - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" ) func (d *SqlDb) GetEnvironment(projectID int, environmentID int) (environment db.Environment, err error) { diff --git a/db/sql/event.go b/db/sql/event.go index 2247a040..0ef2e801 100644 --- a/db/sql/event.go +++ b/db/sql/event.go @@ -2,7 +2,7 @@ package sql import ( "github.com/Masterminds/squirrel" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "time" ) diff --git a/db/sql/integration.go b/db/sql/integration.go index 281a198a..a6135561 100644 --- a/db/sql/integration.go +++ b/db/sql/integration.go @@ -3,7 +3,7 @@ package sql import ( "database/sql" "github.com/Masterminds/squirrel" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" ) func (d *SqlDb) CreateIntegration(integration db.Integration) (newIntegration db.Integration, err error) { diff --git a/db/sql/inventory.go b/db/sql/inventory.go index 43e49add..6c563d0d 100644 --- a/db/sql/inventory.go +++ b/db/sql/inventory.go @@ -1,6 +1,6 @@ package sql -import "github.com/ansible-semaphore/semaphore/db" +import "github.com/semaphoreui/semaphore/db" func (d *SqlDb) GetInventory(projectID int, inventoryID int) (inventory db.Inventory, err error) { err = d.getObject(projectID, db.InventoryProps, inventoryID, &inventory) diff --git a/db/sql/migration.go b/db/sql/migration.go index fb7f2224..bb6296b4 100644 --- a/db/sql/migration.go +++ b/db/sql/migration.go @@ -8,7 +8,7 @@ import ( "strings" "time" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" log "github.com/sirupsen/logrus" ) diff --git a/db/sql/option.go b/db/sql/option.go index a38d0192..0af47265 100644 --- a/db/sql/option.go +++ b/db/sql/option.go @@ -4,7 +4,7 @@ import ( "database/sql" "errors" "github.com/Masterminds/squirrel" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" ) func (d *SqlDb) SetOption(key string, value string) error { diff --git a/db/sql/project.go b/db/sql/project.go index 32067d54..ba13d5ac 100644 --- a/db/sql/project.go +++ b/db/sql/project.go @@ -2,7 +2,7 @@ package sql import ( "github.com/Masterminds/squirrel" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "time" ) diff --git a/db/sql/repository.go b/db/sql/repository.go index aa246271..1c2ed524 100644 --- a/db/sql/repository.go +++ b/db/sql/repository.go @@ -2,7 +2,7 @@ package sql import ( "github.com/Masterminds/squirrel" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" ) func (d *SqlDb) GetRepository(projectID int, repositoryID int) (db.Repository, error) { diff --git a/db/sql/runner.go b/db/sql/runner.go index 3267da46..81b4f5df 100644 --- a/db/sql/runner.go +++ b/db/sql/runner.go @@ -3,7 +3,7 @@ package sql import ( "encoding/base64" "github.com/Masterminds/squirrel" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "github.com/gorilla/securecookie" ) diff --git a/db/sql/schedule.go b/db/sql/schedule.go index 602aca80..fba2c48e 100644 --- a/db/sql/schedule.go +++ b/db/sql/schedule.go @@ -2,7 +2,7 @@ package sql import ( "database/sql" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" ) func (d *SqlDb) CreateSchedule(schedule db.Schedule) (newSchedule db.Schedule, err error) { diff --git a/db/sql/session.go b/db/sql/session.go index 363ad91a..218e901c 100644 --- a/db/sql/session.go +++ b/db/sql/session.go @@ -2,7 +2,7 @@ package sql import ( "database/sql" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "time" ) diff --git a/db/sql/task.go b/db/sql/task.go index d5adb10e..85f07418 100644 --- a/db/sql/task.go +++ b/db/sql/task.go @@ -3,7 +3,7 @@ package sql import ( "database/sql" "github.com/Masterminds/squirrel" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "math/rand" ) diff --git a/db/sql/template.go b/db/sql/template.go index 3aa19041..d7e8e43f 100644 --- a/db/sql/template.go +++ b/db/sql/template.go @@ -5,7 +5,7 @@ import ( "encoding/json" "github.com/Masterminds/squirrel" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" ) func (d *SqlDb) CreateTemplate(template db.Template) (newTemplate db.Template, err error) { diff --git a/db/sql/template_vault.go b/db/sql/template_vault.go index 96d3b4a4..17dc421c 100644 --- a/db/sql/template_vault.go +++ b/db/sql/template_vault.go @@ -1,7 +1,7 @@ package sql import ( - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "strconv" "strings" ) diff --git a/db/sql/user.go b/db/sql/user.go index 207b151d..182859f2 100644 --- a/db/sql/user.go +++ b/db/sql/user.go @@ -3,7 +3,7 @@ package sql import ( "database/sql" "github.com/Masterminds/squirrel" - "github.com/ansible-semaphore/semaphore/db" + "github.com/semaphoreui/semaphore/db" "golang.org/x/crypto/bcrypt" "time" ) diff --git a/db/sql/view.go b/db/sql/view.go index 473ef636..693acb6d 100644 --- a/db/sql/view.go +++ b/db/sql/view.go @@ -1,6 +1,6 @@ package sql -import "github.com/ansible-semaphore/semaphore/db" +import "github.com/semaphoreui/semaphore/db" func (d *SqlDb) GetView(projectID int, viewID int) (view db.View, err error) { err = d.getObject(projectID, db.ViewProps, viewID, &view) diff --git a/db_lib/AnsibleApp.go b/db_lib/AnsibleApp.go index f9c89f16..88a629c8 100644 --- a/db_lib/AnsibleApp.go +++ b/db_lib/AnsibleApp.go @@ -7,8 +7,8 @@ import ( "os" "path" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/pkg/task_logger" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/pkg/task_logger" ) func getMD5Hash(filepath string) (string, error) { diff --git a/db_lib/AnsiblePlaybook.go b/db_lib/AnsiblePlaybook.go index ff56728b..e75eba54 100644 --- a/db_lib/AnsiblePlaybook.go +++ b/db_lib/AnsiblePlaybook.go @@ -6,9 +6,9 @@ import ( "os/exec" "strings" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/pkg/task_logger" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/pkg/task_logger" + "github.com/semaphoreui/semaphore/util" "github.com/creack/pty" ) diff --git a/db_lib/AppFactory.go b/db_lib/AppFactory.go index 158ee080..4de33603 100644 --- a/db_lib/AppFactory.go +++ b/db_lib/AppFactory.go @@ -1,8 +1,8 @@ package db_lib import ( - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/pkg/task_logger" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/pkg/task_logger" ) func CreateApp(template db.Template, repository db.Repository, inventory db.Inventory, logger task_logger.Logger) LocalApp { diff --git a/db_lib/CmdGitClient.go b/db_lib/CmdGitClient.go index 40ff0751..8789c5d9 100644 --- a/db_lib/CmdGitClient.go +++ b/db_lib/CmdGitClient.go @@ -6,8 +6,8 @@ import ( "os/exec" "strings" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/util" ) type CmdGitClient struct { diff --git a/db_lib/GitClientFactory.go b/db_lib/GitClientFactory.go index 07874d31..427d6a13 100644 --- a/db_lib/GitClientFactory.go +++ b/db_lib/GitClientFactory.go @@ -1,6 +1,6 @@ package db_lib -import "github.com/ansible-semaphore/semaphore/util" +import "github.com/semaphoreui/semaphore/util" func CreateDefaultGitClient() GitClient { switch util.Config.GitClientId { diff --git a/db_lib/GitRepository.go b/db_lib/GitRepository.go index 99437ecf..2aabaa18 100644 --- a/db_lib/GitRepository.go +++ b/db_lib/GitRepository.go @@ -1,12 +1,12 @@ package db_lib import ( - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/util" "os" "path" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/pkg/task_logger" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/pkg/task_logger" ) type GitRepositoryDirType int diff --git a/db_lib/GoGitClient.go b/db_lib/GoGitClient.go index 54d9eddd..8ef22f31 100644 --- a/db_lib/GoGitClient.go +++ b/db_lib/GoGitClient.go @@ -3,9 +3,9 @@ package db_lib import ( "errors" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/pkg/task_logger" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/pkg/task_logger" + "github.com/semaphoreui/semaphore/util" "github.com/go-git/go-git/v5" "github.com/go-git/go-git/v5/config" "github.com/go-git/go-git/v5/plumbing" diff --git a/db_lib/LocalApp.go b/db_lib/LocalApp.go index 9ad590a5..61b7c27a 100644 --- a/db_lib/LocalApp.go +++ b/db_lib/LocalApp.go @@ -4,8 +4,8 @@ import ( "fmt" "os" - "github.com/ansible-semaphore/semaphore/pkg/task_logger" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/pkg/task_logger" + "github.com/semaphoreui/semaphore/util" ) func getEnvironmentVars() []string { diff --git a/db_lib/LocalApp_test.go b/db_lib/LocalApp_test.go index 3cdf46f7..436738c7 100644 --- a/db_lib/LocalApp_test.go +++ b/db_lib/LocalApp_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/util" ) // contains checks if a slice contains a specific string diff --git a/db_lib/ShellApp.go b/db_lib/ShellApp.go index 44c94816..10e17d41 100644 --- a/db_lib/ShellApp.go +++ b/db_lib/ShellApp.go @@ -7,9 +7,9 @@ import ( "strings" "time" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/pkg/task_logger" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/pkg/task_logger" + "github.com/semaphoreui/semaphore/util" ) type ShellApp struct { diff --git a/db_lib/TerraformApp.go b/db_lib/TerraformApp.go index 24a60735..71d89563 100644 --- a/db_lib/TerraformApp.go +++ b/db_lib/TerraformApp.go @@ -8,9 +8,9 @@ import ( "strings" "time" - "github.com/ansible-semaphore/semaphore/db" - "github.com/ansible-semaphore/semaphore/pkg/task_logger" - "github.com/ansible-semaphore/semaphore/util" + "github.com/semaphoreui/semaphore/db" + "github.com/semaphoreui/semaphore/pkg/task_logger" + "github.com/semaphoreui/semaphore/util" ) type TerraformApp struct { diff --git a/deployment/packaging/semaphore.spec b/deployment/packaging/semaphore.spec index e3196aba..e6afac1b 100644 --- a/deployment/packaging/semaphore.spec +++ b/deployment/packaging/semaphore.spec @@ -8,8 +8,8 @@ Release: 1%{?dist} Summary: Semaphore UI is a modern UI for Ansible, Terraform, OpenTofu, Bash and Pulumi. It lets you easily run Ansible playbooks, get notifications about fails, control access to deployment system. License: MIT -URL: https://github.com/ansible-semaphore/semaphore -Source: https://github.com/ansible-semaphore/semaphore/archive/refs/tags/v2.8.90.zip +URL: https://github.com/semaphoreui/semaphore +Source: https://github.com/semaphoreui/semaphore/archive/refs/tags/v2.8.90.zip BuildRequires: golang BuildRequires: nodejs @@ -30,7 +30,7 @@ Semaphore UI is a modern UI for Ansible, Terraform, OpenTofu, Bash and Pulumi. I export SEMAPHORE_VERSION="development" export SEMAPHORE_ARCH="linux_amd64" export SEMAPHORE_CONFIG_PATH="./etc/semaphore" -export APP_ROOT="./ansible-semaphore/" +export APP_ROOT="./semaphoreui/" if ! [[ "$PATH" =~ "$HOME/go/bin:" ]] then @@ -39,10 +39,10 @@ fi export PATH go-task all -cat > ansible-semaphore.service < semaphoreui.service <

{{ $t('forMoreInformationAboutBuildingSeeThe') }} - {{ $t('taskTemplateReference') }}.

@@ -48,7 +48,7 @@

{{ $t('forMoreInformationAboutDeployingSeeThe') }} - {{ $t('taskTemplateReference2') }}.