- 18 Jun, 2019 31 commits
-
-
Zeger-Jan van de Weg authored
The feature flag has been introduced an was turned off by default, now the it will default to be turned on. That change would still allow users to turn this feature off by leveraging the Rails console by running: `Feature.disable("gitaly_catfile-cache")` Another option is to manage the number of items the LRU cache will contain, by updating the `config.toml` for Gitaly. This would be the `catfile_cache_size`: https://gitlab.com/gitlab-org/gitaly/blob/0dcb5c579e63754f557aef91a4fa7a00e5b8b127/config.toml.example#L27 Closes: https://gitlab.com/gitlab-org/gitaly/issues/1712
-
Zeger-Jan van de Weg authored
The GitalyClient held a lot of logic which was all very tightly coupled. In this instance the feature logic was extracted to make it do just a little less and create a bit more focus in the GitalyClient's responsibilies.
-
Grzegorz Bizon authored
Introduce default: for gitlab-ci.yml Closes #62732 See merge request gitlab-org/gitlab-ce!24627
-
Kamil Trzciński authored
This moves all existing `image/services/before_script/variables` into `default:`. This allows us to easily add a default and top-level entries. `default`: is keep backward compatible: to be considered to be job if `default:script:` is specified. This behavior should be removed. All existing `image/services/before_script/variables` are properly handled in root context.
-
Douwe Maan authored
Upgrade asciidoctor version to 2.0.10 and change method names in html5_converter Closes #63304 See merge request gitlab-org/gitlab-ce!29741
-
Filipa Lacerda authored
Import bootstrap styles from gitlab-ui See merge request gitlab-org/gitlab-ce!26165
-
Ramya Authappan authored
Add script for creating an MR with many commits See merge request gitlab-org/gitlab-ce!29762
-
Nick Thomas authored
Docs: Fixes all the alert boxes in "reduce repo size" Closes #61472 See merge request gitlab-org/gitlab-ce!29680
-
Marcia Ramos authored
-
Lin Jen-Shin authored
Fix flaky time related failure in spec/models/ci/pipeline_schedule_spec.rb Closes #62760 See merge request gitlab-org/gitlab-ce!29778
-
Phil Hughes authored
Remove support for creating non-RBAC kubernetes clusters Closes #55902 See merge request gitlab-org/gitlab-ce!29614
-
Hordur Freyr Yngvason authored
-
Sanad Liaquat authored
Also does a lot of cleanup and refactoring
-
Phil Hughes authored
Fix IDE commit to use start_ref See merge request gitlab-org/gitlab-ce!29769
-
Phil Hughes authored
Resolve "The GraphQL query for the MR popover failes on the frontend" Closes #63261 See merge request gitlab-org/gitlab-ce!29712
-
Heinrich Lee Yu authored
Also removes test from quarantine
-
Grzegorz Bizon authored
Enforce template inclusion in pipelines - CE See merge request gitlab-org/gitlab-ce!29296
-
Sean McGivern authored
Search issuables by iids Closes #39908 and #30974 See merge request gitlab-org/gitlab-ce!28302
-
Riccardo Padovani authored
-
Rémy Coutable authored
Only push to assets-compile-cache when in master See merge request gitlab-org/gitlab-ce!28854
-
Lin Jen-Shin authored
Backport EE changes to config/application.rb See merge request gitlab-org/gitlab-ce!29557
-
Thong Kuah authored
Add index to events and audit_events tables Closes gitlab-com/Product#309 See merge request gitlab-org/gitlab-ce!29194
-
Evan Read authored
Update GraphQL document to mention that epics are supported See merge request gitlab-org/gitlab-ce!29777
-
Evan Read authored
Add note about nested variables for GIT_CLONE_PATH See merge request gitlab-org/gitlab-ce!29590
-
Steve Azzopardi authored
The variable $GIT_CLONE_PATH does not support nested variables, it will only expand the variables once, not more. reference https://gitlab.com/gitlab-org/gitlab-runner/issues/4319
-
Mark Lapierre authored
[QA] Test push limit with admin user Closes gitlab-org/quality/staging#37 See merge request gitlab-org/gitlab-ce!29036
-
Mark Lapierre authored
Uses `:requires_admin` metadata to specify that a test needs an admin user. Sets the push file size limit test to require an admin user. With an admin access token set as the env var GITLAB_QA_ADMIN_ACCESS_TOKEN, the push size limit test now only uses the API and CLI
-
Mark Lapierre authored
Fixing an old quarantined test Closes gitlab-org/quality/staging#50 See merge request gitlab-org/gitlab-ce!28643
-
Thong Kuah authored
Allow switching clusters between managed/unmanaged Closes #60617 See merge request gitlab-org/gitlab-ce!29322
-
Thong Kuah authored
Make Kubernetes service templates readonly See merge request gitlab-org/gitlab-ce!29044
-
James Fargher authored
We are deprecating this service in favor of instance wide clusters. Therefore we removed some code that is not anymore needed for a readonly cluster and also we added some flags to allow for this deprecation. These flags are to be removed in the next release when we finally completelly remove KubernetesService.
-
- 17 Jun, 2019 9 commits
-
-
Thong Kuah authored
Migrate Kubernetes service integration templates to clusters See merge request gitlab-org/gitlab-ce!28534
-
Brett Walker authored
-
Ash McKenzie authored
Index on created_at, author_id
-
Mike Lewis authored
Updated docs for Merge Trains See merge request gitlab-org/gitlab-ce!29771
-
Tiger authored
Any resources created while the cluster was managed will be untouched, allowing users to set/unset this flag as they please.
-
Thong Kuah authored
Don't use Kubernetes namespaces with no token See merge request gitlab-org/gitlab-ce!29643
-
Andreas Brandl authored
Add index on invite-email to members See merge request gitlab-org/gitlab-ce!29768
-
Dan Davison authored
CE port of "Add test for git http operations for SSO enforced SAML group" See merge request gitlab-org/gitlab-ce!29550
-
Dan Davison authored
[CE] Validate page after visit in block See merge request gitlab-org/gitlab-ce!29524
-