Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exclude coverage data from the pipelines page | Yorick Peterse | 2018-05-17 | 1 | -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 Speicher | 2018-05-07 | 1 | -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 merge | Oswaldo Ferreira | 2018-05-07 | 1 | -0/+7 |
| | | |||||
* | | Adds remote mirror table migration | Tiago Botelho | 2018-05-07 | 1 | -2/+0 |
| | | |||||
* | | Backports every CE related change from ee-5484 to CE | Tiago Botelho | 2018-05-07 | 1 | -0/+13 |
| | | |||||
* | | Fix stage.json endpoint | Kamil Trzciński | 2018-04-23 | 3 | -22/+17 |
| | | |||||
* | | Add proper stage.json data | Kamil Trzciński | 2018-04-23 | 2 | -0/+28 |
|/ | |||||
* | Resolve "Improve tooltips of collapsed sidebars" | Dennis Tang | 2018-04-19 | 1 | -0/+27 |
| | |||||
* | Resolve "Show `failure_reason` in jobs view content section" | Mayra Cabrera | 2018-04-19 | 1 | -0/+18 |
| | |||||
* | Prevent awarding emoji when a project is archived | Bob Van Landuyt | 2018-04-11 | 2 | -0/+8 |
| | | | | This prevents performing the requests, and disables all emoji reaction buttons | ||||
* | Remove edit_note and update_note abilities in favor of admin_note | Douwe Maan | 2018-04-10 | 1 | -1/+1 |
| | |||||
* | Resolve "Show `failure_reason` and upgrade tooltips of jobs" | Mayra Cabrera | 2018-04-05 | 1 | -1/+1 |
| | |||||
* | Fix sidebar_details_block.vue and simplify build_metadata_entity.rb44922-fix-build-metadata-creation | Tomasz Maczukin | 2018-04-04 | 1 | -4/+1 |
| | |||||
* | Refactor discussions/notes code | Jan Provaznik | 2018-04-03 | 5 | -35/+32 |
| | |||||
* | Merge branch 'add-per-runner-job-timeout' into 'master' | Kamil Trzciński | 2018-03-29 | 2 | -0/+11 |
|\ | | | | | | | | | | | | | Add per runner job timeout Closes #43426 See merge request gitlab-org/gitlab-ce!17221 | ||||
| * | Refactor build_metadata | Tomasz Maczukin | 2018-03-28 | 1 | -3/+1 |
| | | |||||
| * | Rename metadata relation and methods | Tomasz Maczukin | 2018-03-28 | 1 | -1/+3 |
| | | |||||
| * | Rename used_timeout to timeout | Tomasz Maczukin | 2018-03-28 | 1 | -2/+2 |
| | | |||||
| * | Fix static analysis offences | Tomasz Maczukin | 2018-03-28 | 1 | -1/+0 |
| | | |||||
| * | Move job timeout information to new ci_builds_metadata table | Tomasz Maczukin | 2018-03-28 | 2 | -4/+11 |
| | | |||||
| * | Change timeout_source to enum | Tomasz Maczukin | 2018-03-28 | 1 | -1/+1 |
| | | |||||
| * | Replace user_readable with human_readable | Tomasz Maczukin | 2018-03-28 | 1 | -1/+1 |
| | | |||||
| * | Show timeout information on job's page | Tomasz Maczukin | 2018-03-28 | 1 | -0/+5 |
| | | |||||
* | | Update styling and use Gitlab::Utils.to_boolean | Eric Eastwood | 2018-03-27 | 1 | -7/+8 |
| | | |||||
* | | Merge branch 'master' into add-canary-favicon | Eric Eastwood | 2018-03-27 | 64 | -183/+801 |
|\ \ | |/ | |||||
| * | Link correct project when adding file to empty MR | Bob Van Landuyt | 2018-03-07 | 1 | -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 fork | Bob Van Landuyt | 2018-03-07 | 1 | -1/+2 |
| | | |||||
| * | Allow a user to select `allow maintainer to push` | Bob Van Landuyt | 2018-03-07 | 1 | -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-optimization | Alejandro Rodríguez | 2018-03-06 | 1 | -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 Maan | 2018-03-01 | 1 | -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-ping | Tiago Botelho | 2018-03-01 | 1 | -3/+2 |
| | | | |||||
| | * | Refactors median code to work with both single and multiple projects | Tiago Botelho | 2018-02-28 | 1 | -1/+3 |
| | | | |||||
| | * | Restore memoization to base query and add a batch base query method | Tiago Botelho | 2018-02-28 | 1 | -1/+1 |
| | | | |||||
| | * | Add BatchLoader as a way to refactor the base stage code | Tiago Botelho | 2018-02-28 | 1 | -8/+2 |
| | | | |||||
| | * | Refactor CycleAnalytics base stage class and model | Tiago Botelho | 2018-02-28 | 1 | -2/+8 |
| | | | |||||
| * | | Merge branch '42643-persist-external-ip-of-ingress-controller-gke' into 'master' | Kamil Trzciński | 2018-03-01 | 1 | -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 Griffith | 2018-02-15 | 1 | -0/+1 |
| | | | |||||
| * | | Render MR Notes with Vue with behind a cookie | Fatih Acet | 2018-02-28 | 4 | -0/+103 |
| | | | |||||
| * | | Port `read_cross_project` ability from EE | Bob Van Landuyt | 2018-02-22 | 1 | -3/+14 |
| |/ | |||||
| * | Replace $.post in importer status with axios | Clement Ho | 2018-02-09 | 1 | -0/+3 |
| | | |||||
| * | Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-api | Rubén Dávila | 2018-02-07 | 2 | -0/+14 |
| | | |||||
| * | Add GroupVariableSerializer for Ci::GroupVariable | Matija Čupić | 2018-02-05 | 2 | -0/+10 |
| | | |||||
| * | Add VariableSerializer for Ci::Variable | Matija Čupić | 2018-02-05 | 2 | -0/+10 |
| | | |||||
| * | Check MR state before submitting queries for discussion stateosw-short-circuit-mergeable-disccusions-state | Oswaldo Ferreira | 2018-01-29 | 1 | -1/+12 |
| | | |||||
| * | Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into ↵ | Douwe Maan | 2018-01-16 | 2 | -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 code | Yorick Peterse | 2018-01-08 | 1 | -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 McGivern | 2018-01-08 | 1 | -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-Overview | Jacopo | 2017-12-24 | 1 | -0/+9 |
| | | | | | | | | | | | | Allows rendering of emoji's in the Group Overview. | ||||
| * | | Merge branch '22643-manual-job-page' into 'master' | Kamil Trzciński | 2018-01-06 | 1 | -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-page | Filipa Lacerda | 2018-01-04 | 3 | -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 ... |