summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix a flaky spec for sorting projects in dashboard61635-flaky-spec-dashboard-user_filters_projects_specRémy Coutable2019-05-091-44/+12
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch '6105-move-ee-differences-group-members' into 'master'Phil Hughes2019-05-091-0/+2
|\ | | | | | | | | CE: Move EE differences for app/views/groups/group_members/index.html.haml See merge request gitlab-org/gitlab-ce!28026
| * CE: Move EE differences for6105-move-ee-differences-group-membersDonald Cook2019-05-071-0/+2
| | | | | | | | app/views/groups/group_members/index.html.haml
* | Merge branch 'acme-account-private-key' into 'master'Grzegorz Bizon2019-05-092-1/+17
|\ \ | | | | | | | | | | | | Generate Let's Encrypt private key See merge request gitlab-org/gitlab-ce!27581
| * | Generate Let's Encrypt private keyVladimir Shushlin2019-05-092-1/+17
|/ /
* | Merge branch 'patch-17' into 'master'Phil Hughes2019-05-091-2/+1
|\ \ | | | | | | | | | | | | doc: administration/planutml: update instructions for setting dialogs See merge request gitlab-org/gitlab-ce!28218
| * | doc: administration/planutml: update instructions for setting dialogsElan Ruusamäe2019-05-091-2/+1
| | |
* | | Merge branch 'sh-upgrade-ruby-2.6.3-ce' into 'master'Rémy Coutable2019-05-0914-20/+26
|\ \ \ | | | | | | | | | | | | | | | | Upgrade Ruby version to 2.6.3 See merge request gitlab-org/gitlab-ce!28117
| * | | Upgrade Ruby version to 2.6.3sh-upgrade-ruby-2.6.3-ceStan Hu2019-05-0814-20/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Ruby 2.6 offers better performance and memory usage: https://www.rubyguides.com/2018/11/ruby-2-6-new-features/ Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
* | | | Merge branch 'add-warning-to-backup-rake-task' into 'master'Rémy Coutable2019-05-092-0/+13
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Add warning that gitlab-secrets isn't included See merge request gitlab-org/gitlab-ce!28187
| * | | Add warning that gitlab-secrets isn't includedadd-warning-to-backup-rake-taskCindy Pallares2019-05-082-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | Many customers forget to include the gitlab-secrets.json file. This adds a warning that both gitlab-secrets.json and gitlab.rb are not included in the backup.
* | | | Merge branch 'antonyliu-i18n-user-profile' into 'master'Rémy Coutable2019-05-095-11/+46
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | i18n: externalize strings from user profile settings See merge request gitlab-org/gitlab-ce!28088
| * | | | i18n: externalize strings from user profile settingsantony liu2019-05-095-11/+46
|/ / / /
* | | | Merge branch '61596-increase-timeout-for-discussion-notes-spec' into 'master'Phil Hughes2019-05-091-2/+5
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Fix discussion notes spec timeout Closes #61596 See merge request gitlab-org/gitlab-ce!28212
| * | | Fix discussion notes spec timeout61596-increase-timeout-for-discussion-notes-specPaul Slaughter2019-05-081-2/+5
| |/ /
* | | Merge branch 'jl-improve-component-table-clarity-docs' into 'master'Sid Sijbrandij2019-05-081-3/+5
|\ \ \ | | | | | | | | | | | | | | | | Better separate the component table and chart, improve grammar See merge request gitlab-org/gitlab-ce!28211
| * | | Add hline between table and chart, improve grammarJoshua Lambert2019-05-081-3/+5
| | | |
* | | | Merge branch 'admin-projects-show-scb' into 'master'Phil Hughes2019-05-081-0/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | admin/projects/show.html.haml single codebase Closes gitlab-ee#6100 See merge request gitlab-org/gitlab-ce!28192
| * | | Resolve CE/EE diffs in admin/projects/show viewadmin-projects-show-scbLuke Bennett2019-05-081-0/+2
| |/ / | | | | | | | | | Part of single codebase changes.
* | | Merge branch 'patch-37' into 'master'Achilleas Pipinellis2019-05-081-4/+3
|\ \ \ | | | | | | | | | | | | | | | | fix doc link issues See merge request gitlab-org/gitlab-ce!28166
| * | | fix doc link issuesBen Bodenmiller2019-05-071-4/+3
| | | |
* | | | Merge branch 'jl-remove-k8s-components-mermaid-docs' into 'master'Achilleas Pipinellis2019-05-081-99/+65
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Remove k8s components, remove default status indicators See merge request gitlab-org/gitlab-ce!28195
| * | | Resolve conflicts from masterjl-remove-k8s-components-mermaid-docsJoshua Lambert2019-05-081-99/+65
| | | |
* | | | Merge branch 'ce-9688-mr-merge-order' into 'master'Ash McKenzie2019-05-082-0/+36
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | CE backport of merge request blocks - backend MVC See merge request gitlab-org/gitlab-ce!27323
| * | | | Backport of initial merge request blocks supportce-9688-mr-merge-orderNick Thomas2019-05-032-0/+36
| | | | |
* | | | | Merge branch '25830-fix-label-creation-bug-for-bitbucket-import' into 'master'Mayra Cabrera2019-05-083-1/+46
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix label creation within Bitbucket import if labels already exist Closes #58623 See merge request gitlab-org/gitlab-ce!27987
| * | | | | Refactor spec to reload existing_label right after creationPatrick Derichs2019-05-083-1/+46
|/ / / / / | | | | | | | | | | | | | | | | | | | | This will avoid timestamp comparison issues later within equality check with attributes
* | | | | Merge branch '60953-unquarantine-jira-spec' into 'master'Nick Thomas2019-05-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove jira_spec from quarantine Closes #60953 See merge request gitlab-org/gitlab-ce!28203
| * | | | | Remove jira_spec from quarantine60953-unquarantine-jira-specHeinrich Lee Yu2019-05-081-1/+1
|/ / / / /
* | | | | Merge branch '6361-move-ee-notify-text-haml' into 'master'Phil Hughes2019-05-081-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | CE: Fixes EE differences for app/views/repository_check_mailer/notify.text.haml See merge request gitlab-org/gitlab-ce!28022
| * | | | | CE: Fixes EE differences for6361-move-ee-notify-text-hamlDonald Cook2019-05-071-0/+2
| | |_|_|/ | |/| | | | | | | | | | | | | app/views/repository_check_mailer/notify.text.haml
* | | | | Merge branch '58404-set-default-max-depth-for-GraphQL' into 'master'Sean McGivern2019-05-085-44/+135
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 58404 - setup max depth for graphql Closes #58404 See merge request gitlab-org/gitlab-ce!25737
| * | | | | 58404 - setup max depth for graphqlKen Ding2019-05-075-44/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 58404 - add change log 58404 - add spec 58404 - add more spec to test depth 2 58404 - fix spec 58404 - fix rubocop 58404 - refactor the code by Bob's advice 58404 - revert changes of all_graphql_fields_for 58404 - change text only 58404 - fix rspec according to gitlab's standard 58404 - revert previous spec 58404 - fix rubocop
* | | | | | Merge branch 'fe-header-row' into 'master'Phil Hughes2019-05-087-28/+61
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds header column to variables list Closes #46806 See merge request gitlab-org/gitlab-ce!28060
| * | | | | | Adds header column to variables listfe-header-rowFilipa Lacerda2019-05-077-28/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the variables list in CI/CD settings this commits adds an header row with titles
* | | | | | | Merge branch 'winh-notes-error-handling' into 'master'Fatih Acet2019-05-086-7/+87
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle errors in successful notes reply Closes #61377 See merge request gitlab-org/gitlab-ce!28082
| * | | | | | Make hasQuickActions statelesswinh-notes-error-handlingWinnie Hellmann2019-05-071-3/+4
| | | | | | |
| * | | | | | Add failing test for hasQuickActionsWinnie Hellmann2019-05-071-0/+17
| | | | | | |
| * | | | | | Handle errors in successful notes replyWinnie Hellmann2019-05-073-4/+21
| | | | | | |
| * | | | | | Add failing test for saveNote error handlingWinnie Hellmann2019-05-071-0/+45
| | | | | | |
* | | | | | | Merge branch 'docs-nneul/gitlab-ce-patch-1' into 'master'Achilleas Pipinellis2019-05-081-0/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs nneul/gitlab ce patch 1 Closes omnibus-gitlab#4132 See merge request gitlab-org/gitlab-ce!28182
| * | | | | | | Docs nneul/gitlab ce patch 1Ian Baum2019-05-081-0/+16
|/ / / / / / /
* | | | | | | Merge branch 'revert-0658ebf7' into 'master'Achilleas Pipinellis2019-05-081-5/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'fix-mermaid-chart-docs' into 'master'" See merge request gitlab-org/gitlab-ce!28193
| * | | | | | | Revert "Merge branch 'fix-mermaid-chart-docs' into 'master'"revert-0658ebf7Stan Hu2019-05-071-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | This reverts merge request !28188
* | | | | | | | Merge branch 'emilie-master-patch-81125' into 'master'Evan Read2019-05-071-0/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Add info to docs about mapping a ping to the category it belongs to. See merge request gitlab-org/gitlab-ce!28189
| * | | | | | | Add info to docs about mapping a ping to the category it belongs to.Emilie Schario2019-05-071-0/+2
|/ / / / / / /
* | | | | | | Merge branch '53973-fix-subpixel-border-issue' into 'master'Fatih Acet2019-05-072-0/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix subpixel border issue on MR discussions Closes #53973 See merge request gitlab-org/gitlab-ce!28185
| * | | | | | | Fix subpixel border issue53973-fix-subpixel-border-issuePaul Slaughter2019-05-072-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **What?** In some browsers subpixel heights are rounded in tables. This was causing the discussion border to be hidden because the content overflowed. Adding `padding-bottom: 1px` basically overrides this rounding. https://gitlab.com/gitlab-org/gitlab-ce/issues/53973
* | | | | | | | Merge branch '61494-set-status-modal-visual-bugs' into 'master'Fatih Acet2019-05-074-9/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix input group and action buttons in "set status" modal Closes #61494 See merge request gitlab-org/gitlab-ce!28147
| * | | | | | | | Fix input group and action buttons in "set status" modalPaul Gascou-Vaillancourt2019-05-074-9/+13
|/ / / / / / / /