summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove #make_updated! as have #make_installed! nowremove_make_updated_cluster_applicationsThong Kuah2019-02-082-35/+0
| | | | | We can have multiple and conditional transistions in a event, so make use of that.
* Merge branch 'gitaly-update-1.19.0' into 'master'Stan Hu2019-02-071-1/+1
|\ | | | | | | | | Upgrade Gitaly to 1.19.0 See merge request gitlab-org/gitlab-ce!25019
| * Upgrade gitaly to 1.19.0gitaly-update-1.19.0Douglas Barbosa Alexandre2019-02-071-1/+1
| |
* | Merge branch 'use_upgrade_install_for_helm_apps' into 'master'Douglas Barbosa Alexandre2019-02-0739-350/+894
|\ \ | | | | | | | | | | | | Upgrade cluster applications, starting with runner See merge request gitlab-org/gitlab-ce!24789
| * | Upgrade cluster applications, starting with runnerThong Kuah2019-02-0739-350/+894
|/ /
* | Merge branch 'leipert-fix-webpack-bundle' into 'master'Mek Stittri2019-02-071-1/+0
|\ \ | | | | | | | | | | | | | | | | | | Fix increased package size of public/assets Closes gitlab-org/distribution/team-tasks#310 See merge request gitlab-org/gitlab-ce!25018
| * | Fix increased package size of public/assetsleipert-fix-webpack-bundleLukas Eipert2019-02-071-1/+0
| |/
* | Merge branch 'jlenny-AddPagesTemplates' into 'master'Douglas Barbosa Alexandre2019-02-0718-30/+86
|\ \ | | | | | | | | | | | | | | | | | | Pages templates on the new project templates menu Closes #47857 See merge request gitlab-org/gitlab-ce!24906
| * | Project template: Fall back to GitLab logojlenny-AddPagesTemplatesLukas Eipert2019-02-079-34/+22
| | | | | | | | | | | | | | | Use gitlab-svg to provide the icons for rails, spring and express. For the new GitLab pages templates, we are falling back to the GitLab logo.
| * | Add Pages templatesJason Lenny2019-02-0711-4/+72
| | | | | | | | | | | | | | | | | | | | | 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 'qa-quarantine-flaky-tests' into 'master'Mark Lapierre2019-02-076-6/+12
|\ \ \ | | | | | | | | | | | | | | | | Quarantine flaky tests See merge request gitlab-org/gitlab-ce!25015
| * | | Quarantine flaky testsqa-quarantine-flaky-testsMark Lapierre2019-02-076-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See issues: https://gitlab.com/gitlab-org/quality/nightly/issues/70 https://gitlab.com/gitlab-org/quality/nightly/issues/72 https://gitlab.com/gitlab-org/quality/staging/issues/21 https://gitlab.com/gitlab-org/quality/staging/issues/31 https://gitlab.com/gitlab-org/quality/staging/issues/30 https://gitlab.com/gitlab-org/quality/staging/issues/26
* | | | Merge branch 'qa-check-server-responding-before-suit' into 'master'Mark Lapierre2019-02-072-11/+17
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Wait for login page to load at the beginning of QA suite See merge request gitlab-org/gitlab-ce!24991
| * | | Load login page only if gitlab_address is definedqa-check-server-responding-before-suitSanad Liaquat2019-02-071-3/+5
| | | |
| * | | Wait for login page to load at the beginning of QA suiteSanad Liaquat2019-02-072-11/+15
| | | |
* | | | Merge branch 'tooltips-to-top' into 'master'Filipa Lacerda2019-02-076-13/+12
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | 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-066-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | - 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 ↵Douglas Barbosa Alexandre2019-02-071-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '9255-implement-access-controls-when-sso-enforcement-enabled-ce' into 'master' Port migration fix from EE 9270 See merge request gitlab-org/gitlab-ce!25004
| * | | | Fix migration failure9255-implement-access-controls-when-sso-enforcement-enabled-ceJames Lopez2019-02-071-0/+4
| | | | |
* | | | | Merge branch 'gitlab-use-group-milestones' into 'master'Mike Lewis2019-02-071-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | docs: GitLab uses group milestones to handle issues See merge request gitlab-org/gitlab-ce!24953
| * | | | | GitLab uses group milestones to handle issuesHiroyuki Sato2019-02-061-1/+1
| | | | | |
* | | | | | Merge branch '19745-new-tasklists-for-merge-requests' into 'master'Sean McGivern2019-02-0712-97/+164
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable fast task lists for merge requests Closes #19745 See merge request gitlab-org/gitlab-ce!24779
| * | | | | | Add fast tasklist support to MR tasklistFatih Acet2019-02-075-24/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds specs and fixes existing specs
| * | | | | | Enable fast task lists for merge requestsBrett Walker2019-02-077-73/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow single tasks to be updated quickly
* | | | | | | Merge branch '2105-add-setting-for-first-day-of-the-week' into 'master'Sean McGivern2019-02-0725-6/+189
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add setting for first day of the week Closes #19282 and #2105 See merge request gitlab-org/gitlab-ce!22755
| * \ \ \ \ \ \ Merge branch 'master' into ↵Sean McGivern2019-02-0721-219/+794
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | fabsrc/gitlab-ce-2105-add-setting-for-first-day-of-the-week
| * \ \ \ \ \ \ \ Merge branch 'master' into ↵Sean McGivern2019-02-07167-674/+2592
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | | | | | | | | | fabsrc/gitlab-ce-2105-add-setting-for-first-day-of-the-week
| * | | | | | | | Improve docsFabian Schneider2019-02-072-3/+4
| | | | | | | | |
| * | | | | | | | Add tests for preferences_helperFabian Schneider2019-02-062-4/+28
| | | | | | | | |
| * | | | | | | | Add 'first_day_of_week' to API settings docsFabian Schneider2019-02-061-0/+3
| | | | | | | | |
| * | | | | | | | Rename setting, fix wordingsFabian Schneider2019-02-0611-36/+28
| | | | | | | | |
| * | | | | | | | Add helpers for first day of the weekFabian Schneider2019-02-065-18/+36
| | | | | | | | |
| * | | | | | | | Add default setting for first day of the week preferenceFabian Schneider2019-02-063-2/+8
| | | | | | | | |
| * | | | | | | | Add setting for first day of the weekFabian Schneider2019-02-0623-5/+144
| | | | | | | | |
* | | | | | | | | Merge branch 'docs-fixes-cluster-domain-documentation' into 'master'Achilleas Pipinellis2019-02-073-7/+5
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Cluster base domain documentation See merge request gitlab-org/gitlab-ce!25008
| * | | | | | | | Fixes Cluster domain documentationMayra Cabrera2019-02-073-7/+5
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses the preferred way for introduced blocks instead of notes, on auto devops and cluster documentation. Also fixes some typos.
* | | | | | | | Merge branch '47149-override-squash-commits-message-clean' into 'master'Phil Hughes2019-02-0720-215/+783
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Override squash commit message" Closes #47149 See merge request gitlab-org/gitlab-ce!24724
| * | | | | | | Resolve "Override squash commit message"Natalia Tepluhina2019-02-0720-215/+783
|/ / / / / / /
* | | | | | | Merge branch 'sh-fix-ee-issue-8871' into 'master'Sean McGivern2019-02-071-4/+11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix failing test in spec/workers/post_receive_spec.rb Closes gitlab-ee#8871 See merge request gitlab-org/gitlab-ce!24993
| * | | | | | Fix failing test in spec/workers/post_receive_spec.rbsh-fix-ee-issue-8871Stan Hu2019-02-061-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is what was happening before: 1. `Project#set_timestamps_for_create` was called at creation time and set the `last_activity_at` and `last_repository_updated_at` to the current timestamp T. 2. The test ran `PostReceive#perform`, which then called `PostReceive#process_wiki_changes`. If less than 500 milliseconds elapsed since T, then the update would just set the timestamp to T. To fix this problem, we can just use Timecop to ensure at least one second has elapsed after attempting to process changes. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8871
* | | | | | | Merge branch '52363-update-cluster-and-ado-docs' into 'master'Grzegorz Bizon2019-02-073-21/+45
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a base domain doc section on cluster pages See merge request gitlab-org/gitlab-ce!24740
| * | | | | | | Adds a base domain doc section on cluster pages52363-update-cluster-and-ado-docsMayra Cabrera2019-02-063-21/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes are included for project and group cluster documentation pages. Also specifies that AUTO_DEVOPS_DOMAIN will be deprecated on 12.0 Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/52363
* | | | | | | | Merge branch '52363-ui-changes-to-cluster-and-ado-pages' into 'master'Grzegorz Bizon2019-02-0723-205/+489
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moves domain setting to Clusters page Closes #52363 See merge request gitlab-org/gitlab-ce!24580
| * | | | | | | | Addresses UX and BE comments:52363-ui-changes-to-cluster-and-ado-pagesMayra Cabrera2019-02-069-166/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Changes help text on clusters form to make it more explicit. - Removes unnecessary warnings on auto devops form - Simplifies cluster methods logic
| * | | | | | | | Addresses backend/db review commentsMayra Cabrera2019-02-0413-24/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
| * | | | | | | | Use a single sql statement for ADO queryMayra Cabrera2019-02-042-55/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since cluster_projects table does not have a lot of records, currently it has 11,638, it seems better to use a single sql statement to update all the records
| * | | | | | | | Modifies ADO script to include new variableMayra Cabrera2019-02-041-12/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure KUBE_INGRESS_BASE_DOMAIN existence by setting his value to AUTO_DEVOPS_DOMAIN if the first one doesnt exists. Also made corresponding changes throughout the whole script Related to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24580
| * | | | | | | | Moves domain setting to Cluster settingMayra Cabrera2019-02-0419-62/+421
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'ce-version-fix-failing-resolve-conflicts-spec' into 'master'Sean McGivern2019-02-071-0/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update spec/features/merge_request/user_resolves_conflicts_spec.rb See merge request gitlab-org/gitlab-ce!24996
| * | | | | | | | | Update spec/features/merge_request/user_resolves_conflicts_spec.rbPhil Hughes2019-02-071-0/+2
| | | | | | | | | |