summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed mutation for rootNatalia Tepluhina2019-03-041-0/+5
| | | | | - fixed test spec - added warning only if file is deleted
* Fix username escaping when clicking 'assign to me'Ezekiel Kigbo2019-03-041-0/+5
| | | | Add spec for assigning user with apostrophe in name
* Merge branch 'sh-rugged-find-commit' into 'master'Sean McGivern2019-03-041-0/+5
|\ | | | | | | | | Bring back Rugged implementation of find_commit See merge request gitlab-org/gitlab-ce!25477
| * Bring back Rugged implementation of find_commitStan Hu2019-03-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings back some of the changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20339. For users using Gitaly on top of NFS, accessing the Git data directly via Rugged is more performant than Gitaly. This merge request introduces the feature flag `rugged_find_commit` to activate Rugged paths. There are also Rake tasks `gitlab:features:enable_rugged` and `gitlab:features:disable_rugged` to enable/disable these feature flags altogether. Part of four Rugged changes identified in https://gitlab.com/gitlab-org/gitlab-ce/issues/57317.
* | Merge branch 'allow-to-recursively-include' into 'master'Grzegorz Bizon2019-03-041-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Allow to recursively expand includes Closes #55937 and #56836 See merge request gitlab-org/gitlab-ce!24356
| * | Allow to recursively expand includesKamil Trzciński2019-03-011-0/+5
| | | | | | | | | | | | | | | | | | | | | This change introduces a support for nesting the includes, allowing to evaluate them in context of the target, by properly respecting the relative inclusions and user permissions of another projects, or templates.
* | | Creates a function to check if repo is EEFilipa Lacerda2019-03-041-0/+5
| | | | | | | | | | | | | | | Adds EE information to gon Creates a global vue mixin
* | | Merge branch '57829-issuable-meta-line-ui-broken-on-mobile' into 'master'Clement Ho2019-03-041-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix UI for issuable meta info Closes #57829 See merge request gitlab-org/gitlab-ce!25332
| * | | Fix author layouts in issuable meta line UIs on mobileTakuya Noguchi2019-02-181-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | Merge branch 'sh-show-pre-receive-error-merge' into 'master'James Lopez2019-03-031-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show pre-receive error message in merge request widget Closes gitlab-ee#10165 See merge request gitlab-org/gitlab-ce!25708
| * | | | Show pre-receive error message in merge request widgetStan Hu2019-03-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a merge fails due to a locked file, no feedback was given to the user as to why it failed if the user used the Merge button. However, if the push attempt happened directly in the Web UI, the pre-receive message would be displayed. To be consistent and to make it clear why a merge failed, we now include the pre-receive error message in the merge request widget. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/10165
* | | | | Merge branch 'sh-optimize-calendar-activities' into 'master'Robert Speicher2019-03-021-0/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Eliminate most N+1 queries loading UserController#calendar_activities Closes #58392 See merge request gitlab-org/gitlab-ce!25697
| * | | | Eliminate most N+1 queries loading UserController#calendar_activitiesStan Hu2019-03-011-0/+5
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can reduce a significant number of queries by preloading the associations for events. On GitLab.com, for a date that had 456 events, this brought the load time down from 8.7 to 1.2 s. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58392
* | | | Merge branch '57612-github-importer-ignores-milestone-due_date' into 'master'Stan Hu2019-03-011-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Github importer ignores Milestone due_date" Closes #57612 See merge request gitlab-org/gitlab-ce!25182
| * | | | Capture due date when importing milestones from GithubDiana Stanley2019-02-201-0/+5
| | | | |
* | | | | Merge branch '53966-make-hashed-storage-migration-safer-and-more-inviting' ↵Douglas Barbosa Alexandre2019-03-011-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Hashed Storage rollback mechanism See merge request gitlab-org/gitlab-ce!23955
| * | | | | Adds Rollback functionality to HashedStorage migrationGabriel Mazetto2019-03-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are adding sidekiq workers and service classes to allow to rollback a hashed storage migration. There are some refactoring involved as well as part of the code can be reused by both the migration and the rollback logic.
* | | | | | Merge branch 'refactor-merge-request-between-pipeline-and-build' into 'master'Kamil Trzciński2019-03-011-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add suffix (`_event`) to merge request source Closes gitlab-ee#9893 See merge request gitlab-org/gitlab-ce!25508
| * | | | | | Add suffix for merge request eventShinya Maeda2019-03-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ok Add spec Fix ok Fix Add changelog Fix Add memoization a fix
* | | | | | | Refactor model and specReuben Pereira2019-03-011-0/+5
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move some specs into contexts - Let get_slugs method take a parameter and return a specific slug. - Add rescues when using Addressable::URI.
* | | | | | Merge branch '10097-number-utils' into 'master'Phil Hughes2019-03-011-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moves EE differences out of number_utils.js Closes gitlab-ee#10097 See merge request gitlab-org/gitlab-ce!25680
| * | | | | | Moves utility function into CEFilipa Lacerda2019-03-011-0/+5
| | | | | | |
* | | | | | | Merge branch ↵Phil Hughes2019-03-011-0/+5
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '57991-frontend-pagination-needs-to-handle-cases-where-the-x-total-pages-header-isn-t-present' into 'master' Improve the JS pagination to handle the case when the `X-Total` and `X-Total-Pages` headers aren't present Closes #57991 See merge request gitlab-org/gitlab-ce!25601
| * | | | | | Make JS pagination handle missing 'X-Total-Pages' headerRémy Coutable2019-02-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | Merge branch '58274-folder-icon-in-tags-page' into 'master'Tim Zallmann2019-03-011-0/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use `folder-open` from sprite icons for Browse Files button in Tag page Closes #58274 See merge request gitlab-org/gitlab-ce!25635
| * | | | | | Add changelog entryKushal Pandya2019-02-281-0/+5
| | | | | | |
* | | | | | | Merge branch 'sh-bump-fog-gem' into 'master'Sean McGivern2019-03-011-0/+5
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Bump fog-aws to 3.3.0 and associated dependencies See merge request gitlab-org/gitlab-ce!21788
| * | | | | | Add CHANGELOG.md for Fog gem changesStan Hu2019-02-281-0/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch '54643-lower_issuable_finder_complexity' into 'master'Sean McGivern2019-03-011-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | IssuableFinder - Always use CTE for group counts Closes #54643 See merge request gitlab-org/gitlab-ce!25411
| * | | | | Always use CTE for IssuableFinder countsMario de la Ossa2019-02-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the CTE is faster than a subquery and the only reason we're using a subquery is that the CTE can't handle sorting by certain attributes, let's use the CTE always (when the feature flag is enabled) when counting, since we can ignore ordering if we just want a count of results.
* | | | | | Merge branch '57734-improve-label-dropdown-selection-performance' into 'master'Fatih Acet2019-03-011-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve labels select rendering Closes #48230 and #57734 See merge request gitlab-org/gitlab-ce!25281
| * | | | | | Improve glDropdown rendering performanceHeinrich Lee Yu2019-02-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Return jQuery element instead of HTML for renderRow for labels select
* | | | | | | Externalize markdown toolbar tooltipsEnrique Alcántara2019-03-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace tooltip texts in the markdown toolbar with bindings to gettext calls Author: Enrique Alcantara <enrique@crunch.io>
* | | | | | | Merge branch '40396-use-pgroups-for-background-jobs' into 'master'Stan Hu2019-02-281-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bin/background_jobs: use pgroups Closes #40396 See merge request gitlab-org/gitlab-ce!25654
| * | | | | | | bin/background_jobs: use pgroupsNick Thomas2019-02-281-0/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | Add CSS needed for new spinnerBrandon Labuschagne2019-02-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new spinner is purely CSS It is used for the loading_icon gitlab-ui component
* | | | | | | Merge branch '56863-system-messages-in-email' into 'master'Douglas Barbosa Alexandre2019-02-281-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show header and footer system messages in email Closes #56863 See merge request gitlab-org/gitlab-ce!25474
| * | | | | | Show header and footer system messages in emailAlexandru Croitor2019-02-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add email_header_and_footer_enabled flag to appearances table * Set email_header_and_footer_enabled default value to false * Add checkbox to appearance to toggle show header and footer in emails * Add email_header_and_footer_enabled to allowed params in controller * Add header and footer messages to the html and text email layouts * Remove the color styling for emails header and footer * Add empty_mailer layout for emails without layout, to have the header and footer applied
* | | | | | | Fix bug where project topics truncateBrandon Labuschagne2019-02-281-0/+5
| | | | | | |
* | | | | | | Merge branch 'add-project-level-config-for-prospective-merge-pipelines-ce' ↵Filipa Lacerda2019-02-281-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Backport: Add project level config for merge pipelines See merge request gitlab-org/gitlab-ce!25385
| * | | | | | | Add project level config for merge pipelinesShinya Maeda2019-02-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add schema Add CE counter part Add default value for Add changelog Fix schema Add test Fix schema Fix schema version Remove default value for
* | | | | | | | Jira: Make issue links title compactDouglas Barbosa Alexandre2019-02-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port of a community contribution from @glensc to upstream.
* | | | | | | | Add iOS-fastlane template for .gitlab-ci.ymlJason Lenny2019-02-281-0/+5
|/ / / / / / /
* | | | | | | add changelogAlexis Reigel2019-02-271-0/+5
|/ / / / / /
* | | | | | Merge branch ↵Kamil Trzciński2019-02-271-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '10014-ee-spec-models-ci-build_spec-rb-ee-spec-requests-api-runner_spec-rb-and-ee-spec-services-ci-process_pipeline_service_spec-rb-are-all-failing-ce' into 'master' Revert "Merge branch 'revert-8baf9e5f' into 'master'" See merge request gitlab-org/gitlab-ce!25584
| * | | | | | Revert "Merge branch 'revert-8baf9e5f' into 'master'"Matija Čupić2019-02-271-0/+5
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | This reverts commit f5201a816f2eff9393e16f362403451e5d86ee6c, reversing changes made to 48e6db0dad6f256e8423e0bd6c9b254803f50ccf.
* | | | | | Merge branch 'osw-fetch-latest-version-when-creating-suggestions' into 'master'Sean McGivern2019-02-271-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enforce using the latest diff version when creating suggestions Closes gitlab-ee#9876 See merge request gitlab-org/gitlab-ce!25441
| * | | | | | Always fetch MR latest version when creating suggestionsOswaldo Ferreira2019-02-261-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an issue that can only be seen through EE. Further details can be seen on https://gitlab.com/gitlab-org/gitlab-ee/issues/9876. In general we should always use the latest diff version of a file in order to both create and apply suggestions.
* | | | | | | Merge branch '42086-project-fetch-statistics-api-http-only' into 'master'57125-heatmap-chart-typeNick Thomas2019-02-271-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Project fetch statistics API (HTTP only)" Closes #42086 See merge request gitlab-org/gitlab-ce!23596
| * | | | | | | Add project http fetch statistics APIJacopo2019-02-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The API get projects/:id/traffic/fetches allows user with write access to the repository to get the number of clones for the last 30 days.