Skip to content

Commit

Permalink
Update Makefile build_ui target to lerna structure (#798)
Browse files Browse the repository at this point in the history
* Update Makefile build_ui target to lerna structure

Signed-off-by: Joe Farro <[email protected]>

* Pull in UI HEAD which has the lerna structure

Signed-off-by: Joe Farro <[email protected]>

* UI changes added to the changelog

Signed-off-by: Joe Farro <[email protected]>
  • Loading branch information
tiffon authored and yurishkuro committed Jul 18, 2018
1 parent 7919cd9 commit 0a40309
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "idl"]
path = idl
url = https://github.com/uber/jaeger-idl.git
url = https://github.com/jaegertracing/jaeger-idl.git
[submodule "jaeger-ui"]
path = jaeger-ui
url = https://github.com/uber/jaeger-ui
url = https://github.com/jaegertracing/jaeger-ui.git
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changes by Version
==================

TBD (pending)
------------------

#### UI Changes

##### New Features

- Timeline Expand and Collapse Features ([#221](https://github.com/jaegertracing/jaeger-ui/issues/221))
- Integrate Google Analytics into Search Page ([#220](https://github.com/jaegertracing/jaeger-ui/issues/220))

1.6.0 (2018-07-10)
------------------

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ docker-hotrod:

.PHONY: build_ui
build_ui: install-statik
cd jaeger-ui && yarn install && npm run build
(cd cmd/query/app/ui/actual; statik -f -src ../../../../../jaeger-ui/build)
cd jaeger-ui && yarn install && cd packages/jaeger-ui && yarn build
(cd cmd/query/app/ui/actual; statik -f -src ../../../../../jaeger-ui/packages/jaeger-ui/build)

.PHONY: build-all-in-one-linux
build-all-in-one-linux: build_ui
Expand Down
2 changes: 1 addition & 1 deletion jaeger-ui
Submodule jaeger-ui updated 292 files

0 comments on commit 0a40309

Please sign in to comment.