- 01 Sep, 2019 4 commits
-
-
GitLab Bot authored
-
Stan Hu authored
Fix spelling of "poiting" See merge request gitlab-org/gitlab-ce!32494
-
GitLab Bot authored
-
Paul Slaughter authored
Refactor showStagedIcon property's behavior to match its name Closes #66071 See merge request gitlab-org/gitlab-ce!32333
-
- 31 Aug, 2019 8 commits
-
-
John Jago authored
-
Lin Jen-Shin authored
Fix broken static-analysis on master Closes #14632 See merge request gitlab-org/gitlab-ee!15927
-
GitLab Bot authored
-
Stan Hu authored
Add EE methods to Project Show page object See merge request gitlab-org/gitlab-ce!32489
-
Jennifer Louie authored
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32436 introduced the atlassian-jwt gem as part of the jira-ruby dependency update. To get around this, we remove the constants as they have already been defined by the gem.
-
GitLab Bot authored
-
Lin Jen-Shin authored
Update jira-ruby to 1.7.1 See merge request gitlab-org/gitlab-ce!32436
-
- 30 Aug, 2019 28 commits
-
-
GitLab Bot authored
-
Tanya Pazitny authored
Increase window size during e2e tests See merge request gitlab-org/gitlab-ce!32471
-
Arun Kumar Mohan authored
Previously, the `showStagedIcon` property was doing the opposite of what its name suggested. It was rendering the staged icon when `showStagedIcon` was `false` and rendering the regular icon when it was `true`.
-
GitLab Bot authored
-
Michael Kozono authored
Remove dependency on IgnorableColumn concern Closes #66746 See merge request gitlab-org/gitlab-ce!32427
-
Michael Kozono authored
Remove dependency on IgnorableColumn concern See merge request gitlab-org/gitlab-ee!15895
-
Mayra Cabrera authored
Creates Feature Flag for job log See merge request gitlab-org/gitlab-ce!32154
-
Filipa Lacerda authored
Updates frontend code and specs to allow for the new feature flag
-
Mayra Cabrera authored
EE: Creates Feature Flag for job log See merge request gitlab-org/gitlab-ee!15871
-
Filipa Lacerda authored
Updates frontend code and specs to allow for the new feature flag
-
GitLab Bot authored
-
Robert Speicher authored
Implement public MR-level approval rules API See merge request gitlab-org/gitlab-ee!15441
-
Robert Speicher authored
Doc: Add documentation about public MR-level API See merge request gitlab-org/gitlab-ce!32133
-
Mayra Cabrera authored
Resolve "Limit access request emails to ten most recently active owners/maintainers" See merge request gitlab-org/gitlab-ce!32141
-
Manoj MJ authored
This change limits the number of emails for new access requests notifications to 10 most recently active owners/maintainers
-
Stan Hu authored
This is to accomodate prepended modules.
-
Stan Hu authored
This is to accomodate prepended modules.
-
Stan Hu authored
-
Robert Speicher authored
Resolve a few remaining CE/EE differences Closes #14063 See merge request gitlab-org/gitlab-ee!15893
-
dineshpanda authored
`IgnorableColumn` module in `app/models/concerns/ignorable_column.rb` which is used in models to ignore dealing with specified columns. In Rails 5 with this [pull request](https://github.com/rails/rails/pull/21720), `self.ignored_columns` was introduced to do this job. For example, in app/models/user.rb: ```ruby ignore_column :external_email ignore_column :email_provider ``` can be changed to: ```ruby self.ignored_columns = %i[external_email email_provider] ```
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Added expected site deployment wait time See merge request gitlab-org/gitlab-ce!32474
-
Matt Penna authored
-
GitLab Bot authored
-
Lin Jen-Shin authored
Fix for #56295 - Some Avatars In Commit Trailers Not Visible Closes #56295 See merge request gitlab-org/gitlab-ce!32374
-
https://gitlab.com/gitlab-org/gitlab-ce/issues/56295Jesse Hall authored
All avatars now visible in commit trailers.
-
GitLab Bot authored
-
Stan Hu authored
Add production fixture to create instance administration project See merge request gitlab-org/gitlab-ce!32467
-