Abhishek Jakhar
801e5e55cc
chore: remove redundant functions from microsite footer ( #3174 )
2020-10-30 10:16:53 +01:00
Dominik Henneke
da0a79c3b8
feat: add sonarqube plugin ( #3160 )
2020-10-30 09:52:39 +01:00
Giuliano Varriale
c0d5242a0d
fix(StructuredMetadataTable): proper render boolean values ( #3162 )
2020-10-30 09:50:18 +01:00
Himanshu Mishra
efff67c205
TechDocs: Update docs around docker-in-docker installation
...
Fix python package name to mkdocs-techdocs-core
Refer to the original Dockerfile where users can seek inspiration from
2020-10-30 09:49:53 +01:00
Mayursinh Sarvaiya
16d90dca24
fix: failing windows tests ( #3171 )
2020-10-30 09:10:59 +01:00
Oliver Sand
16aefb099e
Revert "feat: upgrade ts-jest to 26.3.0"
...
This reverts commit 4d66ae31c2 .
2020-10-30 08:40:21 +01:00
Mayursinh Sarvaiya
1ae2a687f0
chore: better position for job stage loader ( #3170 )
2020-10-30 07:36:55 +01:00
Ryan Vazquez
94d351d605
fix imports
2020-10-29 18:46:17 -04:00
Patrik Oldsberg
50fb00ac9c
Merge pull request #3165 from spotify/rugvip/tmp
...
cli: fix create-plugin tmp dir creation
2020-10-29 23:29:17 +01:00
Adam Harvey
21ba4d38a0
(docs) Clarifications to documentation & UI chapter rename ( #3159 )
...
* Minor wording tweaks
* Rename section
2020-10-29 23:00:56 +01:00
Patrik Oldsberg
e9c222605b
cli: fix create-plugin tmp dir creation
2020-10-29 22:55:05 +01:00
Ryan Vazquez
ce0e0f12c5
formatting
2020-10-29 17:41:38 -04:00
Ryan Vazquez
7926f07735
make default date format public
2020-10-29 17:39:02 -04:00
Ryan Vazquez
c894503435
revert order
2020-10-29 17:38:24 -04:00
Ryan Vazquez
24b8f78d5f
make client public
2020-10-29 17:36:52 -04:00
Ryan Vazquez
f454f0eecc
make thresholds and growth enums public
2020-10-29 17:34:01 -04:00
Ryan Vazquez
a40536a24b
move example client out of src to break import cycles
2020-10-29 17:31:05 -04:00
Alan Crosswell
8fc93d4696
Gitlab Enterprise documentation
...
Most importantly documents the Gitlab callback URL but also the various scopes that seem appropriate.
2020-10-29 16:57:16 -04:00
Ryan Vazquez
3f5ef4ac16
formatting
2020-10-29 15:52:18 -04:00
Oliver Sand
4d66ae31c2
feat: upgrade ts-jest to 26.3.0
...
This adds support for typescript 4.0 and resolves a warning during testing.
2020-10-29 20:24:49 +01:00
Oliver Sand
a6da3d1c06
fix: upgrade knex to 0.21.6
...
This reduces a overly noisy warning during tests: https://github.com/knex/knex/pull/3936
2020-10-29 20:24:49 +01:00
Oliver Sand
2ebcfac8d4
feat: add a validate button to the register-component page
...
This allows the user to validate his location before adding it.
2020-10-29 20:24:49 +01:00
Oliver Sand
948052cbb4
feat: add ability to dry run adding a new location
...
The location is now added in a transaction and afterwards rolled back. This allows users to dry run this operation to see if there entity has issues. This is probably done my automated tools.
2020-10-29 20:11:38 +01:00
Ryan Vazquez
bbf52b6595
fix alert link
2020-10-29 14:43:02 -04:00
Ryan Vazquez
59e42b4ca7
preserve enums in types
2020-10-29 14:28:42 -04:00
Patrik Oldsberg
ef9358c36e
Merge pull request #3158 from abhishekjakhar/chore/error-boundary-test-case
...
chore: write test case for ErrorBoundary component
2020-10-29 18:38:14 +01:00
Patrik Oldsberg
dbca330292
Merge pull request #3144 from spotify/rugvip/allurl
...
catalog,register-component: always register locations using a 'url' type
2020-10-29 18:05:54 +01:00
Forrest Waters
05b0ed81f5
fix imports
2020-10-29 12:02:33 -05:00
Forrest Waters
842acf4f5d
remove commented code
2020-10-29 12:02:33 -05:00
Forrest Waters
b652bf2cc5
add changeset for onelogin
2020-10-29 12:02:33 -05:00
Forrest Waters
11664e3a99
run prettier
2020-10-29 12:02:33 -05:00
Forrest Waters
159f5ee77c
add passport-onelogin dependency
2020-10-29 12:02:33 -05:00
Forrest Waters
21e071fa6c
working onelogin auth implementation
2020-10-29 12:02:32 -05:00
Abhishek Jakhar
6d4f8c6366
chore: add test case for ErrorBoundary component
2020-10-29 21:54:53 +05:30
Patrik Oldsberg
bda622c223
Merge pull request #3149 from spotify/rugvip/ff
...
core-api: refactor and slim down the FeatureFlagsApi
2020-10-29 16:58:52 +01:00
Vividh Chandna
fa56f46158
fix: Update tags validation message & documentation ( #3145 )
...
* Update dns label validation message to match regex pattern
* Update documentation for tags validation & examples
* Add changeset
2020-10-29 16:58:18 +01:00
Patrik Oldsberg
b1b3f094f1
docs: tweak feature-flags docs
2020-10-29 15:51:54 +01:00
Ben Lambert
323c709338
Merge pull request #3148 from abhishekjakhar/chore/error-boundary-types
...
chore: remove the usage of SFC in Error component
2020-10-29 11:53:56 +01:00
Marvin9
364939e5e3
chore: remove try/catch
2020-10-29 14:54:30 +05:30
Marvin9
1ddcf191db
fix: use entityClient in create-app package
2020-10-29 14:46:55 +05:30
Marvin9
55af83a78a
chore: move entityClient to createPlugin, mock entityClient in tests
2020-10-29 14:33:09 +05:30
dependabot[bot]
a4c727f1a2
chore(deps): bump eslint from 7.4.0 to 7.12.1 ( #3153 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.4.0 to 7.12.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.4.0...v7.12.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-29 09:41:57 +01:00
dependabot[bot]
e3ceaa97be
chore(deps): bump commander from 6.1.0 to 6.2.0 ( #3154 )
...
Bumps [commander](https://github.com/tj/commander.js ) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/tj/commander.js/releases )
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tj/commander.js/compare/v6.1.0...v6.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-29 09:40:30 +01:00
Adam Harvey
0a5d860682
Fix typo in template comment ( #3152 )
2020-10-29 09:40:05 +01:00
Patrik Oldsberg
a3ae6ddfdb
docgen: add support for picking up the type from the declaration instead of initialization
2020-10-28 22:50:37 +01:00
Patrik Oldsberg
cbab5bbf8a
changesets: added changeset for FeatureFlagsApi refactoring
2020-10-28 22:46:21 +01:00
Patrik Oldsberg
1f010f7828
core-api: move LocalStorageFeatureFlags to api implementations
2020-10-28 22:14:23 +01:00
Patrik Oldsberg
471b15aa18
docs: update feature flag docs
2020-10-28 22:10:23 +01:00
Patrik Oldsberg
200792e434
core-api: refactor feature flags user flags access
2020-10-28 22:04:17 +01:00
Abhishek Jakhar
9fed5e92d0
chore: remove the usage of SFC
2020-10-29 00:34:36 +05:30