- 21.06.2019 12 коммитов
-
-
Krasimir Angelov создал
Instead of creating environment and deployment on build creation add this as a new prerequisite for builds. This way we are not going to unnecessary create records (e.g. for builds with manual start). Fix specs that assume environment and deployment will be created immediately when build is created. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/27644.
-
Thong Kuah создал
Migrate managed clusters that aren't using managed features to unmanaged Closes #62772 See merge request gitlab-org/gitlab-ce!29251
-
Thong Kuah создал
Migrate clusters with no token to unmanaged Closes #62772 See merge request gitlab-org/gitlab-ce!29648
-
Mayra Cabrera создал
Omit issues links in merge request entity API response Closes #63546 See merge request gitlab-org/gitlab-ce!29917
-
Evan Read создал
using_docker_images.md: fix config.json path See merge request gitlab-org/gitlab-ce!29791
-
Stan Hu создал
The merge request widget has a section that includes which issues may be closed or mentioned based on the merge request description. The problem is that rendering and redacting Markdown can be expensive, especially since the browser polls for the data every 10 seconds. Since these links don't change much and are just nice to have, we only load them on first page load. The frontend will use the existing data if the data doesn't appear on subsequent requests. This saves about 30% of the rendering time of this endpoint, which adds up to significant savings considering that `MergeRequestsController#show.json` is called over a million times a day on GitLab.com. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63546
-
Evan Read создал
Make deploy_boards doc clearer about its requirements See merge request gitlab-org/gitlab-ce!29682
-
João Cunha создал
-
Tiger создал
There are clusters that have Kubernetes namespaces stored which are missing a service account token. These namespaces are unable to be used for deployments, so marking the clusters as unmanaged will allow the platform credentials to be used instead.
-
Evan Read создал
Update Grafana and GitLab Monitor in component list See merge request gitlab-org/gitlab-ce!29537
-
Stan Hu создал
This commit checks off two of the three components in the table that we added for the CEO Challenge in Contribute 2019: * Grafana: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3272 * GitLab Monitor: https://gitlab.com/charts/gitlab/merge_requests/787
-
Mark Lapierre создал
Update docs on how to run E2E tests See merge request gitlab-org/gitlab-ce!29823
-
- 20.06.2019 28 коммитов
-
-
-
Achilleas Pipinellis создал
Add documentation on epic add/remove child relations quick actions See merge request gitlab-org/gitlab-ce!29860
-
Mayra Cabrera создал
Use next_instance_of instead of any_instance_of See merge request gitlab-org/gitlab-ce!29905
-
Robert Speicher создал
Backport changes made by EE to various YAML configuration files See merge request gitlab-org/gitlab-ce!29606
-
Bob Van Landuyt создал
For prepended classes, we need to use `expect_next_instance_of` instead of RSpecs `any_instance_of` variants.
-
Sean McGivern создал
Errors in application settings panel shows wrong panel See merge request gitlab-org/gitlab-ce!25434
-
Sean McGivern создал
Fixed failing GraphQL file import Closes #63527 See merge request gitlab-org/gitlab-ce!29900
-
Mek Stittri создал
Improve bug severity definitions and consolidate guidance for clarity See merge request gitlab-org/gitlab-ce!29694
-
Mek Stittri создал
-
Sean McGivern создал
Add embedding support to metrics_dashboard See merge request gitlab-org/gitlab-ce!29696
-
Sarah Yasonik создал
This commits adds support for metrics dashboards for embedding. If the flag 'embedded' is provided to the environments/id/metrics_dashboard endpoint, the response will be suitable for embedding in issues or other content. This is a precursor for support for embedding metrics in GFM.
-
Phil Hughes создал
-
Zeger-Jan van de Weg создал
Gitaly data wasn't available to the team, an this change is a first iteration towards understanding what data we need and how to interpret it. Later more values will be added. For now the most important thing is the filesystem String Array, as that includes data on ext4 exposure and NFS. Part of: https://gitlab.com/gitlab-org/gitlab-ce/issues/60602
-
Filipa Lacerda создал
Render last commit widget with Vue Closes #62766 See merge request gitlab-org/gitlab-ce!29419
-
Yorick Peterse создал
To make this happen, we need to conditionally add the group_saml strategy when running tests, but only on EE. This requires some changes to Gitlab.ee? so that it can be used before/without loading the Rails environment. We also have to change how we require a few files, so this can run outside of Rails.
-
Yorick Peterse создал
-
Yorick Peterse создал
-
Ash McKenzie создал
Gitlab::JsonCache#parse_value ensure string Closes #63510 See merge request gitlab-org/gitlab-ce!29885
-
-
-
Achilleas Pipinellis создал
Docs: Link issue statistics api endpoint in the docs See merge request gitlab-org/gitlab-ce!29855
-
Achilleas Pipinellis создал
Update Docs for Container Registry API Delete Endpoints See merge request gitlab-org/gitlab-ce!29709
-
Jason Goodman создал
-
Alexandru Croitor создал
-
Achilleas Pipinellis создал
Add version text and edit section See merge request gitlab-org/gitlab-ce!29875
-
Evan Read создал
-
Achilleas Pipinellis создал
Edit new Zoom call link content See merge request gitlab-org/gitlab-ce!29878
-
Evan Read создал
-