- 24 Aug, 2019 11 commits
-
-
Fatih Acet authored
Resolve "Show the paths for groups in productivity analytics" Closes #13637 See merge request gitlab-org/gitlab-ee!15513
-
Martin Wortschack authored
- Add changelog entry - Add specs for displaying the full group path - Add selector to component
-
GitLab Bot authored
-
Fatih Acet authored
Fix Serverless entry page layout Closes #64764 See merge request gitlab-org/gitlab-ce!32029
-
Fatih Acet authored
Moves container scanning logic to the backend Closes #13518 See merge request gitlab-org/gitlab-ee!15226
-
Sam Beckham authored
- Uses the baceng API to parse container scanning logic on the MR page. - Maps the slightly misaligned data in the vulnerabilities - Uses polling because the end point is a polling one - Adds an action for storing the endpoint in vuex - Adds a new action for calling the endpoint - Puts all the above behind a feature flag - Adds action tests - Adds mutation tests - Adds component tests - Fixes issues the tests brought up - - Text generation failed without a head or base path - - Report visibilty failed without a head or base path
-
GitLab Bot authored
-
Tim Zallmann authored
Enable line charts in dashbaord panels and embedded charts Closes #66073 See merge request gitlab-org/gitlab-ce!31920
-
GitLab Bot authored
-
Stan Hu authored
Delete rename trigger before creating to prevent error See merge request gitlab-org/gitlab-ce!32147
-
Reuben Pereira authored
- When renaming a column concurrently, drop any existing trigger before attempting to create a new one. When running migration specs multiple times (as it happens during local development), the down method of previous migrations are called. If any of the called methods contains a call to rename_column_concurrently, a trigger will be created and not removed. So, the next time a migration spec is run, if the same down method is executed again, it will cause an error when attempting to create the trigger (since it already exists). Dropping the trigger if it already exists will prevent this problem.
-
- 23 Aug, 2019 29 commits
-
-
GitLab Bot authored
-
Mayra Cabrera authored
Add migration to execute SelfMonitoring::Project::CreateService See merge request gitlab-org/gitlab-ce!31389
-
Reuben Pereira authored
Add to the service and migration both.
-
Mayra Cabrera authored
Migration to execute SelfMonitoring::Project::CreateService See merge request gitlab-org/gitlab-ee!15071
-
Reuben Pereira authored
- Add code of SelfMonitoring::Project::CreateService to the migration since our policy is not to rely on application code in migrations.
-
GitLab Bot authored
-
Mike Greiling authored
Fix issuable sidebar icon of notification disabled See merge request gitlab-org/gitlab-ce!32134
-
GitLab Bot authored
-
Mike Lewis authored
Fix link to issue template See merge request gitlab-org/gitlab-ce!32144
-
Achilleas Pipinellis authored
-
Stan Hu authored
Adds cop to enforce string limits on migrations See merge request gitlab-org/gitlab-ce!31433
-
Mayra Cabrera authored
This cop will analyze migrations that add columns with string, and report an offense if the string has no limit enforced Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/64505
-
Stan Hu authored
EE port of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31433/ See merge request gitlab-org/gitlab-ee!15534
-
Mayra Cabrera authored
This cop will analyze migrations that add columns with string, and report an offense if the string has no limit enforced Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/64505
-
Mayra Cabrera authored
Merge branch '55999-misleading-pipeline-tooltip-messages-and-misleading-ci-status-icons-on-simple-commits' into 'master' Change misleading pipeline status tooltip See merge request gitlab-org/gitlab-ce!31861
-
Scott Hampton authored
Some pipeline status icon tooltips were showing "Commit: ..." which customers found to be misleading since it was not the commit that was failing but the pipeline. We are changing all status icon tooltips to say "Pipeline: ..." instead of "Commit: ..." now.
-
Mayra Cabrera authored
Merge branch '55999-misleading-pipeline-tooltip-messages-and-misleading-ci-status-icons-on-simple-commits-ee' into 'master' Change misleading pipeline status tooltip See merge request gitlab-org/gitlab-ee!15550
-
GitLab Bot authored
-
Mike Greiling authored
Resolve "Use Visual Review Tools NPM package" See merge request gitlab-org/gitlab-ce!32159
-
Mayra Cabrera authored
Read pipelines from public projects though API See merge request gitlab-org/gitlab-ce!31816
-
Marius Bobin authored
Allow users to read pipelines for public projects with public builds enabled without providing an access token.
-
Tim Zallmann authored
Return correct user for manual deployments See merge request gitlab-org/gitlab-ce!32004
-
GitLab Bot authored
-
Kamil Trzciński authored
SCIM uses fallbacks when name.formatted not present Closes #13016 and #13093 See merge request gitlab-org/gitlab-ee!14878
-
Mayra Cabrera authored
New cycle analytics backend stage events See merge request gitlab-org/gitlab-ce!31713
-
Adam Hegyi authored
- Introducting StageEvents to define the available events - Define the event pairing rules, since some events are not compatible - Express default Cycle Analytics stages with the event structure
-
Walmyr Lima e Silva Filho authored
Add GitLab Insights e2e tests See merge request gitlab-org/gitlab-ee!15295
-
GitLab Bot authored
-
shampton authored
Remove the visual review toolbar code in favor of using the NPM package.
-