Commit Graph

17023 Commits

Author SHA1 Message Date
Chris Carpita 537bd04005 fix(SignInPage): Ensure click handler and login popup occur in same tick
The current SignIn implementation is broken on Safari iOS by default, due to the combination of useEffect and the extra asynchronous login check that occurs before the authentication routine that causes the popup (instantPopup: true). This change refactors the internals of SignIn page to avoid useEffect, which was arguably confusing for implementors, and also avoid overloading the use of the poorly scoped autoSignIn variable.

Signed-off-by: Chris Carpita <ccarpita@butterflynetinc.com>
2021-09-21 10:35:02 -04:00
Fredrik Adelöw 64e3c8a228 Merge pull request #7222 from anisjonischkeit/patch-2
DOCS: mark username optional as it's not needed when using a token
2021-09-20 21:53:24 +02:00
Fredrik Adelöw 9375de0d6c prettier
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-09-20 19:20:20 +02:00
Eric Peterson 6f989205d0 Merge pull request #7251 from backstage/fix/techdocs-blog-link 2021-09-20 18:20:59 +02:00
Eric Peterson b2f98b053b Point to routing update instructions.
Co-authored-by: Jeff Feng <fengypants@gmail.com>
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-09-20 17:33:02 +02:00
Fredrik Adelöw dca1a52a5d Merge pull request #7245 from backstage/freben/more-restricted-imports
Restrict imports on the form `../../plugins/x/src`
2021-09-20 17:05:26 +02:00
Fredrik Adelöw 0492cff964 Merge pull request #6782 from livetocode/feature/k8s-dashboard-links
provide access to the Kubernetes dashboard when viewing a specific resource
2021-09-20 14:17:30 +02:00
Fredrik Adelöw e9f332a51c Restrict imports on the form ../../plugins/x/src
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-09-20 13:55:44 +02:00
Fredrik Adelöw fd58151967 Merge pull request #7241 from backstage/dependabot/npm_and_yarn/spotify/prettier-config-11.0.0
build(deps-dev): bump @spotify/prettier-config from 10.0.0 to 11.0.0
2021-09-20 11:00:32 +02:00
Fredrik Adelöw df95665e4b create-app template too
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-09-20 10:13:38 +02:00
Fredrik Adelöw 86177c5059 Merge pull request #7238 from mikkeschiren/master
Add example for using memcache and ram for cache
2021-09-20 10:08:58 +02:00
Johan Haals adf22a8728 Merge pull request #7231 from backstage/jhaals/fixtests
catalog: Add NextRouter and /refresh tests
2021-09-20 09:54:12 +02:00
Fredrik Adelöw 736b3d14a3 fix prettier
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-09-20 09:39:50 +02:00
Johan Haals 2d74b848b7 Merge pull request #7175 from backstage/mob/aboutcard
Catalog: Add refresh button to AboutCard
2021-09-20 09:36:38 +02:00
Johan Haals 6cf3f78ffb fix imports
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-09-20 09:29:59 +02:00
dependabot[bot] 6558c7148b build(deps-dev): bump @spotify/prettier-config from 10.0.0 to 11.0.0
Bumps [@spotify/prettier-config](https://github.com/spotify/web-scripts) from 10.0.0 to 11.0.0.
- [Release notes](https://github.com/spotify/web-scripts/releases)
- [Changelog](https://github.com/spotify/web-scripts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotify/web-scripts/compare/v10.0.0...v11.0.0)

---
updated-dependencies:
- dependency-name: "@spotify/prettier-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-20 04:26:57 +00:00
Patrik Oldsberg 5bc104d7f6 Merge pull request #6890 from backstage/rugvip/sweet
cli: bump sucrase and disable ES transforms
2021-09-18 18:47:44 +02:00
Patrik Oldsberg c0c51c9710 cli: disable sucrase ES transforms
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-18 17:59:28 +02:00
Patrik Oldsberg d615577656 cli: bump sucrase to 3.20.1
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-18 17:59:27 +02:00
Patrik Oldsberg 59136a5c65 Merge pull request #6889 from backstage/rugvip/16
move to node 14 & 16
2021-09-18 17:40:07 +02:00
Mikael Schirén 62db25f7ec Add example for using memcache and ram for cache 2021-09-18 17:38:39 +02:00
Himanshu Mishra ecd492e0df Merge pull request #7235 from thiagocaiubi/patch-1
Add Loadsmart as adopter
2021-09-18 15:45:02 +02:00
Patrik Oldsberg 59f9d7176a git-release-manager: fix test
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-18 00:58:51 +02:00
Thiago Caiubi 685fba16de Add Loadsmart as adopter
Loadsmart launched the first release of Backstage on Sep 15th.

Signed-off-by: Thiago Caiubi <thiago.caiubi@gmail.com>
2021-09-17 18:51:47 -03:00
Patrik Oldsberg 2f9065d8fd packages,plugins: bump mock-fs to 5.1.0
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-17 23:14:20 +02:00
blam bb6841b0cb chore: fix prettier
Signed-off-by: blam <ben@blam.sh>
2021-09-17 23:03:59 +02:00
Patrik Oldsberg 050797c5b3 cli: switch out the jest yaml transform
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-17 23:03:59 +02:00
Patrik Oldsberg d0a47c8605 move to node 14 & 16
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-17 23:03:29 +02:00
Fredrik Adelöw f38ac1a4e0 Merge pull request #7230 from fengypants/techdocs-beta-label
[microsite] Add beta label to TechDocs heading on homepage
2021-09-17 16:07:51 +02:00
Johan Haals e638fe0a96 catalog: Add NextRouter and /refresh tests
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-09-17 15:44:08 +02:00
Jeff Feng ff32e8aa46 Add beta label to TechDocs on homepage
Adding a beta label and link to the TechDocs announcement post.

Signed-off-by: Jeff Feng <fengypants@gmail.com>
2021-09-17 09:24:38 -04:00
Oliver Sand 84e7232eeb Merge pull request #7206 from SDA-SE/feat/techdocs-context-search-breakpoint
Make techdocs context search bar width adjust on smaller screens
2021-09-17 14:55:02 +02:00
Fredrik Adelöw 1d7a755380 Merge pull request #7189 from pawelmitka/scaffolder_backend_module_yeoman
feat(scaffolder-backend): Yeoman Generator module
2021-09-17 14:28:25 +02:00
@pawelmitka ee3e488780 Merge branch 'master' into scaffolder_backend_module_yeoman 2021-09-17 13:50:14 +02:00
@pawelmitka 69405e3959 fix: yarn.lock conflict - approach 2
Signed-off-by: @pawelmitka <pawel.mitka@brainly.com>
2021-09-17 13:42:25 +02:00
@pawelmitka 28daaaa1ad fix: resolve yarn.lock conflict
Signed-off-by: @pawelmitka <pawel.mitka@brainly.com>
2021-09-17 13:27:15 +02:00
@pawelmitka 9dd3ba66fc chore: make package public
Signed-off-by: @pawelmitka <pawel.mitka@brainly.com>
2021-09-17 13:19:47 +02:00
Fredrik Adelöw 4a1612f998 Merge pull request #7180 from Erog38/feature/ldap-less-memory
Reduce LDAP memory usage by releasing ldap SearchEntries from memory during processing.
2021-09-17 11:59:20 +02:00
Oliver Sand 13d1b26bd5 Merge pull request #6162 from SDA-SE/feat/catalog-import-customize
Add initial support for customizing the catalog import page
2021-09-17 11:26:23 +02:00
Fredrik Adelöw 9ade8ff42e Merge pull request #7224 from backstage/dependabot/npm_and_yarn/isomorphic-git-1.10.0
build(deps): bump isomorphic-git from 1.9.2 to 1.10.0
2021-09-17 11:16:45 +02:00
Fredrik Adelöw f09aef1a6b Merge pull request #7223 from backstage/dependabot/npm_and_yarn/microsite/prettier-2.4.1
build(deps-dev): bump prettier from 2.4.0 to 2.4.1 in /microsite
2021-09-17 10:33:49 +02:00
Oliver Sand a8f8446859 Fix build
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-09-17 10:14:20 +02:00
dependabot[bot] aa34ee229a build(deps-dev): bump prettier from 2.4.0 to 2.4.1 in /microsite
Bumps [prettier](https://github.com/prettier/prettier) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.4.0...2.4.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-17 10:14:14 +02:00
Fredrik Adelöw 2271ead6a7 Merge pull request #7221 from backstage/timbonicus/lodash
security: bump lodash to 4.17.21
2021-09-17 10:12:33 +02:00
dependabot[bot] a92ea2a110 build(deps): bump isomorphic-git from 1.9.2 to 1.10.0
Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.9.2 to 1.10.0.
- [Release notes](https://github.com/isomorphic-git/isomorphic-git/releases)
- [Changelog](https://github.com/isomorphic-git/isomorphic-git/blob/main/docs/in-the-news.md)
- [Commits](https://github.com/isomorphic-git/isomorphic-git/compare/v1.9.2...v1.10.0)

---
updated-dependencies:
- dependency-name: isomorphic-git
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-17 10:11:01 +02:00
Johan Haals 7e470a725f Update api report
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-09-17 09:23:47 +02:00
Johan Haals dbcaa6387a Catalog: Add refresh button to AboutCard
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-09-17 09:15:14 +02:00
Oliver Sand 86c716c60b Use renderInTestApp
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-09-17 08:28:13 +02:00
Oliver Sand a5e881809a Fix import
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-09-17 08:28:12 +02:00
Tim Hansen 552a23507f Remove root resolution
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-09-16 19:53:37 -06:00