From 852057533be7109e1fd51c85777fecfb11fbdc99 Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Fri, 22 Jan 2021 16:51:17 -0600 Subject: [PATCH] Add lattice submodule upgrade instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4543a3524..f8ff52c19 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,15 @@ Check out how the Pilosa [Data Model](https://www.pilosa.com/docs/data-model/) w You can interact with Pilosa directly in the console using the [Pilosa Query Language](https://www.pilosa.com/docs/query-language/) (PQL). +## Upgrading UI + +Lattice is now a submodule of Pilosa, for the purpose of keeping the frontend and backend components of the UI system synchronized. When making a change to the UI that requires changing both the backend and frontend, follow steps in this order: + +1. merge frontend (Lattice) PR +2. run `make upgrade-lattice` +3. run `git add lattice`, `git commit -m"Upgrade Lattice"`, `git push` +4. merge backend (Pilosa) PR + ## Client Libraries There are supported libraries for the following languages: