- 12 Feb, 2019 25 commits
-
-
Achilleas Pipinellis authored
Remove duplicate ``Note:`` and ``Caution:`` bits. See merge request gitlab-org/gitlab-ee!9518
-
Daniel Quinn authored
-
GitLab Bot authored
-
Rémy Coutable authored
Kill all PostgreSQL connections for rake dev:setup Closes gitlab-development-kit#450 See merge request gitlab-org/gitlab-ce!24743
-
GitLab Bot authored
-
Rémy Coutable authored
Update sshkey to v2.0.0 Closes #47150 See merge request gitlab-org/gitlab-ce!25115
-
Sanad Liaquat authored
EE Port of "Stablize select kind using retry_on_exception" See merge request gitlab-org/gitlab-ee!9497
-
Sanad Liaquat authored
-
GitLab Bot authored
-
Dan Davison authored
Stablize select_kind using retry_on_exception Closes gitlab-org/quality/nightly#72 See merge request gitlab-org/gitlab-ce!25027
-
Sanad Liaquat authored
-
Sanad Liaquat authored
Introduces retry_on_exception and renames with_retry to retry_unti so its purpose is clear in presense of retry_on_exception.
-
GitLab Bot authored
-
Grzegorz Bizon authored
add client support for CountDivergingCommits rpc See merge request gitlab-org/gitlab-ce!24287
-
Sanad Liaquat authored
-
Evan Read authored
Add promotion note for GL.com users Closes #9545 See merge request gitlab-org/gitlab-ee!9430
-
Stan Hu authored
-
Stan Hu authored
If there are any clients connected to the DB, PostgreSQL won't let you drop the database. It's possible that Sidekiq, Unicorn, or some other client will be hanging onto a connection, preventing the DROP DATABASE from working. To workaround this problem, this method cancels all the connections so that the db:reset command will work. Note that there's still a slight possibility a client connects after its connection is terminated. If this is an issue, we could solve it by revoking CONNECT access, but for now it seems this works. Closes https://gitlab.com/gitlab-org/gitlab-development-kit/issues/450
-
Ramya Authappan authored
Fix admin_ldap_sync_spec See merge request gitlab-org/gitlab-ee!9454
-
Evan Read authored
Add basic docs about cross-project pipeline triggers See merge request gitlab-org/gitlab-ee!9337
-
Evan Read authored
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Adding convenience method to project model See merge request gitlab-org/gitlab-ce!25108
-
GitLab Bot authored
-
Evan Read authored
Merge branch '57287-documentation-for-handling-more-complex-only-merge_requests-scenarios-is-sparse' into 'master' Docs for MR pipeline rule interactions Closes #57287 See merge request gitlab-org/gitlab-ce!24929
-
- 11 Feb, 2019 15 commits
-
-
GitLab Bot authored
-
Evan Read authored
-
Robert Speicher authored
Fix security harness script See merge request gitlab-org/gitlab-ce!25050
-
GitLab Bot authored
-
Robert Speicher authored
Address review comment for app/services/task_list_toggle_service.rb Closes #57413 See merge request gitlab-org/gitlab-ce!25013
-
John Cai authored
-
Nick Thomas authored
This release fixes a bug in handling certain ed25519 keys. For more details, see this GitHub issue: https://github.com/bensie/sshkey/issues/34
-
Cynthia Ng authored
-
Lin Jen-Shin authored
refactors the ui for diverging commits so that it's only a single bar instead of two separate bars
-
GitLab Bot authored
-
Rémy Coutable authored
Port of EE translations See merge request gitlab-org/gitlab-ce!25100
-
GitLab Bot authored
-
Drew Blessing authored
-
Marcia Ramos authored
Add HTML output example to profiling See merge request gitlab-org/gitlab-ce!25103
-
Marcia Ramos authored
Change find flags to also work with Alpine Closes #57341 See merge request gitlab-org/gitlab-ce!25104
-