- 16 Nov, 2017 13 commits
-
-
Sean McGivern authored
Removed dependent constraint! Closes #4024 See merge request gitlab-org/gitlab-ee!3377
-
Francisco Javier López authored
-
Nick Thomas authored
Geo: Expire and resync attachments from renamed projects in secondary nodes when using legacy storage See merge request gitlab-org/gitlab-ee!3259
-
Gabriel Mazetto authored
Geo: Expire and resync attachments from renamed projects in secondary nodes when using legacy storage
-
Rémy Coutable authored
Simplify docs review script ee Closes #3931 See merge request gitlab-org/gitlab-ee!3399
-
Marin Jankovski authored
PG HA: Rework headings to get unique links Closes gitlab-org/build/team-tasks#30 See merge request gitlab-org/gitlab-ee!3419
-
Richard Clamp authored
As the flow of the PG HA documentation needs you to keep in mind several roles, and visit them at multiple steps of the process, we end up with mutiple headings called `Consul`, `PostgreSQL`, `Database`, and `Pgbouncer`. These headings become HTML anchors so a user can link to a particular section of the document, but when needing to link to the Post-configure of Consul you'd end up at the Consul section in user information. Here we reword the headings. They are less terse, but it allows for deep-linking. https://gitlab.com/gitlab-org/build/team-tasks/issues/30
-
Sean McGivern authored
Docs for epics See merge request gitlab-org/gitlab-ee!3393
-
Victor Wu authored
-
Sean McGivern authored
Port WikiService.WikiGetAllPages RPC migration to EE See merge request gitlab-org/gitlab-ee!3408
-
Douwe Maan authored
Resolves error when using a bad formatted URL on "Pull from remote" & "Push to remote" sections Closes #833 See merge request gitlab-org/gitlab-ee!3389
-
Achilleas Pipinellis authored
We need to make room for Runner and Omnibus docs. This change makes sure the correct values are defined based on CI_PROJECT_NAME.
-
Stan Hu authored
Remove the full-scan option from the Geo log cursor Closes #4050 See merge request gitlab-org/gitlab-ee!3412
-
- 15 Nov, 2017 27 commits
-
-
Mayra Cabrera authored
- Adds rescue clase to import_url method - Ensure RemoteMirror model also validates the url Closes #833
-
Nick Thomas authored
This option was undocumented and is not generally useful, and the code is difficult to maintain.
-
Jacob Schatz authored
Add create epic Closes #3937 and gitlab-org/build/team-tasks#33 See merge request gitlab-org/gitlab-ee!3293
-
Jarka Kadlecova authored
-
Nick Thomas authored
Make GeoLogCursor Highly Available Closes #2917 See merge request gitlab-org/gitlab-ee!3305
-
James Lopez authored
-
Alejandro Rodríguez authored
-
Sean McGivern authored
Add epics to EEU license Closes #3731 See merge request gitlab-org/gitlab-ee!3387
-
Sean McGivern authored
Fix permissions check for destroy epic-issue link Closes #4044 See merge request gitlab-org/gitlab-ee!3403
-
Marin Jankovski authored
Explain how to generate POSTGRESQL_PASSWORD_HASH Closes gitlab-org/build/team-tasks#39 See merge request gitlab-org/gitlab-ee!3404
-
Stan Hu authored
check if the GeoNode table exists before checking its state Closes #3334 See merge request gitlab-org/gitlab-ee!3298
-
Rémy Coutable authored
Move merge service specs to EE module See merge request gitlab-org/gitlab-ee!3383
-
Richard Clamp authored
POSTGRESQL_PASSWORD_HASH as with other postgresql password hashes, is generated from md5(password + username). The previous description suggested it was just a hash of POSTGRESQL_USER_PASSWORD, which leads to authentication failures Closes https://gitlab.com/gitlab-org/build/team-tasks/issues/39
-
Jarka Kadlecova authored
-
Marin Jankovski authored
Specify which password should be used on Pgbouncer Closes gitlab-org/build/team-tasks#37 See merge request gitlab-org/gitlab-ee!3400
-
Jarka Kadlecova authored
-
Jarka Kadlecova authored
-
Jarka Kadlecova authored
-
Richard Clamp authored
It was a little unclear which password we should specify; it turns out it's the pgbouncer password, which is used by consul to signal to the pgbouncer service it should reload. https://gitlab.com/gitlab-org/build/team-tasks/issues/37
-
Sean McGivern authored
Fix docs to label file locking as EEP-only See merge request gitlab-org/gitlab-ee!3394
-
Marin Jankovski authored
Introduce default usernames earlier Closes gitlab-org/build/team-tasks#34 See merge request gitlab-org/gitlab-ee!3398
-
Marin Jankovski authored
Update the sample `consul members` Closes gitlab-org/build/team-tasks#35 See merge request gitlab-org/gitlab-ee!3397
-
Richard Clamp authored
`CONSUL_USERNAME` and `PGBOUNCER_USERNAME` are used to derive `CONSUL_PASSWORD_HASH` and `PGBOUNCER_PASSWORD_HASH`, so we should let the user know their default values so we're not expecting them to jump forward to the notes on the service. https://gitlab.com/gitlab-org/build/team-tasks/issues/34
-
Rémy Coutable authored
CE Upstream - Monday Closes gitlab-qa#99, gitaly#681, gitlab-qa#88 et gitlab-ce#31811 See merge request gitlab-org/gitlab-ee!3365
-
Richard Clamp authored
Upon reaching this step in the documentation we should have added 7 nodes to the consul environment; 3 servers, 4 clients, so update the output to reflect that. Additionally 10.1.2 uses the name `gitlab_consul` for its DC, so bring that into line. https://gitlab.com/gitlab-org/build/team-tasks/issues/35
-
Phil Hughes authored
Remove approvals when in empty MR widget state Closes gitlab-ce#39009 See merge request gitlab-org/gitlab-ee!3376
-
Filipa Lacerda authored
-