- 14 Apr, 2020 40 commits
-
-
Stan Hu authored
When DAST_WEBSITE is not defined in a pipeline, the template will still attempt to run the analyzer but fail without any explanation. This change in the template will output an error and a link to the documentation if the variable is not set.
-
Igor Drozdov authored
Create project label for jira imported issues See merge request gitlab-org/gitlab!29246
-
Douglas Barbosa Alexandre authored
Enable store_merge_request_line_metrics FF See merge request gitlab-org/gitlab!29483
-
James Lopez authored
Use NOT VALID to enforce a NOT NULL constraint on file_store to ci_job_artifacts, lsf_objects and uploads tables See merge request gitlab-org/gitlab!28946
-
Toon Claes authored
Merge branch '213799-optimize-usage_activity_by_stage-projects_with_repositories_enabled' into 'master' Optimize projects with repositories enabled See merge request gitlab-org/gitlab!29117
-
Natalia Tepluhina authored
Moved GraphQL-related data from Snippet Show into a mixin See merge request gitlab-org/gitlab!29444
-
Natalia Tepluhina authored
Replace deprecated GlLoadingIcon sizes See merge request gitlab-org/gitlab!29417
-
Grzegorz Bizon authored
Merge branch '30146-let-s-encrypt-integration-doesn-t-scale-and-does-not-give-any-feedback-to-user-on-errors-2' into 'master' Add email notifications for failed Let's Encrypt integration See merge request gitlab-org/gitlab!28581
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
The file.object_store is set during `uploader.store!` which happens after object is inserted/updated. This tries to mimic the default values in ObjectStorage concern.
-
Douglas Barbosa Alexandre authored
When adding a constraint to a table, we can optionally include NOT VALID. This tells Postgres that it doesn’t need to enforce the constraint on existing records in the table. At least not immediately. This constraint will be enforced for any updates and subsequent insertions. Thus, we can immediately enforce the constraint while giving ourselves time to clean up any existing records that conflict with the constraint.
-
Alper Akgun authored
Adds an index as well as start/finish times to optimize the counter
-
Alexandru Croitor authored
Create label when import starts and set label title based on imported jira project key and previous import counts for the same jira project.
-
Stan Hu authored
Add rate limit to issue creation Closes #55241 See merge request gitlab-org/gitlab!28129
-
Kushal Pandya authored
Fetch annotations for monitoring dashboard See merge request gitlab-org/gitlab!28394
-
Dhiraj Bodicherla authored
Monitoring dashboard fetches all annotations associated to it. This change is behind metrics_dashboard_annotations feature flag until the backend is implemented
-
Toon Claes authored
Create a table for storing diff note positions See merge request gitlab-org/gitlab!28113
-
Sean McGivern authored
Create cop for AR count/each to size/each in HAML file See merge request gitlab-org/gitlab!28883
-
Sean McGivern authored
Remove feature flag for dropping duplicate jobs See merge request gitlab-org/gitlab!29116
-
Denys Mishunov authored
The same GraphQL props/data/query will be used for the Edit application as well Default schema for snippet
-
Dmytro Zaporozhets authored
Add management_project_id to group and project cluster creation See merge request gitlab-org/gitlab!28289
-
Natalia Tepluhina authored
fix: Publish toolbar dissappears when submitting empty content See merge request gitlab-org/gitlab!29410
-
Kushal Pandya authored
Increase times for the merge request widget polling Closes #210377 See merge request gitlab-org/gitlab!29318
-
Igor Drozdov authored
We'll extract there notes' position and original position
-
Achilleas Pipinellis authored
Docs: Forked and parent project visibility for MRs Closes gitlab-com/support/docs#87 See merge request gitlab-org/gitlab!28256
-
David Coy authored
-
Bob Van Landuyt authored
Add autostop check to folder table See merge request gitlab-org/gitlab!28937
-
Natalia Tepluhina authored
Update dependency @sourcegraph/code-host-integration to v0.0.36 See merge request gitlab-org/gitlab!29445
-
Marcia Ramos authored
Docs: update reference-style links to standard See merge request gitlab-org/gitlab!29201
-
Phil Hughes authored
Truncate JUnit test report test case name See merge request gitlab-org/gitlab!27144
-
Vitaly Slobodin authored
See GlLoadingIcon component in @gitlab/ui for size mappings.
-
Mark Florian authored
Remove `error` from UI See merge request gitlab-org/gitlab!29281
-
Enrique Alcantara authored
-
Enrique Alcantara authored
When a user submits empty content in the Static Site Editor, the publish toolbar dissappears because the originalContent property becomes empty. The isContentLoaded property depends on the originalContent property to determine if there is content to display. This change decouples detecting that content is loaded from detecting changes in the content
-
Kushal Pandya authored
Added Form Footer Actions component See merge request gitlab-org/gitlab!29450
-
Adam Hegyi authored
This change enables `store_merge_request_line_metrics` feature flag by default.
-
Natalia Tepluhina authored
Dashboard refresh button refreshes data dynamically See merge request gitlab-org/gitlab!28756
-
Natalia Tepluhina authored
Migrate ee/insights to jest Closes #194290 See merge request gitlab-org/gitlab!29072
-
Sarah GP authored
-
Sarah GP authored
-