summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Strip leading & trailing whitespaces in CI/CD secret variable keys40561-environment-scope-value-is-not-trimmedRémy Coutable2017-11-271-0/+18
* Drastically improve project search performance by no longer searching namespa...dm-project-search-performanceDouwe Maan2017-11-241-18/+0
* Merge branch '39887-move-identical-check-to-merged-branches' into 'master'Douwe Maan2017-11-231-18/+0
|\
| * Move identical merged branch check to merged_branch_namesLin Jen-Shin2017-11-231-18/+0
* | Merge branch 'use-merge-requests-diff-id-column' into 'master'Douwe Maan2017-11-233-3/+91
|\ \
| * | Use latest_merge_request_diff associationSean McGivern2017-11-233-3/+91
| |/
* | Allow password authentication to be disabled entirelyMarkus Koller2017-11-232-8/+49
|/
* Use Redis cache for branch existence checksJacob Vosmaer (GitLab)2017-11-211-0/+25
* Merge branch 'reduce-queries-for-artifacts-button' into 'master'Kamil Trzciński2017-11-211-0/+4
|\
| * Use arrays in Pipeline#latest_builds_with_artifactsreduce-queries-for-artifacts-buttonYorick Peterse2017-11-211-0/+4
* | Merge branch '39461-notes-api-for-issues-no-longer-returns-label-additions-re...Sean McGivern2017-11-211-0/+31
|\ \ | |/ |/|
| * add the missing specmicael.bergeron2017-11-201-0/+31
| * reverting to the simpler approachmicael.bergeron2017-11-161-23/+0
| * fix the commit reference pattern from matching other entitiesmicael.bergeron2017-11-151-0/+23
* | Batchload blobs for diff generationZeger-Jan van de Weg2017-11-213-19/+29
* | Merge branch '38393-Milestone-duration-error-message-is-not-accurate-enough' ...Sean McGivern2017-11-201-1/+1
|\ \
| * | Changed validation error message on wrong milestone datesXurxo Méndez Pérez2017-11-181-1/+1
* | | Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-201-0/+1
|\ \ \ | |/ / |/| |
| * | Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
| |/
* | Changing OAuth lookup to be case insensitiveFrancisco Javier López2017-11-171-0/+10
* | Merge branch 'bvl-delete-empty-fork-networks' into 'master'Douwe Maan2017-11-171-0/+18
|\ \
| * | Delete the fork network when removing the last membershipBob Van Landuyt2017-11-171-0/+18
* | | Merge branch 'ci-pipeline-status-query' into 'master'Kamil Trzciński2017-11-173-40/+152
|\ \ \
| * | | Optimise getting the pipeline status of commitsci-pipeline-status-queryYorick Peterse2017-11-163-40/+152
| | |/ | |/|
* | | Resolve "Performance issues when loading large number of wiki pages"Francisco Javier López2017-11-171-1/+1
| |/ |/|
* | Merge branch 'cache-user-keys-count' into 'master'Douwe Maan2017-11-162-1/+30
|\ \
| * | Cache the number of user SSH keyscache-user-keys-countYorick Peterse2017-11-162-1/+30
| |/
* | Merge branch '40122-only-one-note-webhook-is-triggered-when-a-comment-with-ti...Douwe Maan2017-11-151-11/+26
|\ \
| * | Add total_time_spent to the `changes` hash in issuable Webhook payloads40122-only-one-note-webhook-is-triggered-when-a-comment-with-time-spent-is-addedRémy Coutable2017-11-151-11/+26
| |/
* | Fix dumping hashed storage based repositoryGabriel Mazetto2017-11-151-0/+4
|/
* Include child projects a user can manage in namespace dropdownsBob Van Landuyt2017-11-141-7/+31
* Merge branch 'issue_40058' into 'master'Sean McGivern2017-11-141-0/+6
|\
| * Prevents position update for image diff notesissue_40058Felipe Artur2017-11-131-0/+6
* | Merge branch 'fix/sm/31771-do-not-allow-jobs-to-be-erased-new' into 'master'Kamil Trzciński2017-11-141-0/+17
|\ \
| * \ Merge branch 'master' into fix/sm/31771-do-not-allow-jobs-to-be-erased-newShinya Maeda2017-11-0714-304/+630
| |\ \
| * | | Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda2017-11-071-2/+2
| * | | Fix spec. Revert update check.Shinya Maeda2017-11-061-0/+17
* | | | Merge branch 'jej/fix-lfs-integrity-with-forks' into 'master'Douwe Maan2017-11-141-0/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | Handle forks in Gitlab::Checks::LfsIntegrityjej/fix-lfs-integrity-with-forksJames Edwards-Jones2017-11-091-0/+18
* | | | Merge branch '39602-move-update-project-counter-caches-out-of-issues-merge-re...Rémy Coutable2017-11-132-30/+0
|\ \ \ \
| * | | | Move update_project_counter_caches? out of issue and merge requestGeorge Andrinopoulos2017-11-112-30/+0
* | | | | Add feature test to milestoneGeorge Andrinopoulos2017-11-111-0/+6
* | | | | Move total time spend calculation to milestoneishGeorge Andrinopoulos2017-11-113-56/+11
* | | | | Add total time spent to milestonesGeorge Andrinopoulos2017-11-112-0/+56
|/ / / /
* | | | Always return full avatar URL for private/internal groups/projects when asset...Douwe Maan2017-11-094-26/+51
* | | | Merge branch 'github-importer-refactor' into 'master'Douwe Maan2017-11-082-0/+86
|\ \ \ \
| * | | | Rewrite the GitHub importer from scratchYorick Peterse2017-11-071-0/+73
| * | | | Refactor User.find_by_any_emailYorick Peterse2017-11-071-0/+13
* | | | | Merge branch 'bvl-free-paths' into 'master'Douwe Maan2017-11-081-6/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Free up some group reserved wordsBob Van Landuyt2017-11-071-6/+0