summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Generate searchable JSDoc documentationWinnie Hellmann2019-01-148-77/+159
|
* Merge branch 'gt-externalize-app-views-projects-project_members' into 'master'Clement Ho2019-01-148-35/+86
|\ | | | | | | | | Externalize strings from `/app/views/projects/project_members` See merge request gitlab-org/gitlab-ce!23227
| * Externalize strings from `/app/views/projects/project_members`George Tsiolis2019-01-148-35/+86
|/
* Merge branch 'gt-rename-gray-theme-color-variables' into 'master'Annabel Dunstone Gray2019-01-1427-94/+99
|\ | | | | | | | | | | | | Remove all `$theme-gray-{weight}` variables in favor of `$gray-{weight}` Closes #56266 See merge request gitlab-org/gitlab-ce!24333
| * Remove all `$theme-gray-{weight}` variables in favor of `$gray-{weight}`George Tsiolis2019-01-1427-94/+99
|/
* Merge branch '8688-recursive-pipelines-ce-backport' into 'master'Phil Hughes2019-01-144-42/+53
|\ | | | | | | | | Moves shared code into a mixin See merge request gitlab-org/gitlab-ce!24322
| * Moves shared code into a mixinFilipa Lacerda2019-01-114-42/+53
| | | | | | | | | | | | To reduce code duplication between CE and EE components, creates a mixin with the common methods for the graph component
* | Merge branch 'import-export-dev-doc' into 'master'Marcia Ramos2019-01-142-0/+353
|\ \ | | | | | | | | | | | | | | | | | | Add Import/Export dev docs Closes #36055 See merge request gitlab-org/gitlab-ce!23835
| * | Add Import/Export dev docsJames Lopez2019-01-142-0/+353
|/ /
* | Merge branch 'patch-31' into 'master'Rémy Coutable2019-01-141-1/+1
|\ \ | | | | | | | | | | | | GitLab 11.4.3 "Outbound requests" setting path See merge request gitlab-org/gitlab-ce!22898
| * | GitLab 11.4.3 "Outbound requests" setting pathThunk2018-11-081-1/+1
| | |
* | | Merge branch 'sh-fix-gon-helper-avatar' into 'master'Rémy Coutable2019-01-143-4/+25
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix no avatar not showing in user selection box Closes #56268 See merge request gitlab-org/gitlab-ce!24346
| * | | Fix no avatar not showing in user selection boxStan Hu2019-01-133-4/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After upgrading to Ruby 2.5.3, we switched `URI.join` in favor of `Gitlab::Utils.append_path`. However, ActionController::Base.helpers.image_path can return a full URL if a CDN host is present. Rails provides a way to generate the full URL using the asset path, but that doesn't appear to work because `request` is nil`. Revert to the previous behavior to handle CDNs and relative URLs. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56268
* | | | Merge branch 'leipert-11.8-upgrade-doc' into 'master'Achilleas Pipinellis2019-01-141-0/+393
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add 11.7 -> 11.8 update doc See merge request gitlab-org/gitlab-ce!24283
| * | | | Add 11.7 -> 11.8 update docLukas 'Eipi' Eipert2019-01-141-0/+393
|/ / / /
* | | | Merge branch '25341-add-what-s-new-menu-item-in-top-navigation' into 'master'Dmitriy Zaporozhets2019-01-1411-15/+303
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Add "What's new" menu item in top navigation" Closes #25341 See merge request gitlab-org/gitlab-ce!23186
| * | | | Resolve "Add "What's new" menu item in top navigation"Brandon Labuschagne2019-01-1411-15/+303
|/ / / /
* | | | Merge branch 'sh-fix-bitbucket-server-error-handling' into 'master'Rémy Coutable2019-01-147-23/+43
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Bitbucket Server importer error handling Closes #56154 See merge request gitlab-org/gitlab-ce!24343
| * | | | Fix Bitbucket Server importer error handlingStan Hu2019-01-127-23/+43
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The importer would display a 500 error page if you attempted to import using a non-existent DNS entry. This commit rescues known network issues and consolidates them into BitbucketServer::Connection::ConnectionError`. The previous error handling in the paginator doesn't work because it returns a lazy collection. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56154
* | | | Merge branch 'zj-ensure-link-pool-repo-gc' into 'master'Lin Jen-Shin2019-01-144-6/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure pool participants are linked before GC Closes gitaly#1354 See merge request gitlab-org/gitlab-ce!24230
| * | | | Ensure pool participants are linked before GCZeger-Jan van de Weg2019-01-144-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In theory the case could happen that the initial linking of the pool fails and so do all the retries that Sidekiq performs. This could lead to data loss. To prevent that case, linking is done before Gits GC too. This makes sure that case doesn't happen.
* | | | | Merge branch '54065-bump-minimum-node-version-to-8' into 'master'Mike Greiling2019-01-144-215/+303
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump minimal node version from 6 to 8.10.0 Closes #54065 See merge request gitlab-org/gitlab-ce!24305
| * | | | | Fenced code blocks for all the docsLukas Eipert2019-01-141-209/+298
| | | | | |
| * | | | | Update FE developer and installation documentationLukas Eipert2019-01-142-3/+5
| | | | | |
| * | | | | Remove QA job for node@6Lukas Eipert2019-01-141-4/+0
| | | | | |
| * | | | | Enforce node >= 8.10.0 with engines flagLukas Eipert2019-01-141-0/+1
| | | | | |
* | | | | | Merge branch 'docs-gitaly-tls-version' into 'master'Achilleas Pipinellis2019-01-141-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Gitaly documentation to indicate which version shipped with Gitaly TLS support See merge request gitlab-org/gitlab-ce!24334
| * | | | | | Indicate which version shipped with Gitaly TLS supportDrew Blessing2019-01-141-0/+2
|/ / / / / /
* | | | | | Merge branch 'osw-fix-quick-suggestion-application-being-reverted' into 'master'Douwe Maan2019-01-145-20/+226
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust applied suggestion reverting previous changes Closes #56017 See merge request gitlab-org/gitlab-ce!24250
| * | | | | | Adjust applied suggestion reverting previous changesOswaldo Ferreira2019-01-115-20/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Avoid suggestions being applied on the same file from reverting previous changes 2. Gracefully use and handle file changes error when updating the file (though, it does not totally solves the sync problem for multiple suggestion applications at once)
* | | | | | | Merge branch 'docs-fix-broken-mr-coach-link' into 'master'Marcia Ramos2019-01-141-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken MR coach link See merge request gitlab-org/gitlab-ce!24327
| * | | | | | | Fix broken MR coach linkMark Lapierre2019-01-111-1/+1
| | | | | | | |
* | | | | | | | Merge branch '56311-undefined-method-count_of_extra_tags_not_shown' into ↵Filipa Lacerda2019-01-142-1/+25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "undefined method `count_of_extra_tags_not_shown'" Closes #56311 See merge request gitlab-org/gitlab-ce!24354
| * | | | | | | | Rename count_of_extra_tags_not_shown to count_of_extra_topics_not_shownMartin Wortschack2019-01-142-1/+25
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | - Add tests for project topics
* | | | | | | | Merge branch 'actioncontroller-parameters-deprecations' into 'master'Rémy Coutable2019-01-148-7/+12
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Fixes several ActionController::Parameters deprecations See merge request gitlab-org/gitlab-ce!24332
| * | | | | | | Fix several ActionController::Parameters deprecationsJasper Maes2019-01-118-7/+12
| | | | | | | |
* | | | | | | | Merge branch 'auto-devops-kubectl-1-11-6' into 'master'Dmitriy Zaporozhets2019-01-142-1/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump kubectl in Auto DevOps to 1.11.6 See merge request gitlab-org/gitlab-ce!24176
| * | | | | | | | Bump kubectl in Auto DevOps to latest 1.11.6Thong Kuah2019-01-102-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the latest major version that will support the current clusters on GKE which is v1.10
* | | | | | | | | Merge branch 'bump-ingress-chart-112' into 'master'Dmitriy Zaporozhets2019-01-143-4/+9
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump nginx-ingress chart to 1.1.2 See merge request gitlab-org/gitlab-ce!24203
| * | | | | | | | | Bump nginx-ingress chart to 1.1.2Thong Kuah2019-01-103-4/+9
| |/ / / / / / / /
* | | | | | | | | Merge branch 'web-terminal_xterm_weblinks' into 'master'55801-support-alerts-from-external-prometheus-serversFilipa Lacerda2019-01-141-0/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | web-terminal: Add support for URL to Link parsing See merge request gitlab-org/gitlab-ce!24242
| * | | | | | | | | web-terminal: Add support for URL to Link parsingrobertfoss2019-01-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is desirable since it enables people who are viewing job results to quickly go from the logs to more detailed information about an issue.
* | | | | | | | | | Merge branch 'update-gitlab-styles' into 'master'Lin Jen-Shin2019-01-147-12/+17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update gitlab-styles to 2.5.1 See merge request gitlab-org/gitlab-ce!24336
| * | | | | | | | | | Update gitlab-styles to 2.5.1Jasper Maes2019-01-117-12/+17
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'move-job-cancel-btn' into 'master'Filipa Lacerda2019-01-148-94/+47
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move job cancel button Closes #55944 and #54812 See merge request gitlab-org/gitlab-ce!24074
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Fernando Arias2019-01-11109-714/+1674
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | move-job-cancel-btn
| * | | | | | | | | | | Code cleanup of headerActions and testsFernando Arias2019-01-113-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove headerAction getter from job getters * Remove prop from being passed into header_ci_component * Remove no longer needed tests
| * | | | | | | | | | | Update failing specs & linter errors & changelogFernando Arias2019-01-104-7/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Move job cancel/new buttonFernando Arias2019-01-106-72/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move cancel button to where the Retry is normally placed * Move new issue button to be in sidebar view for desktop versions * Update specs Add changelog entry for moving cancel btn Remove mobile version job action buttons * Remove buttons showing up on seperate row on job sidebar * Show Retry button in mobile version next to build name Improve flexbox usage for job action buttons * Allow for cleaner scaling of job name and alignment of buttons Adjust the debug button icon size * Adjust debug icon size on the build sidebar so the debug button is the same height as the other buttons Tweak job name vertical margins * Changes are only made to job side vue * Remove old class that only changed margin on top * Adjust veritcal margin uniformy set to 0 via bootstrap margin class Update Karma tests for job side view * Update karms tests for mobile version of side view * Removed tests for new issue button since we are fixing in https://gitlab.com/gitlab-org/gitlab-ce/issues/55944 Fix rspec and static-analysis failures * Run Prettier * Update rspec css selectors Move job action buttons to new line * Move "New Issue" and "Debug" buttons to seperate line in job sidebar * Update specs Run Prettier to format JS Remove New Issue button from job header Make sure button spacing follows styleguide
* | | | | | | | | | | | Merge branch 'fix/style-propolal-template' into 'master'Sean McGivern2019-01-141-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename Add style proposal See merge request gitlab-org/gitlab-ce!24353