Fredrik Adelöw
|
92615a78c5
|
Merge pull request #1276 from spotify/freben/locationref
feat(catalog): new kind LocationRef
|
2020-06-15 09:36:22 +02:00 |
|
Ivan Shmidt
|
e91a4402f4
|
feat: more explicit error message
|
2020-06-15 09:30:14 +02:00 |
|
Fredrik Adelöw
|
1b2d70a70d
|
catalog: suffix entiy kind typeswith Entity
|
2020-06-15 09:25:28 +02:00 |
|
Fredrik Adelöw
|
319012e0f9
|
feat(catalog): new kind LocationRef
|
2020-06-15 09:10:11 +02:00 |
|
Patrik Oldsberg
|
8054f61246
|
Merge pull request #1282 from spotify/rugvip/buildswitch
packages/cli: assume browser build if esm output is included
|
2020-06-14 20:09:18 +02:00 |
|
Patrik Oldsberg
|
2dec7be093
|
packages/cli: assume browser build if esm output is included
|
2020-06-14 19:32:57 +02:00 |
|
Patrik Oldsberg
|
3bdcc175d9
|
packages/backend-common: import winston as namespace
|
2020-06-14 13:44:32 +02:00 |
|
Patrik Oldsberg
|
7fac58f23d
|
plugins/catalog-backend: typecheck migration files
|
2020-06-14 13:21:06 +02:00 |
|
Patrik Oldsberg
|
e840d9c20a
|
plugins/catalog-backend: move migrations to JS with type annotations
|
2020-06-14 13:13:59 +02:00 |
|
Patrik Oldsberg
|
46c51f2698
|
packages/cli: fix jest module mapper to only match entire module name
|
2020-06-14 13:11:37 +02:00 |
|
Patrik Oldsberg
|
8aee97383e
|
Merge pull request #1278 from spotify/rugvip/serveurl
packages/cli: use app.baseUrl to configure dev server
|
2020-06-13 19:11:11 +02:00 |
|
Patrik Oldsberg
|
130ecfb7dd
|
github/workflows: use env app config to set e2e test port
|
2020-06-13 18:20:34 +02:00 |
|
Patrik Oldsberg
|
19d4a4323a
|
packages/cli: use app.baseUrl to configure dev server
|
2020-06-13 15:05:15 +02:00 |
|
Patrik Oldsberg
|
fbba694986
|
packages/config-loader: more docs!
|
2020-06-13 13:15:22 +02:00 |
|
blam
|
d036ceef41
|
chore(catalog/msw): resetting the core plugin package.json for now
|
2020-06-13 02:24:13 +02:00 |
|
Patrik Oldsberg
|
3734b2e378
|
Merge pull request #1275 from spotify/rugvip/release
Release v0.1.1-alpha.8
|
2020-06-12 22:47:42 +02:00 |
|
dependabot-preview[bot]
|
1204ee50f5
|
build(deps): bump typescript from 3.9.3 to 3.9.5 (#1240)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.3 to 3.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.3...v3.9.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-06-12 22:40:48 +02:00 |
|
Patrik Oldsberg
|
dbc29358ed
|
v0.1.1-alpha.8
|
2020-06-12 22:09:21 +02:00 |
|
Patrik Oldsberg
|
ee33cf6751
|
packages/config-loader: cover secrets in tests and tweak validation
|
2020-06-12 21:15:20 +02:00 |
|
Patrik Oldsberg
|
188b32e9c5
|
Merge pull request #1272 from ewnd9/toggle-plugin-lighthouse
chore(lighthouse): toggle private in package.json
|
2020-06-12 19:56:25 +02:00 |
|
Patrik Oldsberg
|
d55d63d01a
|
Merge pull request #1273 from wejendorp/deploy-fix
Dynamically determine the chunk to inject during runtime
|
2020-06-12 19:55:26 +02:00 |
|
Jacob Wejendorp
|
d95244c09b
|
fix(docker): dynamically determine the chunk to inject during runtime
The __APP_INJECTED_RUNTIME_CONFIG__ value is not always in the main
chunk, so we need to find the right chunk to inject for runtime config.
|
2020-06-12 19:42:24 +02:00 |
|
Patrik Oldsberg
|
fc82352988
|
packages/config-loader: cover reader in tests and omit null values
|
2020-06-12 19:28:58 +02:00 |
|
ewnd9
|
a6b775540f
|
chore(lighthouse): toggle private in package.json
|
2020-06-12 19:42:58 +03:00 |
|
Patrik Oldsberg
|
6da3cc8fec
|
packages/config-loader: move readSecret and secret reading switch to context
|
2020-06-12 18:13:56 +02:00 |
|
Patrik Oldsberg
|
d223b28419
|
packages/config-loader: split config file resolve logic into separate module
|
2020-06-12 17:36:55 +02:00 |
|
Patrik Oldsberg
|
3a2c353ad7
|
packages/config-loader: split loader into lib
|
2020-06-12 17:35:30 +02:00 |
|
Fredrik Adelöw
|
9d28108cb8
|
Merge pull request #1271 from spotify/freben-patch-2
docs(catalog-backend): update readme to be more accurate and helpful
|
2020-06-12 16:46:32 +02:00 |
|
Patrik Oldsberg
|
c2b59e20cb
|
packages/config-loader: added data secret loader
|
2020-06-12 16:26:15 +02:00 |
|
Fredrik Adelöw
|
b902e63dd8
|
Update README.md
|
2020-06-12 16:21:11 +02:00 |
|
Patrik Oldsberg
|
3c958523b5
|
packages/config-loader: add support for env secrets
|
2020-06-12 16:09:06 +02:00 |
|
Fredrik Adelöw
|
c4fee049cc
|
Merge pull request #1270 from spotify/freben/sentry-again
chore(backend): make the sentry handling work better
|
2020-06-12 15:53:35 +02:00 |
|
Patrik Oldsberg
|
fcc514e909
|
packages/config-loader: added secret reading option + initial validation and file handler
|
2020-06-12 15:52:27 +02:00 |
|
Fredrik Adelöw
|
da6f33a13f
|
chore(backend): make the sentry handling work better
|
2020-06-12 15:36:19 +02:00 |
|
Fredrik Adelöw
|
51b780b061
|
feat(catalog-backend): support wildcard matching on entities
|
2020-06-12 15:16:16 +02:00 |
|
Raghunandan Balachandran
|
8da3774f79
|
Merge pull request #1266 from spotify/mob/config-env
Auth Backend: read env config
|
2020-06-12 14:53:14 +02:00 |
|
Raghunandan Balachandran
|
b167dd712f
|
Merge pull request #1268 from spotify/sentry-localhost
Sentry backend: Fail gracefully for local development
|
2020-06-12 14:48:43 +02:00 |
|
Raghunandan
|
2c6b8659d3
|
review fixes
|
2020-06-12 14:40:06 +02:00 |
|
Raghunandan
|
33a96003c2
|
fail gracefully if sentry token is missing in localhost
|
2020-06-12 14:28:18 +02:00 |
|
Patrik Oldsberg
|
8cbb8459ba
|
Merge pull request #1263 from spotify/stefanalund-patch-1-1
Link to SECURITY in CONTRIBUTING
|
2020-06-12 13:54:44 +02:00 |
|
Fredrik Adelöw
|
6c642a60c0
|
Merge pull request #1265 from spotify/freben/i-am-almost-unique
feat(catalog-backend): reject almost-same-name entities
|
2020-06-12 13:54:04 +02:00 |
|
Fredrik Adelöw
|
66fef7f2e4
|
chore(catalog-backend): use code instead of db to implement similarity rule
|
2020-06-12 13:41:05 +02:00 |
|
Raghunandan
|
5f13a53c6a
|
Making auth backend work based on config. Config is yet to be read from the YAML and passed in. Localhost development will fail gracefully if AUTH config env vars are not set
|
2020-06-12 12:06:46 +02:00 |
|
Fredrik Adelöw
|
7de5e10408
|
feat(catalog-backend): reject almost-same-name entities
|
2020-06-12 12:04:56 +02:00 |
|
Stefan Ålund
|
5e034d687b
|
Repo hygiene: Add SECURITY.md (#1262)
* Repo hygiene: Add SECURITY.md
* Update SECURITY.md
|
2020-06-12 09:56:06 +02:00 |
|
Chanwit Kaewkasi
|
4074aff376
|
gitops-plugin: add meaningful error message for the cluster listing page
|
2020-06-12 14:19:29 +07:00 |
|
Stefan Ålund
|
86e399221c
|
Link to SECURITY in CONTRIBUTING
|
2020-06-12 08:43:57 +02:00 |
|
Ben Lambert
|
ca3cd45980
|
Merge pull request #1171 from spotify/blam/react-router
Migrate to React Router V6
|
2020-06-12 02:58:35 +02:00 |
|
blam
|
70ae94e231
|
chore(catalog/msw): remove jest fetch mock
|
2020-06-12 02:57:26 +02:00 |
|
blam
|
6a64ed933f
|
chore(react-router-v6): quick fix for some type problems
|
2020-06-12 02:44:10 +02:00 |
|