mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
6778d347cd
* 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> |
||
---|---|---|
.. | ||
access-service-mock.ts | ||
fake-access-store.ts | ||
fake-addon-store.ts | ||
fake-api-token-store.ts | ||
fake-client-applications-store.ts | ||
fake-client-instance-store.ts | ||
fake-client-metrics-store-v2.ts | ||
fake-context-field-store.ts | ||
fake-environment-store.ts | ||
fake-event-store.ts | ||
fake-feature-environment-store.ts | ||
fake-feature-strategies-store.ts | ||
fake-feature-tag-store.ts | ||
fake-feature-toggle-client-store.ts | ||
fake-feature-toggle-store.ts | ||
fake-feature-type-store.ts | ||
fake-group-store.ts | ||
fake-project-store.ts | ||
fake-public-signup-store.ts | ||
fake-reset-token-store.ts | ||
fake-role-store.ts | ||
fake-segment-store.ts | ||
fake-session-store.ts | ||
fake-setting-store.ts | ||
fake-strategies-store.ts | ||
fake-tag-store.ts | ||
fake-tag-type-store.ts | ||
fake-user-feedback-store.ts | ||
fake-user-splash-store.ts | ||
fake-user-store.ts | ||
no-logger.ts | ||
permissions.ts | ||
store.ts |