- 21 Sep, 2018 3 commits
-
-
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 27 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
-
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
-
Marcia Ramos authored
-
Achilleas Pipinellis authored
Correct Gitaly config typo in update guides See merge request gitlab-org/gitlab-ce!21821
-
Achilleas Pipinellis authored
Fix link to blog posts in docs See merge request gitlab-org/gitlab-ce!21820
-
- 19 Sep, 2018 10 commits
-
-
Robert Speicher authored
The 9.4 to 9.5 and 9.5 to 10.0 guides missed a closing backtick. This was corrected in the 10.0 to 10.1 guide, from which subsequent guides were written without the error.
-
Evan Read authored
Due to a missing `s`, a link to the blog archive for releases was broken.
-
Robert Speicher authored
Delete container repository tags outside of transaction Closes #51380 See merge request gitlab-org/gitlab-ce!21679
-
DJ Mountney authored
This is because the CNG pipeline now relies on the assets compiled here in the gitlab:assets:compile job (It waits up to 30 minutes for them) Without this change, the cloud native job was holding up the pipeline, preventing the assets compile job from being run.
-
Douglas Barbosa Alexandre authored
Fix rubocop Style/ZeroLengthPredicate See merge request gitlab-org/gitlab-ce!21793
-
Robert Speicher authored
Relax the subject line requirements for commits Closes gitlab-org/release/framework#16 See merge request gitlab-org/gitlab-ce!21811
-
Filipa Lacerda authored
Manually includes the xterm custom colors on the 3 files that will need it: job log page, job terminal page, environment terminal page Reduces main CSS bundle
-
Filipa Lacerda authored
Re-enable legacy diff notes on merge request diffs Closes #48873 See merge request gitlab-org/gitlab-ce!21652
-
Lin Jen-Shin authored
Remove unused constant See merge request gitlab-org/gitlab-ce!21810
-
Stan Hu authored
-