summaryrefslogtreecommitdiff
path: root/app/serializers
Commit message (Collapse)AuthorAgeFilesLines
* Exclude coverage data from the pipelines pageYorick Peterse2018-05-171-1/+5
| | | | | | | | When displaying a project's pipelines (Projects::PipelinesController#index) we now exclude the coverage data. This data was not used by the frontend, yet getting it would require one SQL query per pipeline. These queries in turn could be quite expensive on GitLab.com.
* Merge branch '43557-osw-present-merge-sha-commit' into 'master'Robert Speicher2018-05-071-0/+7
|\ | | | | | | | | | | | | Resolve "Display merge commit SHA in merge widget after merge" Closes #43557 See merge request gitlab-org/gitlab-ce!18722
| * Display merge commit SHA in merge widget after mergeOswaldo Ferreira2018-05-071-0/+7
| |
* | Adds remote mirror table migrationTiago Botelho2018-05-071-2/+0
| |
* | Backports every CE related change from ee-5484 to CETiago Botelho2018-05-071-0/+13
| |
* | Fix stage.json endpointKamil Trzciński2018-04-233-22/+17
| |
* | Add proper stage.json dataKamil Trzciński2018-04-232-0/+28
|/
* Resolve "Improve tooltips of collapsed sidebars"Dennis Tang2018-04-191-0/+27
|
* Resolve "Show `failure_reason` in jobs view content section"Mayra Cabrera2018-04-191-0/+18
|
* Prevent awarding emoji when a project is archivedBob Van Landuyt2018-04-112-0/+8
| | | | This prevents performing the requests, and disables all emoji reaction buttons
* Remove edit_note and update_note abilities in favor of admin_noteDouwe Maan2018-04-101-1/+1
|
* Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera2018-04-051-1/+1
|
* Fix sidebar_details_block.vue and simplify build_metadata_entity.rb44922-fix-build-metadata-creationTomasz Maczukin2018-04-041-4/+1
|
* Refactor discussions/notes codeJan Provaznik2018-04-035-35/+32
|
* Merge branch 'add-per-runner-job-timeout' into 'master'Kamil Trzciński2018-03-292-0/+11
|\ | | | | | | | | | | | | Add per runner job timeout Closes #43426 See merge request gitlab-org/gitlab-ce!17221
| * Refactor build_metadataTomasz Maczukin2018-03-281-3/+1
| |
| * Rename metadata relation and methodsTomasz Maczukin2018-03-281-1/+3
| |
| * Rename used_timeout to timeoutTomasz Maczukin2018-03-281-2/+2
| |
| * Fix static analysis offencesTomasz Maczukin2018-03-281-1/+0
| |
| * Move job timeout information to new ci_builds_metadata tableTomasz Maczukin2018-03-282-4/+11
| |
| * Change timeout_source to enumTomasz Maczukin2018-03-281-1/+1
| |
| * Replace user_readable with human_readableTomasz Maczukin2018-03-281-1/+1
| |
| * Show timeout information on job's pageTomasz Maczukin2018-03-281-0/+5
| |
* | Update styling and use Gitlab::Utils.to_booleanEric Eastwood2018-03-271-7/+8
| |
* | Merge branch 'master' into add-canary-faviconEric Eastwood2018-03-2764-183/+801
|\ \ | |/
| * Link correct project when adding file to empty MRBob Van Landuyt2018-03-071-1/+1
| | | | | | | | | | | | When creating a cross project merge request without changes. The MR widget shows the option to create a new file. It would however link to the wrong project.
| * Allow maintainers to edit directly in a forkBob Van Landuyt2018-03-071-1/+2
| |
| * Allow a user to select `allow maintainer to push`Bob Van Landuyt2018-03-071-0/+1
| | | | | | | | | | | | When a project is not private, and the source branch not protected the user can now select the option to allow maintainers to push to this branch
| * Don't do a commit lookup to present the MR entity, just return the shamr-commit-optimizationAlejandro Rodríguez2018-03-061-1/+1
| | | | | | | | | | The MergeRequestWidgetEntity is used a lot in AJAX requests, and shaving that git operation will hopefully translate in a performance improvement
| * Merge branch '41777-include-cycle-time-in-usage-ping' into 'master'Douwe Maan2018-03-011-1/+2
| |\ | | | | | | | | | | | | | | | | | | Resolve "Include cycle time in usage ping" Closes #41777 See merge request gitlab-org/gitlab-ce!16793
| | * Adapt cycle analytics spec helper and cycle analytics usage data spec41777-include-cycle-time-in-usage-pingTiago Botelho2018-03-011-3/+2
| | |
| | * Refactors median code to work with both single and multiple projectsTiago Botelho2018-02-281-1/+3
| | |
| | * Restore memoization to base query and add a batch base query methodTiago Botelho2018-02-281-1/+1
| | |
| | * Add BatchLoader as a way to refactor the base stage codeTiago Botelho2018-02-281-8/+2
| | |
| | * Refactor CycleAnalytics base stage class and modelTiago Botelho2018-02-281-2/+8
| | |
| * | Merge branch '42643-persist-external-ip-of-ingress-controller-gke' into 'master'Kamil Trzciński2018-03-011-0/+1
| |\ \ | | |/ | |/| | | | | | | Display ingress IP address in the Kubernetes page See merge request gitlab-org/gitlab-ce!17052
| | * Persist external IP of ingress controller created for GKE (#42643)Dylan Griffith2018-02-151-0/+1
| | |
| * | Render MR Notes with Vue with behind a cookieFatih Acet2018-02-284-0/+103
| | |
| * | Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-3/+14
| |/
| * Replace $.post in importer status with axiosClement Ho2018-02-091-0/+3
| |
| * Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-072-0/+14
| |
| * Add GroupVariableSerializer for Ci::GroupVariableMatija Čupić2018-02-052-0/+10
| |
| * Add VariableSerializer for Ci::VariableMatija Čupić2018-02-052-0/+10
| |
| * Check MR state before submitting queries for discussion stateosw-short-circuit-mergeable-disccusions-stateOswaldo Ferreira2018-01-291-1/+12
| |
| * Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into ↵Douwe Maan2018-01-162-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | 'security-10-3' [10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
| * Remove soft removals related codeYorick Peterse2018-01-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes all usage of soft removals except for the "pending delete" system implemented for projects. This in turn simplifies all the query plans of the models that used soft removals. Since we don't really use soft removals for anything useful there's no point in keeping it around. This _does_ mean that hard removals of issues (which only admins can do if I'm not mistaken) can influence the "iid" values, but that code is broken to begin with. More on this (and how to fix it) can be found in https://gitlab.com/gitlab-org/gitlab-ce/issues/31114. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37447
| * Merge branch '40549-render-emoj-in-groups-overview' into 'master'Sean McGivern2018-01-081-0/+9
| |\ | | | | | | | | | | | | | | | | | | Resolve "No Rendering of emoji's in Group-Overview after update" Closes #40549 See merge request gitlab-org/gitlab-ce!16098
| | * Rendering of emoji's in Group-OverviewJacopo2017-12-241-0/+9
| | | | | | | | | | | | Allows rendering of emoji's in the Group Overview.
| * | Merge branch '22643-manual-job-page' into 'master'Kamil Trzciński2018-01-061-0/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Improve non-triggered manual action job detail page" Closes #22643 and #37843 See merge request gitlab-org/gitlab-ce!15991
| | * \ Merge branch 'master' into 22643-manual-job-pageFilipa Lacerda2018-01-043-7/+34
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (200 commits) Fix issue boards scroll config. Added multi editor setting on the profile preferences page fix missing import of timeWeek which would cause errors in prometheus graphs with deployments Remove downcase from special path helper Rename db:seed_fu-{pg,mysql} to gitlab:setup-{pg,mysql} Fix error when viewing diffs without blobs Moves prettier to dev dependency Eager load event target authors whenever possible Do not run ee_compat_check on security branches Include integration tests in CE/EE testing documentation 41054-Disallow creation of new Kubernetes integrations Resolve "Resizable file list and commit panel" Make tooltip placement bottom by default as per design guidelines Fix groups list icon, timestamp alignment and row height Avoid leaving a push event empty if payload cannot be created Move git operations for UpdateRemoteMirrorService into Gitlab::Git Move delete_remote_branches from Gitlab::Shell to Gitlab::Git::Repository Move push_remote_branches from Gitlab::Shell to Gitlab::Git::Repository Update Kubernetes service documentation fix issue #37843 ...