- Aug 01, 2018
-
-
Thong Kuah authored
Fix up VERSION for each of the applications * There is no 0.0.1 helm version for jupyterhub. Use the latest version instead * `:nginx` is not a valid chart version. Lock the ingress application GitLab installs to the latest chart version. * Use the latest gitlab-runner chart to prevent GitLab installing older versions when users have been installing the lastest version Always install from the VERSION and not the database `version` column. This should fix cases like https://gitlab.com/gitlab-org/gitlab-ee/issues/6795 in the instances where an install command failed previously, which locked the version in the database to an older version. Also, ensure that the version column is updated to the version we are installing. Add specs to show how previously failed appplications will be handled when the helm installation is run again Add changelog entry
-
- Jul 31, 2018
-
-
-
Mayra Cabrera authored
This reverts merge request !20801
-
Stan Hu authored
git-lfs 2.5.0 now sets the Content-Type header instead of hard-coding it to application/octet-stream: https://github.com/git-lfs/git-lfs/pull/3137 To avoid this issue, we explicitly tell the client to use application/octet-stream. Closes #49752
-
Jarka Kadlecova authored
-
Lukas Eipert authored
-
Filipa Lacerda authored
-
Francisco Javier López authored
-
- Jul 30, 2018
-
-
Stan Hu authored
The `ORDER BY created_at DESC` clause causes a sequential scan because there is no index on the `created_at` column. We can sort by `id` or by `updated_at` to make things fast. Closes #49767
-
-
Steve Azzopardi authored
Workhorse was not able to parse the `headers` property since it was expecting a key => array as a structure. Error from workhorse: preAuthorizeHandler: decode authorization response: json: cannot unmarshal string into Go struct field TerminalSettings.Header of type []string Workhorse was not changed since this api is already used for the environment terminals. gitlab-org/gitlab-ce#25990
-
Filipa Lacerda authored
-
Douglas Barbosa Alexandre authored
We should sort by title because name is only an alias for the title attribute on the milestone model.
-
Felipe Artur authored
-
Filipa Lacerda authored
-
Dylan Griffith authored
-
Dylan Griffith authored
-
Dylan Griffith authored
-
Jarka Kadlecova authored
- dont remove todos for authos & assignees - remove todos for project guests
-
Jarka Kadlecova authored
-
Marcel Amirault authored
-
Andreas Brandl authored
This is useful since the current scheme allows us to freely delete any records in internal_ids. If the record is not there, it will get rebuild using the init block. We require passing in 'init for the time being and as long as its not expensive to do so. This makes the scheme a bit more robust. If at some point, this is expensive - we may choose to make this optional while losing the ability to recalculate the value on the fly. Closes #49609.
-
Sean McGivern authored
-
- Jul 29, 2018
-
-
Stan Hu authored
This is in preparation for modifying importers to assign e-mails for only confirmed emails.
-
- Jul 28, 2018
-
-
Stan Hu authored
-
Stan Hu authored
The previous implementation would hit the database each time and provide a dummy response. If the database goes down, this means all application workers would be taken out of service. Simplify this check by using a Rails middleware that intercepts this endpoint and returns a 200 response.
-
Dylan Griffith authored
This is refactoring in the lead up to passing mutual TLS certs for helm applications. As such we expect all applications to need config files so we can remove the logic about which applications need and do not need this (ie `#config_map?`).
-
- Jul 27, 2018
-
-
Stan Hu authored
The icon JSON field has been renamed from icon_status_success to status_success.
-
Tiago Botelho authored
-
Peter Marko authored
-
Toon Claes authored
The References header is an ordered list of mails, and some clients only look at the last mail in the list to determine to which mail the mail is in reply to. Therefore, to be a less obtrusive as possible, put the fallback address first. Some info about the reply key lookup in the References header: https://docs.gitlab.com/ee/administration/reply_by_email.html#how-it-works
-
Sean McGivern authored
This reverts merge request !20679
-
Luke "Jared" Bennett authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Grzegorz Bizon authored
-
Luke Bennett authored
-
Luke Bennett authored
-
Lin Jen-Shin authored
if all methods are also presented in the user.
-
Lin Jen-Shin authored
It's sad that sanitizing is updating the string directly.
-