Raghunandan
a8184250fe
fix lint issues
2020-05-25 17:51:27 +02:00
Raghunandan
53c1fe0601
fix lint issues
2020-05-25 17:46:42 +02:00
Raghunandan
a739f2da58
Fixes in response format in frontend and backend apis
2020-05-25 16:51:50 +02:00
Raghunandan
6cd55c3b7b
Always return scope
2020-05-25 16:27:56 +02:00
Raghunandan
95f86e7482
Implemented refresh endpoint for google provider
2020-05-25 16:05:35 +02:00
Patrik Oldsberg
618065b783
Merge pull request #994 from spotify/rugvip/route-ref
...
packages/core: rename NavTargets to RouteRefs
2020-05-25 13:27:28 +02:00
Patrik Oldsberg
a79f120fa5
packages/core: rename NavTargets to RouteRefs
2020-05-25 12:47:44 +02:00
Patrik Oldsberg
6fb1f7454b
Merge pull request #975 from spotify/rugvip/create
...
packages/core: switch to only using createApiRef
2020-05-25 12:35:27 +02:00
Fredrik Adelöw
7b7dbb19d1
Merge pull request #971 from spotify/freben/search
...
Add code for building a search index over added/modified entities
2020-05-25 12:10:26 +02:00
dependabot-preview[bot]
e3f24780d3
build(deps): bump html-webpack-plugin from 3.2.0 to 4.3.0 ( #947 )
...
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin ) from 3.2.0 to 4.3.0.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases )
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v3.2.0...v4.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-25 11:52:23 +02:00
Ivan Shmidt
7e2b314458
Merge pull request #939 from spotify/shmidt-i/github-reader
...
GitHub location reader
2020-05-25 11:21:31 +02:00
Stefan Ålund
acade31849
Service Catalog improvements ( #976 )
...
* Service Catalog improvements
* Example table data
* Add Create button
* ContentHeader margin
* Fix test
* Checking components value
* Wrap tests in wrapInThemedTestApp
* tests use toBeInTheDocument
2020-05-25 10:24:51 +02:00
Stefan Ålund
a1357d2710
Fix link in Welcome page ( #980 )
2020-05-25 10:24:26 +02:00
Stefan Ålund
cbd4a34c8c
Expose CodeSnippet in @backstage/core ( #981 )
2020-05-25 10:24:01 +02:00
Ivan Shmidt
2f01a5be26
fix: error message
2020-05-25 10:21:59 +02:00
Wojciech Adaszyński
6480d20506
Merge pull request #928 from adaszyn/pin-sidebar
...
Pin sidebar with a button
2020-05-25 09:20:35 +02:00
Stefan Ålund
edca7e257e
Add Sentry plugin to Explore ( #974 )
2020-05-25 09:20:06 +02:00
dependabot-preview[bot]
24b329cb51
build(deps): bump handlebars from 4.7.3 to 4.7.6 ( #978 )
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.7.3 to 4.7.6.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.3...v4.7.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-25 08:38:52 +02:00
Patrik Oldsberg
20b48dfed7
packages/core: only export createApiRef + dashes in IDs only factory objects for ApiTestRegistry
2020-05-24 23:09:24 +02:00
Patrik Oldsberg
5db777f395
Merge pull request #977 from spotify/rugvip/nopatch
...
package/core: bump material-table and remove package patch
2020-05-24 22:17:06 +02:00
Patrik Oldsberg
ce292ae347
package/core: bump material-table and remove package patch
2020-05-24 21:56:17 +02:00
Fredrik Adelöw
d470123de3
Merge pull request #966 from spotify/rugvip/nopatch
...
packages/graphiql: bump graphiql dep + remove package patch
2020-05-24 09:48:11 +02:00
Rémi Doreau
f24198d846
[core]: Refactor and test Lifecycle component ( #952 )
...
* refactor(core): Lifecycle component
* tests(core): Lifecycle component
* fix(core): Lifecycle contional className
* fix(core): remove "is" prefix from Lifecycle props
2020-05-23 23:33:06 +02:00
dependabot-preview[bot]
2004eddb2d
build(deps-dev): bump cypress from 4.4.1 to 4.6.0 ( #945 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 4.4.1 to 4.6.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Commits](https://github.com/cypress-io/cypress/compare/v4.4.1...v4.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-23 23:29:51 +02:00
Fredrik Adelöw
8055cc0b6d
Add code for building a search index over added/modified entities
...
This is not actually being inserted yet, because doing so needs a little refactoring of the database code that happens in another PR.
Adding separate PR for the index to make it easier to review the logic.
2020-05-23 21:33:27 +02:00
Fredrik Adelöw
0ba0015477
Merge pull request #967 from spotify/freben/store-more-meta
...
Store and retrieve etag and generation
2020-05-23 20:44:05 +02:00
Fredrik Adelöw
c4d358f7a5
Human readable etag
2020-05-23 19:41:50 +02:00
Fredrik Adelöw
312ff5b7f3
Store and retrieve etag and generation
2020-05-23 19:30:23 +02:00
Sebastian Qvarfordt
6c67ef8d15
Merge pull request #942 from hooloovooo/table-search-padding
...
add paddingRight to search input in table toolbar
2020-05-23 17:15:56 +02:00
Raghunandan Balachandran
b462115235
Merge pull request #968 from spotify/auth-tests
...
Auth Backend: Tests
2020-05-23 11:55:55 +02:00
Raghunandan
3f4bd136d6
fix pr review
2020-05-23 11:13:50 +02:00
Stefan Ålund
e58458fe7f
Starting to focus on Phase 2 ( #969 )
2020-05-22 16:45:24 +02:00
Raghunandan
c496c0e999
fix lint issues
2020-05-22 16:23:56 +02:00
Raghunandan
e190463539
update tests
2020-05-22 16:01:35 +02:00
Patrik Oldsberg
f635cd9470
Merge pull request #925 from spotify/rugvip/gauth
...
Add GoogleAuth, AuthConnector, and RefreshingAuthSessionManager
2020-05-22 15:49:06 +02:00
Patrik Oldsberg
a22a9cbfdd
packages/core: minor auth text fixes + reduntant has
2020-05-22 15:26:27 +02:00
Fredrik Adelöw
9afaed0a82
Merge pull request #938 from spotify/freben/more-fields
...
Add uid, etag, and generation, plus docs, to envelope
2020-05-22 14:58:55 +02:00
Raghunandan Balachandran
c8e67db359
Merge pull request #957 from spotify/add-auth-backend-docs
...
Add required env vars for backends in README
2020-05-22 14:49:12 +02:00
Fredrik Adelöw
320e9ee9bd
Add uid, etag and generation, plus docs, to envelope
2020-05-22 14:38:53 +02:00
Patrik Oldsberg
36f7e64b25
packages/graphiql: bump graphiql dep + remove package patch
2020-05-22 14:33:20 +02:00
Raghunandan
64c743edde
Add tests for google auth provider
2020-05-22 14:00:28 +02:00
Raghunandan
e2179d979c
Add tests for providers/index, factories and google provider
2020-05-22 13:58:12 +02:00
Raghunandan
2c6b883006
tests for makeProvider
2020-05-22 13:57:19 +02:00
Fredrik Adelöw
99a360bdef
Merge pull request #958 from spotify/freben/store-and-retrieve
...
Store and retrieve the entire envelopes
2020-05-22 13:54:19 +02:00
Fredrik Adelöw
d68a621f51
Merge pull request #956 from spotify/freben/rename-to-entities
...
Stop special-casing component, call things 'entity' everywhere
2020-05-22 13:52:11 +02:00
Raghunandan Balachandran
7b2bca4a00
Merge pull request #955 from spotify/scaffold-identity-backend
...
Identity backend: Add backend skeleton
2020-05-22 13:48:38 +02:00
Raghunandan Balachandran
a17727da07
Merge pull request #954 from spotify/plugin-sentry-backend-changes
...
plugin/sentry-backend - Add missing tsconfig and changes to package.json
2020-05-22 13:48:21 +02:00
Patrik Oldsberg
c1b76913a0
packages/app: add oauth request and google auth APIs
2020-05-22 13:45:14 +02:00
Patrik Oldsberg
659e904f55
packages/core: export auth APIs
2020-05-22 13:45:13 +02:00
Patrik Oldsberg
72feb6055e
package/core: forward more config through GoogleAuth
2020-05-22 13:45:13 +02:00