summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
| | |
* | | Merge branch ↵Filipa Lacerda2019-05-061-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '58105-pipeline-author-and-commit-author-too-close-together-in-pipeline-list' into 'master' Improve pipelines table spacing, add triggerer column Closes #38802 and #58105 See merge request gitlab-org/gitlab-ce!26136
| * | | Add pipeline triggerer column, adjust columnsmfluharty2019-05-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Move pipeline triggerer avatar to its own column Adjust the widths of other columns to accommodate new column Add wrap class to commit column to prevent overlap
* | | | Merge branch 'fix-merge-request-pipeline-exist-method' into 'master'Bob Van Landuyt2019-05-061-0/+5
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Fix duplicate merge request pipelines created by Sidekiq worker retry See merge request gitlab-org/gitlab-ce!26643
| * | | Fix merge request pipeline exist methodfix-merge-request-pipeline-exist-methodShinya Maeda2019-05-061-0/+5
| | | | | | | | | | | | | | | | Refactor
* | | | Merge branch 'feature/omniauth_oidc_strategy' into 'master'Ash McKenzie2019-05-061-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Added Omniauth OpenID Connect strategy See merge request gitlab-org/gitlab-ce!27383
| * | | | Added Omniauth OpenId Connect startegyHoratiu Eugen Vlad2019-05-061-0/+5
| | | | |
* | | | | Merge branch 'patch-49' into 'master'Sean McGivern2019-05-061-0/+5
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | No leading/trailing spaces when generating heading ids (Fixes #57528) Closes #57528 See merge request gitlab-org/gitlab-ce!27025
| * | | | Changelog update for MR #27025, Issue #57528Willian Balmant2019-05-051-0/+5
| | | | |
* | | | | Resolve "Sort by due date and popularity in both directions"Nermin Vehabovic2019-05-041-0/+5
| | | | |
* | | | | Allow guests users to access project releasesKrasimir Angelov2019-05-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is step one of resolving https://gitlab.com/gitlab-org/gitlab-ce/issues/56838. Here is what changed: - Revert the security fix from bdee9e8412d. - Do not leak repository information (tag name, commit) to guests in API responses. - Do not include links to source code in API responses for users that do not have download_code access. - Show Releases in sidebar for guests. - Do not display links to source code under Assets for users that do not have download_code access. GET ':id/releases/:tag_name' still do not allow guests to access releases. This is to prevent guessing tag existence.
* | | | | Merge branch 'expand-diff-performance' into 'master'Filipa Lacerda2019-05-031-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Impove the performance of expanding full diff Closes #58597 See merge request gitlab-org/gitlab-ce!27413
| * | | | | Impove the performance of expanding full diffPhil Hughes2019-05-031-0/+5
| | |_|/ / | |/| | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597
* | | | | Merge branch '18432-switch-to-sassc-rails' into 'master'Stan Hu2019-05-031-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to sassc-rails for faster stylesheet compilation Closes #18432 See merge request gitlab-org/gitlab-ce!26224
| * | | | | Switch to sassc-rails for faster stylesheet compilation18432-switch-to-sassc-railsGabriel Mazetto2019-04-271-0/+5
| | | | | |
* | | | | | Add gitlab-managed option to clusters formMayra Cabrera2019-05-031-0/+5
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When this option is enabled, GitLab will create namespaces and service accounts as usual. When disabled, GitLab wont create any project specific kubernetes resources Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56557
* | | | | Merge branch 'use-pg-10.7' into 'master'Stan Hu2019-05-021-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use PostgreSQL 10.7 in tests See merge request gitlab-org/gitlab-ce!28020
| * | | | | Use PostgreSQL 10.7use-pg-10.7Balasankar "Balu" C2019-05-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
* | | | | | Adds a way to start multiple manual jobs in stageMayra Cabrera2019-05-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds an endpoint on PipelinesController - Adds a service that iterates over every build in a stage and plays it. - Includes 'play_manual' details on EntitySerializer - Builds a new Stage state: PlayManual. An stage can take this status if it has manual builds or an skipped, scheduled or manual status - Includes FE modifications and specs
* | | | | | Add support for two-step Gitaly Rebase RPCLuke Duncalfe2019-05-021-0/+5
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new two-step Gitaly `Rebase` RPC yields the rebase commit SHA to the client before proceeding with the rebase. This avoids an issue where the rebase commit SHA was returned when the RPC had fully completed, and in some cases this would be after the Rails `post_receive` worker services had already run. In these situations, the merge request did not yet have its rebase_commit_sha attribute set introducing the possibility for bugs (such as previous approvals being reset). https://gitlab.com/gitlab-org/gitlab-ee/issues/5966
* | | | | Update deployment chat message notificationJason Goodman2019-05-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Include link to user and commit title. Rearrange text
* | | | | Add packages_size to ProjectStatisticsAlessio Caiazza2019-05-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | This new field will allow to keep track of the storage used by the packages features, it provides also aggregation at namespace level.
* | | | | Uninstall application confirm modal componentEnrique Alcántara2019-05-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | - Vue confirmation modal implementation - CSS tweaks for modal default height
* | | | | Merge branch 'fix-ide-relative-url-bug' into 'master'Phil Hughes2019-05-021-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix IDE get file data with '/' as relative root See merge request gitlab-org/gitlab-ce!27911
| * | | | | Fix IDE get file data with '/' as relative rootfix-ide-relative-url-bugPaul Slaughter2019-04-301-0/+5
| | |_|_|/ | |/| | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/60932
* | | | | Merge branch ↵Douwe Maan2019-05-021-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '53064-bypassing-pipeline-jobs-by-canceling-the-pipeline-and-manually-running-later-jobs' into 'master' Disable retrying cancelled jobs Closes #53064 See merge request gitlab-org/gitlab-ce!27503
| * | | | | Make canceled jobs not retryablemfluharty2019-04-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | See which tests break
* | | | | | Merge branch 'sh-allow-equal-level-in-subgroup-membership' into 'master'James Lopez2019-05-021-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow a member to have an access level equal to parent group Closes gitlab-ee#11323 See merge request gitlab-org/gitlab-ce!27913
| * | | | | | Allow a member to have an access level equal to parent groupsh-allow-equal-level-in-subgroup-membershipStan Hu2019-04-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suppose you have this configuration: 1. Subgroup `hello/world` 2. Subgroup `hello/mergers`. 3. Project `hello/world/my-project` has invited group `hello/world` to access protected branches. 4. The rule allows the group to merge but no one can push. 5. User `newuser` has Owner access to the parent group `hello`. Previously, there was no way for the user `newuser` to be added to the `hello/mergers` group since the validation only allowed a user to be added at a higher access level. Since membership in a subgroup confers certain access rights, such as being able to merge or push code to protected branches, we have to loosen the validation and allow someone to be added at an equal level granted by the parent group. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11323
* | | | | | | Add CHANGELOG entryda-sentry-client-side-settingsDouglas Barbosa Alexandre2019-05-011-0/+5
| |_|_|_|/ / |/| | | | |
* | | | | | Extract discussion notes into new componentPaul Gascou-Vaillancourt2019-05-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Moved discussion notes out of `NoteableDiscussion` component into a new `DiscussionNotes` component - Wrote Jest tests for the new `DiscussionNotes` component - Updated Jest config for emojis fixtures - Updated Karma tests `NoteableDiscussion` to match its new structure - Convert `DiffDiscussions` tests to use Vue test utils
* | | | | | Update CHANGELOG.md for 11.10.4GitLab Release Tools Bot2019-05-0113-66/+0
| | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | Merge branch 'fix-webpack-assets-relative-url-bug' into 'master'Phil Hughes2019-05-011-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix webpack asset patch with '/' as relative root See merge request gitlab-org/gitlab-ce!27909
| * | | | | | Fix webpack asset patch with '/' as relative rootPaul Slaughter2019-04-301-0/+5
| | |_|/ / / | |/| | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/60932
* | | | | | Merge remote-tracking branch 'origin/master'John T Skarbek2019-04-3013-0/+66
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'feat/sentry-environment' into 'master'Douglas Barbosa Alexandre2019-04-301-0/+5
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | feat: add option to define the Sentry Environment See merge request gitlab-org/gitlab-ce!27091
| | * | | | | feat: allow Sentry configuration to be passed on gitlab.ymlRoger Meier2019-04-301-0/+5
| | |/ / / /
| * | | | | Merge branch 'refactor/58830-migrate-sidebar-spec-to-jest' into 'master'Kushal Pandya2019-04-301-0/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor(sidebar): Refactored shared sidebar component tests to Jest Closes #58830 See merge request gitlab-org/gitlab-ce!27688