storj/web/multinode
Márton Elek 96b88e286e build: fix conditional run of web builds
Jenkins doesn't do a very good job with identifying what has been changed.

While it has a syntax to defined patterns, it compares the current build with the previous build (in case of git-verify it can be a totally different branch) instead of checking the HEAD commit.

This patch introduces shell scripts to do this better:
 * It doesn't depend on Jenkins any more
 * It can be executed locally
 * It can detect web changes properly (see the relation change as an example).

Change-Id: I9d37775e3818c08c4aa96ffb78f84d57f28a2c95
2022-08-11 14:34:44 +00:00
..
dist multinode,web/multinode: use go:embed for assets 2022-03-11 11:10:37 +02:00
public multinode,web/multinode: use go:embed for assets 2022-03-11 11:10:37 +02:00
src web/{multinode,satellite,storagenode}: Fix SVG styling 2022-06-08 21:54:59 +00:00
static web/multinode: wallets page markup 2021-06-08 18:47:43 +03:00
tests/unit web/{multinode,storagenode}: fix callback default props 2022-05-05 14:33:52 +03:00
.eslintrc.js web/multinode: update dependencies 2022-04-06 14:48:21 +00:00
.gitignore web/{multinode,satellite,storagenode}: revert go.mod 2022-07-08 19:51:51 +03:00
.stylelintignore web/: add custom linter for requiring @vue/component 2021-09-01 13:56:37 +00:00
.stylelintrc.js web/{multinode,storagenode,satellite}: update stylelint 2022-05-05 15:47:44 +03:00
assets_noembed.go satellite/admin/ui,web/{multinode,storagenode}: build without embedding 2022-03-29 13:18:04 +03:00
assets.go satellite/admin/ui,web/{multinode,storagenode}: build without embedding 2022-03-29 13:18:04 +03:00
build-if-changed.sh build: fix conditional run of web builds 2022-08-11 14:34:44 +00:00
build.sh build: fix conditional run of web builds 2022-08-11 14:34:44 +00:00
index.html web/multinode: favicon added 2021-03-22 12:50:53 +00:00
jest.config.js web/multinode: update dependencies 2022-04-06 14:48:21 +00:00
jest.setup.ts web/multinode: update dependencies 2022-04-06 14:48:21 +00:00
package-lock.json web/: bump eslint dependencies 2022-05-05 18:35:31 +00:00
package.json web: use fixed version from eslint-storj 2022-08-03 12:32:01 +00:00
tsconfig.json web/multinode: update dependencies 2022-04-06 14:48:21 +00:00
vue.config.js web/multinode: update dependencies 2022-04-06 14:48:21 +00:00