summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | Use active tense, feedback from:test-merge-request-4093Lin Jen-Shin2016-06-161-9/+9
| * | | | | | | | | | | | | | | | Fix typo. It's ivar and the column was called lockedLin Jen-Shin2016-06-161-1/+1
| * | | | | | | | | | | | | | | | blank line between setup and expectation, feedback:Lin Jen-Shin2016-06-161-0/+4
| * | | | | | | | | | | | | | | | Use FIXME instead, feedback from:Lin Jen-Shin2016-06-161-2/+2
| * | | | | | | | | | | | | | | | Use font awesome instead of Unicode. Feedback from:Lin Jen-Shin2016-06-151-1/+2
| * | | | | | | | | | | | | | | | Adopt the rename from ci_commits to ci_pipelinesLin Jen-Shin2016-06-152-2/+2
| * | | | | | | | | | | | | | | | Fix typo. It's ivar and the column was called lockedLin Jen-Shin2016-06-151-1/+1
| * | | | | | | | | | | | | | | | Return the association and check it in controller instead:Lin Jen-Shin2016-06-144-4/+9
| * | | | | | | | | | | | | | | | Merge branch 'prefer-assign_to' into feature/runner-lock-on-projectLin Jen-Shin2016-06-144-4/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Give 409 Conflict whenever the runner was already enabledprefer-assign_toLin Jen-Shin2016-06-144-4/+8
| | * | | | | | | | | | | | | | | | We're checking return value rather than rescuing exceptionsLin Jen-Shin2016-06-141-1/+1
| | * | | | | | | | | | | | | | | | Prefer Runner#assign_to instead of creating directlyLin Jen-Shin2016-06-141-1/+1
| * | | | | | | | | | | | | | | | | Merge branch 'master' into feature/runner-lock-on-projectLin Jen-Shin2016-06-14582-1513/+3372
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Avoid enabling locked runners. Give 403 in this caseLin Jen-Shin2016-06-144-2/+18
| * | | | | | | | | | | | | | | | | Rename specific_for to available_for:Lin Jen-Shin2016-06-143-9/+9
| * | | | | | | | | | | | | | | | | Add a small locked icon if it's locked:Lin Jen-Shin2016-06-091-0/+2
| * | | | | | | | | | | | | | | | | Tweak the wordings and grammar slightlyLin Jen-Shin2016-06-091-5/+4
| * | | | | | | | | | | | | | | | | Updated doc description according to feedback:Lin Jen-Shin2016-06-091-3/+4
| * | | | | | | | | | | | | | | | | Updated description for the formLin Jen-Shin2016-06-091-2/+2
| * | | | | | | | | | | | | | | | | Extra tests inside shared_examples:Lin Jen-Shin2016-06-091-13/+25
| * | | | | | | | | | | | | | | | | Merge conditions. Not worth an additional pointless method:Lin Jen-Shin2016-06-091-9/+3
| * | | | | | | | | | | | | | | | | Renamed to available_for? Feedback from:Lin Jen-Shin2016-06-091-2/+2
| * | | | | | | | | | | | | | | | | Remove Build#can_be_served? and rename Runner#can_serve? to can_pick?Lin Jen-Shin2016-06-095-124/+123
| * | | | | | | | | | | | | | | | | Prefer string for describe, feedback from:Lin Jen-Shin2016-06-091-5/+5
| * | | | | | | | | | | | | | | | | Update CHANGELOG and doc for locked runner featureLin Jen-Shin2016-06-092-0/+7
| * | | | | | | | | | | | | | | | | Fixed a typo (remove extra n)Lin Jen-Shin2016-06-091-2/+2
| * | | | | | | | | | | | | | | | | Manually build the SQL so that it properly skips Rails.Lin Jen-Shin2016-06-091-1/+2
| * | | | | | | | | | | | | | | | | Found a workaround for that weird SQL error:Lin Jen-Shin2016-06-091-1/+3
| * | | | | | | | | | | | | | | | | Use block for before/after as we preferredLin Jen-Shin2016-06-091-22/+67
| * | | | | | | | | | | | | | | | | Prefer attributes_for_keys so that it ignores nilsLin Jen-Shin2016-06-092-9/+7
| * | | | | | | | | | | | | | | | | include the helperLin Jen-Shin2016-06-091-3/+3
| * | | | | | | | | | | | | | | | | Update migration with add_column_with_default:Lin Jen-Shin2016-06-091-2/+7
| * | | | | | | | | | | | | | | | | Prefer do and end for before/after:Lin Jen-Shin2016-06-091-11/+33
| * | | | | | | | | | | | | | | | | WIP, try to add views for locked runnersLin Jen-Shin2016-06-096-3/+14
| * | | | | | | | | | | | | | | | | Introduced Ci::Runner.specific_for for getting specific runners:Lin Jen-Shin2016-06-093-2/+59
| * | | | | | | | | | | | | | | | | Implement the logic for locking runnerLin Jen-Shin2016-06-093-5/+72
| * | | | | | | | | | | | | | | | | Add config field to runner to lock it on projectGrzegorz Bizon2016-06-092-0/+9
* | | | | | | | | | | | | | | | | | Merge branch '18709-reduce-git-calls' into 'master' Yorick Peterse2016-06-218-12/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Provide default branch/file path for ProjectsController#show18709-reduce-git-callsPaco Guzman2016-06-201-1/+7
| * | | | | | | | | | | | | | | | | | Get ref_names from branch_names/tag_names cachedPaco Guzman2016-06-202-0/+5
| * | | | | | | | | | | | | | | | | | Unify check branch name existPaco Guzman2016-06-206-11/+7
| | |_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch '18760-remove-explicate-assignment-on-metrics-action' into 'mast...Yorick Peterse2016-06-212-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Remove explicit Gitlab::Metrics.action assignments, are already automatic.18760-remove-explicate-assignment-on-metrics-actionPaco Guzman2016-06-182-2/+1
* | | | | | | | | | | | | | | | | | Merge branch 'email-on-push' into 'master' Achilleas Pipinellis2016-06-213-1/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Document email on push serviceChris Wilson2016-06-203-1/+18
* | | | | | | | | | | | | | | | | | Merge branch 'fix-list-style' into 'master' Jacob Schatz2016-06-203-13/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Make lists looks the same when preview mode and publishedfix-list-styleAlfredo Sumaran2016-06-173-13/+19
* | | | | | | | | | | | | | | | | | | Merge branch 'lbennett/gitlab-ce-18113-edit-note-shortcut-conflicting' into '...Jacob Schatz2016-06-201-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | restricted note edit shortcut to only up keylbennett/gitlab-ce-18113-edit-note-shortcut-conflictingLuke "Jared" Bennett2016-06-171-1/+4
* | | | | | | | | | | | | | | | | | | | Merge branch 'lbennett/gitlab-ce-18490-top-area-css-tablet-view' into 'master' Jacob Schatz2016-06-201-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \