- 04 Jan, 2019 11 commits
-
-
GitLab Bot authored
-
Evan Read authored
Documentation: Make correction to URL, from https://about.gitab.com/handbook/documentation/... See merge request gitlab-org/gitlab-ce!24137
-
https://about.gitab.com/handbook/documentation/carla authored
Make correction to URL, from https://about.gitab.com/handbook/documentation/ to https://about.gitlab.com/handbook/documentation/ (I searched to see if this is a duplicate of an existing fix, didn't find one)
-
Evan Read authored
Geo: Improve non-Omnibus database documentation Closes #8221 See merge request gitlab-org/gitlab-ee!8917
-
Michael Kozono authored
-
GitLab Bot authored
-
Evan Read authored
Update `include` parameter usage description See merge request gitlab-org/gitlab-ce!24118
-
Evan Read authored
Update `include` parameter usage description See merge request gitlab-org/gitlab-ee!8874
-
Evan Read authored
Clean up the GPG docs and mention push rules Closes gitlab-ce#42363 See merge request gitlab-org/gitlab-ee!8975
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Fix clone URL not showing if protocol is HTTPS Closes #55896 See merge request gitlab-org/gitlab-ce!24131
-
- 03 Jan, 2019 29 commits
-
-
GitLab Bot authored
-
Fatih Acet authored
Resolve "Add markdown editing buttons to the file editor" Closes #27861 See merge request gitlab-org/gitlab-ce!23480
-
GitLab Bot authored
-
Kamil Trzciński authored
Add Knative metrics to Prometheus See merge request gitlab-org/gitlab-ce!23972
-
Douglas Barbosa Alexandre authored
Geo: Ignore invalid attributes when updating Geo node status Closes #8966 See merge request gitlab-org/gitlab-ee!8957
-
Stan Hu authored
GitLab 11.6.2 fixed the case for HTTP. However, HTTPS still did not work because the protocol returned to `http_enabled?` was the actual protocol in use (e.g. `https` instead of `http`). Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55896
-
Douglas Barbosa Alexandre authored
Geo: Fix metrics updates when secondary nodes are cached Closes #9000 See merge request gitlab-org/gitlab-ee!8981
-
GitLab Bot authored
-
Chris Baumbauer authored
-
Kamil Trzciński authored
Refactor tracing settings See merge request gitlab-org/gitlab-ee!8983
-
Clement Ho authored
Added Comment to user avatar Image, Changed Fixtures to created ones, added shadow color See merge request gitlab-org/gitlab-ce!23768
-
Stan Hu authored
If replication has not caught up properly on the secondary, it was possible for a primary Geo node to attempt an update of the GeoNodeStatus entry with a `nil` ID, resulting in an Error 500. We handle this in two ways: 1. On the primary, ignore `id` and other unknown attributes. 2. On the secondary, never send `id`. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8966
-
Stan Hu authored
Due to https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8802, `Gitlab::Geo.secondary_nodes` can return an Array instead of an ActiveRecord relation if the value is retrieved from the cache. Fix this by using `each` instead of `find_each`, since loading a few GeoNode records into memory shouldn't be a big deal. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/9000
-
Douglas Barbosa Alexandre authored
Fix missing QA selector in note_form.vue Closes #9033 See merge request gitlab-org/gitlab-ee!9010
-
GitLab Bot authored
-
Annabel Dunstone Gray authored
Integrate mobile CSS framework into specific frameworks Closes #54386 See merge request gitlab-org/gitlab-ce!23301
-
GitLab Bot authored
-
Annabel Dunstone Gray authored
Force popover-header to size 14px instead of rems Closes gitlab-ee#8941 See merge request gitlab-org/gitlab-ce!24065
-
Clement Ho authored
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22985 was merged 3 hours ago, but the CE->EE merge in 04a8d3aa dropped the changes in EE because of conflicts. Restore this selector so master is no longer broken. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/9033
-
Annabel Dunstone Gray authored
Remove dash on issue weight for unauthorized users Closes #8888 See merge request gitlab-org/gitlab-ee!8882
-
GitLab Bot authored
-
Kushal Pandya authored
CE Port of "(Part 1) FE multiple approval rules settings - empty state" See merge request gitlab-org/gitlab-ce!24087
-
GitLab Bot authored
-
Clement Ho authored
Add rel=me to user's website link See merge request gitlab-org/gitlab-ce!24089
-
Peter Leitzen authored
-
Peter Leitzen authored
* Add Projects::Operations::UpdateService * Remove EE::TracingSettingService
-
Peter Leitzen authored
-
Peter Leitzen authored
-