- 28 Dec, 2017 13 commits
-
-
megos authored
-
Robert Speicher authored
Bumped mysql2 gem version from 0.4.5 to 0.4.10. See merge request gitlab-org/gitlab-ce!16034
-
Jacob Schatz authored
Resolve "Webpack Roadmap" Closes #38869 See merge request gitlab-org/gitlab-ce!16076
-
Constance Okoghenun authored
-
Robert Speicher authored
Bump Sidekiq version to 5.0.5 See merge request gitlab-org/gitlab-ce!16151
-
Stan Hu authored
Unmark Gitaly features as OPT_OUT until the gRPC proxy issue is fixed Closes #38333 See merge request gitlab-org/gitlab-ce!16155
-
Robert Speicher authored
doc/plantuml.md: use html tags so code fence example would work [ci skip] See merge request gitlab-org/gitlab-ce!16026
-
Alejandro Rodríguez authored
-
Sean McGivern authored
show None when issue is in closed list and no labels assigned Closes #40975 See merge request gitlab-org/gitlab-ce!15976
-
Tiago Botelho authored
[ci skip]
-
Sean McGivern authored
Table flip quick action docs See merge request gitlab-org/gitlab-ce!15820
-
Victor Wu authored
-
Stan Hu authored
Minor changes: https://github.com/mperham/sidekiq/blob/master/Changes.md
-
- 27 Dec, 2017 15 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
-
Elan Ruusamäe 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
-