- 07 Nov, 2018 40 commits
-
-
Stan Hu authored
Prevent attr_encrypted models from being overriden Closes gitlab-ee#8234 See merge request gitlab-org/gitlab-ce!22764
-
Douglas Barbosa Alexandre authored
Paginate Bitbucket Server importer projects See merge request gitlab-org/gitlab-ce!22825
-
Stan Hu authored
Fix failing spec in spec/controllers/admin/hooks_controller_spec.rb attr_encrypted expects models to have their attribute methods defined, or it will override them with standard Ruby accessors. Migration specs that rolled back the state of the database after columns were migrated to encrypted values were interfering with these definitions. To ensure that the SystemHook specs pass, we need to call `SystemHook.define_attribute_methods` to ensure that attr_encrypted sees the right methods that reflect the latest state of the database. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8234
-
Robert Speicher authored
Warn when MR titles are too long. See merge request gitlab-org/gitlab-ce!22845
-
Sean McGivern authored
Usage ping - Differentiate Jira Server and Cloud Closes #51043 See merge request gitlab-org/gitlab-ce!22791
-
Robert Speicher authored
Fix e2e create merge request test Closes gitlab-org/quality/nightly#32 See merge request gitlab-org/gitlab-ce!22877
-
Stan Hu authored
To prevent delays in loading the page and reduce memory usage, limit the number of projects shown at 25 per page. Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/50021
-
Douwe Maan authored
Allow to add patches to merge requests created via email Closes #40830 See merge request gitlab-org/gitlab-ce!22723
-
Mario de la Ossa authored
-
Dmitriy Zaporozhets authored
Fix syntax error in initializers/fill_shards See merge request gitlab-org/gitlab-ce!22871
-
Dmitriy Zaporozhets authored
-
Fatih Acet authored
CE backport - Chart showing issues created per month See merge request gitlab-org/gitlab-ce!22793
-
Constance Okoghenun authored
-
Phil Hughes authored
Resolve "Issue board card design" Closes #47008 See merge request gitlab-org/gitlab-ce!21229
-
Constance Okoghenun authored
-
Nick Thomas authored
Revert "Merge branch 'blackst0ne-update-push-new-merge-request-url' into 'master'" See merge request gitlab-org/gitlab-ce!22875
-
Dmitriy Zaporozhets authored
Add more logging for errors with kubernetes on helm install See merge request gitlab-org/gitlab-ce!22848
-
Achilleas Pipinellis authored
Fix EKS formatting See merge request gitlab-org/gitlab-ce!22781
-
Achilleas Pipinellis authored
Add refined sample linting configuration See merge request gitlab-org/gitlab-ce!22827
-
Sean McGivern authored
Add more chaos to GitLab Closes #53362 and #52767 See merge request gitlab-org/gitlab-ce!22746
-
Sean McGivern authored
Add more chaos to GitLab Closes #53362 and #52767 See merge request gitlab-org/gitlab-ce!22746
-
Achilleas Pipinellis authored
Update Installation Guide for 11.5 See merge request gitlab-org/gitlab-ce!22768
-
Steve Azzopardi authored
-
Fatih Acet authored
Fix misaligned approvers dropdown See merge request gitlab-org/gitlab-ce!22832
-
Achilleas Pipinellis authored
Docs: fix private access token -> personal access token See merge request gitlab-org/gitlab-ce!22867
-
Bob Van Landuyt authored
Sometimes we don't want to trigger any quick actions that cause side effects. For example when building a record to validate. This allows listing the quick actions that need to be performed.
-
Bob Van Landuyt authored
This allows users to add patches as attachments to merge request created via email. When an email to create a merge request is sent, all the attachments ending in `.patch` will be applied to the branch specified in the subject of the email. If the branch did not exist, it will be created from the HEAD of the repository. When the patches could not be applied, the error message will be replied to the user. The patches can have a maximum combined size of 2MB for now.
-
Sean McGivern authored
Add endpoint to update a git submodule reference Closes #41213 See merge request gitlab-org/gitlab-ce!20949
-
Grzegorz Bizon authored
Allow to configure when to retry builds Closes gitlab-runner#3515 See merge request gitlab-org/gitlab-ce!21758
-
Grzegorz Bizon authored
Allow to install Knative as cluster application See merge request gitlab-org/gitlab-ce!22593
-
Sean McGivern authored
Expose {closed,merged}_{at,by} in merge requests API index Closes #52031 See merge request gitlab-org/gitlab-ce!22806
-
Filipa Lacerda authored
Show expand all button on merge request diffs Closes #51737 See merge request gitlab-org/gitlab-ce!22873
-
Sean McGivern authored
Fix environment status in merge request widget Closes #51120 and #25140 See merge request gitlab-org/gitlab-ce!22799
-
Yorick Peterse authored
This adds a Danger check to produce a warning for MR titles greater than 72 characters. This is necessary because when squash on merge is used, the MR title will be used for the commit message (at least by default). This in turn leads to commit messages that violate our commit message guidelines. For more information, refer to https://gitlab.com/gitlab-org/release/framework/issues/24.
-
Marin Jankovski authored
Remove asset_sync gem and related code Closes omnibus-gitlab#3872 See merge request gitlab-org/gitlab-ce!22610
-
Mark Lapierre authored
Add QA selector to 'New label' button on empty labels page
-
Douwe Maan authored
Adds option to override commit email Closes #43521 See merge request gitlab-org/gitlab-ce!22560
-
Grzegorz Bizon authored
Touchup Normalizer implementation See merge request gitlab-org/gitlab-ce!22872
-
Douwe Maan authored
This reverts merge request !22526
-
Markus Doits authored
-