- 12 Nov, 2019 15 commits
-
-
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
-
Ash McKenzie authored
Track container registry events in API endpoints See merge request gitlab-org/gitlab!19591
-
Steve Abrams authored
Add events for tracking listing and deleting of tags and repositories in the gitlab API for the container registry.
-
Sanad Liaquat authored
Add QA login flow See merge request gitlab-org/gitlab!19474
-
Mark Lapierre authored
Adds a Flow module for frequently used sequences of actions Adds a login flow, including for logging in, performing some actions and then logging out. Updates a test as an example of how to use the login flow. Adds a class method `QA::Resource::User.admin` to provide access to the admin user's details (include username/password needed to sign in)
-
Evan Read authored
Update various redirected and 404'ing links See merge request gitlab-org/gitlab!19748
-
Marcel Amirault authored
Update assorted links that are redirecting or throwing 404 errors, to their correct final urls
-
Evan Read authored
Add a note about herokuish procfile exec See merge request gitlab-org/gitlab!19686
-
Hordur Freyr Yngvason authored
-
Russell Dickenson authored
Edit to blocking and deactivating users See merge request gitlab-org/gitlab!19911
-
Evan Read authored
-
Evan Read authored
Document how to set management project in UI See merge request gitlab-org/gitlab!19727
-
Thong Kuah authored
-
- 11 Nov, 2019 25 commits
-
-
Fatih Acet authored
Rework Users with ID for Feature Flags See merge request gitlab-org/gitlab!19399
-
Ash McKenzie authored
Add feature test for grafana embeds See merge request gitlab-org/gitlab!18536
-
Sarah Yasonik authored
Creates a feature test for embedding grafana metrics charts in GFM. Includes some additional helpers and fixtures.
-
Thong Kuah authored
Revert "Added submit_review quick action" See merge request gitlab-org/gitlab!19894
-
Paul Slaughter authored
Fix string typo for issue weights promotion Closes #32419 See merge request gitlab-org/gitlab!19893
-
Evan Read authored
Improve documentation about blocking/deactivating users See merge request gitlab-org/gitlab!19757
-
Ash McKenzie authored
Limit amount of data sent with Sentry list See merge request gitlab-org/gitlab!19649
-
Ash McKenzie authored
Update link to docs on cluster page See merge request gitlab-org/gitlab!19780
-
Douglas Barbosa Alexandre authored
SCIM GET /Users supports requests without a filter Closes #35209 See merge request gitlab-org/gitlab!19421
-
Alper Akgun authored
-
Andreas Brandl authored
Group Export relations with subgroups See merge request gitlab-org/gitlab!18938
-
André Luís authored
This reverts merge request !18974
-
Lin Jen-Shin authored
Extract EE specific parts from TodosFinder See merge request gitlab-org/gitlab!19221
-
Heinrich Lee Yu authored
Resolve "Project Import does not restore snippets having `award_emoji`" Closes #35731 See merge request gitlab-org/gitlab!19690
-
Natalia Tepluhina authored
Resolve "Make pages settings (e.g. enablement access-control) more visible." See merge request gitlab-org/gitlab!19067
-
Vladimir Shushlin authored
Add access control warning alert to pages page Add warning about pages being disabled for project Add the changelog Fix translations
-
Douglas Barbosa Alexandre authored
Expose epic in issues API See merge request gitlab-org/gitlab!19300
-
Winnie Hellmann authored
-
James Edwards-Jones authored
Allows all SCIM identities to be returned, paginated. SCIM clients will sometimes send a request without a filter, using pagination to limit results instead. Previously we would raise an error when a filter wasn't provided, meaning we were unable to process those requests. Our initial approach was an MVC for Azure support, which required filter by id. Filters are optional however, and we need to conform to the spec more closely for Okta comaptibility. See: https://tools.ietf.org/html/rfc7644#section-3.4.2.2
-
Imre Farkas authored
Hide repeated trial offers on self-hosted instances See merge request gitlab-org/gitlab!19511
-
Alper Akgun authored
On self-hosted instances when a trial license expires we currently offer new repeated trials to the admins. With these changes we track trial ends date at instance level and do not suggest repeated trials to admins
-
Natalia Tepluhina authored
Remove IIFEs from image_file.js See merge request gitlab-org/gitlab!19548
-
Marvin Karegyeya authored
-
Martin Wortschack authored
Resolve "Conform analytics header styling" See merge request gitlab-org/gitlab!19867
-
Brandon Labuschagne authored
-