- 14 Jan, 2021 1 commit
-
-
Orit Golowinski authored
-
- 13 Jan, 2021 39 commits
-
-
Enrique Alcántara authored
Convert tabs in navigation_tabs.vue to gl-tabs See merge request gitlab-org/gitlab!47841
-
Nick Gaskill authored
Update JQF ordering and example name See merge request gitlab-org/gitlab!51607
-
Gabriel Mazetto authored
Geo: Prepare for secondary side verification See merge request gitlab-org/gitlab!51242
-
Stan Hu authored
Update default value of applications_settings.max_import_size to 0 See merge request gitlab-org/gitlab!51229
-
Mayra Cabrera authored
Fix script typo in secret detection template causing detection to be skipped See merge request gitlab-org/gitlab!51544
-
Mayra Cabrera authored
Debian Group and Project Distribution Architectures See merge request gitlab-org/gitlab!51265
-
Igor Drozdov authored
Fix Graphql/Descriptions EE resolver offenses See merge request gitlab-org/gitlab!51550
-
Annabel Dunstone Gray authored
- Use gl-tabs in pipeline navigation_tabs.vue
-
Enrique Alcántara authored
Improve user_deletes_snippet_spec assertion See merge request gitlab-org/gitlab!51020
-
David O'Regan authored
Fix table columm shift with table-layout fixed See merge request gitlab-org/gitlab!51416
-
Kerri Miller authored
Remove mr_comment_neighbor_nav flag See merge request gitlab-org/gitlab!51522
-
Brandon Labuschagne authored
Add space and helper to the group members page See merge request gitlab-org/gitlab!50954
-
Yogi authored
This reverts commit cd569629b4b9600bf220fdd59bb5633812d9c3f2.
-
Rémy Coutable authored
Merge branch '296681-follow-up-from-add-a-trial-status-sidebar-widget-behind-feature-flag' into 'master' Convert trial status widget from HAML to Vue See merge request gitlab-org/gitlab!51008
-
Dallas Reedy authored
- Create a trial-status-widget Vue component - Within the new component, use existing gl-progress-bar component instead of manually recreating its HTML structure - Add simple test to verify that the component is properly rendered
-
Mark Florian authored
Add helpPagePath helper function See merge request gitlab-org/gitlab!48106
-
Mark Florian authored
Update Styling of Security & Compliance Carousel See merge request gitlab-org/gitlab!50877
-
Jannik Lehmann authored
This commit updates the styling of the Security & Compliance Carousel to match the design specs.
-
Samantha Ming authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/285112
-
Nathan Friend authored
Adds GitLab UI to buttons in Deploy TOkens See merge request gitlab-org/gitlab!51077
-
Marvin Karegyeya authored
-
Michael Kozono authored
Fix secondary login in maintenance mode See merge request gitlab-org/gitlab!51494
-
Lin Jen-Shin authored
Merge branch '16303-persistent-volume-claims-should-be-regularly-cleaned-up-for-review-apps' into 'master' ci: Automate the cleanup of stale PVC See merge request gitlab-org/gitlab!51488
-
Patrick Bair authored
Drop tmp index on emails table again See merge request gitlab-org/gitlab!51440
-
Robert Speicher authored
Migrate from SAST_DEFAULT_ANALYZERS to SAST_EXCLUDED_ANALYZERS See merge request gitlab-org/gitlab!50872
-
rossfuhrman authored
Add SAST_EXCLUDED_ANALYZERS support in SAST so that we can move away from SAST_DEFAULT_ANALYZERS in the future
-
Andrew Fontaine authored
Enable Deployment Frequency graphs by default See merge request gitlab-org/gitlab!51338
-
Nathan Friend authored
This commit updates the `deployment_frequency_charts` feature flag to be enabled by default.
-
Jose Ivan Vargas authored
Add specs for hidden groups item component See merge request gitlab-org/gitlab!51428
-
Dmytro Zaporozhets (DZ) authored
Enable reviewer_approval_rules feature by default See merge request gitlab-org/gitlab!51183
-
Nick Gaskill authored
Use Correct Verbage for Documentation of Artifacts See merge request gitlab-org/gitlab!51616
-
Imre Farkas authored
Resolve "Provisoned Accounts - Welcome Email" See merge request gitlab-org/gitlab!51271
-
Mark Florian authored
This avoids the help path being calculated at script execution time, before the component has even been instantiated (which may never even happen).
-
Mark Florian authored
This reverts commit 9a80dadaa797b6f11b125507f18a3af2789b6064. A util is something which works outside of the project (i.e. could be ported to another project without relying on any project specific code) while a helper is something which augments or assists project specific code. Like a helper which uses a class variable to augment the value. Since this is specifically about generating help links for the GitLab product, this therefore is a helper.
-
Tom Quirk authored
-
Tom Quirk authored
To make this file easier to find, this commit moves this file to lib/utils.
-
Tom Quirk authored
This mirrors the `help_page_path` helper in Ruby. It evaluates to a path that hits the help controller on the backend, which _may_ then redirect to the `help_page_documentation_base_url` (i.e., https://doc.gitlab.com, for GitLab.com). This helper also works on subdomain _and_ path-based (relative URL) GitLab installations.
-
Yannis Roussos authored
Create artifact expiry backfill migration See merge request gitlab-org/gitlab!47723
-
Rémy Coutable authored
This adds automated cleanup of stale PVC that were created as part of Review Apps but are not is use anymore. Signed-off-by: Rémy Coutable <remy@rymai.me>
-