- 09 Nov, 2020 40 commits
-
-
Mike Kozono authored
For replicables in the Geo self-service framework, by default, this: - hides primary checksum progress bars - stops the primary from enqueuing checksum jobs for new records The above is appropriate and should have been the case before, because verification is still under development. Package file verification gets its own feature flag so we can release it first by itself. Package file verification can be enabled by running in Rails console: - `Feature.enabled?(:geo_package_file_verification)` Verification of non-package files (MR diffs, Terraform states, Snippet repositories) can be enabled with: - `Feature.enabled?(:geo_framework_verification)`
-
Mike Jang authored
Add docs for track_event with multiple values See merge request gitlab-org/gitlab!47180
-
Amy Qualls authored
Mention Terraform List in docs See merge request gitlab-org/gitlab!47197
-
Emily Ring authored
-
Amy Qualls authored
Edited instructions for style compliance See merge request gitlab-org/gitlab!47141
-
Russell Dickenson authored
-
Sean McGivern authored
Update grape-path-helpers to v1.5.0 See merge request gitlab-org/gitlab!47121
-
Mike Jang authored
Add guidelines around avoiding translation updates See merge request gitlab-org/gitlab!47078
-
Marcin Sedlak-Jakubowski authored
Add example of branch-push-only job configuration See merge request gitlab-org/gitlab!46187
-
drew authored
-
Kushal Pandya authored
Migrate to GlTooltipDirective in Web IDE components/mr_file_icon.vue See merge request gitlab-org/gitlab!46156
-
Rémy Coutable authored
Add Package Hunter job See merge request gitlab-org/gitlab!45295
-
Dennis Appelt authored
-
Rémy Coutable authored
Update most of the feature flags with milestones See merge request gitlab-org/gitlab!47190
-
Nicolò Maria Mezzopera authored
Rename getActiveIssue to activeIssue See merge request gitlab-org/gitlab!47194
-
Bob Van Landuyt authored
Properly validate milestones array in releases API PUT method See merge request gitlab-org/gitlab!47169
-
Marcia Ramos authored
-
Eulyeon Ko authored
The getter had been renamed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46939. The mocked getter in this action spec must be renamed accordingly.
-
Kushal Pandya authored
Fix bug with closing issues on mobile view See merge request gitlab-org/gitlab!47114
-
Kamil Trzciński authored
This iterates all YAMLs, and fetches milestone associated with the MR or Issue. This also organises items of all YAMLs in a consistent order.
-
Sean McGivern authored
Replace existing Feature Flags with a single of OPS type See merge request gitlab-org/gitlab!45050
-
Jan Provaznik authored
Remove :generic_canonical feature flag See merge request gitlab-org/gitlab!47053
-
Miguel Rincon authored
Author and Assignees labels not working in VSA See merge request gitlab-org/gitlab!47058
-
Ezekiel Kigbo authored
-
Phil Hughes authored
Defer loading non-essential components See merge request gitlab-org/gitlab!47029
-
Olena Horal-Koretska authored
Add row highlight for alert settings See merge request gitlab-org/gitlab!47001
-
David O'Regan authored
Add support for alert HTTP create supported via GraphQL
-
alinamihaila authored
- We allow to count multiple values at once - Update method docs to metion this as might be useful to add multiple values in one Redis PFADD operation
-
Olena Horal-Koretska authored
Updated iterations on sidebar to only show opened state See merge request gitlab-org/gitlab!46722
-
Donald Cook authored
-
Fabio Pitino authored
Spread CI minute reset workers over 3 hours See merge request gitlab-org/gitlab!46927
-
Phil Hughes authored
Resolve "pipeline tooltips cover the entire element" See merge request gitlab-org/gitlab!46866
-
Simon Knox authored
Remove board list to vuex & graphql See merge request gitlab-org/gitlab!44385
-
Simon Knox authored
Only works for group boards currently due to feature flag restrictions
-
Nicolò Maria Mezzopera authored
Merge branch '273130-remove-getx-prefix-from-vuex-getter-name-in-boards-sidebar-store' into 'master' Remove get- prefix from swimlanes boards vuex getters See merge request gitlab-org/gitlab!46939
-
Phil Hughes authored
Merge branch '233656-replace-bootstrap-alerts-in-ee-app-views-trials-_banner-html-haml' into 'master' Resolve "Replace bootstrap alerts in ee/app/views/trials/_banner.html.haml" See merge request gitlab-org/gitlab!41074
-
Rémy Coutable authored
Hides resolve buttons for users who don't have permission See merge request gitlab-org/gitlab!46020
-
Phil Hughes authored
This hides any resolve action from users who don't have the correct permissions to resolve discussions. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/220923
-
Phil Hughes authored
Add Web IDE Solarized Light theme support See merge request gitlab-org/gitlab!46999
-
Phil Hughes authored
Monokai theme for the Web IDE See merge request gitlab-org/gitlab!46901
-