- 26 Oct, 2020 40 commits
-
-
Simon Knox authored
Convert stylesheets/pages/pipelines_schedules.scss into page specific bundle See merge request gitlab-org/gitlab!45822
-
Payton Burdette authored
Move css into a page specific bundle for performance.
-
Tom Atkins authored
DeadlineExceeded troubleshooting scenario See merge request gitlab-org/gitlab!44985
-
Rehab Hassanein authored
-
Alper Akgun authored
Create snippet_repository_storage_moves table See merge request gitlab-org/gitlab!45990
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!46135
-
Igor Drozdov authored
Update system note when marking merge request as draft or ready See merge request gitlab-org/gitlab!45644
-
Rémy Coutable authored
Add GraphQL endpoints to lock, unlock and delete Terraform states See merge request gitlab-org/gitlab!43955
-
Enrique Alcántara authored
Refactor secondary_navigation_elements.scss See merge request gitlab-org/gitlab!45763
-
Dmytro Zaporozhets (DZ) authored
Provide absolute URL to project avatar in meta tags See merge request gitlab-org/gitlab!45776
-
GitLab Release Tools Bot authored
-
Rémy Coutable authored
Fix remaining Enable RuboCop Lint/Void offenses See merge request gitlab-org/gitlab!23269
-
Rémy Coutable authored
Remove Cycle Analytics message from en i18n message See merge request gitlab-org/gitlab!45178
-
Bob Van Landuyt authored
Merge branch '219239-experiment-add-an-invite-team-members-cta-to-the-group-empty-state' into 'master' Add an "Invite team members" CTA to the group empty state See merge request gitlab-org/gitlab!45689
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!46124
-
Jacques Erasmus authored
Move devops markup to partial See merge request gitlab-org/gitlab!46113
-
Sanad Liaquat authored
Fix issue where port was replaced in hostname See merge request gitlab-org/gitlab!45530
-
Natalia Tepluhina authored
Try to generalize GraphQL startupJS approach See merge request gitlab-org/gitlab!45060
-
Lukas 'Eipi' Eipert authored
This refactors our StartupJS for GraphQL to be a Apollo Link [0] based application. Instead of manually filling the cache, we build an interceptor which "short-circuits" the Apollo Link pipeline in case the query can be found in StartupJS. In case the query fails, is not cached, has different variables, is done more than once, we skip it down the pipeline. Also if all Startup Queries have been done, it self-disables. We also now batch all StartupJS requests into one GraphQL call. [0]: https://www.apollographql.com/docs/link/overview/
-
Bob Van Landuyt authored
Fixes bug with action_icon See merge request gitlab-org/gitlab!45302
-
Mark Florian authored
Implement fuzzing artifcact download See merge request gitlab-org/gitlab!44263
-
Russell Dickenson authored
Clean up security_dashboard Doc See merge request gitlab-org/gitlab!46050
-
Vitaly Slobodin authored
Remove positive tabindexes See merge request gitlab-org/gitlab!46003
-
Coung Ngo authored
tabindexes with values greater than 0 are strongly discouraged by web accessibility bodies. This commit removes these positive tabindexes. https://www.w3.org/TR/wai-aria-practices/#keyboard-interaction-7 https://webaim.org/techniques/keyboard/tabindex
-
Russell Dickenson authored
Clarify text on database access options See merge request gitlab-org/gitlab!45938
-
Nicole Schwartz authored
-
GitLab Release Tools Bot authored
-
Marcin Sedlak-Jakubowski authored
docs: Copyedit Project Issue Boards API See merge request gitlab-org/gitlab!46110
-
Mark Florian authored
Expose Project Security Dashboard under new Vulnerability Report route See merge request gitlab-org/gitlab!44903
-
fjsanpedro authored
-
Phil Hughes authored
Add `manuallyCollapsed` flag to Diff Files See merge request gitlab-org/gitlab!43911
-
Thomas Randolph authored
Of course, this means that there's a bunch of logic to coordinate the new flag with the original - `automaticallyCollapsed` - flag. In addition: the UI is updated to use the new flag whenever it's been set, but to continue to fall back to the old flag. This is primarily facilitated by a new helper utility for diff files to do the resolution in a single centralized place. Of note: the diff_file is updated to depend on the global store as the authoritative source of determining whether the file is collapsed or not. The previous version kept a local `isCollapsed` in sync with the global store, which introduced a huge amount of interwoven complexity. The update ingests the resolved collapsed state from the store when various observed properties update instead of inverting that flow. This is a full refactor of file collapsing. Because the previous version was a single flag, then modified with a user preference (file-by-file), there were some issues including a THIRD possible way that collapsing works. This update slightly simplifies how collapsing works by depending more heavily on the two flags stored in state and only modifying them with the user preference when necessary.
-
Dmytro Zaporozhets (DZ) authored
Gracefully recover from deleted LFS file See merge request gitlab-org/gitlab!45459
-
Phil Hughes authored
Update Web IDE "New Directory" tooltip to gl component See merge request gitlab-org/gitlab!45838
-
Natalia Tepluhina authored
Add the Ability to sort Issues and Merge Requests See merge request gitlab-org/gitlab!45003
-
Dmitry Gruzd authored
When searching for Issues and Merge Request sometimes you don't want to see the most accurate result. You might want to see the the newest result. Now you can change from Relevant results to newest or oldest results. As we add more filtering in the future this will be even more valuable.
-
Heinrich Lee Yu authored
Fix rendering of service desk notes See merge request gitlab-org/gitlab!45772
-
Mark Florian authored
-
Michał Zając authored
-
Michał Zając authored
-