storj/web/storagenode
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 storagenode,web/storagenode: use go:embed for assets 2022-03-11 16:01:28 +02:00
public storagenode,web/storagenode: use go:embed for assets 2022-03-11 16:01:28 +02:00
src web/{multinode,satellite,storagenode}: Fix SVG styling 2022-06-08 21:54:59 +00:00
static web/storagenode: fix use of v-html 2021-08-24 13:02:42 +03:00
tests web/storagenode: update dependencies 2022-04-07 07:50:22 +00:00
.eslintrc.js web/storagenode: update dependencies 2022-04-07 07:50:22 +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/storagenode: update dependencies 2022-04-07 07:50:22 +00:00
jest.config.js web/storagenode: update dependencies 2022-04-07 07:50:22 +00:00
jest.setup.ts web/storagenode: update dependencies 2022-04-07 07:50:22 +00:00
package-lock.json build: fix conditional run of web builds 2022-08-11 14:34:44 +00:00
package.json web: use fixed version from eslint-storj 2022-08-03 12:32:01 +00:00
tsconfig.json web/storagenode: update dependencies 2022-04-07 07:50:22 +00:00
vue.config.js web/storagenode: update dependencies 2022-04-07 07:50:22 +00:00