- 31 Aug, 2019 3 commits
-
-
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 37 commits
-
-
GitLab Bot authored
-
Tanya Pazitny authored
Increase window size during e2e tests See merge request gitlab-org/gitlab-ce!32471
-
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
-
Reuben Pereira authored
Since migrations are not run by new instances, add a production fixture that should ensure that the self-monitoring project is created for new instances as well.
-
GitLab Bot authored
-
Michael Kozono authored
Extend group IP restriction to command line -docs update - backport See merge request gitlab-org/gitlab-ce!32151
-
Gosia Ksionek authored
Add changelod Remove changelog Apply suggestion to doc/user/group/index.md
-
Michael Kozono authored
Apply the group setting "Restrict access by IP address" to API requests See merge request gitlab-org/gitlab-ee!15282
-
Gosia Ksionek authored
Add middleware to api Add new middleware class Cast ip to string Add specyfication for groups endpoint Add specs for projects endpoint Add working specs for ip_saver Add changelog entry Add string freeze Fix rubocop offences Add code review remarks Fix typo in filename Add docs about api restriction Update docs file Add changelod Remove not needed file Update docs file Add changelod Remove changelog Apply suggestion to doc/user/group/index.md Add code review remarks Remove not needed code Bring back to_s method on remote ip Add if clause to restrictor To avoid locking out of ssh calls Make regex wider so it covers all internal endpoints Add remote ip to be used in middleware Add rubocop remarks
-
Walmyr Lima authored
-
GitLab Bot authored
-
Grzegorz Bizon authored
Fix users cannot access job detail page when deployable does not exist Closes #65216 See merge request gitlab-org/gitlab-ce!32247
-
Yorick Peterse authored
-