-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: plan queue functionality #2781
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Dequeue next on Atlantis unlock * Dequeue next on PR cleanup (e.g. after closing) * Quick fix * Fix * Reworked the TODOs, docu and a bit of refactoring
* Display queue details in index and lock-details pages
* feat: improving apply requirements for mergeable on Gitlab (runatlantis#1675) * Improving apply requirements for mergeable on Gitlab * Fixing end of line * Renaming variables * Renaming variables * Fixing variable assignment * Fixing variable assignment * fix ignore of --parallel-pool-size flag (runatlantis#1705) * Fixing apply permission when MR status is draft (runatlantis#1736) * Create bug_report.md (runatlantis#1725) * Refactor Apply Requirements into a Handler. (runatlantis#1729) * deps: tf 1.0.4 (runatlantis#1748) * build(deps): bump tar from 4.4.4 to 4.4.15 (runatlantis#1733) Bumps [tar](https://github.com/npm/node-tar) from 4.4.4 to 4.4.15. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v4.4.4...v4.4.15) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump github.com/hashicorp/go-getter from 1.5.5 to 1.5.6 (runatlantis#1728) Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.5.5 to 1.5.6. - [Release notes](https://github.com/hashicorp/go-getter/releases) - [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml) - [Commits](hashicorp/go-getter@v1.5.5...v1.5.6) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lucas C <[email protected]> Co-authored-by: Pavel Golubev <[email protected]> Co-authored-by: Luke Kysow <[email protected]> Co-authored-by: Aayush Gupta <[email protected]> Co-authored-by: rui <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: fetch upstream (2)
Revert the changes related to dequeue lock status message in original PR
… generate <path/to/interface.go>)
* Move inline css to file
…implement-getQueueByLock
Merge from upstream
# Conflicts: # server/events/unlock_command_runner.go
GH-21 Change comment on unlock PR - notify lock creator
merge upstream
fetch upstream
Merge upstream
Co-authored-by: Amir Elgayed <[email protected]>
Added tests for boltdb.go functionalities
merge upstream
# Conflicts: # server/core/locking/mocks/mock_backend.go # server/events/unlock_command_runner.go
# Conflicts: # server/controllers/locks_controller_test.go # server/core/locking/locking.go # server/core/locking/mocks/mock_backend.go
feat: plan queue functionality
# Conflicts: # server/events/delete_lock_command_test.go
Merge upstream
Renamed to |
19 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
what
Work in Progress, this is a follow-up on #1923 which was closed because the fork was deleted.
why
references