summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Check for element before evaluate_scriptfeature/reliable-rspec-with-eval-scriptEric Eastwood2017-10-161-0/+5
| | | | | Tip from https://robots.thoughtbot.com/write-reliable-asynchronous-integration-tests-with-capybara#directly-interacting-with-javascript
* Merge branch '37571-replace-wikipage-createservice-with-factory' into 'master'Rémy Coutable2017-10-131-0/+5
|\ | | | | | | | | | | | | Replaces 'WikiPage::CreateService' calls with 'wiki_page' factory Closes #37571 See merge request gitlab-org/gitlab-ce!14850
| * Replaces 'WikiPage::CreateService' calls with 'wiki_page' factoryJacopo2017-10-131-0/+5
| | | | | | | | We replace the usage of WikiPage::CreateService with the wiki_page factory in the specs.
* | Merge branch '39032-improve-merge-ongoing-check-consistency' into 'master'Sean McGivern2017-10-131-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Make "merge ongoing" check more consistent Closes #39032 See merge request gitlab-org/gitlab-ce!14825
| * | Make "merge ongoing" check more consistentOswaldo Ferreira2017-10-111-0/+5
| | |
* | | Refactor broadcast_message.jsMike Greiling2017-10-131-0/+5
| | |
* | | Merge branch 'revert-8ae7963c' into 'master'Rémy Coutable2017-10-131-5/+0
|\ \ \ | | | | | | | | | | | | | | | | Revert "Merge branch '36160-select2-dropdown' into 'master'" See merge request gitlab-org/gitlab-ce!14851
| * | | Revert "Merge branch '36160-select2-dropdown' into 'master'"revert-8ae7963cFilipa Lacerda2017-10-121-5/+0
| | | | | | | | | | | | This reverts merge request !14768
* | | | Add create merge checkbox.Jacob Schatz2017-10-121-0/+5
| | | |
* | | | Merge branch '26763-grant-registry-auth-scope-to-admins' into 'master'Kamil Trzciński2017-10-121-0/+5
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Issue JWT token with registry:catalog:* scope when requested by GitLab admin Closes #26763 and #18392 See merge request gitlab-org/gitlab-ce!14751
| * | | fill in changelog entryVratislav Kalenda2017-10-101-2/+2
| | | |
| * | | Issue JWT token with registry:catalog:* scope when requested by GitLab adminVratislav Kalenda2017-10-081-0/+5
| | | |
* | | | Merge branch '34897-delete-branch-after-merge' into 'master'Sean McGivern2017-10-121-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "remove source branch" checkbox from merge widget being ignored Closes #34897 See merge request gitlab-org/gitlab-ce!14832
| * | | | [ci-skip] add changelogmicael.bergeron2017-10-111-0/+5
| | |/ / | |/| |
* | | | Merge branch '37691-subscription-fires-multiple-notifications' into 'master'Sean McGivern2017-10-121-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix multiple notifications from being sent for multiple labels Closes #37691 See merge request gitlab-org/gitlab-ce!14798
| * | | | [ci-skip] add changelog37691-subscription-fires-multiple-notificationsmicael.bergeron2017-10-101-0/+5
| | | | |
* | | | | Merge branch 'cache-issuable-template-names' into 'master'Douwe Maan2017-10-121-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Cache issuable template names See merge request gitlab-org/gitlab-ce!14823
| * | | | | Cache issuable template namesSean McGivern2017-10-121-0/+5
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | We were looking these up on each request to an issue page, because the form is pre-filled, as is the template dropdown. That was unnecessary: we could just treat these as 'special' repository files (like the rendered README) and cache them in Redis until they change on a push.
* | | | | Resolve "Prometheus service page shows error"Jose Ivan Vargas Lopez2017-10-121-0/+5
| | | | |
* | | | | Merge branch ↵Tim Zallmann2017-10-121-0/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '39033-d3-js-is-being-included-in-the-user_profile-and-graphs_show-bundles' into 'master' Resolve "d3.js is being included in the user_profile and graphs_show bundles" Closes #39033 See merge request gitlab-org/gitlab-ce!14826
| * | | | | Removed d3.js from the users and graphs bundle39033-d3-js-is-being-included-in-the-user_profile-and-graphs_show-bundlesJose Ivan Vargas2017-10-111-0/+6
| |/ / / /
* | | | | Merge branch 'issue-36484' into 'master'Annabel Dunstone Gray2017-10-111-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary alt-texts from pipeline emails See merge request gitlab-org/gitlab-ce!14602
| * | | | | Remove unnecessary alt-texts from pipeline emailsGustav Ernberg2017-10-021-0/+5
| | | | | |
* | | | | | Merge branch '38871-cleanup-data-page-attribute-after-karma-test' into 'master'Clement Ho2017-10-111-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup data-page attribute after each Karma test Closes #38871 See merge request gitlab-org/gitlab-ce!14742
| * | | | | | Cleanup data-page attribute after each Karma test38871-cleanup-data-page-attribute-after-karma-testEric Eastwood2017-10-111-0/+5
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38871
* | | | | | Merge branch 'replace_explore_projects.feature' into 'master'Rémy Coutable2017-10-111-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace the 'features/explore/projects.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14755
| * | | | | | Replace the 'features/explore/projects.feature' spinach test with an rspec ↵replace_explore_projects.featureVitaliy @blackst0ne Klachkov2017-10-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | analog
* | | | | | | Merge branch '37660-match-sidebar-colors' into 'master'Annabel Dunstone Gray2017-10-111-0/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 37660 Change background color of nav sidebar to match other gl sidebars Closes #37660 See merge request gitlab-org/gitlab-ce!14800
| * | | | | | 37660 Change background color of nav sidebar to match other gl sidebars37660-match-sidebar-colorstauriedavis2017-10-101-0/+5
| | | | | | |
* | | | | | | Merge branch 'move_markdown_preview_to_concern' into 'master'Sean McGivern2017-10-111-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for markdown preview to group milestones Closes #30241 See merge request gitlab-org/gitlab-ce!14806
| * | | | | | | Add support for markdown preview to group milestonesmove_markdown_preview_to_concernVitaliy @blackst0ne Klachkov2017-10-111-0/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch '35580-cannot-import-project-with-milestones' into 'master'Sean McGivern2017-10-111-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix the import :milestone from adding the group_id Closes #35580 See merge request gitlab-org/gitlab-ce!14657
| * | | | | | | added changelogGitLab Development2017-10-031-0/+5
| | | | | | | |
* | | | | | | | Merge branch '38720-sort-admin-runners' into 'master'Rémy Coutable2017-10-111-0/+5
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add sort runners on admin runners Closes #38720 See merge request gitlab-org/gitlab-ce!14661
| * | | | | | | Add sort runners on admin runnersTakuya Noguchi2017-10-041-0/+5
| | | | | | | |
* | | | | | | | Decreases z-index of select2 to a lower number than our navigation barFilipa Lacerda2017-10-101-0/+5
| |_|_|/ / / / |/| | | | | |
* | | | | | | Stop using `branch_names.include?` and use `branch_exists?`Andrew Newdigate2017-10-101-0/+5
| | | | | | |
* | | | | | | Fix bad type checking to prevent 0 count badge to be shownFilipa Lacerda2017-10-101-0/+5
| | | | | | |
* | | | | | | Merge branch '34284-add-changes-to-issuable-webhook-data' into 'master'Douwe Maan2017-10-091-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include the changes in issuable webhook payloads Closes #34284 See merge request gitlab-org/gitlab-ce!14308
| * | | | | | | Include the changes in issuable webhook payloadsRémy Coutable2017-10-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | Merge branch '38534-minigraph' into 'master'Phil Hughes2017-10-091-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes mini graph in commit view Closes #38534 See merge request gitlab-org/gitlab-ce!14758
| * | | | | | | | Fixes mini graph in commit view38534-minigraphFilipa Lacerda2017-10-091-0/+5
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch '23888-fix-unsubscription-link-for-snippet-notification' into ↵Sean McGivern2017-10-091-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Don't show an "Unsubscribe" link in snippet comment notifications Closes #23888 See merge request gitlab-org/gitlab-ce!14764
| * | | | | | | | Don't show an "Unsubscribe" link in snippet comment notificationsRémy Coutable2017-10-091-0/+5
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | Merge branch 'group-sort-dropdown-blank' into 'master'Robert Speicher2017-10-091-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed default group sort option Closes #38808 See merge request gitlab-org/gitlab-ce!14728
| * \ \ \ \ \ \ \ Merge branch 'master' into 'group-sort-dropdown-blank'Robert Speicher2017-10-0920-0/+99
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | # Conflicts: # spec/features/dashboard/group_spec.rb
| * | | | | | | | Fixed default group sort optiongroup-sort-dropdown-blankPhil Hughes2017-10-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #38808
* | | | | | | | | Merge branch '37483-activity-log-show-wrong-number-of-commits-per-push' into ↵Rémy Coutable2017-10-091-0/+5
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix the number representing the amount of commits related to a push event Closes #37483 See merge request gitlab-org/gitlab-ce!14103
| * | | | | | | | Fix the number representing the amount of commits related to a push eventMark Fletcher2017-10-061-0/+5
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch '37552-replace-js-true-with-js' into 'master'Rémy Coutable2017-10-091-0/+5
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaces `tag: true` into `:tag` in the specs Closes #37552 See merge request gitlab-org/gitlab-ce!14653