- 14 Dec, 2020 24 commits
-
-
Phil Hughes authored
Add lock/unlock buttons to the Terraform State listing See merge request gitlab-org/gitlab!47842
-
Emily Ring authored
Added lock and unlock button to terraform states list vue Updated associated translations and tests
-
Phil Hughes authored
Set Web IDE live preview bg to white See merge request gitlab-org/gitlab!49901
-
Nicolò Maria Mezzopera authored
Convert group settings expand button to gl-button See merge request gitlab-org/gitlab!49857
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!49927
-
Rémy Coutable authored
Run minimal rspec jobs based on test detection on Merge Requests pipelines See merge request gitlab-org/gitlab!48741
-
Albert Salim authored
Create `rspec * minimal` jobs that run minimal tests. The jobs will run in parallel to the existing jobs
-
Shinya Maeda authored
Test project specific services using class constants See merge request gitlab-org/gitlab!49819
-
Vitali Tatarintev authored
Change group to `group::monitor` in all feature flags owned by Monitor See merge request gitlab-org/gitlab!49860
-
GitLab Release Tools Bot authored
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!49923
-
Illya Klymov authored
Add gl-button style to admin area See merge request gitlab-org/gitlab!49610
-
Natalia Tepluhina authored
Move assets in preparation for introducing import_groups app See merge request gitlab-org/gitlab!48772
-
GitLab Release Tools Bot authored
-
Stan Hu authored
Fix typo in basic auth realm header name See merge request gitlab-org/gitlab!49836
-
David Fernandez authored
-
Kushal Pandya authored
Remove `bulk_update_health_status` feature flag See merge request gitlab-org/gitlab!49740
-
Mark Chao authored
Re-name Audit Log as Audit Events See merge request gitlab-org/gitlab!49635
-
Mark Chao authored
Fix author on new issues by /clone quickcommand See merge request gitlab-org/gitlab!49830
-
Dan Jensen authored
This formally re-names Audit Log as Audit Events in multiple locations. This reflects a previously informal shift to the term Audit Events.
-
Russell Dickenson authored
Fix documentation links to Alpha version definition See merge request gitlab-org/gitlab!49896
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!49902
-
Luke Duncalfe authored
Forwards compatible test changes for framework authorization [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!48080
-
GitLab Release Tools Bot authored
-
- 13 Dec, 2020 16 commits
-
-
Paul Slaughter authored
-
Alex Kalderimis authored
-
Alex Kalderimis authored
This uses the caching_array_resolver to eliminate the N+1 for Epic.issues. The filtering by accessibility is removed since we have authorization to do that for us, which is tested in the request specs.
-
Alex Kalderimis authored
-
Alex Kalderimis authored
This updates some module doc comments, changes some variable names, uses `global_id_of` in a few more places, and adds a new use of `before_all`.
-
Alex Kalderimis authored
-
Alex Kalderimis authored
-
Alex Kalderimis authored
Prefer to use the pagination shared examples
-
Alex Kalderimis authored
-
Alex Kalderimis authored
This mostly adds connection methods in preparation for the graphql helper changes. None of the changes in this commit should cause any observable effects on application behaviour. This includes - removal of pagination tests from resolver specs (resolvers do not - currently - know enough of their arguments to make this work). At the moment we need to run all our pagination specs at the request integration level. This is the same for N+1 specs must always be run in request specs, since otherwise they are unreliable.
-
Dylan Griffith authored
Add jwt to filter parameters See merge request gitlab-org/gitlab!49358
-
Thong Kuah authored
Retry rsync when source files vanish during backup See merge request gitlab-org/gitlab!48568
-
Adam Mulvany authored
-
Thiago Figueiró authored
-
Michael Kozono authored
Adds API support for Project Deployment Frequency See merge request gitlab-org/gitlab!48265
-
Amy Troschinetz authored
**app/models/deployment.rb:** Select deployments that were created within a datetime range. **ee/app/finders/analytics/deployments_finder.rb:** Find successful deployments for a project within a datetime range. **ee/changelogs/unreleased/api-support-for-deployment-frequency.yml:** Changelog. **ee/lib/api/analytics/project_deployment_frequency.rb:** API for getting deployment frequencies for projects. **ee/lib/ee/api/api.rb:** Mount the new deployment frequency API. **ee/lib/ee/api/entities/analytics/deployment_frequency.rb:** Shape of deployment frequency API responses. **ee/spec/requests/api/analytics/project_deployment_frequency_spec.rb:** Test API. **ee/spec/finders/analytics/deployments_finder_spec.rb:** Test deployments finder. **spec/models/deployment_spec.rb:** Test created_between method. **doc/user/project/index.md:** Adds some docs for the new licensed feature flag. **doc/api/project_analytics.md:** Adds some docs for the API. **ee/app/models/license.rb:** Adds new licensed feature flag for project analytics. **ee/app/policies/ee/project_policy.rb:** Adds new policies for the new project analytics feature flag. **ee/spec/policies/project_policy_spec.rb:** Test for new project analytics policy and feature flag. **db/structure.sql:** **db/migrate/ 20201211042306_add_deployments_finder_by_finished_at_index.rb:** **db/schema_migrations/20201211042306:** Adding new index to make the deployments finder query fast.
-