- 12 Nov, 2019 40 commits
-
-
Fabio Pitino authored
* Add unique index * Add model validation * Ensure data migration leverages the index
-
Sean McGivern authored
Manage and display labels from epic graphql See merge request gitlab-org/gitlab!19642
-
Achilleas Pipinellis authored
Docs: update Pages illustrations Closes #34710 See merge request gitlab-org/gitlab!19585
-
Marcia Ramos authored
- Replace table of images with unique for better visualization on /help - Add new illustration for getting started section
-
Kushal Pandya authored
Migrate feature flags table specs to Jest See merge request gitlab-org/gitlab!19880
-
Phil Hughes authored
Port scroll to bottom methods to new component Closes #35534 See merge request gitlab-org/gitlab!19941
-
Mike Greiling authored
feat: add Infinite scroll to "Add Projects" modal in the operations dashboard See merge request gitlab-org/gitlab!17842
-
Laura Montemayor authored
* Imports the GlInfiniteScroll component to project selector * Adds totalResults to state which is the number of projects * Adds mutations for fetching the headers with the results information
-
Heinrich Lee Yu authored
Fix projects new page performance See merge request gitlab-org/gitlab!18180
-
Adam Hegyi authored
- Introduce OptimizedGroupsWithTemplatesFinder that queries group templates more efficiently. - Introduce a feature flag to enable the optimization: `optimized_groups_with_templates_finder`
-
Dmitriy Zaporozhets authored
Fix Arel deprecations for Rails 6 Closes #28497 See merge request gitlab-org/gitlab!19869
-
Dmitriy Zaporozhets authored
API call for Create Vulnerability from Finding See merge request gitlab-org/gitlab!18283
-
Victor Zagorodny authored
Make title_html field optional in order to be controlled by CacheMarkdownField logic. Add POST /projects/:id/vulnerabilities API call. Add create_vulnerability ability for User. Add Vulnerabilities::CreateService and model methods and scopes required for its functioning. Add new factories and traits.
-
Paul Gascou-Vaillancourt authored
-
Paul Gascou-Vaillancourt authored
Migrated feature_flags_table_spec.js from Karma to Jest
-
Martin Wortschack authored
Revert "Merge branch 'mfluharty-clickable-links-in-file-view' into 'master'" See merge request gitlab-org/gitlab!19887
-
Kamil Trzciński authored
Run check_mergeability only if merge status requires it See merge request gitlab-org/gitlab!19364
-
Igor authored
If merge_status is not unchecked there's no need to run whole MergeabilityCheckService because the merge_status column won't be updated in this case
-
Heinrich Lee Yu authored
Revert "Merge branch 'optimise-avatar-requests-part-two' into 'master'" See merge request gitlab-org/gitlab!19942
-
Sean McGivern authored
Mark todo done by GraphQL API See merge request gitlab-org/gitlab!18581
-
Natalia Tepluhina authored
Fix loading all issues when board list is collapsed Closes #26207 See merge request gitlab-org/gitlab!19347
-
Florie Guibert authored
-
Dmitriy Zaporozhets authored
Conan Remove API Endpoints See merge request gitlab-org/gitlab!17846
-
Steve Abrams authored
Implements the DELETE API endpoint for the conan package registry to remove conan packages and their package files.
-
Sean McGivern authored
This reverts merge request !19822
-
Filipa Lacerda authored
Render folder lock icon in table rows See merge request gitlab-org/gitlab!19776
-
Filipa Lacerda authored
-
Fatih Acet authored
Add project package api call to api.js See merge request gitlab-org/gitlab!19685
-
Nicolò Maria Mezzopera authored
- paths and function in api.js - unit tests
-
Bob Van Landuyt authored
Updated deployment api docs with pipeline data Closes #27226 See merge request gitlab-org/gitlab!19876
-
Marcia Ramos authored
Docs: add troubleshooting for domain verification Closes #28635 See merge request gitlab-org/gitlab!19885
-
Marcia Ramos authored
-
Sean McGivern authored
Fix merge train is not refreshed when the system aborts/drops a merge request See merge request gitlab-org/gitlab!19763
-
Phil Hughes authored
Triggers the correct endpoint on licence approval See merge request gitlab-org/gitlab!19078
-
Sam Beckham authored
Previously we were requesting the data from the old endpoint on license approval regardles of the feature flag state. This rectifies that situation.
-
Phil Hughes authored
When a folder is locked this renders the lock icon next to the folder name
-
Bob Van Landuyt authored
Remove N+1 DB calls from branches API See merge request gitlab-org/gitlab!19661
-
Kushal Pandya authored
Create package list vue component See merge request gitlab-org/gitlab!19613
-
Nicolò Maria Mezzopera authored
Add list component based on gltable Add index file to import vue app in rails page Adjust base app, naming and props List mock data, adjust slot syntax Add styling, sorting component to list Basic unit tests for package list component More tests for list component Update haml with required attrs for vue - help url - illustration path - remove hardcoded list data
-
Shinya Maeda authored
This commit fixes the merge train bug that it's not refreshed on abort
-