Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Uninstall Gateway #4966

Merged
merged 16 commits into from
May 15, 2024
Merged

docs: Uninstall Gateway #4966

merged 16 commits into from
May 15, 2024

Commits on May 12, 2024

  1. Checkpoint Gateway uninstall

    jamilbk committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d377fcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c237c7 View commit details
    Browse the repository at this point in the history
  3. Update website/src/app/kb/administer/uninstall/readme.mdx

    Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
    jamilbk committed May 12, 2024
    Configuration menu
    Copy the full SHA
    879f833 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    000f50d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Update readme.mdx

    Co-authored-by: Brian Manifold <bmanifold@users.noreply.github.com>
    Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
    jamilbk and bmanifold committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a05d5ca View commit details
    Browse the repository at this point in the history
  2. Update readme.mdx

    Co-authored-by: Brian Manifold <bmanifold@users.noreply.github.com>
    Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
    jamilbk and bmanifold committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d08a15a View commit details
    Browse the repository at this point in the history
  3. docs: Fix docs code blocks with arrow (#4982)

    before
    
    <img width="222" alt="Screenshot 2024-05-14 at 6 29 52 AM"
    src="https://github.com/firezone/firezone/assets/167144/a9308eca-b6ae-417c-a673-94c7ee8cdec6">
    
    after
    
    <img width="209" alt="Screenshot 2024-05-14 at 8 31 40 AM"
    src="https://github.com/firezone/firezone/assets/167144/1de92b63-8679-416a-9014-bf3593d141c4">
    jamilbk committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a54331a View commit details
    Browse the repository at this point in the history
  4. chore: bump versions for 1.0.4 release (#4985)

    Update download links etc for the 1.0.4 release
    jamilbk committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1dca9ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d50c799 View commit details
    Browse the repository at this point in the history
  6. refactor(portal): Update IDP creation flow (#4984)

    Why:
    
    * The new flow for creating an identity provider in Firezone allows the
    user to not have to worry what features their plan has enabled. It will
    allow the user to select which identity provider they use and will take
    them to the appropriate form depending on the features they have enabled
    on their plan.
    
    ## Screenshots
    
    ### Selecting an identity provider
    <img width="937" alt="Screenshot 2024-05-14 at 11 53 17 AM"
    src="https://github.com/firezone/firezone/assets/2646332/31337ad9-13c8-43a2-942c-adb0a951167c">
    
    
    ### New OIDC form when a custom provider is selected but IDP sync is not
    enabled for account
    <img width="903" alt="Screenshot 2024-05-14 at 11 54 58 AM"
    src="https://github.com/firezone/firezone/assets/2646332/2e18d788-60c3-4fad-b749-351559a24aca">
    bmanifold authored and jamilbk committed May 15, 2024
    Configuration menu
    Copy the full SHA
    415277c View commit details
    Browse the repository at this point in the history
  7. Bump all Elixir deps

    AndrewDryga authored and jamilbk committed May 15, 2024
    Configuration menu
    Copy the full SHA
    bf7e819 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    acadb2a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f7509d1 View commit details
    Browse the repository at this point in the history
  10. docs: Refactor SSO guides to make sync optional (#4988)

    Makes the sync steps optional so the Google, Okta, and Entra guides work
    for all plans.
    
    refs #4984
    jamilbk committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f33b3b1 View commit details
    Browse the repository at this point in the history
  11. feat(connlib): report resource status to client (#4931)

    This PR introduces site's `Status`. That's used to report to the client
    the status, either, unknown, online or offline, mostly as a hint to
    users as what's wrong with a connection.
    
    This are the criteria for an online or offline resource
    
    * If all sites related to a resource are offline the resource is
    considered offline, since there's no gateway that can respond to that
    resource's connection
    * If any site is online the resource is online, since that same peer can
    be used to reach that resource
    * Any other case is unknown
    
    Right now resources are single site so it doesn't matter too much but
    tracking online/offline per-site instead of per-gateway or resource
    seems like the better long-term solution.
    
    The way to "find out" the site's status is:
    
    * If a response to a connection details is offline, all sites related to
    that resource must be offline otherwise there would've been a gateway in
    the response
    * At the point we connect to a gateway, the site that corresponds to
    that gateway must be online
    * When a connection to a peer stops it's considered unknown again
    
    Fixes #4738
    conectado authored and jamilbk committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9724d1e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    241b8a1 View commit details
    Browse the repository at this point in the history