- 28 Dec, 2017 3 commits
-
-
Tiago Botelho authored
[ci skip]
-
Sean McGivern authored
Table flip quick action docs See merge request gitlab-org/gitlab-ce!15820
-
Victor Wu authored
-
- 27 Dec, 2017 14 commits
-
-
Stan Hu authored
Fix when branch creation fails don't post system note Closes #24347 See merge request gitlab-org/gitlab-ce!16142
-
Stan Hu authored
Fix feature flags for Gitaly's RemoteService RPCs See merge request gitlab-org/gitlab-ce!16150
-
Alejandro Rodríguez authored
-
Mateusz Bajorski authored
-
Filipa Lacerda authored
Humanize the units of "Showing last X KiB of log" in job trace Closes #38613 See merge request gitlab-org/gitlab-ce!16147
-
Stan Hu authored
Closes #38613
-
Grzegorz Bizon authored
Fix migration for removing orphaned issues.moved_to_id values in MySQL and PostgreSQL Closes #41498 See merge request gitlab-org/gitlab-ce!16141
-
Stan Hu authored
-
Stan Hu authored
Fix Gitlab::Access.values to Gitlab::Access.sym_options at 06_teams on development db fixtures See merge request gitlab-org/gitlab-ce!16144
-
Stan Hu authored
-
Tiago Botelho authored
[ci skip]
-
ogom authored
-
Stan Hu authored
Use Concurrent::AtomicReference instead AtomicFixnum Closes #41448 See merge request gitlab-org/gitlab-ce!16138
-
Stan Hu authored
According to https://dev.mysql.com/doc/refman/5.7/en/update.html, "You cannot update a table and select from the same table in a subquery." Attempting to do so results in the error: ``` Mysql2::Error: Table 'issues' is specified twice, both as a target for 'UPDATE' and as a separate source for data ``` Instead, we can use a LEFT JOIN on the same table to make MySQL do the right thing. Closes #41498
-
- 26 Dec, 2017 4 commits
-
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
Mateusz Bajorski authored
Closes #24347
-
Grzegorz Bizon authored
Fix Error 500s with anonymous clones for a project that has moved Closes #41457 See merge request gitlab-org/gitlab-ce!16128
-
- 25 Dec, 2017 8 commits
-
-
Robert Speicher authored
Gracefully handle garbled URIs in Markdown Closes #41442 See merge request gitlab-org/gitlab-ce!16123
-
Stan Hu authored
-
Stan Hu authored
Closes #41457
-
Dmitriy Zaporozhets authored
Update code_climate recommended usage. See merge request gitlab-org/gitlab-ce!16101
-
Jonathan Duck authored
-
Dmitriy Zaporozhets authored
Incorporate Gitaly's RemoteService RPCs Closes gitaly#852 See merge request gitlab-org/gitlab-ce!16060
-
Grzegorz Bizon authored
Gracefully handle orphaned write deploy keys in /internal/post_receive Closes #41466 See merge request gitlab-org/gitlab-ce!16127
-
Grzegorz Bizon authored
Fix namespace ambiguity with Kubernetes Pod definitions Closes #41458 See merge request gitlab-org/gitlab-ce!16130
-
- 24 Dec, 2017 2 commits
-
-
Stan Hu authored
This was causing a spec failure between Gitlab::Kubernetes::Helm::Pod and Gitlab::Kubernetes::Helm::Api::Pod if one spec loaded the former definition first. Closes #41458
-
Stan Hu authored
On GitLab.com, there are write deploy keys with no associated users. Pushes with these deploy keys end with an Error 500 since we attempt to look up redirect message. If there is no user, don't attempt to display a redirect message. Closes #41466
-
- 23 Dec, 2017 8 commits
-
-
Rémy Coutable authored
Resolve "Updating Slack Notification not working by API" Closes #32364 et #22306 See merge request gitlab-org/gitlab-ce!11435
-
Rémy Coutable authored
Remove security checks from static analysis and add sast job See merge request gitlab-org/gitlab-ce!16113
-
Dmitriy Zaporozhets authored
-
Rémy Coutable authored
Resolve "lint-changelog-yaml error message is useless" Closes #41359 See merge request gitlab-org/gitlab-ce!16122
-
Rémy Coutable authored
Resolve "Replace '.team << [user, role]' with 'add_role(user)' in specs" Closes #36782 See merge request gitlab-org/gitlab-ce!16069
-
Rémy Coutable authored
Disable /dev/shm in CI See merge request gitlab-org/gitlab-ce!16105
-
Stan Hu authored
There are certain inputs that look like valid URIs that are accepted by URI but not Addressable::URI. Handle the case where the latter fails. Closes #41442
-
blackst0ne authored
-
- 22 Dec, 2017 1 commit
-
-
Alejandro Rodríguez authored
-