Loading
Commits on Source 8
-
GitLab Renovate Bot authored
-
Elliot Forbes authored
-
Elliot Forbes authored
-
Elliot Forbes authored
Based on Bob's review feedback: - Error field: Contains the error type/classification (e.g., "NoMethodError") - ErrorMessage field: Contains the detailed error message (e.g., "undefined method `boom!' for nil") This separation allows for better error categorization and filtering in logs while still preserving the full error details.
-
Elliot Forbes authored
Renamed the Error field to ErrorType to make it more explicit that this field should contain the error classification/type rather than the error itself. Fields: - ErrorType: Contains the error type/classification (e.g., "NoMethodError") - ErrorMessage: Contains the detailed error message (e.g., "undefined method `boom!' for nil")
-
Andrew Newdigate authored
Adds the danger component to CI to unlock reviewer roulette See merge request !242 Merged-by:
Andrew Newdigate <andrew@gitlab.com>
Approved-by:
Bob Van Landuyt <bob@gitlab.com>
Approved-by:
Andrew Newdigate <andrew@gitlab.com>
Reviewed-by: Peter Leitzen <pleitzen@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
e_forbes <eforbes@gitlab.com> -
João Pereira authored
chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v3 See merge request !246 Merged-by:
João Pereira <jpereira@gitlab.com> Approved-by:
Elliot Forbes <eforbes@gitlab.com>
Approved-by: João Pereira <jpereira@gitlab.com> Co-authored-by:
GitLab Renovate Bot <ops-contact+gl-common-ci-tasks-self-renovate@gitlab.com>
-
Elliot Forbes authored
Adds a standardised Error field to the fields package See merge request !247 Merged-by:
Elliot Forbes <eforbes@gitlab.com>
Approved-by:
Hercules Merscher <hmerscher@gitlab.com>
Approved-by:
Bob Van Landuyt <bob@gitlab.com>
Approved-by:
Igor <iwiedler@gitlab.com>