Commit Graph

17443 Commits

Author SHA1 Message Date
Fredrik Adelöw c8dc80bf49 review fixes
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-09-27 22:42:54 +02:00
Patrik Oldsberg 58f91943ab cli: improve package.json files diff
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-27 22:16:17 +02:00
lmejbar e56e728fc8 Signed-off-by Lmejbar : spell check for the word scrollbar
Signed-off-by: lmejbar <42239917+lmejbar@users.noreply.github.com>
2021-09-27 22:03:51 +02:00
lmejbar 6f82fef197 Signed-off-by Lmejbar : Added SearchBar and ScrollBar on Techradar
Signed-off-by: lmejbar <42239917+lmejbar@users.noreply.github.com>
2021-09-27 22:03:51 +02:00
lmejbar d6ebcba5b4 Signed-off-by Lmejbar : Added SearchBar and ScrollBar on Techradar
Signed-off-by: lmejbar <42239917+lmejbar@users.noreply.github.com>
2021-09-27 22:03:51 +02:00
lmejbar ded541cca8 Signed-off-by Lmejbar : Added SearchBar and ScrollBar on Techradar
Signed-off-by: lmejbar <42239917+lmejbar@users.noreply.github.com>
2021-09-27 22:03:51 +02:00
lmejbar 5e198da71b Signed-off-by Lmejbar : Added SearchBar and ScrollBar on Techradar
Signed-off-by: lmejbar <42239917+lmejbar@users.noreply.github.com>
2021-09-27 22:03:51 +02:00
lmejbar 48ac287ee0 Minor corrections
Signed-off-by: lmejbar <42239917+lmejbar@users.noreply.github.com>
2021-09-27 22:03:51 +02:00
lmejbar c1ef701395 Added SearchBar and ScrollBar on Techradar
Signed-off-by: lmejbar <42239917+lmejbar@users.noreply.github.com>
2021-09-27 22:03:51 +02:00
Patrik Oldsberg da407a0b1f Merge pull request #7346 from backstage/rugvip/static
cli: fix plugin serve file watching
2021-09-27 19:57:32 +02:00
Patrik Oldsberg 3a8704f16b cli: fix plugin serve file watching
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-27 18:43:16 +02:00
Eric Peterson 4eb90fa32e Merge pull request #7341 from backstage/emmaindal/update-techdocs-readme
[TechDocs] Add link to how-to guide
2021-09-27 18:04:08 +02:00
Bodil Björklund edda769360 Minor text edits
Piggy-backing on this branch to include minor text edits to README.

Signed-off-by: Bodil Björklund <bodilb@spotify.com>
2021-09-27 17:19:54 +02:00
Emma Indal 03d7911ad9 [TechDocs] Add link to how-to guide
Signed-off-by: Emma Indal emma.indahl@gmail.com
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-09-27 15:49:25 +02:00
Patrik Oldsberg 8117926014 Merge pull request #7306 from feedmypixel/fix-sed-single-quote-escaping-frontend-with-nginx-example
FIX: Stop sed escaping numbers 2 and 7 in Docker
2021-09-27 15:19:59 +02:00
Fredrik Adelöw 906de40f57 optional dependencies in plugin:diff
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-09-27 15:10:14 +02:00
Andre Wanlin d8de9f870f Added doc folder to package
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-27 07:47:50 -05:00
Andre Wanlin 40c01f5c13 Merge branch 'backstage:master' into topic/improve-badges-frontend-readme 2021-09-27 07:42:41 -05:00
Patrik Oldsberg 5dfa46ca08 Merge pull request #7328 from awanlin/topic/add-is-docs-available
Add is TechDocs available
2021-09-27 13:53:41 +02:00
Nicolas Arnold 88622e6422 Add ability to override github app callback url
By default, the github app provider redirects back to the base url.
This change allows a user to override the GitHub App url using the config field `customCallbackUrl`.

It will look like this in the configuration:
```
auth:
  providers:
    github:
      development:
        clientId: SUPER ID
        clientSecret: SUPER SECRET
        customCallbackUrl: https://some-url.com/callback
```

Signed-off-by: Nicolas Arnold <nic@roadie.io>
2021-09-27 10:45:55 +01:00
Patrik Oldsberg 4b2f6d87c5 Merge pull request #7329 from awanlin/topic/add-is-kubernetes-available
Add check for Kubernetes annotation on entity
2021-09-27 11:21:45 +02:00
Patrik Oldsberg a343837854 Merge pull request #7332 from backstage/dependabot/npm_and_yarn/types/luxon-2.0.4
build(deps-dev): bump @types/luxon from 1.27.0 to 2.0.4
2021-09-27 11:16:32 +02:00
Patrik Oldsberg 419c2c54a3 Merge pull request #7315 from backstage/rugvip/catalog-bork
catalog-backend: refactor deferral of entites + fix dissapearing ref bug
2021-09-27 10:29:33 +02:00
Patrik Oldsberg 2f09cdb97f use preferred luxon duration units
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-27 10:22:31 +02:00
Patrik Oldsberg 1c76a3c574 Merge pull request #7333 from backstage/dependabot/npm_and_yarn/types/terser-webpack-plugin-5.2.0
build(deps-dev): bump @types/terser-webpack-plugin from 5.0.4 to 5.2.0
2021-09-27 10:03:25 +02:00
Patrik Oldsberg 047abce582 Merge pull request #7334 from backstage/dependabot/npm_and_yarn/react-hook-form-7.16.1
build(deps): bump react-hook-form from 7.15.3 to 7.16.1
2021-09-27 10:02:24 +02:00
Fredrik Adelöw 1e48d8cbde just some playing around with depcheck
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-09-27 09:18:56 +02:00
dependabot[bot] 38371e8693 build(deps): bump react-hook-form from 7.15.3 to 7.16.1
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.15.3 to 7.16.1.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.15.3...v7.16.1)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 04:20:29 +00:00
dependabot[bot] a853b282d8 build(deps-dev): bump @types/terser-webpack-plugin from 5.0.4 to 5.2.0
Bumps [@types/terser-webpack-plugin](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/terser-webpack-plugin) from 5.0.4 to 5.2.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/terser-webpack-plugin)

---
updated-dependencies:
- dependency-name: "@types/terser-webpack-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 04:17:25 +00:00
dependabot[bot] 2982d3856f build(deps-dev): bump @types/luxon from 1.27.0 to 2.0.4
Bumps [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) from 1.27.0 to 2.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon)

---
updated-dependencies:
- dependency-name: "@types/luxon"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 04:16:30 +00:00
Andre Wanlin 092c8d4de6 Added screenshots and samples
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-26 11:13:58 -05:00
Andre Wanlin fc96399fb4 Merge branch 'backstage:master' into topic/improve-badges-frontend-readme 2021-09-26 11:05:42 -05:00
Andre Wanlin 28d4e6f0fc Updated API Report
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-26 11:04:50 -05:00
Andre Wanlin 9424501792 Merge branch 'backstage:master' into topic/add-is-kubernetes-available 2021-09-26 11:02:09 -05:00
Andre Wanlin 4069e3546c Updated API Report
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-26 10:59:23 -05:00
Andre Wanlin a1c61fc5bf Merge branch 'backstage:master' into topic/add-is-docs-available 2021-09-26 10:50:46 -05:00
Andre Wanlin 4836fd97ca Regenerated API Report
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-26 10:45:24 -05:00
Andre Wanlin e7d9bbb6a8 Fixed dependencies casuing the build to fail
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-26 10:44:54 -05:00
Andre Wanlin 86991fa27e Merge branch 'backstage:master' into awanlin/azure-devops-backend-plugin 2021-09-26 10:34:52 -05:00
Johan Hammar 3df2e8532b fix(techdocs): fix copy documentation link to clipboard url
Signed-off-by: Johan Hammar <johan.hammar@gmail.com>
2021-09-26 16:31:38 +02:00
Patrik Oldsberg 78d6aebdad Merge pull request #7321 from ryan-hanchett/fix/update-oauth-refresh-token
Fix oauth refresh logic to set new refresh token
2021-09-26 15:02:32 +02:00
Andre Wanlin 1984dab101 Refactored top to be number from query string
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-25 15:07:47 -05:00
Andre Wanlin a058de29e0 Updated tests to use toHaveBeenCalledWith
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-25 11:51:17 -05:00
Andre Wanlin f23349832b Extracted function and added tests
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-25 11:48:37 -05:00
Patrik Oldsberg 40199b61d6 cli: include root package in schema search + update docs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-25 17:46:07 +02:00
Patrik Oldsberg ee7a1a4b64 config-loader: allow schemas to be collected by package path as well
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-25 17:46:04 +02:00
Andre Wanlin 74de9a0d1e Corrected formatting
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-25 10:37:00 -05:00
Andre Wanlin bb256781b0 Fixed up API Report
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-25 10:37:00 -05:00
Andre Wanlin 94373feca1 Type fixes
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-25 10:37:00 -05:00
Andre Wanlin c6fdf864b3 Corrected imports
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-25 10:37:00 -05:00