- 21 Sep, 2018 14 commits
-
-
Blair Lunceford authored
-
Douwe Maan authored
Fix leading slash in redirects and add cop Closes #37423 and #50645 See merge request gitlab-org/gitlab-ce!21828
-
Sanad Liaquat authored
-
Douwe Maan authored
Correct Gitlab Capitalization in code files See merge request gitlab-org/gitlab-ce!21841
-
Marcel Amirault authored
-
Dmitriy Zaporozhets authored
Merge branch '47398-user-is-unable-revoke-a-authorized-application-unless-user-oauth-applications-is-checked-in-admin-settings' into 'master' Resolve "User is unable revoke a Authorized application unless User OAuth applications is checked in admin settings" Closes #47398 See merge request gitlab-org/gitlab-ce!21835
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Fix activity titles for MRs in chat notification services Closes gitlab-ee#5325 See merge request gitlab-org/gitlab-ce!21834
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Phil Hughes authored
Fix long webhook URL overflow for custom integration Closes #41040 See merge request gitlab-org/gitlab-ce!21668
-
Achilleas Pipinellis authored
Gitaly servers require the GitLab Shell secret See merge request gitlab-org/gitlab-ce!21847
-
Clement Ho authored
Fix broken link to modal component source See merge request gitlab-org/gitlab-ce!21830
-
- 20 Sep, 2018 26 commits
-
-
Stan Hu authored
Enable frozen string in app/controllers/**/*.rb See merge request gitlab-org/gitlab-ce!21736
-
Stan Hu authored
Add Fog use_iam_profile option to docs See merge request gitlab-org/gitlab-ce!21844
-
Drew Blessing authored
-
Deniz Zoeteman authored
-
Nick Thomas authored
Add Gitlab::Database::Subquery.self_join to delete_all with limit See merge request gitlab-org/gitlab-ce!21839
-
Achilleas Pipinellis authored
Update wiki upload documentation See merge request gitlab-org/gitlab-ce!21815
-
James Ramsay authored
-
Achilleas Pipinellis authored
Add webhook branch filtering docs See merge request gitlab-org/gitlab-ce!21816
-
James Ramsay authored
-
Robert Speicher authored
QA: Fix failure in merge_merge_request_from_fork_spec.rb Closes #51657 See merge request gitlab-org/gitlab-ce!21817
-
Mark Lapierre authored
-
Robert Speicher authored
Move the cloud-native-image trigger job into the test stage See merge request gitlab-org/gitlab-ce!21819
-
Annabel Dunstone Gray authored
Fixes Admin Runners table not wrapping the content Closes #51549 See merge request gitlab-org/gitlab-ce!21802
-
Toon Claes authored
`delete_all` doesn't support limit, so you'd need to subquery that. And instead of subquerying with `where(id: query)`, it's better to use an `INNER JOIN`. This method also works with MySQL, while subquerying doesn't (without another layer of subquerying) Reference: https://stackoverflow.com/questions/17892762/mysql-this-version-of-mysql-doesnt-yet-support-limit-in-all-any-some-subqu/17892886#17892886
-
Dmitriy Zaporozhets authored
Resolve "Split admin settings into multiple sub pages" Closes #44998 See merge request gitlab-org/gitlab-ce!21467
-
Filipa Lacerda authored
Fixed hidden truncated diff lines not showing when expanded See merge request gitlab-org/gitlab-ce!21801
-
Dmitriy Zaporozhets authored
Even if User OAuth applications setting is disabled in admin settings. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Nick Thomas authored
-
Dennis Tang authored
-
Phil Hughes authored
Lazy load xterm css custom colors file Closes #44768 See merge request gitlab-org/gitlab-ce!21804
-
Phil Hughes authored
-
Marin Jankovski authored
Document Review Apps Closes #51201 See merge request gitlab-org/gitlab-ce!21574
-
Filipa Lacerda authored
While refactoring the table into a responsive one we did not account for wrapping issues. This commit wraps some cells and truncates others. Adds `section-5` class to the responsive tables CSS
-
Phil Hughes authored
Resolve "Link to file in Changes tab of MR no longer works for all files after incremental rendering improvement" Closes #50347 See merge request gitlab-org/gitlab-ce!21727
-
André Luís authored
Resolve "Link to file in Changes tab of MR no longer works for all files after incremental rendering improvement"
-
Achilleas Pipinellis authored
Explain the docs' CD, relating to the milestone the doc is set to vs online docs See merge request gitlab-org/gitlab-ce!21737
-