Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-05Allow to make builds soft-archived.Kamil Trzciński
The soft-archived builds cannot be run after some deadline time. The intent is to aggressively recycle old builds after sometime.
2018-10-13Remove Koding integration and documentationStan Hu
This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
2018-10-10Remove Git circuit breakerZeger-Jan van de Weg
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.
2018-10-02Merge branch 'ce-7763-failure-in-geo-rb' into 'master'Douglas Barbosa Alexandre
[QA] Improve admin hashed-storage settings See merge request gitlab-org/gitlab-ce!22045
2018-10-02[QA] Improve admin hashed-storage settingsRémy Coutable
This was introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7371 for which no QA was run, even though QA files were changed. This is a follow-up to https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7531. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-01Make single diff patch limit configurableOswaldo Ferreira
- 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
2018-09-24Remove background job throttling featureValery Sizov
We remove this feature as it never worked properly
2018-09-20Merge branch '44998-split-admin-settings-into-multiple-sub-pages' into 'master'Dmitriy Zaporozhets
Resolve "Split admin settings into multiple sub pages" Closes #44998 See merge request gitlab-org/gitlab-ce!21467
2018-09-19Utilize expanded_by_defaultMartin Wortschack
2018-09-18Adds translationsMartin Wortschack
2018-09-17Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault
2018-09-14Adds 'Snowplow' section to IntegrationsMartin Wortschack
2018-09-14Moves 'External Authorization' before 'Web terminal'Martin Wortschack
2018-09-14Removes duplicated sectionsMartin Wortschack
2018-09-11remove 'Geo' and 'Templates' template from CE and display menu items for EE onlyMartin Wortschack
2018-09-11merge master and resolve conflictsMartin Wortschack
2018-09-10use referer for redirect instead of hidden field param from partialsMartin Wortschack
2018-09-07Add receive_max_input_size setting to Application settingsRubén Dávila
If user has configure the setting then it will be passed to gitlab-shell and gitlab-workhorse
2018-09-07fix broken pathMartin Wortschack
2018-09-06merge master and resolve conflictsMartin Wortschack
2018-09-06add breadcrumb and page title for sub pages on admin settingsMartin Wortschack
2018-09-06add 'redirect_path' parameter to formsMartin Wortschack
2018-09-06Resolve "Remove usage ping payload from Cohorts, add to Settings"Luke Bennett
2018-09-05remove trailing whitespacesMartin Wortschack
2018-09-05fix qa selectorMartin Wortschack
2018-09-05adds 'Geo' sub page to application settingsMartin Wortschack
2018-09-04split application settings into multiple sub pagesMartin Wortschack
2018-09-04Conditional partial rendering for EE in application settingsMartin Wortschack
2018-08-30Allow whitelisting for "external collaborator by default" settingRoger Rüttimann
2018-08-17doc: ci/yaml expire_in: the value is in secondsElan Ruusamäe
2018-08-15Merge branch 'backport-5986-license-templates' into 'master'Robert Speicher
Core backports from the Premium license templates feature See merge request gitlab-org/gitlab-ce!21212
2018-08-15Changes /admin/application_settings to support template repository selection ↵Nick Thomas
in EE
2018-08-08Add ability suppress the global "You won't be able [use] SSH" messageÆvar Arnfjörð Bjarmason
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.
2018-08-07Web IDE & CodeSandboxPhil Hughes
This enables JavaScripts projects to have live previews straight in the browser without requiring any local configuration. This uses the CodeSandbox package `sandpack` to compile it all inside of an iframe. This feature is off by default and can be toggled on in the admin settings. Only projects with a `package.json` and a `main` key are supported. Updates happen in real-time with hot-reloading. We just watch for changes to files and then send them to `sandpack` to allow it to reload the iframe. The iframe includes a very simple navigation bar, the text bar is `readonly` to stop users navigating away from the preview and the back and forward buttons just pop/splice the navigation stack which is tracked by a listener on `sandpack` There is a button inside the iframe which allows the user to open the projects inside of CodeSandbox. This button is only visible on **public** projects. On private or internal projects this button get hidden to protect private code being leaked into an external public URL. Closes #47268
2018-08-07Resolve "Improve Auto DevOps settings flow for admin and project"Mike Greiling
2018-08-06ensure all admin settings panels remain open after form submissionMike Greiling
2018-08-05Merge branch '6860-FE-instance-level-project-templates' into 'master'Tim Zallmann
Backport changes from gitlab-ee!6740 See merge request gitlab-org/gitlab-ce!21012
2018-08-03backport changes from ↵Lukas Eipert
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6740
2018-08-03Resolve "Hashed storage: extend "Enable hashed storage for all new projects" ↵Valery Sizov
to "for all new and renamed projects""
2018-07-30missing i18n, the sequelLuke Bennett
2018-07-27Add instance_statistics_visibility_private application setting and top nav iconLuke Bennett
2018-07-27Create instance_statistics namespace and move convdev index and cohorts to itLuke Bennett
2018-07-27Revert "Merge branch '41416-making-instance-wide-data-tools-more-accessible' ↵Sean McGivern
into 'master'" This reverts merge request !20679
2018-07-26Add instance_statistics_visibility_private application setting and top nav iconLuke Bennett
2018-07-26Create instance_statistics namespace and move convdev index and cohorts to itLuke Bennett
2018-07-20Replace label-light with label-bold. Because it's bold, not lightAnnabel Dunstone Gray
2018-07-10Resolve "Disable GCP free credit banner at instance level"Dennis Tang
2018-06-26port the EE changesMicaël Bergeron
2018-06-22make the pseudonymizer application settings EE-CE friendlyMicaël Bergeron
2018-06-13Merge branch 'qa-271' into 'master'Rémy Coutable
Resolve two QA failures Closes gitlab-qa#271 See merge request gitlab-org/gitlab-ce!19655