summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Switch to Object.const_get59719-const-getThong Kuah2019-04-051-1/+1
* Do not inherit when calling const_getThong Kuah2019-04-041-1/+1
* Merge branch '58644-remove-reply_to_individual_notes-feature-flag' into 'master'Nick Thomas2019-04-031-1/+1
|\
| * Remove reply_to_individual_notes feature flag58644-remove-reply_to_individual_notes-feature-flagHeinrich Lee Yu2019-04-031-1/+1
* | Merge branch '55268-exclude-system-notes-from-commits-in-mr' into 'master'Rémy Coutable2019-04-031-9/+10
|\ \ | |/ |/|
| * Do not show system notes on commits in the MR page55268-exclude-system-notes-from-commits-in-mrHeinrich Lee Yu2019-04-021-9/+10
* | Remove ignore column for PersonalAccessToken#tokenImre Farkas2019-04-021-2/+0
* | Merge branch 'ce-8317-operations-dashboard-usage-ping' into 'master'Douglas Barbosa Alexandre2019-04-021-0/+1
|\ \ | |/ |/|
| * Add with_dashboard scope to Userce-8317-operations-dashboard-usage-pingLogan King2019-03-221-0/+1
* | Stop calling UnlinkRepositoryFromObjectPool RPCJacob Vosmaer2019-04-022-5/+2
* | Merge branch 'jarv/dev-to-gitlab-2019-04-02' into 'master'Robert Speicher2019-04-021-0/+4
|\ \
| * \ Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into jarv/dev-to-gitl...jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-021-0/+4
| |\ \
| | * | Check if labels are available for target issuableJarka Košanová2019-03-281-0/+4
* | | | Merge branch 'expose-mr-pipeline-parameters-for-merge-widget-ce' into 'master'Kamil Trzciński2019-04-021-8/+0
|\ \ \ \
| * | | | Backport EE changeexpose-mr-pipeline-parameters-for-merge-widget-ceShinya Maeda2019-04-021-8/+0
| |/ / /
* | | | Backport splitting approval changes from CEIgor2019-04-022-8/+4
* | | | Merge branch 'issue_51789_part_1' into 'master'Sean McGivern2019-04-023-0/+39
|\ \ \ \ | |/ / / |/| | |
| * | | Address review commentsFelipe Artur2019-03-281-5/+3
| * | | Merge masterFelipe Artur2019-03-2792-789/+1378
| |\ \ \
| * \ \ \ Merge branch 'master' into issue_51789_part_1Felipe Artur2019-02-1917-366/+58
| |\ \ \ \
| * | | | | fix typoFelipe Artur2019-02-141-2/+2
| * | | | | Fix broken specsFelipe Artur2019-02-142-2/+10
| * | | | | Add specs for issuable states syncFelipe Artur2019-02-141-0/+1
| * | | | | Split background migration for issues and merge requestsFelipe Artur2019-02-141-1/+1
| * | | | | Code improvementsFelipe Artur2019-02-133-21/+14
| * | | | | Improve batch sizeFelipe Artur2019-02-122-7/+6
| * | | | | Migrate issuable states to integer patch 1Felipe Artur2019-02-113-0/+40
* | | | | | Merge branch 'check-mergeability-in-merge-to-ref-service' into 'master'Douglas Barbosa Alexandre2019-04-011-2/+1
|\ \ \ \ \ \
| * | | | | | Check mergeability in merge to ref servicecheck-mergeability-in-merge-to-ref-serviceShinya Maeda2019-04-011-2/+1
* | | | | | | Fix MergeRequest#has_commits? nil comparisonFrancisco Javier López2019-04-011-1/+1
* | | | | | | Dry up and remove responsibilitiesJoão Cunha2019-04-011-5/+7
|/ / / / / /
* | | | | | Renames Cluster#managed? to provided_by_user?Mayra Cabrera2019-03-292-6/+3
* | | | | | Handle missing keys in sentry api responseReuben Pereira2019-03-291-1/+6
* | | | | | Merge branch 'persist-fulll-ref-path-for-mr-pipelines' into 'master'Kamil Trzciński2019-03-293-2/+16
|\ \ \ \ \ \
| * | | | | | Create detached merge request pipelinespersist-fulll-ref-path-for-mr-pipelinesShinya Maeda2019-03-293-2/+16
* | | | | | | Merge branch 'sh-fix-gitaly-find-commit-caching' into 'master'Kamil Trzciński2019-03-291-12/+14
|\ \ \ \ \ \ \
| * | | | | | | Guard against nested allows with ref name cachingsh-fix-gitaly-find-commit-cachingStan Hu2019-03-271-1/+1
| * | | | | | | Allow ref name caching CommitService#find_commitStan Hu2019-03-271-12/+14
| | |_|_|/ / / | |/| | | | |
* | | | | | | Add a thin encapsulation around .pluck(:id)Nick Thomas2019-03-281-0/+8
* | | | | | | Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-28149-150/+150
| |/ / / / / |/| | | | |
* | | | | | Knative version bump 0.2.2 -> 0.3.0Chris Baumbauer2019-03-281-2/+2
* | | | | | Merge branch '54670-external-diffs-when-outdated' into 'master'Sean McGivern2019-03-281-21/+151
|\ \ \ \ \ \
| * | | | | | Allow external diffs to be used conditionallyNick Thomas2019-03-271-21/+151
* | | | | | | Merge branch 'fix-routes-n-plus-one-in-user-autocomplete' into 'master'Grzegorz Bizon2019-03-281-0/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Remove N+1 queries from users autocompleteSean McGivern2019-03-251-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'osw-multi-line-suggestions-creation-strategy' into 'master'Andreas Brandl2019-03-273-21/+30
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Prepare suggestion implementation for multi-lineOswaldo Ferreira2019-03-273-21/+30
* | | | | | Skip querying for private projects if they are not requestedStan Hu2019-03-271-6/+21
* | | | | | Optimize /api/v4/projects endpoint for visibility levelStan Hu2019-03-271-5/+17
* | | | | | Merge branch 'bvl-allow-more-repos-per-resource-ce' into 'master'James Lopez2019-03-273-13/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |