- 15 Apr, 2020 1 commit
-
-
Vitaly Slobodin authored
Replace Jasmine globals with Jest equivalents and disallow further usage of Jasmine global in Jest specs.
-
- 14 Apr, 2020 39 commits
-
-
Mark Florian authored
Match displayed policies See merge request gitlab-org/gitlab!28862
-
Nick Gaskill authored
Add Fluentd docs related to the cluster app page See merge request gitlab-org/gitlab!29427
-
Zamir Martins Filho authored
-
Mike Greiling authored
Dedupe some SCSS variables See merge request gitlab-org/gitlab!28296
-
Simon Knox authored
Use the corresponding color and code instead to make switching color schemes easier
-
Heinrich Lee Yu authored
Note about route conflicts linking to guidelines See merge request gitlab-org/gitlab!29455
-
Dan Davison authored
Cleanup E2E Best Practices documentation See merge request gitlab-org/gitlab!28978
-
Mark Florian authored
Add client-side validation to Release asset edit form See merge request gitlab-org/gitlab!28493
-
Mark Florian authored
Refactor vulnerability header and footer See merge request gitlab-org/gitlab!28651
-
Imre Farkas authored
Project import Github API rate limit is exceeded See merge request gitlab-org/gitlab!28785
-
Mark Florian authored
Migrate ee/ide to Jest Closes #194288 See merge request gitlab-org/gitlab!28437
-
Robert Speicher authored
Endpoint to create annotations for environments dashboard See merge request gitlab-org/gitlab!29089
-
Kirstie Cook authored
Add annotations post endpoint specs Add changelog entry
-
Fernando authored
* Remove style from licenes_table_row.vue
-
ddavison authored
Add avoid superfluous expectations section Add Prefer Commit resource over ProjectPush section Fix wording in Ensure tests logged in section
-
Douglas Barbosa Alexandre authored
Use strong_memoize for external_issue_trackers See merge request gitlab-org/gitlab!29276
-
Martin Wortschack authored
Add support for toast messages on user actions in Requirements See merge request gitlab-org/gitlab!29472
-
Shinya Maeda authored
Copy deployments.cluster_id to deployment_clusters See merge request gitlab-org/gitlab!26841
-
Sanad Liaquat authored
Fix flaky Jenkins e2e spec javascript error See merge request gitlab-org/gitlab!29494
-
Imre Farkas authored
Migrate CE & EE controller specs to consider admin mode See merge request gitlab-org/gitlab!28770
-
Diego Louzán authored
-
Sanad Liaquat authored
Update QA variables spec See merge request gitlab-org/gitlab!25924
-
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
-
Kushal Pandya authored
Adds support for showing toast messages on user actions like create, edit, archive & reopen. Also adds missing license check for nav sidebar requirements link.
-
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
-
Fernando authored
* Add label for policy violations Fix mobile formatting * Fix mobile formatting for policy violation label Clean up template markup Implement warning banner * Show banner if we have policy violations Add watcher for license policy changes * Re-fetch detected in project tab when policy tab is updated Replace store watcher with mediatior * Implement mediator pattern for cross module communication Run prettier, linter, and add I18n * Fix danger failures and add missing translation Update getter and add mediatior specs * Swap our lodash for native implementation of some * Add unit tests for mediatior Fix unit tests and generate pot file * Remove this.unwatch from old implementation of watcher * Update translations Add changelog ALignment and font weight tweaks * Adjust CSS rules and markup to mirror dependency list * Adjust styling for policy banner Add unit tests for hasPolicyViolations getter Add additonal unit tests * Add unit tests around policy violation banner * Add unit tests around policy violation row item Implement code review changes * Remove CSS class * Remove noop param * Add newline * Clarify changelog entry * Fix typos in unit tests
-
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
-
Nathan Friend authored
This commit adds form validation to the "Edit Release" form. These validations mirrors the validations performed by the backend when the form is submitted.
-
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
-
pburdette authored
Updated page object and relative spec to ensure E2E is working like it should.
-