- 28 Oct, 2019 40 commits
-
-
Alessio Caiazza authored
When we tag a release component version files are copied from GitLab repository to Omnibus repository. However the 2 process do not parse the file in the same way. This commit ports omnibus logic into gitlab task_helpers Related to https://gitlab.com/gitlab-com/gl-infra/delivery/issues/516 Fixes https://gitlab.com/gitlab-org/gitlab/issues/34873
-
Mike Lewis authored
Remove links to doc/workflow and sunset readme Closes #32940 See merge request gitlab-org/gitlab!19195
-
Marcia Ramos authored
Dependency proxy is not available on GitLab.com yet See merge request gitlab-org/gitlab!19140
-
Stan Hu authored
Use $CI_DEFAULT_BRANCH in CI templates Closes #33601 See merge request gitlab-org/gitlab!18915
-
Avielle Wolfe authored
Since not every repository uses a branch named `master` as its default branch, we've implemented the $CI_DEFAULT_BRANCH variable to allow us to implement CI template logic for default branches of any name. Now's the time to use that power in our own templates! https://gitlab.com/gitlab-org/gitlab/issues/33601
-
Mike Greiling authored
Fix Misleading title for Pages Access Control in project settings See merge request gitlab-org/gitlab!18192
-
Vladimir Shushlin authored
-
Mike Greiling authored
Add missing breadcrumb in Project > Settings > Integrations See merge request gitlab-org/gitlab!18990
-
Justin Ho Tuan Duong authored
-
Mike Greiling authored
Contributors graphs migration to echarts See merge request gitlab-org/gitlab!16677
-
Olena Horal-Koretska authored
Contributors charts were migrated to echarts, old code dependent on charts.js was removed
-
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
-