summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Truncates job names in pipeline graph62408-dropdown-truncateFilipa Lacerda2019-05-281-0/+5
|
* Fix display of promote to group labelJan Provaznik2019-05-281-0/+5
| | | | | | | | | | | | | Since label presenter is used in label index view, label class check doesn't work as expected because the class is now LabelPresenter. Also `label.subject` doesn't work as expected now because Label's model `subject` method is shadowed by Gitlab's presenter's method which uses `subject` for referencing the original object. Instead we use a presenter's method for both checks now. `label_deletion_confirm_text` is not used anywhere so it's removed
* Merge branch 'bvl-graphql-multiplex' into 'master'Lin Jen-Shin2019-05-281-0/+5
|\ | | | | | | | | Enables GraphQL batch requests See merge request gitlab-org/gitlab-ce!28273
| * Enables GraphQL batch requestsPhil Hughes2019-05-281-0/+5
| | | | | | | | | | | | | | | | | | Enabling GraphQL batch requests allows for multiple queries to be sent in 1 request reducing the amount of requests we send to the server. Responses come come back in the same order as the queries were provided.
* | Merge branch 'use-source-ref-name-in-webhook' into 'master'Ash McKenzie2019-05-281-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Use source ref in pipeline webhook Closes #61553 See merge request gitlab-org/gitlab-ce!28772
| * | Use source ref for pipeline webhookuse-source-ref-name-in-webhookShinya Maeda2019-05-281-0/+5
| | | | | | | | | | | | | | | | | | When user uses Pipelines for merge requests, the pipeline is a run on a merge request ref instead of branch ref. However, we should send source ref as a webhook in order to respect the original behavior.
* | | added a new conditional to add `display: none;` dynamically if the row ↵Michel Engelen2019-05-281-0/+5
| |/ |/| | | | | | | | | should be hidden, indicated by the variable `rowHidden` this solves issue #9978
* | Throw an error when formatDate's input is invalidPaul Gascou-Vaillancourt2019-05-281-0/+5
| |
* | Fix removing empty lines via suggestionsIgor2019-05-281-0/+5
| | | | | | | | | | Before this fix, a suggestion which just removes an empty line wasn't appliable
* | Merge branch 'api_make_protected_boolean_type' into 'master'Jan Provaznik2019-05-281-0/+5
|\ \ | | | | | | | | | | | | protected should be Boolean type See merge request gitlab-org/gitlab-ce!28766
| * | Make protected attribute Boolean typeapi_make_protected_boolean_typeThong Kuah2019-05-281-0/+5
| |/ | | | | | | | | | | As documented in https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/api/project_level_variables.md#create-variable and it's a boolean in `db/schema.rb`
* | Merge branch 'backstage/gb/improve-jobs-controller-performance' into 'master'57694-documentation-for-graphqlStan Hu2019-05-281-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Improve performance of jobs controller show Closes #60708 See merge request gitlab-org/gitlab-ce!28093
| * \ Merge commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6' into ↵backstage/gb/improve-jobs-controller-performanceGrzegorz Bizon2019-05-2713-0/+65
| |\ \ | | | | | | | | | | | | | | | | | | | | backstage/gb/improve-jobs-controller-performance * commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6': (51 commits)
| * | | Add changelog for jobs controller performance improvementGrzegorz Bizon2019-05-241-0/+5
| | | |
* | | | add postgres version to subsequent helm deploysBrandon Dimcheff2019-05-281-0/+5
| |_|/ |/| | | | | | | | If the postgres image version isn't passed to upgrades, helm will revert to the default postgres version. If it crosses incompatible version boundaries, this will break postgres horribly, as it won't be able to read the data files.
* | | Merge branch ↵Evan Read2019-05-281-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '11609-geo-remove-support-for-using-geo-with-an-installation-from-source-docs' into 'master' Geo - Remove support for using Geo with an installation from source Closes gitlab-ee#11609 See merge request gitlab-org/gitlab-ce!28737
| * | | Remove support for using Geo with an installation from source11609-geo-remove-support-for-using-geo-with-an-installation-from-source-docsDouglas Barbosa Alexandre2019-05-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Using Geo with source-based installs was deprecated in GitLab 11.5. This commit removes this support now that the deprecation notice has been in place for quite a few releases.
* | | | Migrate the monitoring dashboard store to vuexJose Ivan Vargas2019-05-271-0/+5
| | | | | | | | | | | | | | | | | | | | This changes the monitoring javascript store from an object based to a vuex one
* | | | Update GitLab Runner Helm Chart to 0.5.1/11.11.1Steve Azzopardi2019-05-271-0/+5
| | | |
* | | | Disable two_step_rebase feature flagDouwe Maan2019-05-271-0/+5
| | | | | | | | | | | | | | | | Disabling because of https://gitlab.com/gitlab-org/gitlab-ce/issues/62353
* | | | Update ↵Benedikt Franke2019-05-271-0/+5
| | | | | | | | | | | | | | | | changelogs/unreleased/28757-remove-docker-pull-prefix-when-copying-a-tag-from-the-registry.yml
* | | | Merge branch '62253-add-kubernetes-logs-to-monitoring-ui' into 'master'Dmitriy Zaporozhets2019-05-271-0/+5
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Add Kubernetes logs to monitoring UI Closes #62253 See merge request gitlab-org/gitlab-ce!28685
| * | | Add Kubernetes logs to monitoring UITiger2019-05-271-0/+5
| | | |
* | | | Merge branch '51854-api-to-get-all-project-group-members-returns-duplicates' ↵Jan Provaznik2019-05-271-0/+5
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "API to get all project/group members returns duplicates" Closes #51854 See merge request gitlab-org/gitlab-ce!24005
| * | | Removes duplicated members from api/projects/:id/members/all51854-api-to-get-all-project-group-members-returns-duplicatesJacopo2019-05-271-0/+5
| | |/ | |/| | | | | | | | | | | | | | | | | | | When using the members/all api the same user was returned multiple times when he was a member of the project/group and also of one of the ancestor groups. Now the member is returned only once giving priority to the membership on the project and maintaining the same behaviour of the members UI.
* | | Merge branch '30138-display-cycle-analytics-issue' into 'master'Sean McGivern2019-05-271-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Display and logic improvements for cycle analytics Closes #30138 See merge request gitlab-org/gitlab-ce!28507
| * | | Rephrase specs description for cycle analytics30138-display-cycle-analytics-issueMałgorzata Ksionek2019-05-271-1/+1
| | | |
| * | | Add changelog fileMałgorzata Ksionek2019-05-231-0/+5
| | | |
* | | | Merge branch ↵Grzegorz Bizon2019-05-271-0/+5
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | '57825-moving-an-issue-results-in-broken-image-links-in-comments' into 'master' Resolve "Moving an issue results in broken image links in comments" Closes #57825 See merge request gitlab-org/gitlab-ce!28654
| * | | Merge branch 'master' into ↵57825-moving-an-issue-results-in-broken-image-links-in-commentsegrieff2019-05-2719-0/+95
| |\ \ \ | | | | | | | | | | | | | | | 57825-moving-an-issue-results-in-broken-image-links-in-comments
| * | | | Fix typo in changelogEugenia Grieff2019-05-241-1/+1
| | | | |
| * | | | Add unreleased change logegrieff2019-05-231-0/+5
| | | | |
* | | | | Merge branch 'chore/remove-circuit-breaker-api' into 'master'Bob Van Landuyt2019-05-271-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the circuit breaker API Closes #52467 See merge request gitlab-org/gitlab-ce!28669
| * | | | | Remove the circuit breaker APIchore/remove-circuit-breaker-apiMarkus Koller2019-05-241-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The circuit breaker itself was removed in 11.5, this removes the corresponding API endpoints which returned empty data since then.
* | | | | | Merge branch ↵Filipa Lacerda2019-05-271-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '61144-style-secondary-button-type-to-be-aligned-with-pattern-library' into 'master' Resolve "Style secondary button type to be aligned with pattern library" See merge request gitlab-org/gitlab-ce!27920
| * | | | | | Bring secondary button styles to design standard61144-style-secondary-button-type-to-be-aligned-with-pattern-libraryScott Hampton2019-05-241-0/+5
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Hover, Active, and Focus states have different colors in design. This fix brings those colors up to date.
* | | | | | Merge branch '57189-css-label-in-forms-with-bootstrap4' into 'master'Filipa Lacerda2019-05-271-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug candidates of forms on Bootstrap Grid system Closes #57189 See merge request gitlab-org/gitlab-ce!24885
| * | | | | | Fix col-sm-* in forms to keep layoutTakuya Noguchi2019-05-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | | | | Merge branch 'variables-boolean-type' into 'master'Jan Provaznik2019-05-271-0/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | Masked should be Boolean type See merge request gitlab-org/gitlab-ce!28758
| * | | | | | Masked should be Boolean typevariables-boolean-typeThong Kuah2019-05-271-0/+5
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As documented in https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/api/project_level_variables.md#create-variable and it's a boolean in `db/schema.rb`
* | | | | | Add changelog entryJacques Erasmus2019-05-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Added a changelog entry for the feature
* | | | | | Add expand/collapse buttonAdriel Santiago2019-05-271-0/+5
|/ / / / / | | | | | | | | | | | | | | | Add ability to expand/collapse error tracking settings
* | | | | Merge branch '58632-fix-mr-widget-padding' into 'master'Mike Greiling2019-05-241-0/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fix MR widget padding Closes #58632 See merge request gitlab-org/gitlab-ce!28472
| * | | | Fix MR widget padding58632-fix-mr-widget-paddingHeinrich Lee Yu2019-05-201-0/+5
| | | | | | | | | | | | | | | | | | | | Align elements horizontally and add missing bottom padding
* | | | | Merge branch '60778-input-text-height' into 'master'Filipa Lacerda2019-05-241-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix height of input groups Closes #61304, #61303, #59254, and #60778 See merge request gitlab-org/gitlab-ce!28495
| * | | | | Fix height of input groups60778-input-text-heightAnnabel Dunstone Gray2019-05-201-0/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'fix-milestone-references-with-escaped-html-entities' into 'master'Jan Provaznik2019-05-241-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix milestone references with HTML entities in the name Closes #62114 See merge request gitlab-org/gitlab-ce!28667
| * | | | | Fix milestone references with HTML entities in the namefix-milestone-references-with-escaped-html-entitiesSean McGivern2019-05-241-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a milestone name contained an HTML entity that would be escaped (&, <, >), then it wasn't possible to refer to this milestone by name, or use it in a quick action. This already worked for labels, but not for milestones. We take care to re-escape un-matched milestones, too.
* | | | | | Prevent icons from shrinking in User popover when contents exceed containerKushal Pandya2019-05-241-0/+5
| | | | | |
* | | | | | Merge branch '38561-border-radii' into 'master'Phil Hughes2019-05-241-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix border radii on diff files and repo files Closes #38483 and #38561 See merge request gitlab-org/gitlab-ce!28675