summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Use Redis cache for branch existence checksJacob Vosmaer (GitLab)2017-11-211-5/+1
* Merge branch 'reduce-queries-for-artifacts-button' into 'master'Kamil Trzciński2017-11-211-1/+4
|\
| * Use arrays in Pipeline#latest_builds_with_artifactsreduce-queries-for-artifacts-buttonYorick Peterse2017-11-211-1/+4
* | Skip confirmation user apiDaniel Juarez2017-11-211-0/+4
* | Merge branch '39461-notes-api-for-issues-no-longer-returns-label-additions-re...Sean McGivern2017-11-212-1/+24
|\ \ | |/ |/|
| * add `#with_metadata` scope to remove a N+1 from the notes' APImicael.bergeron2017-11-211-0/+1
| * add the missing specmicael.bergeron2017-11-201-2/+2
| * fix the linting error39461-notes-api-for-issues-no-longer-returns-label-additions-removalsmicael.bergeron2017-11-161-1/+1
| * reverting to the simpler approachmicael.bergeron2017-11-163-2/+24
| * try to fix the failing spec on external refsmicael.bergeron2017-11-151-1/+1
| * fix the commit reference pattern from matching other entitiesmicael.bergeron2017-11-151-1/+1
* | Batchload blobs for diff generationZeger-Jan van de Weg2017-11-213-3/+23
* | Add issue sidebar and toggle_subscription endpoint in board issues dataOswaldo Ferreira2017-11-201-1/+6
* | 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 'fix-conflict-highlighting' into 'master'Douwe Maan2017-11-201-4/+0
|\ \ \
| * | | Fix conflict highlightingfix-conflict-highlightingSean McGivern2017-11-171-4/+0
| |/ /
* | | Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-2010-0/+18
|\ \ \ | |/ / |/| |
| * | Adds Rubocop rule for line break after guard clauseJacopo2017-11-1610-0/+18
* | | Merge branch 'mk-add-user-rate-limits' into 'master'Douwe Maan2017-11-171-0/+9
|\ \ \
| * | | Add throttle application settingsMichael Kozono2017-11-171-0/+9
* | | | Changing OAuth lookup to be case insensitiveFrancisco Javier López2017-11-172-5/+13
* | | | Merge branch 'bvl-delete-empty-fork-networks' into 'master'Douwe Maan2017-11-171-0/+10
|\ \ \ \
| * | | | Delete the fork network when removing the last membershipBob Van Landuyt2017-11-171-0/+10
| |/ / /
* | | | Merge branch 'ci-pipeline-status-query' into 'master'Kamil Trzciński2017-11-175-25/+114
|\ \ \ \
| * | | | Optimise getting the pipeline status of commitsci-pipeline-status-queryYorick Peterse2017-11-165-25/+114
* | | | | Resolve "Performance issues when loading large number of wiki pages"Francisco Javier López2017-11-172-9/+14
| |/ / / |/| | |
* | | | Merge branch 'cache-user-keys-count' into 'master'Douwe Maan2017-11-162-1/+16
|\ \ \ \
| * | | | Cache the number of user SSH keyscache-user-keys-countYorick Peterse2017-11-162-1/+16
| |/ / /
* | | | Merge branch '40122-only-one-note-webhook-is-triggered-when-a-comment-with-ti...Douwe Maan2017-11-151-1/+5
|\ \ \ \
| * | | | 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-1/+5
| | |_|/ | |/| |
* | | | Fix dumping hashed storage based repositoryGabriel Mazetto2017-11-151-1/+1
|/ / /
* | | Merge branch 'dm-import-service-polymorphism' into 'master'40186-the-ee_compat_check-job-sometimes-fail-on-the-git-apply-3way-step-for-forksYorick Peterse2017-11-151-4/+0
|\ \ \ | |/ / |/| |
| * | Prefer polymorphism over specific type checks in Import servicedm-import-service-polymorphismDouwe Maan2017-11-151-4/+0
* | | Resolve "Internationalization support for Prometheus Service Configuration"Jose Ivan Vargas Lopez2017-11-151-3/+3
| |/ |/|
* | Include child projects a user can manage in namespace dropdownsBob Van Landuyt2017-11-141-1/+10
* | Merge branch 'issue_40058' into 'master'Sean McGivern2017-11-141-1/+2
|\ \
| * | Prevents position update for image diff notesissue_40058Felipe Artur2017-11-131-1/+2
* | | Merge branch 'fix/sm/31771-do-not-allow-jobs-to-be-erased-new' into 'master'Kamil Trzciński2017-11-141-0/+4
|\ \ \
| * \ \ Merge branch 'master' into fix/sm/31771-do-not-allow-jobs-to-be-erased-newShinya Maeda2017-11-0715-158/+298
| |\ \ \
| * | | | Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda2017-11-071-1/+1
| * | | | Do not allow jobs to be erasedShinya Maeda2017-11-061-0/+4
* | | | | Merge branch '39884-fix-pipeline-transition-with-single-manual-action' into '...Kamil Trzciński2017-11-141-2/+2
|\ \ \ \ \
| * | | | | Make sure all pipelines would go to pending once39884-fix-pipeline-transition-with-single-manual-actionLin Jen-Shin2017-11-091-2/+2
* | | | | | Merge branch 'jej/fix-lfs-integrity-with-forks' into 'master'Douwe Maan2017-11-142-9/+13
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Handle forks in Gitlab::Checks::LfsIntegrityjej/fix-lfs-integrity-with-forksJames Edwards-Jones2017-11-092-9/+13
* | | | | | Add administrative endpoint to list all pages domainsTravis Miller2017-11-131-0/+4
| |_|_|_|/ |/| | | |
* | | | | Merge branch '39602-move-update-project-counter-caches-out-of-issues-merge-re...Rémy Coutable2017-11-132-8/+0
|\ \ \ \ \
| * | | | | Move update_project_counter_caches? out of issue and merge requestGeorge Andrinopoulos2017-11-112-8/+0
* | | | | | Add externalized stringsGeorge Andrinopoulos2017-11-111-1/+1