1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/src/lib
andreas-unleash 6778d347cd
PublicSignupTokens (#2053)
* PublicSignupTokens

* bug fix

* bug fixes and test

* bug fixes and test

* bug fixes and test

* Add feature flag

* tests

* tests

* Update 20220908093515-add-public-signup-tokens.js

Bug Fix

* task: use swc instead of ts-jest (#2042)

* Add a counter for total number of environments (#1964)

* add groupId to gradual rollout template (#2045)

* add groupId to gradual rollout template

* FMT

* Improve tabs UI on smaller devices (#2014)

* Improve tabs UI on smaller devices

* Improve tabs UI on smaller devices

* bug fix

* add proper scrollable tabs

* removed centered from Tabs (conflicts with scrollable)

* PR comments

* 4.15.0-beta.10

* Fix broken doc links (#2046)

## What

This PR fixes some broken links that have been hanging around in the
docs for what seems like a very long time.

## Why

As discovered by the link check in #1912, there are a fair few broken
links in the docs. Everyone hates broken links because it makes it
harder to understand what they were supposed to be pointing at.

## How

There are 3 types of links that have been fixed:
- Links that should have been internal but were absolute. E.g.
  `https://docs.getunleash.io/path/article` that should have been
  `./article.md`
- External links that have changed, such as Slack's API description
- GitHub links to files that either no longer exist or that have been
  moved. These links generally pointed to `master`/`main`, meaning
  they are subject to change. They have been replaced with permalinks
  pointing to specific commits.

-----

* docs: fix slack api doc link

* docs: update links in migration guide

* docs: fix broken link to ancient feature schema validation

* docs: update links to v3 auth hooks

* docs: update broken link in the go sdk article

* Fix: use permalink for GitHub link

* docs: fix wrong google auth link

* 4.15.0

* 4.15.1

* docs: update link for symfony sdk (#2048)



The doc link appears to have pointed at an address that is no longer reachable. Instead, let's point to the equivalent GitHub link

Relates to and closes #2047

* docs: test broken links in website (#1912)

The action triggers manually as a first step to test this functionality. In the near future, we might schedule it

* Schedule link checker action (#2050)

Runs at 12:30 UTC on Mon, Tue, Wed, Thu and Fri

* fix: add env and project labels to feature updated metrics. (#2043)

* Revert workflow (#2051)

* update snapshot

* PR comments

* Added Events and tests

* Throw error if token not found

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
Co-authored-by: Gastón Fournier <gaston@getunleash.ai>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
Co-authored-by: sjaanus <sellinjaanus@gmail.com>
2022-09-14 15:29:12 +03:00
..
__snapshots__ task: use swc instead of ts-jest (#2042) 2022-09-06 13:22:41 +02:00
addons task: use swc instead of ts-jest (#2042) 2022-09-06 13:22:41 +02:00
db PublicSignupTokens (#2053) 2022-09-14 15:29:12 +03:00
error fix: changeRole to assign roles without existing members 2022-03-03 14:33:32 +01:00
middleware Feat/unleash flags embedded proxy (#1974) 2022-08-26 15:16:29 +02:00
openapi PublicSignupTokens (#2053) 2022-09-14 15:29:12 +03:00
proxy fix: resolve correct environment for admin tokens (#1951) 2022-08-22 14:44:38 +02:00
routes PublicSignupTokens (#2053) 2022-09-14 15:29:12 +03:00
schema Feat/add alias to api tokens (#1931) 2022-08-19 10:48:33 +02:00
services PublicSignupTokens (#2053) 2022-09-14 15:29:12 +03:00
types PublicSignupTokens (#2053) 2022-09-14 15:29:12 +03:00
util task: use swc instead of ts-jest (#2042) 2022-09-06 13:22:41 +02:00
app.test.ts feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
app.ts Feat/unleash flags embedded proxy (#1974) 2022-08-26 15:16:29 +02:00
create-config.test.ts feat: add CORS instance settings (#1957) 2022-08-26 09:09:48 +02:00
create-config.ts feat: add CORS instance settings (#1957) 2022-08-26 09:09:48 +02:00
default-custom-auth-deny-all.ts
event-hook.test.ts
event-hook.ts
logger.test.ts
logger.ts
metric-events.ts
metrics.test.ts fix: add env and project labels to feature updated metrics. (#2043) 2022-09-08 11:01:27 +02:00
metrics.ts fix: add env and project labels to feature updated metrics. (#2043) 2022-09-08 11:01:27 +02:00
server-impl.test.ts fix: convert more tests to typescript 2021-09-14 20:30:37 +02:00
server-impl.ts refactor: fix a few eslint module boundary type overrides (#1542) 2022-04-28 12:40:38 +02:00