Patrik Oldsberg
474bb5b57f
rewrite other references to spotify/backstage and sorrounding things
2020-11-03 11:39:27 +01:00
Patrik Oldsberg
af141c0766
rewrite repo location urls
2020-11-03 11:03:49 +01:00
Oliver Sand
3cbebc9c13
fix: fix edge case of sonarqube plugin if no quality gate was computed
...
Initially no quality gate is available, till the first analysis. Previously this was handled as "failed". Now it has its own state.
2020-11-02 19:20:23 +01:00
Patrik Oldsberg
b22c4ac14c
Merge pull request #3151 from forrestwaters/fw_onelogin
...
Add OneLogin as Identity Provider
2020-11-02 18:39:37 +01:00
Himanshu Mishra
09b45677eb
Merge pull request #3198 from RoadieHQ/techdocs-backend-url-fix
...
Use discovery api to build URLs in techdocs
2020-11-02 13:51:03 +01:00
Iain Billett
65792dd070
Use discovery api to build URLs in techdocs
...
Use the discovery api to build catalog API URLs and URLs to locally published
metadata.
2020-11-02 10:59:51 +00:00
Althaf Hameez
eb976e8e0f
Remove tech-radar owner and lifecycle from header ( #3061 )
...
* Remove tech-radar owner and lifecycle from header
* Run prettier
* Fix prettier warning
2020-11-02 09:24:17 +01:00
Ryan Vazquez
ccd7c10b60
Merge pull request #3147 from spotify/ryanv/cost-insights/migrate-non-type-exports
...
Migrate type utilities for Cost Insights
2020-10-30 15:17:05 -04:00
Oliver Sand
678f0309dd
Merge pull request #3013 from SDA-SE/dry-run-experiment
...
Allow to dry run the register component operation
2020-10-30 16:50:08 +01:00
Abhishek Jakhar
ba01036406
fix unregister entity UI ( #3103 )
2020-10-30 15:24:07 +01:00
Oliver Sand
5309096969
refactor: don't dryRun addLocation
...
This allows to keep the HigherOderOperations free from db Operations
2020-10-30 11:21:04 +01:00
imgbot[bot]
f9f70c2255
[ImgBot] Optimize images ( #3173 )
...
*Total -- 75.32kb -> 53.08kb (29.52%)
/plugins/sonarqube/docs/sonar-card.png -- 73.82kb -> 51.84kb (29.78%)
/microsite/static/img/sonarqube-icon.svg -- 1.49kb -> 1.24kb (17.07%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com >
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com >
2020-10-30 10:26:09 +01:00
Dominik Henneke
da0a79c3b8
feat: add sonarqube plugin ( #3160 )
2020-10-30 09:52:39 +01:00
Mayursinh Sarvaiya
16d90dca24
fix: failing windows tests ( #3171 )
2020-10-30 09:10:59 +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
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
Ryan Vazquez
3f5ef4ac16
formatting
2020-10-29 15:52:18 -04: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
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
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
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
Patrik Oldsberg
200792e434
core-api: refactor feature flags user flags access
2020-10-28 22:04:17 +01:00
Ryan Vazquez
51032212fe
add explicit export for public utils
2020-10-28 12:58:11 -04:00
Patrik Oldsberg
b986a73cfe
core-api: refactor FeatureFlagApi to register flags instead of assigning
2020-10-28 17:42:57 +01:00
Patrik Oldsberg
3ca32f8b4b
Merge pull request #3143 from spotify/rugvip/copurl
...
catalog-backend: make CodeOwnersProcessor handle url locations
2020-10-28 17:30:21 +01:00
Ryan Vazquez
ec884c9d28
formatting
2020-10-28 12:28:38 -04:00
Ryan Vazquez
bf3bce32be
use correct import for intervalsOf
2020-10-28 12:27:41 -04:00
Patrik Oldsberg
e64fc519b8
core-api: remove FeatureFlagName type
2020-10-28 16:49:09 +01:00
Ryan Vazquez
dbaefe6e57
migrate filters and icon utils
2020-10-28 11:41:29 -04:00
Ryan Vazquez
cb4568f665
migration duration utils
2020-10-28 11:34:40 -04:00
Patrik Oldsberg
4c4eab81b0
catalob-backend: make CodeOwnersProcessor handle url locations
2020-10-28 16:27:21 +01:00
Ryan Vazquez
78ffb124dc
migrate change utils
2020-10-28 11:15:42 -04:00
Fredrik Adelöw
5adfc005e8
fix(catalog-backend): let processors validate kinds ( #3113 )
2020-10-28 16:04:34 +01:00
Ryan Vazquez
86baf03274
migrate assertion utils
2020-10-28 11:02:48 -04:00
Ryan Vazquez
d20428775c
migrate loading utils
2020-10-28 10:51:05 -04:00
Fredrik Adelöw
183e2a30de
feat(catalog-backend): permit entity field subselection ( #3142 )
2020-10-28 15:39:10 +01:00