- 16 Feb, 2021 40 commits
-
-
Amy Qualls authored
Resolve "Capture recent merge refs changes in docs" See merge request gitlab-org/gitlab!54014
-
Thong Kuah authored
Fix issue where project maintainers can not assign compliance frameworks See merge request gitlab-org/gitlab!54071
-
Max Woolf authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/53370 introduced a regression which stopped project maintainers from assigning compliance frameworks to a project. This is an upcoming feature change which was designed to be behind a feature flag. This commit puts that change back behind the feature flag.
-
Amy Qualls authored
Docs: define IDE See merge request gitlab-org/gitlab!54359
-
Amy Qualls authored
Update doc/user/project/integrations/bamboo.md See merge request gitlab-org/gitlab!54337
-
Gabriel Yoachum authored
Word wraps, and rephrase for GitLab style. Also, fix one vale issue earlier in the document.
-
Alex Kalderimis authored
Extract logic to prepare DAST job variables into separate service See merge request gitlab-org/gitlab!54237
-
Alan (Maciej) Paruszewski authored
This change extracts logic responsible for preparing service params and job variables into separate services so they can be used in different context.
-
Andrew Fontaine authored
Refactor job_container_item spec with vue test utils See merge request gitlab-org/gitlab!54029
-
Mike Jang authored
CSV Import for issues documentation: Add clarification that two columns are imported See merge request gitlab-org/gitlab!53251
-
Shem Gyll authored
-
Amy Qualls authored
Update doc/user/project/merge_requests/allow_collaboration.md See merge request gitlab-org/gitlab!54331
-
Gabriel Yoachum authored
Add hard wraps. Rephrase for active verbs and correct punctuation. Move steps into an ordered list, to make clear it's a procedure. Extra blank line before commented-out text, so it renders properly.
-
Mayra Cabrera authored
BulkImports: Associate mapped users to imported epics See merge request gitlab-org/gitlab!53296
-
Nick Gaskill authored
Remove ambiguity related to clusterType See merge request gitlab-org/gitlab!54264
-
Zamir Martins Filho authored
Although it has been explicitly mentioned for both GKE and EKS, it doesn't include other environments like sandbox
-
Kerri Miller authored
Log Elasticsearch timeouts (second attempt) See merge request gitlab-org/gitlab!54180
-
Douglas Barbosa Alexandre authored
Advanced Search: fix project count_only queries See merge request gitlab-org/gitlab!54303
-
Jose Vargas authored
-
Vitaly Slobodin authored
Updated label colors and names See merge request gitlab-org/gitlab!50393
-
Austin Regnery authored
Uses final mapping of hex values to colors and sets default color Updated HEX and Names to match colorcode.is Matches the hex values to colors from colorcode Fixed capitalization mistakes Remaps the names to match the hex values Updates the colors and default color Ran yarn prettier Regenerated gitlab pot Replaced RGB in test Updated GraphQL schema Added a changelog Added MR number and author
-
Nick Gaskill authored
Change usage of CI/CD variables terminology in CI docs See merge request gitlab-org/gitlab!54190
-
Marcel Amirault authored
We should talk about CI/CD variables, not environment variables, when talking about variables used in CI/CD
-
Jose Ivan Vargas authored
Apply GitLab UI styles to button in _new_button.html.haml See merge request gitlab-org/gitlab!51148
-
Marvin Karegyeya authored
-
Jose Ivan Vargas authored
Fix IDE openMergeRequest to route to first file See merge request gitlab-org/gitlab!53927
-
Scott Hampton authored
Allow opening projects with VS Code See merge request gitlab-org/gitlab!49460
-
Kev authored
Adds the ability to open a project in VS Code via the "Clone" button on the project details page.
-
Susan Tacker authored
-
Mayra Cabrera authored
Resolve "Group Level API support for Deployment Frequency" [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!51938
-
Amy Troschinetz authored
- **ee/changelogs/unreleased/ group-level-deployment-frequency-api.yml:** Changelog. - **doc/api/dora4_group_analytics.md:** - **doc/user/group/index.md:** - **doc/user/analytics/ci_cd_analytics.md:** Docs. - **ee/app/models/license.rb:** - **ee/lib/api/analytics/group_deployment_frequency.rb:** - **ee/lib/ee/api/api.rb:** - **ee/spec/finders/analytics/deployments_finder_spec.rb:** Add support for groups. - **ee/spec/policies/group_policy_spec.rb:** - **ee/spec/requests/api/analytics/group_deployment_frequency_spec.rb:** - **app/finders/deployments_finder.rb:** **config/feature_flags/development/ dora4_sorted_group_deployment_frequency.yml:** New feature flag to gate sorting deployments by finished_at for API response at the group scope. New tests. - **doc/api/dora4_project_analytics.md:** - **doc/api/project_analytics.md:** - **doc/user/project/index.md:** - **ee/app/helpers/ee/graph_helper.rb:** - **ee/app/policies/ee/group_policy.rb:** - **ee/app/policies/ee/project_policy.rb:** - **ee/lib/api/analytics/project_deployment_frequency.rb:** - **ee/spec/frontend/fixtures/analytics/project_analytics.rb:** - **ee/spec/helpers/ee/graph_helper_spec.rb:** - **ee/spec/policies/project_policy_spec.rb:** - **ee/spec/requests/api/analytics/ project_deployment_frequency_spec.rb:** Updated name to prevent conflicts. - **config/feature_flags/development/ dora4_sorted_group_deployment_frequency.yml:** New feature flag for potentially slow query. - **ee/lib/ee/api/entities/analytics/deployment_frequency.rb:** Updated to add proper datetime formatting. - **app/models/deployment.rb:** - **spec/models/deployment_spec.rb:** Added support for finished_between and finished_after. - **ee/app/services/analytics/deployments/frequency/ aggregate_service.rb:** - **ee/spec/services/analytics/deployments/frequency/ aggregate_service_spec.rb:** Adds a service to aggregate frequency deployments. - **locale/gitlab.pot:** Updated.
-
David O'Regan authored
Fix(oncallschedule): update oncall schedule's apollo cache methods See merge request gitlab-org/gitlab!52773
-
David O'Regan authored
Update APollo cache update calls to match new schema including live backend data
-
Nick Gaskill authored
docs(administration): document `auth_scope` configuration for Pages See merge request gitlab-org/gitlab!53828
-
Craig Norris authored
Updated tier screenshot See merge request gitlab-org/gitlab!54351
-
Gabriel Mazetto authored
Refactor Ci::Build#group_name [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!52644
-
drew authored
Adds position-prioritized matching for paralellization suffixes in Ci::Build#group_name
-
Kamil Trzciński authored
Read archived build logs with database reads consistency [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!53716
-
Albert Salim authored
Ensure the cache is uploaded by the 'update-rails-cache' job [UPDATE CACHE] See merge request gitlab-org/gitlab!54249
-
Jose Ivan Vargas authored
Refactor pipeline list specs See merge request gitlab-org/gitlab!54005
-