summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '58404-set-default-max-depth-for-GraphQL' into 'master'Sean McGivern2019-05-081-0/+5
|\ | | | | | | | | | | | | 58404 - setup max depth for graphql Closes #58404 See merge request gitlab-org/gitlab-ce!25737
| * 58404 - setup max depth for graphqlKen Ding2019-05-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'winh-notes-error-handling' into 'master'Fatih Acet2019-05-081-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Handle errors in successful notes reply Closes #61377 See merge request gitlab-org/gitlab-ce!28082
| * | Handle errors in successful notes replyWinnie Hellmann2019-05-071-0/+5
| | |
* | | Merge branch '53973-fix-subpixel-border-issue' into 'master'Fatih Acet2019-05-071-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **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
* | | | Fix input group and action buttons in "set status" modalPaul Gascou-Vaillancourt2019-05-071-0/+5
| | | |
* | | | Added user time settings fields to profileEzekiel Kigbo2019-05-071-0/+5
| |/ / |/| | | | | | | | | | | | | | Udpated user_edit_profile_spec with time preferences Minor update form fields
* | | Merge branch 'shell-9-1-0' into 'master'Douglas Barbosa Alexandre2019-05-071-0/+5
|\ \ \ | | | | | | | | | | | | | | | | Update gitlab-shell to v9.1.0 See merge request gitlab-org/gitlab-ce!28184
| * | | Update gitlab-shell to v9.1.0Nick Thomas2019-05-071-0/+5
| | | |
* | | | Document EE License Auto Import During InstallRobert Marshall2019-05-071-0/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | - Document how to properly configure `GITLAB_LICENSE_FILE` environment variable in source and omnibus installations. Resolves: https://gitlab.com/gitlab-org/gitlab-ee/issues/10808 Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
* | | fix(profile): disable SSH key validation in key details viewRoger Meier2019-05-071-0/+5
| | |
* | | Confirm existence of head_pipeline if pipeline success requiredKerri Miller2019-05-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Pipelines are created by an async worker, so a rapid sequence of API calls can trigger a state where the pipeline, whose existence is part of determining if we wait for the pipeline to successfully complete before merging, can trigger the MR to be immediately merged instead. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55127
* | | Merge branch '60462-empty-pipeline-section' into 'master'Mayra Cabrera2019-05-071-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixes empty block in MR widget Closes #60462 See merge request gitlab-org/gitlab-ce!27462
| * | | Fixes empty block in MR widgetFilipa Lacerda2019-05-071-0/+5
| | | | | | | | | | | | | | | | | | | | This commit prevents the pipeline block to be rendered when no pipeline information is provided
* | | | Merge branch '54405-resolve-discussion-when-applying-a-suggested-change' ↵Phil Hughes2019-05-071-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Resolve discussion when suggestion is applied" Closes #54405 See merge request gitlab-org/gitlab-ce!28160
| * | | | Resolve discussion when suggestion is applied54405-resolve-discussion-when-applying-a-suggested-changePaul Slaughter2019-05-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds color and a tooltip to describe this new behavior - Does not resolve if discussion is already resolved - Adds an action `resolveDiscussion` to simplify `toggleResolveNote` - Updates docs https://gitlab.com/gitlab-org/gitlab-ce/issues/54405
* | | | | Merge branch 'sh-fix-related-merge-requests-path' into 'master'Rémy Coutable2019-05-071-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a path for the related merge requests endpoint Closes #61280 See merge request gitlab-org/gitlab-ce!28171
| * | | | | Use a path for the related merge requests endpointsh-fix-related-merge-requests-pathStan Hu2019-05-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hosts using a non-standard configuration may have a different hostname/port/scheme than what may be configured on the GitLab server. While expose_url should generate a proper URL, there are cases where it may not work. Since we don't need the full URL, we can use the relative path. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61280
* | | | | | Remove from providers with iconGosia Ksionek2019-05-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove puts Remove puts
* | | | | | Bump clair-local-scan to v2.0.8Olivier Gonzalez2019-05-071-0/+5
|/ / / / /
* | | | | Merge branch 'show-disabled-mirrors' into 'master'Nick Thomas2019-05-071-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | CE Show disabled project repo mirrors See merge request gitlab-org/gitlab-ce!27326
| * | | | | Show disabled project repo mirrorsshow-disabled-mirrorsLuke Bennett2019-05-071-0/+5
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | Show disabled mirrors with a badge so that they can be deleted by project owners.
* | | | | Merge branch 'patch-17' into 'master'Bob Van Landuyt2019-05-071-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | remove note that multi-line suggestions are not yet available See merge request gitlab-org/gitlab-ce!28119
| * | | | | add changelog entrySimon Hardt2019-05-071-0/+5
| | | | | |
* | | | | | Add improvements to the global search processFrancisco Javier López2019-05-071-0/+5
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the conditions added to Project.with_feature_available_for_user, and moved to the IssuableFinder. Now, we ensure that, in the projects retrieved in the Finder, the user has enough access for the feature.
* | | | | Upgrade Gitaly to v1.42.0GitalyBot2019-05-071-0/+5
| | | | |
* | | | | Merge branch 'sh-cleanup-import-export' into 'master'James Lopez2019-05-071-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up CarrierWave's import/export files Closes #60656 See merge request gitlab-org/gitlab-ce!27487
| * | | | | Clean up CarrierWave's import/export filesStan Hu2019-05-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unlike uploads that have been uploaded with Tempfile, the project import/export archives are stored in a temporary cache directory and remain there if: 1. Object storage is enabled 2. `move_to_store` is set to `true`. CarrierWave will leave these files there until disk space runs out or a clean step is run manually. If `move_to_store` is set to `false`, CarrierWave will remove the files after storing them. However, unlike a local file, with object storage, the file is still copied, so setting `move_to_store` to `true` doesn't buy us anything. To ensure files are cleaned up, we can just inherit from the GitlabUploader implementation of `move_to_store`, which returns `true` if it's a local file, `false` otherwise. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60656
* | | | | | Merge branch 'friendly-wrap-component' into 'master'Tim Zallmann2019-05-071-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add wbr style for IE11 compatibility See merge request gitlab-org/gitlab-ce!27846
| * | | | | | Add wbr style for IE11 compatibilityfriendly-wrap-componentPaul Gascou-Vaillancourt2019-05-061-0/+5
| | | | | | |
* | | | | | | Only renders Next badge for gitlab.comFilipa Lacerda2019-05-071-0/+5
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'allow-replying-to-individual-notes-from-api' into 'master'James Lopez2019-05-071-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow replying to an individual note in the API Closes #61392 See merge request gitlab-org/gitlab-ce!28120
| * | | | | | Allow replying to an individual note in the APIallow-replying-to-individual-notes-from-apiSean McGivern2019-05-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you can do this in the UI, you should be able to do it in the API. If a discussion is not a single note discussion, or it is replyable, you can reply to it.
* | | | | | | Merge branch 'instance_level_clusters' into 'master'Bob Van Landuyt2019-05-071-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instance level k8s clusters See merge request gitlab-org/gitlab-ce!27196
| * | | | | | | Instance level kubernetes clusters adminJames Fargher2019-05-071-0/+5
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Instance level clusters were already mostly supported, this change adds admin area controllers for cluster CRUD
* | | | | | | Merge branch 'fix-schedule-head-pipeline-update-method' into 'master'Ash McKenzie2019-05-071-0/+5
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Fix update head pipeline process of Pipelines for merge requests See merge request gitlab-org/gitlab-ce!28057
| * | | | | | Fix schedule head pipeline updatefix-schedule-head-pipeline-update-methodShinya Maeda2019-05-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, schedule head pipeline update method which executed after pipeline creation does not take into account of merge reqeust pipelines. We should use dedicated `all_merge_requests` method in this case.
* | | | | | | Merge branch 'member-access-granted-leave-email-fe' into 'master'Fatih Acet2019-05-061-0/+5
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | CE Add leave link to access_granted email See merge request gitlab-org/gitlab-ce!27892
| * | | | | | Add leave link to access_granted emailmember-access-granted-leave-email-feLuke Bennett2019-05-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows users to leave a project/group that they have been added to. Add function to leave a namespace by url param If the `leave` param is present on a project/group show page, click the leave link.
* | | | | | | Resolve "Support Prometheus for group-level clusters"Peter Leitzen2019-05-061-0/+5
| | | | | | |
* | | | | | | GraphQL - Add extra complexity for resolversJan Provaznik2019-05-061-0/+6
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a field is a resolver, its complexity is automatically increased. By default we add extra points for sort and search arguments (which will be common for various resolvers). For specific resolvers we add field-specific complexity, e.g. for Issues complexity is increased if we filter issues by `labelName` (because then SQL query is more complex). We may want to tune these values in future depending on real-life results. Complexity is also dependent on the number of loaded nodes, but only if we don't search by specific ID(s). Also added complexity is limited (by default only twice more than child complexity) - the reason is that although it's more complex to process more items, the complexity increase is not linear (there is not so much difference between loading 10, 20 or 100 records from DB).
* | | | | | Fix issuables state_id nil when importing projects from GitHubFelipe Artur2019-05-061-0/+5
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Issues and merge requests imported from GitHub are having state_id set to null. This fixes the GitHub project importer and schedule migrations to fix state_id.
* | | | | Merge branch '61469-align-play-icon' into 'master'Kushal Pandya2019-05-061-0/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Aligns the play button for stages Closes #61469 See merge request gitlab-org/gitlab-ce!28124
| * | | | Aligns the play button for stages61469-align-play-iconFilipa Lacerda2019-05-061-0/+5
| | | | |
* | | | | Destroy repo mirrors instead of disabling themLuke Bennett2019-05-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is important to destroy data related to repo mirrors when they are disabled. Use `_destroy` nested attribute instead of `enabled` for push mirrors. Call `remove_import_data` after saving a project if its pull mirror is disabled.
* | | | | Implement support for CI variables of type fileKrasimir Angelov2019-05-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add env_var and file as supported types for CI variables. Variables of type file expose to users existing gitlab-runner behaviour - save variable value into a temp file and set the path to this file in an ENV var named after the variable key. Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
* | | | | Fix uploading of LFS tracked file through UIPatrick Bajao2019-05-061-0/+5
|/ / / /
* | | | Merge branch '30093-apply-bfg-object-map-to-database' into 'master'Douwe Maan2019-05-061-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove cleaned up OIDs from database and cache Closes #30093 See merge request gitlab-org/gitlab-ce!26555
| * | | | Remove cleaned up OIDs from database and cacheNick Thomas2019-05-061-0/+5
| | | | |