- 13 Nov, 2020 28 commits
-
-
Jacques Erasmus authored
Added the ability to preview uploaded images
-
Ash McKenzie authored
Use Gitlab::Http as the adapter for Graphql queries See merge request gitlab-org/gitlab!47444
-
Kushal Pandya authored
Improve the look of wikis in search results See merge request gitlab-org/gitlab!47470
-
Vitaly Slobodin authored
Update dependency @gitlab/eslint-plugin to v4.1.0 See merge request gitlab-org/gitlab!44164
-
Kushal Pandya authored
Show and link group path for saml provider See merge request gitlab-org/gitlab!47563
-
Heinrich Lee Yu authored
Fix kwargs deprecation warnings in merge request resolver specs See merge request gitlab-org/gitlab!47533
-
Heinrich Lee Yu authored
Deduplicate epic iids and add uniqueness constraint See merge request gitlab-org/gitlab!47081
-
Heinrich Lee Yu authored
Add cloud_license_auth_token to ApplicationSettings See merge request gitlab-org/gitlab!47396
-
Gabriel Mazetto authored
Remove unused scoped labels feature flag See merge request gitlab-org/gitlab!46964
-
Simon Knox authored
Fix pipeline security tab filters not showing See merge request gitlab-org/gitlab!47294
-
Douglas Barbosa Alexandre authored
Merge branch '259605-repositories-gone-after-update-broken-migration-to-hashed-storage' into 'master' Hashed Storage: make migration and rollback resilient to exceptions See merge request gitlab-org/gitlab!46178
-
Gabriel Mazetto authored
Fix config variables when having includes See merge request gitlab-org/gitlab!47189
-
Gabriel Mazetto authored
Add new fields for creating issues from vulnerabilities in Jira See merge request gitlab-org/gitlab!46982
-
Alan (Maciej) Paruszewski authored
This change adds new fields vulnerabilities_enabled and vulnerabilities_issuetype to JiraTrackerData to allow user to configure Jira for vulnerabilities.
-
Furkan Ayhan authored
When implementing config variables, we did not pass necessary parameters to yaml processor.
-
Michael Kozono authored
Resolve "Set Auto-Stop Environment Expiry Period when an environment is created" See merge request gitlab-org/gitlab!47239
-
Mark Lapierre authored
Add and update QA text content matchers See merge request gitlab-org/gitlab!47351
-
Mark Lapierre authored
- Adds a negatable have_text/have_content matcher to be used instead of Capybara's built-in ones - Include all custom matchers during RSpec config. This should make it simpler to add more matchers - we just need to put them in qa/spec/support/matchers in the Matchers module - Update a few tests that used `expect(page).to have_content`
-
Peter Leitzen authored
Update code stage calculation in VSA See merge request gitlab-org/gitlab!47215
-
Adam Hegyi authored
This change updates the calculation in value stream analytics. For the code stage, the start event timestamp can be first_commit_at (new) or first_mentioned_in_commit_at. The change also introduces a separate stage where only the first_commit_at is used.
-
Dylan Griffith authored
Extend require_migration helper on EE See merge request gitlab-org/gitlab!47509
-
Luke Duncalfe authored
Documentation: Add dos-and-donts for resolver re-use See merge request gitlab-org/gitlab!47325
-
Thong Kuah authored
Add documentation for the Canary Ingress Weight Change See merge request gitlab-org/gitlab!45637
-
Shinya Maeda authored
This commit adds the documentation.
-
Stan Hu authored
[GraphQL] Boards: use Global-ID scalar See merge request gitlab-org/gitlab!36113
-
Dylan Griffith authored
Fix an issue in the create_empty_index rake task See merge request gitlab-org/gitlab!47575
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 12 Nov, 2020 12 commits
-
-
Jose Ivan Vargas authored
Update detailed_metric.vue modal to match Pajamas guidelines See merge request gitlab-org/gitlab!46183
-
Amy Qualls authored
Attempts to start the process of updating the detailed_metric.vue file to use the new Pajamas components. It is neither correct nor complete.
-
Thong Kuah authored
Update `ci_jwt_signing_key` feature flag to be enabled by default See merge request gitlab-org/gitlab!47336
-
Krasimir Angelov authored
This updates the `ci_jwt_signing_key` feature flag to be enabled by default. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/258546.
-
Nick Thomas authored
User admin approval - Email admin the access request See merge request gitlab-org/gitlab!46895
-
Russell Dickenson authored
Point DS doc to correct issue for SBT 1.3+ support See merge request gitlab-org/gitlab!47569
-
Olivier Gonzalez authored
-
Stan Hu authored
Fix internal lfs_authenticate API for non-project repositories See merge request gitlab-org/gitlab!47404
-
Markus Koller authored
This endpoint is used for LFS over SSH and had two problems: 1. We were generating the repository URL from `project` rather than `container`, which means we'd return the wrong URL for e.g. project wiki repositories. In practice this didn't break LFS, as we're not touching the repository itself and just associating the objects with the project record, which works the same with project wikis. 2. We did not check if LFS is enabled, which means we'd still return a URL for project snippets. This is less of a problem as the subsequent HTTP requests to the LFS controllers would still fail, but it's better to be consistent and abort early here. Follow-up to https://gitlab.com/gitlab-org/gitlab/-/merge_requests/45874
-
Nick Gaskill authored
Fix dead anchors links See merge request gitlab-org/gitlab!47488
-
Suzanne Selhorn authored
Add note about key bug for Dependency Proxy See merge request gitlab-org/gitlab!47452
-
Tim Rizzi authored
-