- 11 Dec, 2020 40 commits
-
-
Coung Ngo authored
- Add loading state to give user feedback that the action is in progress - Update error message to be more specific - Move some specs to more appropriate locations
-
Peter Leitzen authored
Enforce `.` at end of GraphQL descriptions See merge request gitlab-org/gitlab!46721
-
Luke Duncalfe authored
Previously our GraphQL styleguide stated that description strings should not end in periods. Descriptions provided by `ruby-graphql` objects all do end in periods, so our overall API is inconsistent in how it presents its schema descriptions. This change switches our description styleguide to recommend that we add periods to the end of description strings. It also adds to the existing `GraphQL/Descriptions` cop to enforce this which can auto-correct offenses.
-
Marcin Sedlak-Jakubowski authored
Docs: fix linting errors in doc/user/project/issues/issue_data_and_actions.md See merge request gitlab-org/gitlab!49786
-
Jonston Chan authored
-
Nicolò Maria Mezzopera authored
Migrate `createBoard` away from boardStore See merge request gitlab-org/gitlab!49450
-
Natalia Tepluhina authored
- removed unused specs - removed unused utilities - added new cases to the form spec
-
Enrique Alcántara authored
Migrate Bootstrap button to GitLab UI GlButton in Web IDE commit sidebar See merge request gitlab-org/gitlab!39988
-
Nadia Sotnikova authored
-
Marcin Sedlak-Jakubowski authored
Docs: fix linting errors in doc/api/notes.md See merge request gitlab-org/gitlab!49766
-
Jonston Chan authored
-
David O'Regan authored
Add visibility and last updated image repository details See merge request gitlab-org/gitlab!49703
-
Nicolò Maria Mezzopera authored
- details_header - tests - details page bindings - details page tests - mock_data
-
Imre Farkas authored
Enable query_cache_for_load_balancer feature flag by default See merge request gitlab-org/gitlab!49708
-
Imre Farkas authored
Bump gitlab-shell version to v13.14.0 See merge request gitlab-org/gitlab!49810
-
Nicolò Maria Mezzopera authored
Merge branch '287828-show-available-compliance-frameworks-in-the-group-general-settings' into 'master' Show available compliance frameworks list in the group general settings See merge request gitlab-org/gitlab!49347
-
Robert Hunt authored
- Added new EE-only partial to groups edit HAML - Added Vue ID to new partial and disabled it if the feature flag is off - Created new initializer to trigger the Vue app - Created new list Vue app with a tabulated list, empty state, error alert and list items - List item contains the label + color and description - Added new GraphQL query to get the compliance framework labels list
-
Jan Provaznik authored
Improve query log diffs See merge request gitlab-org/gitlab!49269
-
Rémy Coutable authored
Add dismissed_at field to vulnerability in GraphQL See merge request gitlab-org/gitlab!49797
-
Igor Drozdov authored
-
Andreas Brandl authored
Expand index on ci_pipelines See merge request gitlab-org/gitlab!49604
-
Rémy Coutable authored
Removes reactive_caching_limit_environment FF See merge request gitlab-org/gitlab!47950
-
João Alexandre Cunha authored
FF was already enabled by default and is working well on .com
-
Dylan Griffith authored
Allow authenticating with password+OTP for git+HTTP access See merge request gitlab-org/gitlab!43474
-
Phil Hughes authored
Remove unused loading_button component See merge request gitlab-org/gitlab!49726
-
Natalia Tepluhina authored
Remove vuex after vue-apollo implementation See merge request gitlab-org/gitlab!49584
-
Nicolò Maria Mezzopera authored
- source - tests
-
Kamil Trzciński authored
Merge branch '292906-rspec-feature-flags-fail-when-there-is-gitaly_-feature-flag-defined' into 'master' Ignore `gitaly_*` feature flags in rspec:feature-flags check [RUN ALL RSPEC] See merge request gitlab-org/gitlab!49799
-
Albert Salim authored
gitaly_ feature flags are passed through to Gitaly instead of being used in the Rails codebase. When the feature flag is used only in E2E test instead of rspec test, it would not be tracked in 'tmp/feature_flags/*.used'.
-
Peter Leitzen authored
Alerts Service only available at the project-level See merge request gitlab-org/gitlab!49561
-
Shinya Maeda authored
Introduce ReportsComparer class See merge request gitlab-org/gitlab!49241
-
Maxime Orefice authored
This commits extracts the business logic required to build a diff report between the head and the base pipeline. This logic has been extracted to an abstract class to facilitate future report comparison.
-
Jan Provaznik authored
Optionally use new VSA backend on the project level See merge request gitlab-org/gitlab!47641
-
Bob Van Landuyt authored
Enable LFS chunked encoding by default See merge request gitlab-org/gitlab!49649
-
Denys Mishunov authored
Maintenance Mode - Hook up API See merge request gitlab-org/gitlab!48954
-
Zack Cuddy authored
This change hooks up the Application Settings API to the maintance view UI. This is done via a Vuex store similar to Geo Settings.
-
Martin Wortschack authored
Implement inifinite scrolling of alerts See merge request gitlab-org/gitlab!49289
-
Martin Wortschack authored
Fix translate errors in performance bar See merge request gitlab-org/gitlab!49727
-
Marcin Sedlak-Jakubowski authored
Docs: fix linting errors in doc/api/epic_links.md See merge request gitlab-org/gitlab!49643
-
Jonston Chan authored
-