summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Collapse)AuthorAgeFilesLines
* Refactor based on code reviewMichael Kozono2017-09-061-2/+2
|
* Enable share_with_group_lock on subgroupMichael Kozono2017-09-061-0/+14
| | | | …when needed
* Merge branch ↵Kamil Trzciński2017-09-062-2/+0
|\ | | | | | | | | | | | | | | | | 'fix/sm/33281-activerecord-recordinvalid-when-build-has-nil-protected' into 'master' Fix 422 error when retry job Closes #33281 See merge request !14082
| * Remove only validationfix/sm/33281-activerecord-recordinvalid-when-build-has-nil-protectedShinya Maeda2017-09-072-2/+0
| |
| * Revert set_protectedShinya Maeda2017-09-072-10/+2
| |
| * Fix /models/ci/pipeline.rbShinya Maeda2017-09-061-1/+1
| |
| * Use before_save :set_protectedShinya Maeda2017-09-062-2/+10
| |
* | Merge branch ↵Douwe Maan2017-09-061-0/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '34509-improves-markdown-rendering-performance-for-commits-list' into 'master' Resolve "Projects::CommitsController#show is slow partially due to SQL queries" Closes #34509 See merge request !13762
| * | Adds cacheless render to Banzai object render34509-improves-markdown-rendering-performance-for-commits-listTiago Botelho2017-09-061-0/+9
| | |
* | | Merge branch '35161_first_time_contributor_badge' into 'master'Sean McGivern2017-09-064-2/+48
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | First time contributor badge Closes #35161 See merge request !13902
| * | | add controller specmicael.bergeron2017-09-063-9/+7
| | | | | | | | | | | | | | | | also fix some code styling issues
| * | | rework the contributor badgemicael.bergeron2017-09-063-4/+15
| | | | | | | | | | | | | | | | | | | | - only show in merge-requests - show as a little glyph
| * | | round of fixes after code reviewmicael.bergeron2017-09-062-3/+12
| | | |
| * | | WIP: refactor the first-contributor to Issuablemicael.bergeron2017-09-063-2/+30
| |/ / | | | | | | | | | | | | | | | | | | this will remove the need make N queries (per-note) at the cost of having to mark notes with an attribute this opens up the possibility for other special roles for notes
* | | Profile updates from providersAlexander Keramidas2017-09-062-1/+46
|/ /
* | Merge branch ↵Douwe Maan2017-09-064-8/+28
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'AshleyDumaine/gitlab-ce-36994-toggle-for-automatically-collapsing-outdated-diff-comments' into 'master' Add setting to collapse outdated diff comments on push Closes #36994 See merge request !14053
| * | Fix note resolution specsSean McGivern2017-09-061-2/+6
| | |
| * | Resolve outdated diff discussions on pushSean McGivern2017-09-063-8/+23
| | |
| * | change collapse to resolve and comments to discussionsAshley Dumaine2017-09-062-9/+1
| | |
| * | Add functionality to collapse outdated diff comments regardless of ↵Ashley Dumaine2017-09-062-0/+9
| | | | | | | | | | | | discussion resolution
* | | Merge branch 'fix/import-export-performance' into 'master'Douwe Maan2017-09-061-0/+4
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Improve Import/Export memory use and performance Closes #35389 and #26556 See merge request !13957
| * | refactor code based on feedbackfix/import-export-performanceJames Lopez2017-09-061-1/+1
| | |
| * | fix export performance of CI buildsJames Lopez2017-09-051-0/+4
| | |
* | | Optimize SQL queries used in Groups::GroupMembersController#create27374-groups-groupmemberscontroller-create-is-slow-due-to-sqlRubén Dávila2017-09-053-17/+47
| |/ |/| | | | | | | | | | | | | | | | | | | 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-4/+7
|\ \ | |/ |/| | | | | | | | | Fuzzy search issues / merge requests Closes #26835, #29994, and #20362 See merge request !13780
| * Fuzzy search issuable title or descriptionHiroyuki Sato2017-08-311-4/+7
| |
* | Merge branch 'move-operation-service-call-sites' into 'master'Sean McGivern2017-09-051-18/+10
|\ \ | | | | | | | | | | | | Add Gitaly migration points for branch/tag create/delete See merge request !13993
| * | Add Gitaly migration points for branch/tag create/deletemove-operation-service-call-sitesJacob Vosmaer2017-09-051-18/+10
| | |
* | | make valid_signature an ignored columnAlexis Reigel2017-09-051-0/+3
| | |
* | | drop backwards compatibility for valid_signatureAlexis Reigel2017-09-051-8/+0
| | |
* | | use new #verification_statusAlexis Reigel2017-09-052-5/+16
| | |
* | | use User#verified_email? for gpg key verificationAlexis Reigel2017-09-051-2/+2
| | |
* | | add User##verified_email? methodAlexis Reigel2017-09-051-0/+4
| | |
* | | simplify check for verified email in collectionAlexis Reigel2017-09-051-2/+2
| | |
* | | add verification_status: same_user_different_emailAlexis Reigel2017-09-051-3/+4
| | | | | | | | | | | | | | | | | | | | | this is used to make a difference between a committer email that belongs to user, where the user used a different email for the gpg key. this means that the user is the same, but a different, unverified email is used for the signature.
* | | match the committer's email against the gpg keyAlexis Reigel2017-09-052-0/+12
| | | | | | | | | | | | | | | the updated verification of a gpg signature requires the committer's email to also match the user's and the key's emails.
* | | pass whole commit to Gitlab::Gpg::Commit againAlexis Reigel2017-09-052-2/+2
|/ / | | | | | | | | we need the commit object for the updated verification that also checks the committer's email to match the gpg key and user's emails.
* | Merge branch ↵Kamil Trzciński2017-09-051-0/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '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-12/+2
| | |
| * | trigger_variables should consider trigger_request existstance alwaysShinya Maeda2017-09-041-2/+12
| | |
| * | Fix specShinya Maeda2017-09-041-1/+1
| | |
| * | Remove CreateTriggerRequestService and forbit to save variables on ↵Shinya Maeda2017-09-041-0/+4
| | | | | | | | | | | | Ci::TriggerRequest
* | | Use script_failure. Add runner_system_failure. Improve spec.feature/sm/37239-implement-failure_reason-on-ci_buildsShinya Maeda2017-09-051-2/+3
| | |
* | | - Allow runner API to pass failure_reasonShinya Maeda2017-09-051-1/+1
| | | | | | | | | | | | - Fix spec
* | | Fix enum listsShinya Maeda2017-09-052-11/+5
| | |
* | | Fix enum wordingShinya Maeda2017-09-051-1/+1
| | |
* | | Implement `failure_reason` on `ci_builds`Shinya Maeda2017-09-052-1/+19
| | |
* | | Merge branch 'feature/gb/kubernetes-only-pipeline-jobs' into 'master'Kamil Trzciński2017-09-041-0/+4
|\ \ \ | |/ / |/| | | | | | | | | | | | | | 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-0421-29/+215
| |\ \ | | | | | | | | | | | | * master: (469 commits)
| * | | Check if service active when using CI/CD kubernetes policyGrzegorz Bizon2017-09-011-13/+2
| | | |