- 16 Feb, 2021 40 commits
-
-
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.
-
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
-
Dmytro Zaporozhets (DZ) authored
Add state events to merge request update mutation See merge request gitlab-org/gitlab!54133
-
Peter Leitzen authored
Use HTTP 422 for changelog API errors See merge request gitlab-org/gitlab!54334
-
Miguel Rincon authored
Remove position sticky polyfill See merge request gitlab-org/gitlab!54299
-
Lukas 'Eipi' Eipert authored
The sticky polyfill stuck around long enough and we can remove it, as all browsers we claim to support support `position: sticky`
-
Dmytro Zaporozhets (DZ) authored
Add methods to PolicyConfiguration to read active policies See merge request gitlab-org/gitlab!54238
-
Alan (Maciej) Paruszewski authored
This change adds new methods to read active policies and scan actions that are applicable with provided branch.
-
Suzanne Selhorn authored
Add tier badges to package documentation See merge request gitlab-org/gitlab!54118
-
Craig Norris authored
Add Free tier badges to packages.
-
Suzanne Selhorn authored
-
Suzanne Selhorn authored
Fix nesting in cache key fallback entry See merge request gitlab-org/gitlab!54282
-
Nick Thomas authored
Add feature flag to disable db-writes on git fetch over https [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!54322
-
Kamil Trzciński authored
Don't move pages on disk if feature flag is disabled See merge request gitlab-org/gitlab!53363
-
Douglas Barbosa Alexandre authored
Add created_by_user to cluster_agent_tokens See merge request gitlab-org/gitlab!54019
-
Emily Ring authored
Updated Clusters::AgentToken model and database to include created_by_user field. Added model and GraphQL tests for new created_by_user field. Updated GraphQL docs
-
Miguel Rincon authored
This change updates the pipeline table specs to use async/await. It also reorganizes specs to use axios mocks more efficiently and avoid repetition, while removing a few redundant specs.
-
Illya Klymov authored
Group Migration - Show import status - frontend See merge request gitlab-org/gitlab!52796
-
Amy Qualls authored
Add group wikis import export to docs See merge request gitlab-org/gitlab!53250
-
Paul Slaughter authored
- Previously this was just a magic number - Now its encapsulated
-
Grzegorz Bizon authored
This ensures that we avoid race condition between viewing a build log and archiving a build log.
-
Nick Gaskill authored
Resolve "Docs feedback: Broken link on Dependency Proxy page" See merge request gitlab-org/gitlab!54261
-
Paul Slaughter authored
- Also fixes 404 route to actually return 404
-
Paul Slaughter authored
- This causes the file to be shown active in the file tree - Also removes setFileMrChange action since it isnt used now that we directly use the mutation
-
Mike Jang authored
Fix tiny typo in feature flag documentation See merge request gitlab-org/gitlab!54217
-
Fabio Pitino authored
Allow to retrieve all jobs for a given pipeline See merge request gitlab-org/gitlab!48589
-