- 04 Jun, 2020 40 commits
-
-
Craig Norris authored
Style work, node exporter page See merge request gitlab-org/gitlab!33874
-
Amy Qualls authored
Tone, style, and word choice updates. Remove outdated info.
-
Mark Florian authored
Add a seedable UUIDv4 generator See merge request gitlab-org/gitlab!32792
-
Craig Norris authored
Tone and style updates See merge request gitlab-org/gitlab!33884
-
Mike Jang authored
Added group and project share permissions See merge request gitlab-org/gitlab!32996
-
Jefferson Jones authored
-
Douglas Barbosa Alexandre authored
Geo: Track PackageFile sync counts in Geo node statuses Closes #215461 See merge request gitlab-org/gitlab!33079
-
Nick Gaskill authored
Document configuring Conan projects See merge request gitlab-org/gitlab!33444
-
mo khan authored
-
Toon Claes authored
Geo - Make Geo::RegistryConsistencyWorker clean up unused registries Closes #204797 See merge request gitlab-org/gitlab!32695
-
Amy Qualls authored
Update two of the exporter pages for tone and style. Remove mentions of outdated versions of GitLab. Shift the comments on a code block to separate lines, rather than the end of each line, for legibility.
-
Martin Wortschack authored
Transform issues analytics filter params See merge request gitlab-org/gitlab!33709
-
Brandon Labuschagne authored
The filters used for the filters do not conform to the same pattern as used for the API. In this MR we transform the labels filters to match that of the API.
-
Grzegorz Bizon authored
Replace --all with --workspace on cargo test. See merge request gitlab-org/gitlab!33517
-
Markus Becker authored
According to the official cargo documentation at https://doc.rust-lang.org/cargo/commands/cargo-build.html `--all` is deprecated. """ --all Deprecated alias for --workspace. """
-
Dmytro Zaporozhets authored
Fix relative URL root in wiki_base_path See merge request gitlab-org/gitlab!33841
-
Thomas Randolph authored
Most UUID generators assume that you want fully random UUIDs. In most cases, this is true. The `uuid` package allows a consumer to pass in `random` values (an array of 16 numbers 0-255), or a generator that outputs 16 random bytes. This is our hook into being able to provide "random" values. We just need a way to get "random" values that are actually random in most cases, but that we can control if we want to. Enter: the Mersenne Twister. Mersenne Twisters can be seeded with a number to start. They will derive all of their future twisted states from that initial seed. So: we still get "randomness," but we can also seed it to make the output deterministic. This `random.js` file outputs a single function (for now) called `uuids` that will generate a random UUIDv4 string or - if provided seeds - will generate the correct resulting UUIDv4 given those seeds. Consumers can request multiple values to avoid having to constantly call the function and/or constantly reconstruct the internal Twister.
-
Dmytro Zaporozhets authored
RSpec zero monkey patching mode See merge request gitlab-org/gitlab!33726
-
Markus Koller authored
Fix "Invalid state of snippets after Project import" See merge request gitlab-org/gitlab!33621
-
Peter Leitzen authored
Increase events count for Prometheus alerts See merge request gitlab-org/gitlab!33706
-
Vitali Tatarintev authored
Increase an alert's events count when existing Prometheus alert has been fired
-
Nick Thomas authored
Create confidential issues on confidential epics See merge request gitlab-org/gitlab!33646
-
Suzanne Selhorn authored
Add crosslink to variables examples See merge request gitlab-org/gitlab!33675
-
Marcel Amirault authored
-
Igor Drozdov authored
Change the linkType argument for issueLinks query to enum See merge request gitlab-org/gitlab!33828
-
Mehmet Emin INAC authored
-
Peter Leitzen authored
Fix N+1 queries for Elastic Search milestones scope See merge request gitlab-org/gitlab!33327
-
Terri Chu authored
-
Sean McGivern authored
fix(api): include standard Link header in keyset pagination Closes #218504 See merge request gitlab-org/gitlab!33714
-
Sean McGivern authored
Add charts showing CPU and memory usage to self monitoring default dashboard See merge request gitlab-org/gitlab!33532
-
Markus Koller authored
Group authorization refresh to consider shared groups See merge request gitlab-org/gitlab!31204
-
Douglas Barbosa Alexandre authored
Take User min and max IDs only one time for all counters Closes #212666 See merge request gitlab-org/gitlab!33168
-
Mike Jang authored
Add alternative SQL EXPLAIN tool to doc See merge request gitlab-org/gitlab!33808
-
Tan Le authored
-
Francisco Javier López authored
-
Igor Drozdov authored
Add policy for auto_fix See merge request gitlab-org/gitlab!32783
-
Tetiana Chupryna authored
Only Maintainer can modify it. Expose it with Configuration json
-
rpereira2 authored
-
rpereira2 authored
Add charts showing the CPU and memory usage of each instance to the self monitoring default dashboard.
-
Phil Hughes authored
Code nav: Accept tokens instead of raw HTML on FE See merge request gitlab-org/gitlab!33479
-