summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Collapse)AuthorAgeFilesLines
* Fix note resolution specsSean McGivern2017-09-061-8/+8
|
* Resolve outdated diff discussions on pushSean McGivern2017-09-061-4/+34
|
* Optimize SQL queries used in Groups::GroupMembersController#create27374-groups-groupmemberscontroller-create-is-slow-due-to-sqlRubén Dávila2017-09-053-32/+15
| | | | | | | | | | | The following optimizations were performed: - Add new association to GroupMember and ProjectMember This new association will allow us to check if a user is a member of a Project or Group through a single query instead of two. - Optimize retrieving of Members when adding multiple Users
* Merge branch 'fuzzy-issue-search' into 'master'Sean McGivern2017-09-051-11/+31
|\ | | | | | | | | | | | | Fuzzy search issues / merge requests Closes #26835, #29994, and #20362 See merge request !13780
| * Fuzzy search issuable title or descriptionHiroyuki Sato2017-08-311-11/+31
| |
* | drop backwards compatibility for valid_signatureAlexis Reigel2017-09-051-30/+0
| |
* | use new #verification_statusAlexis Reigel2017-09-052-4/+34
| |
* | add User##verified_email? methodAlexis Reigel2017-09-051-0/+14
| |
* | match the committer's email against the gpg keyAlexis Reigel2017-09-051-2/+28
| | | | | | | | | | the updated verification of a gpg signature requires the committer's email to also match the user's and the key's emails.
* | Merge branch ↵Kamil Trzciński2017-09-052-4/+41
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'fix/sm/35650-remove-createtriggerrequestservice-and-forbid-to-persist-variables-on-ci-triggerrequest' into 'master' Removes `CreateTriggerRequestService` and add a blocker to prevent saving variables on `Ci::TriggerRequest` Closes #35650 See merge request !13792
| * | Move trigger_variables to presenterShinya Maeda2017-09-041-38/+0
| | |
| * | trigger_variables should consider trigger_request existstance alwaysShinya Maeda2017-09-041-0/+38
| | |
| * | Remove ci_trigger_request_with_variablesShinya Maeda2017-09-041-4/+24
| | |
| * | Fix trigger_request.variablesShinya Maeda2017-09-041-2/+2
| | |
| * | Fix specShinya Maeda2017-09-041-1/+1
| | |
| * | Revert autheticate! in Trigger APIShinya Maeda2017-09-041-1/+1
| | |
| * | Remove CreateTriggerRequestService and forbit to save variables on ↵Shinya Maeda2017-09-041-0/+17
| | | | | | | | | | | | Ci::TriggerRequest
* | | Use script_failure. Add runner_system_failure. Improve spec.feature/sm/37239-implement-failure_reason-on-ci_buildsShinya Maeda2017-09-051-3/+3
| | |
* | | Fix specShinya Maeda2017-09-051-1/+4
| | |
* | | - Allow runner API to pass failure_reasonShinya Maeda2017-09-051-6/+4
| | | | | | | | | | | | - Fix spec
* | | Fix enum listsShinya Maeda2017-09-052-20/+20
| | |
* | | Implement `failure_reason` on `ci_builds`Shinya Maeda2017-09-051-0/+20
| | |
* | | Merge branch 'feature/gb/kubernetes-only-pipeline-jobs' into 'master'Kamil Trzciński2017-09-042-9/+20
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Check if Kubernetes is required when creating pipeline jobs Closes #34785 See merge request !13849
| * | Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-09-0413-5/+454
| |\ \ | | | | | | | | | | | | * master: (469 commits)
| * | | Change CI/CD kubernetes policy keyword to `active`Grzegorz Bizon2017-09-011-2/+2
| | | |
| * | | Check if service active when using CI/CD kubernetes policyGrzegorz Bizon2017-09-011-30/+6
| | | |
| * | | Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-08-3110-66/+198
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (275 commits) Decrease Metrics/PerceivedComplexity threshold to 17 Upgrade mail and nokogiri gems due to security issues Link out to stackoverflow answer on setting swappiness Document swappiness recomendations in the requirements doc Fix invalid attribute used for time-ago-tooltip component Update latest artifacts doc Add changelog entry for flipping verify_certificates Default LDAP config verify_certificates to true Update share project with groups docs remove accidental console.log from karma tests update specs to match reorganized monitoring components Remove tooltips from new sidebar Use `git update-ref --stdin -z` to delete refs Don't use public_send in destroy_conditionally! helper Remove unused expressions policy from ci/cd config Simplify code for appending strategies in CI/CD config Raise exception when simplifiable ci entry incomplete Add changelog entry Fix MySQL failure for emoji autocomplete max-width for lazy-loaded images (this was removed in the original MR through merge resolution most probably) ... Conflicts: lib/gitlab/ci/config/entry/policy.rb
| * | | | Refactor context variables in pipeline model classGrzegorz Bizon2017-08-311-12/+4
| | | | |
| * | | | Check if kubernetes required before creating a jobGrzegorz Bizon2017-08-261-0/+40
| | | | |
| * | | | Improve kubernetes service specs readabilityGrzegorz Bizon2017-08-261-9/+4
| | | | |
| * | | | Make it possible to access deployment details from pipelineGrzegorz Bizon2017-08-261-0/+8
| | | | |
* | | | | Merge branch 'move-git-operation-service' into 'master'Sean McGivern2017-09-041-15/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Move GitOperationService to Gitlab::Git See merge request !13984
| * | | | | Move GitOperationService to Gitlab::Gitmove-git-operation-serviceJacob Vosmaer2017-09-011-15/+15
| | | | | |
* | | | | | Merge branch 'git-operation-service-to-git' into 'master'Sean McGivern2017-09-041-26/+25
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | | Prepare GitOperationService for moving to Gitlab::Git See merge request !13773
| * | | | Fix whitespacegit-operation-service-to-gitJacob Vosmaer2017-09-011-1/+1
| | | | |
| * | | | Remove empty lineJacob Vosmaer2017-09-011-1/+0
| | | | |
| * | | | Restore with_branch cache specJacob Vosmaer2017-09-011-0/+18
| | | | |
| * | | | Prepare GitOperationService for move to Gitlab::GitJacob Vosmaer2017-08-311-40/+22
| | |_|/ | |/| |
* | | | Merge branch ↵Kamil Trzciński2017-09-042-0/+102
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'feature/sm/33281-protected-runner-executes-jobs-on-protected-branch' into 'master' Protected runner executes jobs on protected branch [Solution 1] Closes #33281 See merge request !13194
| * | | | Fix specShinya Maeda2017-09-032-2/+24
| | | | |
| * | | | Fix typoShinya Maeda2017-09-031-1/+1
| | | | |
| * | | | Add validation for protected attributesShinya Maeda2017-09-031-1/+5
| | | | |
| * | | | Improve spec. Add validation for accel_level on runner.Shinya Maeda2017-09-032-29/+47
| | | | |
| * | | | Fix specShinya Maeda2017-09-031-2/+2
| | | | |
| * | | | Refactor access_level to not_protected and ref_protectedShinya Maeda2017-09-032-8/+8
| | | | |
| * | | | Extend can_pick?Shinya Maeda2017-09-031-0/+24
| | | | |
| * | | | Fix specShinya Maeda2017-09-031-4/+4
| | | | |
| * | | | Add the rest of specsShinya Maeda2017-09-031-0/+10
| | | | |
| * | | | Add spec. Fix runner setting page. It worked.Shinya Maeda2017-09-031-0/+24
| | | | |
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceJose Ivan Vargas2017-09-037-3/+221
|\ \ \ \ \ | |/ / / /