summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'deprecated-migration-inheritance' into 'master'Rémy Coutable2019-02-111-0/+5
|\ | | | | | | | | Directly inheriting from ActiveRecord::Migration is deprecated See merge request gitlab-org/gitlab-ce!25066
| * Directly inheriting from ActiveRecord::Migration is deprecatedJasper Maes2019-02-091-0/+5
| |
* | Merge branch '55447-validate-k8s-ca-cert' into 'master'Dmitriy Zaporozhets2019-02-111-0/+5
|\ \ | | | | | | | | | | | | Validate k8s CA certificate at cluster creation See merge request gitlab-org/gitlab-ce!24990
| * | Validate kubernetes cluster CA certificate55447-validate-k8s-ca-certTiger2019-02-081-0/+5
| | | | | | | | | | | | | | | | | | No certificate is still accepted, but if one is provided it must be valid. Only run validation if the certificate has changed to avoid making existing records invalid.
* | | Merge branch 'an-peek-jaeger' into 'master'Grzegorz Bizon2019-02-111-0/+5
|\ \ \ | |_|/ |/| | | | | | | | Provide a performance bar link to the Jaeger UI See merge request gitlab-org/gitlab-ce!24902
| * | Provide a performance bar link to the Jaeger UIan-peek-jaegerAndrew Newdigate2019-02-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jaeger is a distributed tracing tool. This change adds a "Tracing" link to the performance bar to directly link to a current request in Jaeger. This is useful for two reasons: 1 - it provides affordance to developers that the distributed tracing tool is available, so that it can quickly be discovered. 2 - it allows developers to quickly find a specific trace without having to manually navigate to a second user-interface.
* | | Move permission check of manual actions of deploymentsShinya Maeda2019-02-081-0/+5
| | |
* | | Upgrade cluster applications, starting with runnerThong Kuah2019-02-071-0/+5
| | |
* | | Merge branch 'jlenny-AddPagesTemplates' into 'master'Douglas Barbosa Alexandre2019-02-071-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Pages templates on the new project templates menu Closes #47857 See merge request gitlab-org/gitlab-ce!24906
| * | | Add Pages templatesJason Lenny2019-02-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds templates for the 5 most popular Pages templates to the new project menu. This does not add unique icons for the templates because that turned out more complicated than expected, and this feature is valuable without them.
* | | | Merge branch 'tooltips-to-top' into 'master'Filipa Lacerda2019-02-071-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change spawning of tooltips to be top by default Closes #39044 and #48581 See merge request gitlab-org/gitlab-ce!21223
| * | | | Changed default tooltip position to be top, instead of bottomtooltips-to-topDimitrie Hoekstra2019-02-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tooltips, by default, will display at the top of the element, instead of at the bottom - Note actions and emoji awards tooltips are now top-positioned
* | | | | Merge branch 'master' into ↵Sean McGivern2019-02-071-6/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | fabsrc/gitlab-ce-2105-add-setting-for-first-day-of-the-week
| * | | | | Resolve "Override squash commit message"Natalia Tepluhina2019-02-071-6/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'master' into ↵Sean McGivern2019-02-0714-0/+70
|\ \ \ \ \ | |/ / / / | | | | | | | | | | fabsrc/gitlab-ce-2105-add-setting-for-first-day-of-the-week
| * | | | Merge branch '52363-ui-changes-to-cluster-and-ado-pages' into 'master'Grzegorz Bizon2019-02-071-0/+5
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moves domain setting to Clusters page Closes #52363 See merge request gitlab-org/gitlab-ce!24580
| | * | | | Addresses backend/db review commentsMayra Cabrera2019-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes multiple typos on AutoDevops script - Add an alias to Clusters::Cluster#domain as base_domain, so it's more descriptive - Removes unnecessary memoization on qa specs - Changes migration to a post migration to deal better with traffic on big instances (like gitlab.com)
| | * | | | Moves domain setting to Cluster settingMayra Cabrera2019-02-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes domain field to be on the Cluster page show, removing it from Auto DevOps setting. Also injects the new environment variable KUBE_INGRESS_BASE_DOMAIN into kubernetes#predefined_variables. Migration to move the information from ProjectAutoDevops#domain to Clusters::Cluster#domain. As well as necessary modifications to qa selectors Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52363
| * | | | | Merge branch 'local-markdown-version' into 'master'Douglas Barbosa Alexandre2019-02-071-0/+5
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add local markdown version Closes #32789 See merge request gitlab-org/gitlab-ce!24822
| | * | | | | Add local markdown versionlocal-markdown-versionJan Provaznik2019-02-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cached markdown version is composed both from global and local markdown version. This allows admins to bump version locally when needed (e.g. when external URL is changed).
| * | | | | | Merge branch '56543-project-lists-further-iteration-improvements' into 'master'Annabel Dunstone Gray2019-02-071-0/+5
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Project lists: further iteration & improvements" Closes #56543 See merge request gitlab-org/gitlab-ce!24855
| | * | | | | | Improve project list UX on large screensMartin Wortschack2019-02-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove star button from project list - Switch to columns on desktop - Hide MR and issues on screens < 1200px - Remove not needed utility classes - Change avatar size to 48px - Set line-height of title row to 20px
| * | | | | | | Template for Android with FastlaneJason Lenny2019-02-071-0/+5
| | | | | | | |
| * | | | | | | Merge branch '56014-api-merge-request-squash-commit-messages' into 'master'Nick Thomas2019-02-071-0/+5
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API support for setting squash commit message during squash Closes #56014 See merge request gitlab-org/gitlab-ce!24784
| | * | | | | | | API support for squash commit message during merge56014-api-merge-request-squash-commit-messagesLuke Duncalfe2019-02-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issues https://gitlab.com/gitlab-org/gitlab-ce/issues/47149 https://gitlab.com/gitlab-org/gitlab-ce/issues/56014
| * | | | | | | | Merge branch 'fix-repo-settings-file-upload-error' into 'master'Nick Thomas2019-02-071-0/+5
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug causing repository mirror settings UI to break Closes #55134 See merge request gitlab-org/gitlab-ce!23712
| | * | | | | | | | Fix bug causing repo mirror settings UI to breakfix-repo-settings-file-upload-errorLuke Bennett2019-01-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes an exception relating to the new project cleanup settings in 11.6 that causes the mirror repo settings UI to become unusable.
| * | | | | | | | | Merge branch 'api-group-labels' into 'master'Sean McGivern2019-02-071-0/+5
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API group labels Closes #44901 See merge request gitlab-org/gitlab-ce!21368
| | * | | | | | | | | Add changelog, version information, frozen string literalsRobert Schilling2019-01-311-0/+5
| | | | | | | | | | |
| * | | | | | | | | | Merge branch ↵Phil Hughes2019-02-071-0/+5
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '52347-lines-changed-statistics-is-not-easily-visible-in-mr-changes-view' into 'master' Resolve "Lines changed statistics is not easily visible in MR changes view" Closes #52347 See merge request gitlab-org/gitlab-ce!24569
| | * | | | | | | | | | Clearly display diff statistics for MRs52347-lines-changed-statistics-is-not-easily-visible-in-mr-changes-viewSam Bigelow2019-02-061-0/+5
| | | |_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Put the statistics in the compare-versions header for the entire MR Put them in the file header for each individual file
| * | | | | | | | | | Remove ECharts metrics dashboard feature flagAdriel Santiago2019-02-071-0/+5
| | | | | | | | | | |
| * | | | | | | | | | Modifying gitaly search files client to add chunking supportJohn Cai2019-02-061-0/+5
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updates gitaly proto to 1.7.0, modifies the search files gitaly client call to use the new chunked_response flag in the rpc request, and stitch the responses together. maintains backwards compatibility with older gitaly servers.
| * | | | | | | | | Merge branch 'bjk/56788_unicorn_labels' into 'master'Stan Hu2019-02-061-0/+5
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up unicorn sampler metric labels Closes #56788 See merge request gitlab-org/gitlab-ce!24626
| | * | | | | | | | Clean up unicorn sampler metric labelsBen Kochie2019-02-061-0/+5
| | | |_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change `type` and `address` labels to be less generic to avoid conflicts with other systems.
| * | | | | | | | Upgrade gitaly to 1.18.0Andrew Newdigate2019-02-061-0/+5
| | | | | | | | |
| * | | | | | | | Merge branch '56938-diff-file-headers-on-compare-not-quite-right' into 'master'Fatih Acet2019-02-061-0/+5
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Diff file headers on 'Compare' not quite right" Closes #56938 See merge request gitlab-org/gitlab-ce!24783
| | * | | | | | | | Correct file-header spacing on compare pageSam Bigelow2019-02-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use special classes when is_compare, similar to is_commit. Default expectation is diff is being viewed in MR
| * | | | | | | | | Fix #44332 - Add support for profile and emailGotenXiao2019-02-061-0/+5
| |/ / / / / / / /
* | | | | | | | | Add setting for first day of the weekFabian Schneider2019-02-061-0/+5
|/ / / / / / / /
* | | | | | | | Avoid race conditions when creating GpgSignatureBob Van Landuyt2019-02-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids race conditions when creating GpgSignature.
* | | | | | | | Merge branch 'workhorse-8-3-0' into 'master'Rémy Coutable2019-02-061-0/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Update Workhorse to v8.3.0 See merge request gitlab-org/gitlab-ce!24959
| * | | | | | | Update Workhorse to v8.3.0Nick Thomas2019-02-061-0/+5
| | | | | | | |
* | | | | | | | Allow custom squash commit messagesLuke Duncalfe2019-02-061-0/+6
| | | | | | | |
* | | | | | | | Merge branch ↵Filipa Lacerda2019-02-061-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '43681-display-last-activity-and-created-at-datetimes-for-users-in-admin-users' into 'master' Resolve "Display last activity and created at datetimes for users" Closes #43681 See merge request gitlab-org/gitlab-ce!24181
| * | | | | | | | Add last activity to user administrationBrandon Labuschagne2019-02-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The columns 'Created on' and 'Last activity' have been added to the admin -> users view. Sorting options have also been added for last activity and the search bar has been moved to match the issues page.
* | | | | | | | | Merge branch 'cluster_application_version_updated' into 'master'Grzegorz Bizon2019-02-061-0/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update version column on updated and installed See merge request gitlab-org/gitlab-ce!24810
| * | | | | | | | | Update version on :installed, not :installingThong Kuah2019-02-071-0/+5
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes this consistent with :updated. And also avoids a potential issue where an install errors which means that that the recorded version won't necessarily reflect the version that is actually installed.
* | | | | | | | | Merge dev.gitlab.org master into GitLab.com masterYorick Peterse2019-02-067-35/+0
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Update CHANGELOG.md for 11.7.5GitLab Release Tools Bot2019-02-067-35/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]