- 19 Mar, 2019 1 commit
-
-
Grzegorz Bizon authored
Make runners token encryption to be optional See merge request gitlab-org/gitlab-ce!26223 (cherry picked from commit bfe4bdcc) 851697a8 Make runners token encryption to be optional
-
- 06 Mar, 2019 1 commit
-
-
Kamil Trzciński authored
This makes code to support encrypted runner tokens. This code also finished previously started encryption process.
-
- 06 Feb, 2019 3 commits
-
-
Jan Provaznik authored
Cached markdown version is composed both from global and local markdown version. This allows admins to bump version locally when needed (e.g. when external URL is changed).
-
Fabian Schneider authored
-
Fabian Schneider authored
-
- 19 Dec, 2018 2 commits
-
-
Lin Jen-Shin authored
-
Rémy Coutable authored
This replaces the use of fake_application_settings with `::ApplicationSetting.build`_from_defaults. The reason is that `fake_application_settings` doesn't have the custom accessors that `ApplicationSetting` has, e.g. `#commit_email_hostname`, thus this can lead to unexpected `nil` values which comes from the database column instead of `.default_commit_email_hostname` returned by `ApplicationSetting#commit_email_hostname`. Using `::ApplicationSetting.build_from_defaults` should be safe as it doesn't try to `INSERT` a DB record, in contrary to `::ApplicationSetting.create_from_defaults` which we used to use, and which created issues that the introduction of `fake_application_settings` tried to resolve (575dced5). Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 29 Nov, 2018 1 commit
-
-
Alexis Reigel authored
-
- 15 Nov, 2018 1 commit
-
-
Grzegorz Bizon authored
-
- 07 Nov, 2018 1 commit
-
-
Tiago Botelho authored
The private commit email is automatically generated in the format: id-username@noreply.HOSTNAME GitLab instance admins are able to change the HOSTNAME portion, that defaults to Gitlab's hostname, to whatever they prefer.
-
- 05 Nov, 2018 1 commit
-
-
Kamil Trzciński authored
The soft-archived builds cannot be run after some deadline time. The intent is to aggressively recycle old builds after sometime.
-
- 13 Oct, 2018 1 commit
-
-
Stan Hu authored
This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
-
- 10 Oct, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0.
-
- 01 Oct, 2018 1 commit
-
-
Oswaldo Ferreira authored
- Creates a new column to hold the single patch limit value on application_settings - Allows updating this value through the application_settings API - Calculates single diff patch collapsing limit based on diff_max_patch_bytes column - Updates diff limit documentation - Adds documentation (with warning) as of how one can update this limit
-
- 24 Sep, 2018 1 commit
-
-
Valery Sizov authored
We remove this feature as it never worked properly
-
- 12 Sep, 2018 1 commit
-
-
Stan Hu authored
Adding extra whitespace in the DSN could prevent the server from starting due to InvalidURIErrors in sentry-raven. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49621
-
- 07 Sep, 2018 1 commit
-
-
Jan Provaznik authored
-
- 30 Aug, 2018 1 commit
-
-
Roger Rüttimann authored
-
- 08 Aug, 2018 1 commit
-
-
Ævar Arnfjörð Bjarmason authored
This fixes gitlab-org/gitlab-ce#49953, as noted in the documentation this feature is intended to be used when SSH certificates are enabled. Then this warning becomes not only pointless, but also misleading. This builds on top of gitlab-org/gitlab-ce!21009 since both need to modify the same documentation, which avoids a merge conflict. See also the gitlab-org/gitlab-ce#49218 issue and associated merge request.
-
- 06 Aug, 2018 2 commits
-
-
Bob Van Landuyt authored
This reverts merge request !21044
-
Bob Van Landuyt authored
Making the migrations and the default do the right thing in the first place. This makes 20180806094307 a no-op.
-
- 01 Aug, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 31 Jul, 2018 2 commits
-
-
Luke Bennett authored
-
Luke Bennett authored
-
- 30 Jul, 2018 1 commit
-
-
Marcel Amirault authored
-
- 27 Jul, 2018 3 commits
-
-
Luke Bennett authored
-
Sean McGivern authored
This reverts merge request !20679
-
gfyoung authored
Partially addresses #47424.
-
- 26 Jul, 2018 1 commit
-
-
Luke Bennett authored
-
- 10 Jul, 2018 1 commit
-
-
Dennis Tang authored
-
- 26 Jun, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 31 May, 2018 1 commit
-
-
Francisco Javier López authored
-
- 30 May, 2018 1 commit
-
-
Francisco Javier López authored
-
- 29 May, 2018 1 commit
-
-
Rémy Coutable authored
Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set when retrieved from cache Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 23 May, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 07 May, 2018 1 commit
-
-
Tiago Botelho authored
-
- 04 May, 2018 1 commit
-
-
Bob Van Landuyt authored
This allows admins to define terms in the application settings. Every time the terms are adjusted, a new version is stored and becomes the 'active' version. This allows tracking which specific version was accepted by a user.
-
- 21 Mar, 2018 1 commit
-
-
Douwe Maan authored
Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2337
-
- 15 Mar, 2018 1 commit
-
-
Stan Hu authored
This is most a backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4987/diffs but includes other columns that use column_exists? in a way that may cause unnecessary schema loads.
-
- 22 Jan, 2018 1 commit
-
-
Matija Čupić authored
-