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

Feature/58163 project specific stage administration #17200

Draft
wants to merge 41 commits into
base: feature/58159-fixed-set-of-project-stages-and-gates-editable-on-project-overview-page
Choose a base branch
from

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    4093e80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a573f1d View commit details
    Browse the repository at this point in the history
  3. Separate LifeCycle from ProjectLifeCycle to allow LifeCycles to be sh…

    …ared across projects.
    dombesz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    947db81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b948c62 View commit details
    Browse the repository at this point in the history
  5. Fix rubocop issue

    dombesz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1b2f7ac View commit details
    Browse the repository at this point in the history
  6. Add Gate and Stage base sti classes to allow definition of Stage and …

    …Gate templates in an OP instance.
    dombesz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    0e7e8be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f964702 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e49292 View commit details
    Browse the repository at this point in the history
  9. Fix spec by setting ColorSeeder.attribute_names_for_lookups to allow …

    …existing colors to be looked up
    dombesz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b31fdc1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8ebc6cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bffadb8 View commit details
    Browse the repository at this point in the history
  12. Update BasicData::LifeCycleSeeder with specs for running the seeder a…

    …fter a version upgrade.
    dombesz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9833d89 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bb07d15 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    63f8af7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    812d49c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Remove Project#life_cycles association, remove Project::LifeCycle#dat…

    …e database field and use start_date instead.
    dombesz committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    662ecaa View commit details
    Browse the repository at this point in the history
  2. Address CR comments

    dombesz committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    706bed1 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    8869132 View commit details
    Browse the repository at this point in the history
  2. Squash migrations

    dombesz committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    4d926d1 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary specs

    dombesz committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    4e71d37 View commit details
    Browse the repository at this point in the history
  4. Rename colors

    dombesz committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    5fab95b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f767cc View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Update specs

    dombesz committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    8253ad6 View commit details
    Browse the repository at this point in the history
  2. Rename LifeCycle to Project::LifeCycleStepDefinition, Stage to Projec…

    …t::StageDefinition and Gate to Project::GateDefinition
    dombesz committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    0d6281c View commit details
    Browse the repository at this point in the history
  3. Address rubocop issues

    dombesz committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    282e6e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f68a4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92f3e77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fc2141 View commit details
    Browse the repository at this point in the history
  7. Remove default from position

    dombesz committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f053a4a View commit details
    Browse the repository at this point in the history
  8. Merge migrations

    dombesz committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    8d25ffa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    629b92d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    169a540 View commit details
    Browse the repository at this point in the history
  11. highlight menu item

    ulferts committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6d913cf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9362c8f View commit details
    Browse the repository at this point in the history
  13. add ability to toggle the active state of a step

    Non existing mappings between project and step definition will be
    created on the fly.
    ulferts committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    db7224e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4cefe48 View commit details
    Browse the repository at this point in the history
  15. adapt section header

    ulferts committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ad5194a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cc845a2 View commit details
    Browse the repository at this point in the history
  17. decrease font size for type

    ulferts committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    4feb446 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8c70ffc View commit details
    Browse the repository at this point in the history
  19. adapt names after rebasing

    ulferts committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c791037 View commit details
    Browse the repository at this point in the history