- 24 Jun, 2019 11 commits
-
-
Fernando authored
First pass at auto remediation changes Additional progress Working download patch split button Working download patch in project security dashboard Add icon to more info Run pretteir and linter refactor template Remove old comment Update vuln modal messages * Update state logic based on updated edge cases Run prettier and linter Adjust dropdown and solutions card display logic Run prettier, linter, and add changelog Update POT file Reafactor security report modal spec to use vue utils Refactor required props and spec file for solution card * Tweak required props and set default prop values * Refactor solution card specs to use vue utils Add docs anchor for solutions for vulnerabilties Run prettier and linter Update spec * Update feedback path to account for url anchor Update solution card specs Remove no longer needed code path * As per UX revisions remove no longer needed message * Update solution card specs * Update pot files Tweak specs Add specs for merge request button Add unit test for download patch button Run Prettier Run linter and prettier Fix issues after rebase resolve spec file issues from rebase Tweak modal footer specs Run prettier and linter Fix broken spec Fix broken merge requests from vuln modal Refactor download patch action into util function * Use util function in both actions Make code review changes for solution card * Move string to computed property * Remove unused prop Run linter and prettier Run prettier First batch of code review changes Make downloadPatch unit tests more specific * Verify string properly base64 encoded * Verify click event
-
GitLab Bot authored
-
Evan Read authored
Docs: Correct group path instructions See merge request gitlab-org/gitlab-ce!29869
-
Ash McKenzie authored
Enable Gitaly ref name caching for discussions.json See merge request gitlab-org/gitlab-ce!29951
-
GitLab Bot authored
-
Thong Kuah authored
Re-add ignore_column for import columns See merge request gitlab-org/gitlab-ce!29959
-
Ash McKenzie authored
Improve #has_metrics? and Environment#has_terminals? See merge request gitlab-org/gitlab-ce!29847
-
GitLab Bot authored
-
Evan Read authored
Docs: link to predefined env variables reference more evident Closes #62845 See merge request gitlab-org/gitlab-ce!29857
-
Marcia Ramos authored
-
Stan Hu authored
This `ignore_column` was present for a while but recently removed, but to ensure we don't get error 500s let's keep it for a while.
-
- 22 Jun, 2019 8 commits
-
-
Stan Hu authored
Fix broken ee geo specs See merge request gitlab-org/gitlab-ee!14327
-
Thong Kuah authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29938 extended the cache key with Gitlab::VERSION by default.
-
Stan Hu authored
This eliminates many potential duplicate FindCommit RPCs for the same ref, which often occurs in the RelativeLinkFilter#current_commit call. On the GitLab 12.0 release post, for example, this would save close to 400 RPC calls.
-
GitLab Bot authored
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
- 21 Jun, 2019 21 commits
-
-
Fatih Acet authored
Merge branch '12245-user-onboarding-calculate-percentagecomplated-instead-of-using-a-hardcoded-value' into 'master' Resolve "User Onboarding: Calculate `percentageComplated` instead of using a hardcoded value" Closes #12245 See merge request gitlab-org/gitlab-ee!14260
-
Martin Wortschack authored
- Remove hard coded value from tour parts - Update specs - Update mock data
-
GitLab Bot authored
-
Mike Greiling authored
[EE] App label warning for deploy boards See merge request gitlab-org/gitlab-ee!14103
-
Fatih Acet authored
Add Copy to Clipboard CE Backport See merge request gitlab-org/gitlab-ce!29906
-
Fatih Acet authored
Resolve "Add Copy to Clipboard Button to Review App Modal" Closes #11707 See merge request gitlab-org/gitlab-ee!14290
-
Sarah Groff Hennigh-Palermo authored
This involves multiple files This reverts commit 6e26ac0f768061206500db0b0419389775a905d0.
-
GitLab Bot authored
-
Mike Greiling authored
Resolve "Display in admin area if emails are verified or not" Closes #49814 See merge request gitlab-org/gitlab-ce!29669
-
GitLab Bot authored
-
Mike Greiling authored
App label warning for deploy boards See merge request gitlab-org/gitlab-ce!29740
-
Thong Kuah authored
As Auto DevOps deployments both label and annotations, that will be included in the deploy board so need to warn at all.
-
Stan Hu authored
Merge branch '63513-ensure-gitlab-jsoncache-includes-the-gitlab-version-in-the-cache-key' into 'master' Include the GitLab version in the cache key for Gitlab::JsonCache See merge request gitlab-org/gitlab-ce!29938
-
Enrique Alcantara authored
Generate deploy board help path using RoR link generator utilities.
-
Enrique Alcantara authored
- Replace btn-link with link to conform with design guidelines - Minor visual tweaks to the warning banner
-
Thong Kuah authored
This should use the new annotation requirements not the old app label req.
-
Thong Kuah authored
As Auto DevOps deployments both label and annotations, that will be included in the deploy board so need to warn at all.
-
Enrique Alcantara authored
-
Enrique Alcantara authored
-
Enrique Alcantara authored
-
Thong Kuah authored
This will be used by the wrong end to display a warning about deploy boards when the app label matching the environment slug is used. has_legacy_app_label will be true whenever we detect a deployment using the legacy label. NB: If a deployment uses the app label but does not match the environment slug, don't match it. This could happen eg when user deploys a un-related helm chart to the same namespace. Adds a test case for this scenario.
-