Skip to content

Commit

Permalink
feat(agentui): Moved agent-ui to https://github.com/quan-to/agent-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
racerxdl committed Oct 23, 2020
1 parent 8895761 commit fad9121
Show file tree
Hide file tree
Showing 45 changed files with 5 additions and 3,337 deletions.
2 changes: 0 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
cmd/agent-ui/output
cmd/agent-ui/bind_*
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ jobs:
echo "::set-output name=format_ok::1"
fi
cd cmd/agent-ui && ./placeholders.sh && cd ../..
echo "Starting vault"
vault server -dev & echo $! > $HOME/vault.pid
echo "Waiting vault settle" & sleep 2
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
echo "::set-output name=format_ok::1"
fi
cd cmd/agent-ui && ./placeholders.sh && cd ../..
echo "Starting vault"
vault server -dev & echo $! > $HOME/vault.pid
echo "Waiting vault settle" & sleep 2
Expand Down Expand Up @@ -123,9 +121,6 @@ jobs:
run: |
export COMMIT=${GITHUB_SHA::8}
export GO111MODULE=on
cd cmd/agent-ui
"./placeholders.sh"
cd ../..
echo "Calling travis-binary-build.sh"
"./scripts/travis-binary-build.sh"
echo "Done"
Expand Down
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ go:
- 1.13.x
git:
depth: 1
before_install:
- cd cmd/agent-ui
- "./placeholders.sh"
- cd ../..
script:
- echo "Calling travis-binary-build.sh"
- "./scripts/travis-binary-build.sh"
Expand Down
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,7 @@ These are the Environment Variables that you can set to manage the webserver:
* `RequestIDHeader` => Header field to get request ID
* `LOG_FORMAT` => Change log format (default is pipe delimited, provide the value `json` to log in JSON format)

Agent UI Development
====================
Where is AgentUI??
==================

The graphql-playground fork for AgentUI is hosted at [https://github.com/quan-to/graphql-playground](https://github.com/quan-to/graphql-playground)

Top update agent-ui playground:

1. Clone Repository https://github.com/quan-to/graphql-playground
2. `yarn`
3. Edit the package `packages/graphql-playground-react`
4. `yarn build`
5. Copy `build/*` to `cmd/agent-ui/resources/app/`
6. Change `/static/` to `./static/` in `cmd/agent-ui/resources/app/index.html`
7. Run `astilectron-bundler` in `cmd/agent-ui`
Agent-UI project has been moved to a separated repository. Check [https://github.com/quan-to/agent-ui](https://github.com/quan-to/agent-ui)
4 changes: 0 additions & 4 deletions cmd/agent-ui/.gitignore

This file was deleted.

30 changes: 0 additions & 30 deletions cmd/agent-ui/agentui.go

This file was deleted.

18 changes: 0 additions & 18 deletions cmd/agent-ui/bind.go

This file was deleted.

24 changes: 0 additions & 24 deletions cmd/agent-ui/bundleit.sh

This file was deleted.

13 changes: 0 additions & 13 deletions cmd/agent-ui/bundler.json

This file was deleted.

133 changes: 0 additions & 133 deletions cmd/agent-ui/handleMessages.go

This file was deleted.

Loading

0 comments on commit fad9121

Please sign in to comment.