Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

docs: add organizations, provisioners, and premium license docs#14778

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
stirby merged 33 commits intomainfromorgs-licenses
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
33 commits
Select commitHold shift + click to select a range
69d4f75
Add documentation for managing organizations
bpmctSep 24, 2024
4c8a165
Update icon path in organizations guide
bpmctSep 24, 2024
1595a72
Update RBAC documentation state in manifest
bpmctSep 24, 2024
6cf30a7
Add beta notice to organizations documentation
bpmctSep 24, 2024
5bc2c2e
Remove references to enterprise page
bpmctSep 25, 2024
abc156e
Update provisioners documentation for clarity
bpmctSep 25, 2024
0d76ed0
Update documentation to "premium" edition
bpmctSep 25, 2024
13f0a0e
Add documentation for licensing and group sync
bpmctSep 26, 2024
fe895cd
chore(docs): outline new feature stages (#14786)
EdwardAngertSep 26, 2024
d8de325
progress
bpmctSep 29, 2024
f48f21c
Merge branch 'main' into orgs-licenses
bpmctSep 29, 2024
67199d2
Add instructions for fetching role mappings
bpmctSep 29, 2024
941d9c2
Update role sync documentation for clarity
bpmctSep 29, 2024
ff7a8e2
Update organization sync troubleshooting links
bpmctSep 29, 2024
05369f6
Add org sync setup instructions to documentation
bpmctSep 29, 2024
f08be61
Fix sync link text order in organizations guide
bpmctSep 29, 2024
67ce5d4
Add section on custom roles to users guide
bpmctSep 29, 2024
841fa65
Update links to include premium in sync docs
bpmctSep 29, 2024
4473b2a
Update provisioners documentation for clarity
bpmctSep 29, 2024
2f0e14e
Update create organization page description
bpmctSep 29, 2024
10354d4
Remove subproject directories and update JSON format
bpmctSep 29, 2024
30e291f
fix(docs): correct license link path in org guide
bpmctSep 29, 2024
15efb35
Update organization documentation link paths
bpmctSep 30, 2024
6c2d6b2
Update paywall links to licensing doc
bpmctSep 30, 2024
e100b55
Update documentation for Premium license references
bpmctSep 30, 2024
821d9f2
Update licensing documentation for Premium plan
bpmctOct 1, 2024
5b41d99
fix(docs): improve clarity in licensing intro
bpmctOct 1, 2024
ee69767
Suppress link checker for licensing doc update
bpmctOct 1, 2024
6610084
Update manifest to improve readability and rename icon
bpmctOct 1, 2024
c26db48
Refactor manifest state to use consistent arrays
bpmctOct 1, 2024
f9c4202
fmt
bpmctOct 1, 2024
e3b34ff
Refactor route state field to support multiple states
bpmctOct 1, 2024
eb71bfa
fix: paywall doc link
jaaydenhOct 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
chore(docs): outline new feature stages (#14786)
adds new feature sections### To do- [x] populate or delete scope of support sections   - [ ] if populate, then:      - what should people expect      - how/where do they get it- [x] rm Alpha?- [ ] ~link to wikipedia?~- ~EA:<https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha>~- ~Experimental:<https://en.wikipedia.org/wiki/Software_release_life_cycle#Feature-complete>~- ~Beta:<https://en.wikipedia.org/wiki/Software_release_life_cycle#Open_and_closed_beta>~---------Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
  • Loading branch information
@EdwardAngert
EdwardAngert andEdwardAngert authoredSep 26, 2024
commitfe895cd65a9ced9f8ad0ef651320a2715308d8af
42 changes: 33 additions & 9 deletionsdocs/contributing/feature-stages.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,34 @@
# Feature stages

Some Coder features are released as Alpha or Experimental.
Some Coder features are released in feature stages before they are generally
available.

## Alpha features
If you encounter an issue with any Coder feature, please submit a
[GitHub issues](https://github.com/coder/coder/issues) or join the
[Coder Discord](https://discord.gg/coder).

Alpha features are enabled in all Coder deployments but the feature is subject
to change, or even be removed. Breaking changes may not be documented in the
changelog. In most cases, features will only stay in alpha for 1 month.
## Early access features

We recommend using [GitHub issues](https://github.com/coder/coder/issues) to
leave feedback and get support for alpha features.
Early access features are neither feature-complete nor stable. We do not
recommend using early access features in production deployments.

Coder releases early access features behind an “unsafe” experiment, where
they’re accessible but not easy to find.

## Experimental features

These features are disabled by default, and not recommended for use in
production as they may cause performance or stability issues. In most cases,
features will only stay in experimental for 1-2 weeks of internal testing.
experimental features are complete, but require further internal testing and
will stay in the experimental stage for one month.

Coder may make significant changes to experiments or revert features to a
feature flag at any time.

If you plan to activate an experimental feature, we suggest that you use a
staging deployment.

You can opt-out of an experiment after you've enabled it.

```yaml
# Enable all experimental features
Expand All@@ -27,7 +40,7 @@ coder server --experiments=feature1,feature2
# Alternatively, use the `CODER_EXPERIMENTS` environment variable.
```

## Available experimental features
### Available experimental features

<!-- Code generated by scripts/release/docs_update_experiments.sh. DO NOT EDIT. -->
<!-- BEGIN: available-experimental-features -->
Expand All@@ -37,3 +50,14 @@ coder server --experiments=feature1,feature2
| `notifications` | Sends notifications via SMTP and webhooks following certain events. | mainline, stable |

<!-- END: available-experimental-features -->

## Beta

Beta features are open to the public, but are tagged with a `Beta` label.

They’re subject to minor changes and may contain bugs, but are generally ready
for use.

## General Availability (GA)

All other features have been tested, are stable, and are enabled by default.
9 changes: 2 additions & 7 deletionsdocs/manifest.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
{
"versions": [
"main"
],
"versions": ["main"],
"routes": [
{
"title": "About",
Expand DownExpand Up@@ -419,10 +417,7 @@
"description": "Learn how to use the role based access control against templates",
"path": "./admin/rbac.md",
"icon_path": "./images/icons/rbac.svg",
"state": [
"enterprise",
"beta"
]
"state": ["enterprise", "beta"]
},
{
"title": "Configuration",
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp