- 20 Jul, 2020 25 commits
-
-
Alex Kalderimis authored
Adds a new columns on events (fingerprint) and an index on fingerprint and target_type
-
Phil Hughes authored
Use `_` as default character for emphasis and `*` for strong text See merge request gitlab-org/gitlab!36965
-
Enrique Alcántara authored
Allow to configure which syntax is used in the Static Site Editor to make text bold or emphasized
-
Grzegorz Bizon authored
Merge branch '15356-make-it-possible-to-define-a-cartesian-product-matrix-for-build-jobs' into 'master' Make it possible to define a cartesian product/matrix for build jobs See merge request gitlab-org/gitlab!33705
-
Marius Bobin authored
This commit adds the entities classes required to parse and validate matrix style builds.
-
Lin Jen-Shin authored
Include prometheus common metrics config in CI db-patterns Closes #229443 See merge request gitlab-org/gitlab!37284
-
Phil Hughes authored
Resolve "Show full commit message by default in merge request diff" Closes #211762 See merge request gitlab-org/gitlab!27981
-
Gilang Gumilar authored
-
Heinrich Lee Yu authored
Clean status_reason on make_externally_ cluster apps transitions See merge request gitlab-org/gitlab!36913
-
Heinrich Lee Yu authored
Use already defined commit id constant See merge request gitlab-org/gitlab!37166
-
Grzegorz Bizon authored
Add internal Kubernetes Agent API See merge request gitlab-org/gitlab!33228
-
Tiger Watson authored
Changes limit for terraform artifacts to 5MB Closes #220522 See merge request gitlab-org/gitlab!37018
-
Marcel Amirault authored
Add headers in syntax of env variable expressions section See merge request gitlab-org/gitlab!36006
-
Ben Bodenmiller authored
-
Albert Salim authored
The file config/prometheus/common_metrics.yml is used by Gitlab::DatabaseImporters::CommonMetrics::Importer. It is in turn used by ChangeVariableInterpolationFormatInCommonMetrics and its spec
-
Ray Paik authored
Update forking_workflow.md See merge request gitlab-org/gitlab!37275
-
Ezekiel Kigbo authored
Add predefined network policies to the network policy list See merge request gitlab-org/gitlab!36257
-
Suzanne Selhorn authored
Document manual container tag cleanup script See merge request gitlab-org/gitlab!36794
-
-
James Fargher authored
Improve base_parser_spec by asserting response values See merge request gitlab-org/gitlab!36961
-
Thong Kuah authored
Move transfer service package logic specs to core [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!37264
-
Russell Dickenson authored
Add docs for multiline comments See merge request gitlab-org/gitlab!37114
-
Justin Boyson authored
Update screenshot for code review
-
ap4y authored
Recently added artifact parsing added 2 new transitions. This MR adds a status_reason cleanup for this transitions to prevent ambigious states.
-
Thong Kuah authored
Fix order-dependent Geo spec failure Closes #230333 See merge request gitlab-org/gitlab!37280
-
- 19 Jul, 2020 7 commits
-
-
Stan Hu authored
Currently `before_all` doesn't rollback data properly between examples when the data is in the Geo tracking database. We use `before` instead of `before_all` to avoid polluting data data across examples. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/230333
-
Russell Dickenson authored
Add query optimization examples in Telemetry guide See merge request gitlab-org/gitlab!37190
-
Alina Mihaila authored
-
ap4y authored
This commit adds a predefined policies to the network policies list. This allows users to quickly try out network policies against deployment platform.
-
Thong Kuah authored
This enables re-use of authorization code. Also make use to Rails' Token authorization code
-
Thong Kuah authored
- Return agent_id in response if present - Receive token via Authorization header Use standard way for Authorization which is the header. We currently not care about the Authorization type but may enforce this in future Adds /project_info endpoint. Only for public projects. We will sort out authorization for internal and private projects later Remove need to hack around InternalHelpers. InternalHelpers assumes an actor (we don't have it) and params (don't have that either). So get the required data directly instead.
-
Thong Kuah authored
- cluster_agent - cluster_agent_tokens Adds encrypted token using TokenAuthenticatable module Add has_many :cluster_agents Add to spec all_models.yml checklist. cluster_agents should not be exported as part of project export, so not putting in import_export.yml.
-
- 18 Jul, 2020 8 commits
-
-
matthew authored
-
matthew authored
-
Stan Hu authored
Add support for Mermaid diagram in AsciiDoc See merge request gitlab-org/gitlab!36127
-
Guillaume Grossetie authored
-
Giorgenes Gelatti authored
Move transfer service related specs of npm packages to core.
-
Thong Kuah authored
Removed deprecated ECS template Closes #220821 See merge request gitlab-org/gitlab!36143
-
Etienne Baqué authored
-
Dan Davison authored
Add AutoDevOps template validation spec Closes gitlab-org/quality/testcases#762 See merge request gitlab-org/gitlab!22254
-