- 06 Dec, 2019 33 commits
-
-
Andrew Fontaine authored
Using vue test utils instead of raw mounting things for speed.
-
Bob Van Landuyt authored
Show modal before changing project visibility See merge request gitlab-org/gitlab!20170
-
Phil Hughes authored
Shows a confirmation modal before the user changes the projects visibility. https://gitlab.com/gitlab-org/gitlab/issues/33358
-
Phil Hughes authored
Auto update mr widget when new commits are pushed Closes #31236 See merge request gitlab-org/gitlab!19725
-
Samantha Ming authored
- add warning message in ready_to_merge component - display ready_to_merge component instead of sha_mismatch Use BE diffs_path & update tests - pass diffs_path as a prop - update spec to check it contains the same href as prop
-
Martin Wortschack authored
Update dependency @gitlab/eslint-config to v2 See merge request gitlab-org/gitlab!21069
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/spec/javascripts/vue_shared) See merge request gitlab-org/gitlab!21056
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/ee/app/assets/javascripts/[a-l]*) See merge request gitlab-org/gitlab!20997
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/ee/spec/frontend) See merge request gitlab-org/gitlab!20915
-
Stan Hu authored
Resolve "Merge request search: "release tag" filter not working" Closes #38244 See merge request gitlab-org/gitlab!21236
-
Kushal Pandya authored
Styling to avoid wrapping and make button look more like a button Closes #35834 See merge request gitlab-org/gitlab!20176
-
Lee Tickett authored
This should make Danger bot happier
-
Jan Provaznik authored
GraphQL for Sentry error details Closes #34943 See merge request gitlab-org/gitlab!19733
-
Sean Arnold authored
- Squashed commit containing GraphQL changes
-
Takuya Noguchi authored
only for EE-specific contents under /ee/spec/frontend except for ide, vue_mr_widget, and vue_shared. To improve import order rules Set import/order, import/no-cycle, and import/no-unresolved as warn to make this update smoother.
-
Marcel Amirault authored
docs update config ref to include example using YAML anchors for base-variables See merge request gitlab-org/gitlab!20556
-
Matt Callaghan authored
Update README.md to include example of stop environment job using YAML anchors for base-variables AND set GIT_STRATEGY to none.
-
Etienne Baqué authored
-
Etienne Baqué authored
Fixed query in issuable concern file. Added tests accordingly.
-
Takuya Noguchi authored
only for EE-specific contents under /ee/app/assets/javascripts/[a-l]*. To improve import order rules Set import/order, import/no-cycle, and import/no-unresolved as warn to make this update smoother.
-
Ash McKenzie authored
Docs: Add note to restart geo-postgresql when resetting secondary See merge request gitlab-org/gitlab!21271
-
Evan Read authored
Added description on accessing Kubernetes secrets Closes #32689 See merge request gitlab-org/gitlab!20795
-
Viktor Nagy authored
-
Mayra Cabrera authored
Hashed Storage attachments migration: exclude files in object storage as they are all hashed already See merge request gitlab-org/gitlab!20338
-
Gabriel Mazetto authored
An attachment from an unmigrated project will only be using the legacy storage when stored locally. Any file on object storage already use hashed storage format.
-
Thong Kuah authored
Added configured? method to PrometheusAdapter Closes #28075 and #36921 See merge request gitlab-org/gitlab!21099
-
Mark Lapierre authored
Fix license compliance spec loading issue Closes #37980 See merge request gitlab-org/gitlab!21147
-
Michael Kozono authored
Disable FF when generating fixtures See merge request gitlab-org/gitlab!21288
-
Thong Kuah authored
Fixes for !20244 RBAC Kubernetes namespace prerequisite See merge request gitlab-org/gitlab!21227
-
Matt Kasa authored
Relates to https://gitlab.com/gitlab-org/gitlab/merge_requests/20244Co-Authored-By: Thong Kuah <tkuah@gitlab.com>
-
Mayra Cabrera authored
More consistent deployment API ordering See merge request gitlab-org/gitlab!20848
-
Evan Read authored
Docs for configuring Kubernetes namespace via CI See merge request gitlab-org/gitlab!21163
-
-
- 05 Dec, 2019 7 commits
-
-
Robert Speicher authored
Preserve merge train history See merge request gitlab-org/gitlab!19864
-
Robert Speicher authored
Track API events for Conan Repository with Snowplow See merge request gitlab-org/gitlab!21202
-
Steve Abrams authored
Add filename reference to avoid repeated variables
-
Denys Mishunov authored
Since a lot of tests depend on certain DOM elements to be presented in the markup for the snippet view, the fixtures should be generated with FF disabled to fallback to the HAML markup before the Vue components get implemented
-
Francisco Javier López authored
-
Denys Mishunov authored
Moved pushing the FE feature flag Now, instead of doing ot from Snippets controller, we do it from gon_helper to make it shared between all types of snippets
-
Robert Speicher authored
Use diff highlight cache for diffs batch loading See merge request gitlab-org/gitlab!21210
-