- 31 May, 2017 5 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
* ee/master: (319 commits) Update kerberos.md to include a link to a Kerberos Explainer Fixed header being over issue boards in focus mode Use function to define data instead of an object Work around allow_any_instance_of/and_wrap_original limitation Simplify blank slate text for plan listing Create with_plan namespace scope Create a separate helper to check if we show particular tab on a search page Fix Elasticsearch search for wiki: guest should be able to search through wikis Use `bytesToMiB` to convert bytes into MB, add comments for array accessor Add `bytesToMiB` converter method Add changelog entry Add memory delta support Set EE_PACKAGE variable for triggers Disable Migration/UpdateColumnInBatches for old migrations New Migration/UpdateColumnInBatches cop Remove double `gitlab_usage_ping_worker` cron job Fix MergeRequestPresenter spec by stubbing source branch exists condition Fix Error 500 when viewing a merge request with a deleted source project Fix failing EE builds due to blacklisted Web connections Fix rubocop ...
-
Achilleas Pipinellis authored
Update kerberos.md to include a link to a Kerberos Explainer See merge request !1753
-
Lee Matos authored
-
- 30 May, 2017 8 commits
-
-
Robert Speicher authored
Fix Error 500 when viewing a merge request with a deleted source project Closes gitlab-ce#33011 See merge request !1996
-
Annabel Dunstone Gray authored
Fixed header being over issue boards in focus mode Closes #2473 See merge request !2002
-
Phil Hughes authored
Closes #2473
-
Phil Hughes authored
Port of 31849-pipeline-show-view-realtime to EE See merge request !1990
-
Filipa Lacerda authored
-
Filipa Lacerda authored
EE - Add performance deltas between app deployments on Merge Request widget See merge request !2001
-
Phil Hughes authored
Fix locked milestone in boards being remove-able Closes #2433 See merge request !1963
-
Phil Hughes authored
Resolve "Assignee dropdown does not display selected assignee" Closes #2472 See merge request !1968
-
- 29 May, 2017 21 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
Allow saving no plan on namespaces Closes #2482 See merge request !1993
-
Douwe Maan authored
[CE Backport + ES implementation]Resolve "Wiki is not searchable with Guest permissions" See merge request !1964
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
Robert Speicher authored
[EE] New Migration/UpdateColumnInBatches cop See merge request !1999
-
Valery Sizov authored
-
Douwe Maan authored
Fix: Approvals not reset if changing target branch See merge request !1941
-
Marin Jankovski authored
Set EE_PACKAGE variable for triggers See merge request !1982
-
Valery Sizov authored
-
Douwe Maan authored
Add per page to user autocomplete (EE) See merge request !1991
-
kushalpandya authored
-
kushalpandya authored
-
kushalpandya authored
-
kushalpandya authored
-
Fatih Acet authored
Fix up some notes tech debt -- EE merge edition See merge request !1911
-
Balasankar C authored
-
Sean McGivern authored
Remove double `gitlab_usage_ping_worker` cron job See merge request !1998
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Bob Van Landuyt authored
-
- 28 May, 2017 2 commits
-
-
Stan Hu authored
-
Stan Hu authored
If the merge request can be rebased based on the history of the commits, users attempting to view the merge request would hit an Error 500. This occurred because `user_can_push_to_source_branch?` would be called on a non-existent project. Closes gitlab-org/gitlab-ce#33011
-
- 27 May, 2017 3 commits
-
-
Robert Speicher authored
Fix failing EE builds due to blacklisted Web connections Closes #2507 See merge request !1995
-
Stan Hu authored
Fix bug where files over 2 GB would not be saved in Geo tracking DB See merge request !1992
-
Stan Hu authored
If unicorn_spec.rb were run before Elasticsearch specs, it would disable all outbound network connections, which would prevent the latter from being able to communicate with Elasticsearch in CI. To fix this, we restore the original WebMock settings after finishing the spec. Closes #2507
-
- 26 May, 2017 1 commit
-
-
Clement Ho authored
-