1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/test/fixtures
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
..
access-service-mock.ts Feat/grouping (#1845) 2022-07-21 16:23:56 +02:00
fake-access-store.ts Feat/grouping (#1845) 2022-07-21 16:23:56 +02:00
fake-addon-store.ts
fake-api-token-store.ts Feat/add alias to api tokens (#1931) 2022-08-19 10:48:33 +02:00
fake-client-applications-store.ts refactor: replace ts-ignore with ts-expect-error (#1675) 2022-06-07 11:49:17 +02:00
fake-client-instance-store.ts
fake-client-metrics-store-v2.ts
fake-context-field-store.ts
fake-environment-store.ts Add a counter for total number of environments (#1964) 2022-09-06 13:24:13 +02:00
fake-event-store.ts feat: add count to event list (#2036) 2022-09-02 08:35:31 +02:00
fake-feature-environment-store.ts
fake-feature-strategies-store.ts Strategy sort order endpoint (#1855) 2022-07-26 14:16:30 +02:00
fake-feature-tag-store.ts
fake-feature-toggle-client-store.ts feat: Implement multi token support for client tokens 2022-04-06 08:11:41 +02:00
fake-feature-toggle-store.ts Complete open api schemas for project features controller (#1563) 2022-05-18 16:17:09 +03:00
fake-feature-type-store.ts refactor: add OpenAPI schema to feature types controller (#1684) 2022-06-09 13:17:13 +02:00
fake-group-store.ts Fix/remove group owner concept (#1905) 2022-08-11 08:23:08 +02:00
fake-project-store.ts Wrong number on the project page regarding members in that project (#1917) 2022-08-17 09:05:41 +00:00
fake-public-signup-store.ts PublicSignupTokens (#2053) 2022-09-14 15:29:12 +03:00
fake-reset-token-store.ts
fake-role-store.ts PublicSignupTokens (#2053) 2022-09-14 15:29:12 +03:00
fake-segment-store.ts fix: reject duplicate segment names (#1475) 2022-04-06 14:01:50 +01:00
fake-session-store.ts
fake-setting-store.ts
fake-strategies-store.ts refactor: add schemas to strategy controller (#1744) 2022-06-23 08:10:20 +02:00
fake-tag-store.ts
fake-tag-type-store.ts
fake-user-feedback-store.ts
fake-user-splash-store.ts refactor: add schemas to user admin controller (#1692) 2022-06-22 14:55:43 +02:00
fake-user-store.ts refactor: replace ts-ignore with ts-expect-error (#1675) 2022-06-07 11:49:17 +02:00
no-logger.ts
permissions.ts
store.ts PublicSignupTokens (#2053) 2022-09-14 15:29:12 +03:00