- 28 Oct, 2019 40 commits
-
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Kamil Trzciński authored
Use post compose validation: - ensure that bridge has a valid number of entries - use simplifiable to construct need type - use aspect with opt to indicate allowed opts
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
Removes the support for specifying a job in symbol format in need.
-
Matija Čupić authored
Validates need types in Job and Bridge config. - Only Pipeline type needs are allowed in regular jobs - Only Bridge and Pipeline type needs are allowed in bridge jobs - Only one Bridge type need is allowed in a bridge job
-
Matija Čupić authored
Simplified Need differentiation by adding #type to be used instead of #bridge and #pipeline.
-
Matija Čupić authored
Moves the Needs entry to core, because it's required for use in DAG needs.
-
Matija Čupić authored
Separates bridge and DAG needs into two separate entities to avoid any ambiguity.
-
Natalia Tepluhina authored
Resolve "Fix Kubernetes help text link" Closes #34944 See merge request gitlab-org/gitlab!19121
-
Stan Hu authored
Switch quick actions to use Zoom Meetings table and model See merge request gitlab-org/gitlab!18620
-
Sean McGivern authored
Make `Job`, `Bridge` and `Default` to be truly inheritable Closes #34518 See merge request gitlab-org/gitlab!18867
-
Kamil Trzciński authored
This changes `Job`, `Bridge` and `Default` to use `Inheritable` to inherit the configuration. Shared example ensure that all fields are annotated with `inherit:` and does have matching type when inherited. Since the `Default:` is shared, it requires that inheritable fields to be also added to `Job` and `Bridge`.
-
Douglas Barbosa Alexandre authored
Refactor search_tab? -> show_user_search_tab? See merge request gitlab-org/gitlab!19205
-
Natalia Tepluhina authored
Hide labels from issue board cards See merge request gitlab-org/gitlab!18533
-
allison.browne authored
-
allison.browne authored
-
Grzegorz Bizon authored
Hide role picker from profile page See merge request gitlab-org/gitlab!19085
-
Kamil Trzciński authored
Include puma logs alongside rails logs in GDK See merge request gitlab-org/gitlab!19082
-
Andrew Newdigate authored
Currently puma logs are emitted to a different location than rails logs. In development environments, having a single stream of logs for puma and rails simplifies things and ensures that developers will see puma errors, instead of having them emitted to a file that is not usually checked.
-
Kamil Trzciński authored
Resolve "Remove the `container_registry_smart_delete` feature flag." Closes #32319 See merge request gitlab-org/gitlab!19049
-
Rémy Coutable authored
Add documentation about the sync CI stage Closes #34890 See merge request gitlab-org/gitlab!19101
-
Dmitriy Zaporozhets authored
Record sidekiq queuing latency See merge request gitlab-org/gitlab!19005
-
Andrew Newdigate authored
Adds a Prometheus histogram, `sidekiq_jobs_queue_duration_seconds` for recording the duration that a Sidekiq job is queued for before being executed. This matches the scheduling_latency_s field emitted from structured logging for the same purpose.
-
Coung Ngo authored
-
Walmyr Lima e Silva Filho authored
Update quarantined test so that it runs (although it's still quarantined) See merge request gitlab-org/gitlab!19203
-
Coung Ngo authored
This commit fixes comments given on a merge request
-
Sean McGivern authored
Enable the HttpOnly flag for experimentation_subject_id cookie Closes #34851 See merge request gitlab-org/gitlab!19189
-
Sean McGivern authored
CloudFormation template for creating EKS clusters See merge request gitlab-org/gitlab!17036
-
Heinrich Lee Yu authored
Fix `RSpec/ScatteredSetup` rubocop failure See merge request gitlab-org/gitlab!19207
-
Bob Van Landuyt authored
Return merge-request state in API See merge request gitlab-org/gitlab!18888
-
Brian Kabiro authored
- expose `has_conflicts` and `mergeable_discussions_state` in API - add unit tests for the change
-
Bob Van Landuyt authored
Merge branch '34408-reducing-the-data-being-loaded-per-design-on-first-load-of-design-management' into 'master' [BE] Reduce the data being loaded per Design on first load See merge request gitlab-org/gitlab!18997
-
Natalia Tepluhina authored
- added selection by id and ids
-
Bob Van Landuyt authored
Support query for multiple states See merge request gitlab-org/gitlab!18518
-
Natalia Tepluhina authored
Populate CI variables from params Closes #24146 See merge request gitlab-org/gitlab!19023
-
Payton Burdette authored
When running a new pipeline on a project, this commit gives the feature of populating ci vars from a url query string.
-
Sanad Liaquat authored
-