- 26 Oct, 2020 40 commits
-
-
Denys Mishunov authored
-
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
-
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
-
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
-
Savas Vedova authored
- The link is hidden for now. It will be added back when the new chart is included.
-
Bob Van Landuyt authored
Fix update-tests-metadata job for Ruby 2.7 (part 2) See merge request gitlab-org/gitlab!46103
-
Jan Provaznik authored
Add DAST Site Validation GraphQL query endpoint See merge request gitlab-org/gitlab!45343
-
Brandon Labuschagne authored
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Alper Akgun authored
Reset the search filters upon a scope change See merge request gitlab-org/gitlab!45808
-
Vitaly Slobodin authored
Update tooltips for deploy keys page components See merge request gitlab-org/gitlab!45936
-
Amy Qualls authored
Updates app/assets/javascripts/deploy_keys/components/key.vue to use the new tooltips instead of the old deprecated ones.
-
Vitaly Slobodin authored
Check for missing reference in job.only.refs See merge request gitlab-org/gitlab!45683
-
Stan Hu authored
Previous RubyGems versions used to load delegate indirectly, but this has changed with Ruby 2.7: https://stackoverflow.com/a/60468620/1992201
-
Evan Read authored
Fix incorrect S3 KMS key id ARN in object storage See merge request gitlab-org/gitlab!46107
-
Kushal Pandya authored
Replace fa-external-link in project artifacts See merge request gitlab-org/gitlab!46014
-
Kushal Pandya authored
Fixes new discussions getting auto resolved See merge request gitlab-org/gitlab!46001
-
Shinya Maeda authored
Increase the count of allowed dotenv variables to 20 See merge request gitlab-org/gitlab!45815
-
Jamie Reid authored
Currently, the ParseDotenvArtifactService has a hardcoded limit of 10 parsed variables per dotenv file. This change increases that to 20.
-
Stan Hu authored
The rails gem requires bundler >= 1.3.0. Since Ruby v2.7.2 comes with bundler v2, we need to install v1.17.3 to meet this requirement.
-