Skip to content

Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
GitLab
GitLab
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
    • Insights
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 23,661
    • Issues 23,661
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 842
    • Merge Requests 842
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Security & Compliance
    • Security & Compliance
    • Dependency List
  • Packages
    • Packages
    • Container Registry
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GitLab.org
  • GitLabGitLab
  • Merge Requests
  • !20372

Open
Opened Nov 19, 2019 by Sarah Groff Hennigh-Palermo@sarahghp1 of 7 tasks completed1/7 tasks
  • Report abuse
Report abuse

WIP: Resolve "Auto stop environments after a certain period"

What does this MR do?

This implements the front-end for #20956, as explored in !19931 (merged).

Screenshots

Does this MR meet the acceptance criteria?

Conformity

  • Changelog entry
  • Documentation (if required)
  • Code review guidelines
  • Merge request performance guidelines
  • Style guides

Availability and Testing

  • Review and add/update tests for this feature/bug. Consider all test levels. See the Test Planning Process.
  • Tested in all supported browsers
Edited Dec 06, 2019 by Sarah Groff Hennigh-Palermo

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b "20956-autostop-frontend" "origin/20956-autostop-frontend"

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "origin/master"
git merge --no-ff "20956-autostop-frontend"

Step 4. Push the result of the merge to GitLab

git push origin "master"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 13
  • Commits 6
  • Pipelines 12
  • Changes 14
Assignee
Assign to
12.6
Milestone
12.6
Assign milestone
Time tracking
19
Labels
Category:Review Apps Deliverable Release [DEPRECATED] Technical Writing UI text UX UX ready [DEPRECATED] customer deploy devops::release direction feature frontend group::progressive delivery maturity::lovable missed-deliverable missed:12.4 missed:12.5 workflow::In dev
Assign labels
  • View project labels
Reference: gitlab-org/gitlab!20372