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: merge nebraska documentation #352

Merged
merged 55 commits into from
Jul 22, 2024
Merged

docs: merge nebraska documentation #352

merged 55 commits into from
Jul 22, 2024

Commits on Sep 28, 2015

  1. Initial commit

    tegioz committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    b797483 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2015

  1. Screenshots updated

    tegioz committed Oct 11, 2015
    Configuration menu
    Copy the full SHA
    5f9d6b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2015

  1. Updated screenshots

    cynthia-sg committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    8728b5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d62c4b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2015

  1. Updated screenshots

    cynthia-sg committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    d76ceb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2016

  1. Screenshot updated

    cynthia-sg committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    c6b8094 View commit details
    Browse the repository at this point in the history
  2. Screenshots updated

    cynthia-sg committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    58de9fc View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. docs: Update the authentication documentation

    Nebraska doesn't support groups but instead assumes that there is a
    single team in the Nebraska database. This means that we need to setup
    a separate Nebraska instance for separation between different customers
    or projects. Update the docs accordingly.
    
    Also, move the documentation to docs/auth.md
    
    This commit closes #28
    
    Signed-off-by: Ashijeet Acharya <[email protected]>
    Ashijeet Acharya committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    c6c4ebe View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. README: Update according to the project's name and tools

    This patch uses Nebraska's name instead of CoreRoller + rollerd,
    simplifies how some things are written, and reflects the use of the
    new tools (like the Makefile) to build the project.
    
    It also removes the screenshots from the project tree (they are no
    longer reflected in the README).
    joaquimrocha committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    ae54914 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. docs: Update authorization docs

    They have outdated flag names. Also there are simpler steps when using
    noop authentication.
    krnowak committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    6da9abf View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. auth/github: support GitHub Enterprise

    If the flag `-gh-enterprise-url` is specified, use that as endpoint for
    GitHub authentication following the GitHub Enterprise conventions.
    iaguis committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    1ffd389 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. docs/authorization: fix header markdown

    `authentication)` is currently off in a new line below the header.
    schu committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    6c207d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. docs: Update/fix the recommended way of running the database

    The documentation about running a database for development was still
    using the container built by CoreRoller (and with the name updated to
    Nebraska by mistake).
    
    Instead of relying on a dedicated container for the database, we should
    just provide the instructions to quickly set it up for Nebraska. So
    these changes replace the mentioned legacy instructions this way.
    joaquimrocha committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    040c98c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. build: Use the correct static dir in the Dockerfile

    The Dockerfile was still using the old "built" directory instead of
    the new "build" directory that is generated by create-react-app's
    scripts.
    
    This patch fixes that and updates the documentation as well.
    joaquimrocha committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    11f0cce View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. docs: Extract the documentation from the README into other sections

    The README was getting very long and we would also like to show the
    documentation in the Kinvolk docs portal, so this patch simply moves
    some of the docs from the README into their own files.
    joaquimrocha committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    9712638 View commit details
    Browse the repository at this point in the history
  2. docs: Add index files and front-matter to docs

    This is necessary for the docs integration in the new Kinvolk's docs
    portal.
    joaquimrocha committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    efc4469 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    f3178fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66dffc8 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. docs: Refactor docs

    Make the docs more consistent with Headlamp's and add a new
    development section.
    joaquimrocha committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    344e765 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Add a logo with a white background to the README

    Github has a dark mode where the transparent-background logo will not
    look good. So until Github supports theme-context logos in the README,
    this is a good enough solution.
    joaquimrocha committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    4ac6eae View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

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

Commits on Apr 26, 2021

  1. docs: Use Container Linux Config in example

    The cloud-init cloud config example should not be prominent because
    Container Linux Config (Ignition) is the recommended way for
    provisioning. Since both are YAML it's confusing to mention the
    cloud-init format in the example.
    pothos committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    4d45749 View commit details
    Browse the repository at this point in the history
  2. docs: document how to set a machine alias

    The machine alias is a recent Nebraska feature which wasn't documented
    yet.
    pothos committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    4f0d1ff View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Relicense the project as Apache 2.0

    We want to allow the integration of Nebraska with as many other projects
    as possible, and to make its license consistent with the rest of the
    Kinvolk's projects, so we're relicensing it as Apache 2.0.
    
    Acked-By:
      Leon Plazier <[email protected]>
      Marco Kilchhofer <[email protected]>
      Ricardo Katz <[email protected]>
      Robin Elfrink <[email protected], [email protected]>
      Tom Offermann <[email protected]>
    joaquimrocha committed May 4, 2021
    Configuration menu
    Copy the full SHA
    2fb307f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

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

Commits on May 14, 2021

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

Commits on Jun 11, 2021

  1. docs: Add Keycloak setup for OIDC

    This patch adds documentation for setting
    up Keycloak for OIDC
    
    Signed-off-by: Santhosh Nagaraj S <[email protected]>
    yolossn authored and joaquimrocha committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    9b8b77b View commit details
    Browse the repository at this point in the history
  2. docs: Add Auth0 setup for OIDC

    This patch adds documentation for setting
    up Auth0 as OIDC provider
    
    Signed-off-by: Santhosh Nagaraj S <[email protected]>
    yolossn authored and joaquimrocha committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    b412fd6 View commit details
    Browse the repository at this point in the history
  3. docs: Add OIDC deployment docs

    This patch adds documentation for deploying
    nebraska with OIDC authentication mode.
    
    Signed-off-by: Santhosh Nagaraj S <[email protected]>
    yolossn authored and joaquimrocha committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    6b7e55b View commit details
    Browse the repository at this point in the history
  4. docs: Remove Github Auth Mode documentation

    this patch removes github auth mode documentation
    as it is not supported
    
    Signed-off-by: Santhosh Nagaraj S <[email protected]>
    yolossn authored and joaquimrocha committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    95dbc9c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. docs: Add Dex IDP setup for OIDC

    This patch adds documentation for setting up
    Dex with Github connection as OIDC provider.
    
    Signed-off-by: Santhosh Nagaraj S <[email protected]>
    yolossn committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    2a02c7b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. frontend: Add i18n infra and docs for english

    Based on the headlamp i18n methods.
    illume committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    f964769 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

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

Commits on Aug 13, 2021

  1. docs: Document tests db setup

    illume committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    f110f2a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

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

Commits on Sep 22, 2021

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

Commits on Nov 22, 2021

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

Commits on Dec 16, 2021

  1. docs: Add note section to Auth0 token configuration

    This patch adds a Note to setup the oidc-roles-path
    argument.
    
    Signed-off-by: Santhosh Nagaraj S <[email protected]>
    yolossn committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    58847fd View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

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

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    cecb9db View commit details
    Browse the repository at this point in the history
  2. backend: Make check-backend-with-container to use diff ports

    So that you can run the dev server, and have a test db at the
    same time as running `make check-backend-with-container`.
    
    NEBRASKA_TEST_SERVER_URL can be used to tell tests where to find
    the test server.
    illume committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    649d777 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Merge pull request #562 from kinvolk/integration-test-stuff

    Integration test improvements
    yolossn authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    3da3067 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. docs: update Flatcar usage section

    Nowadays Nebraska supports group aliases and the UUID is not needed
    anymore. While the whitespace in the machine alias works for
    update_engine there are some other parts in Flatcar that try to source
    the update.conf file and fail when it has unqouted whitespace. Also,
    the restart of update-engine.service is not really needed and it's
    probably good to point the user to the Flatcar docs for more info.
    pothos committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    12639d0 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. docs: Add docs for migrating to older version

    this patch adds documentation for migrating to
    a older version of Nebraska.
    
    Signed-off-by: Santhosh Nagaraj S <[email protected]>
    yolossn committed May 30, 2022
    Configuration menu
    Copy the full SHA
    4874ee8 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Support Podman in docker-compose setup

    The "docker compose" subcommand to run docker-compose does not work
    when "docker" is a symlink to "podman" and "docker-compose" is a
    symlink to "podman-compose".
    Use "docker-compose" instead of the subcommand to support running with
    Podman and give a hint in the docs on podman-compose.
    pothos committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    ceb3909 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. docs: Fix image url paths

    nesty authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    748a952 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. docs: fix tipo of helm repo address

    remove trailing slash
    H0lySh1t authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    0d97f2e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

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

Commits on Apr 29, 2024

  1. docs: Document how Nebraska releases work

    The most parts are automated now and it should be easy to cut a new
    release as long as the instructions are in place.
    pothos committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    88c6f62 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    1f4b783 View commit details
    Browse the repository at this point in the history
  2. docs: add nebraska link

    Signed-off-by: Mathieu Tortuyaux <[email protected]>
    tormath1 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b7a0142 View commit details
    Browse the repository at this point in the history
  3. nebraska/contributing: remove this file

    there is already a 'contributing' file for Flatcar with almost the same
    content.
    
    Signed-off-by: Mathieu Tortuyaux <[email protected]>
    tormath1 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    50f85a0 View commit details
    Browse the repository at this point in the history
  4. docs/nebraska: sed s/kinvolk/flatcar/

    Signed-off-by: Mathieu Tortuyaux <[email protected]>
    tormath1 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8d99f4f View commit details
    Browse the repository at this point in the history
  5. docs/flatcar: update nebraska links

    Signed-off-by: Mathieu Tortuyaux <[email protected]>
    tormath1 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    54b6910 View commit details
    Browse the repository at this point in the history
  6. docs/nebraska: update configuration to butane

    Signed-off-by: Mathieu Tortuyaux <[email protected]>
    tormath1 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9657dc2 View commit details
    Browse the repository at this point in the history