- 30 Oct, 2020 40 commits
-
-
Nick Gaskill authored
Transfer GitLab Pages storage location w/o downtime See merge request gitlab-org/gitlab!46512
-
Ben Bodenmiller authored
-
David O'Regan authored
Prepare for "Forward deployment - warn users on "Retry"" See merge request gitlab-org/gitlab!46328
-
Angelo Gulina authored
Update spec to match FE guidelines Update spec with more test cases covering functionality
-
Vitali Tatarintev authored
Sort a namespace's projects by exceeded storage See merge request gitlab-org/gitlab!44124
-
Corinna Wiesner authored
Sort projects on the usage quota page by the total repository size excess.
-
Amy Qualls authored
Add "unassigned" to relevant doc page metadata See merge request gitlab-org/gitlab!46567
-
Miguel Rincon authored
Global Search - Group Filter See merge request gitlab-org/gitlab!44833
-
Zack Cuddy authored
This change replaces the deprecated jQuery Dropdown plugin. Instead we use gl-dropdown from GitLab UI and a Vue component. This uses a Vuex store to manage the API calls and API data. From there the GitLab UI components take care of the existing functionality. Following this MR we will be moving over the Project dropdown as well.
-
Bob Van Landuyt authored
API for user groups count See merge request gitlab-org/gitlab!44069
-
Aishwarya Subramanian authored
Displays the total number of authorized groups for individual users in the admin dashboard.
-
Sean McGivern authored
Add feature categories, Part 5 See merge request gitlab-org/gitlab!46478
-
Craig Norris authored
Add none/unassigned to relevant page metadata.
-
Amy Qualls authored
Add documentation about registry mirror in dind See merge request gitlab-org/gitlab!46241
-
Steve Azzopardi authored
Docker Inc is rolling out new [terms of service](https://www.docker.com/pricing/resource-consumption-updates) which will introduce rate limits on `docker pull` from DockerHub for anonymous users. Users can already set a DockerHub mirror to not reach these limits when running CI jobs using the Docker executor. However when they use the `dind` service to build their images this won't use the registry mirror because it needs to be explicitly configured for the daemon. closes https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27171
-
Bob Van Landuyt authored
Only initialise metrics for the most common feature categories See merge request gitlab-org/gitlab!46558
-
Bob Van Landuyt authored
Rename `open*` release links to `opened*` in GraphQL endpoint See merge request gitlab-org/gitlab!46497
-
Phil Hughes authored
Expand Diff File collapsed UI to be significantly more obvious See merge request gitlab-org/gitlab!46286
-
Thomas Randolph authored
- Expand the collapsed file body vertically - Color the collapsed file body orange - Expand the only-blob-available body vertically - Color the only-blob-available body orange - Convert the control to expand collapsed files into a button
-
Bob Van Landuyt authored
Improve remaining work metrics for deleted objects worker See merge request gitlab-org/gitlab!46154
-
Bob Van Landuyt authored
This adds a feature category to API classes from ::API::ProjectSnapshots -> ::API::Wikis
-
Grzegorz Bizon authored
Add ci_new_artifact_file_reader FF again See merge request gitlab-org/gitlab!46552
-
Furkan Ayhan authored
This is a revert commit of b5c271db
-
James Lopez authored
Implement fallback for Vulnerability#dismissed_at See merge request gitlab-org/gitlab!46378
-
Mehmet Emin INAC authored
-
Sean McGivern authored
Most feature categories aren't used at all yet, even on GitLab.com. This meant we generated a huge amount of series that would never change. As a compromise between initialising nothing (and having gaps, plus unpredictable memory usage in Prometheus) and initialising everything (explosion in number of series), we only initialise for the top five categories as of today, plus the default category of `unknown`. The top five categories do include `not_owned`, but that's probably OK.
-
Mark Florian authored
Covarege fuzzing - Fix typo in help path See merge request gitlab-org/gitlab!46527
-
Sean McGivern authored
Pass environment to check threads See merge request gitlab-org/gitlab!46363
-
Robert May authored
This ensures the git environment is passed to the parallel check threads.
-
Sean McGivern authored
Add feature categories to endpoints, part 4 See merge request gitlab-org/gitlab!46470
-
Sean McGivern authored
Refactor coverage badge spec See merge request gitlab-org/gitlab!46400
-
Peter Leitzen authored
Clarify that external users cannot access all internal See merge request gitlab-org/gitlab!46087
-
Ben Bodenmiller authored
for Clarify that external users cannot access all internal
-
Nick Thomas authored
Lazy authorization for GraphQL types See merge request gitlab-org/gitlab!45263
-
Alex Kalderimis authored
This promise abstracts over a few different kinds of laziness we have, without coupling super tightly to the GitlabSchema.
-
Vitali Tatarintev authored
Fix typo in MR CSV export See merge request gitlab-org/gitlab!46354
-
Max Woolf authored
Fixes a reference to merge_requests in an email template.
-
Natalia Tepluhina authored
Merge branch '229300-migrate-bootstrap-button-to-gitlab-ui-glbutton-in-app-assets-javascripts-vue_shared' into 'master' Migrate button to GlButton in …/markdown/toolbar.vue See merge request gitlab-org/gitlab!46041
-
Jeremy Elder authored
Migrating buttons in Vue and also HAML for parity
-
James Lopez authored
Fix ClusterReindexingService infinite loop See merge request gitlab-org/gitlab!46224
-