- 24 Mar, 2020 40 commits
-
-
Nathan Friend authored
This commit documents our new standard approach for initializing Vuex store state.
-
Mike Jang authored
LDAP Admin docs See merge request gitlab-org/gitlab!16083
-
Harish Ramachandran authored
Flesh out some more More about user logins and errors More fleshing out Reorganize outline on the page Updated a few sections Clarify ldapsearch and groupsync docs Clarify phrasing Update UserSync logs description Clarify some headings and modify other stuff Add some links; flesh out section on failed logins Finish the User logins section Finish the Connection section New links; updated workflows Link to the SSOT in the workflows Simplify the membership debugging steps Some final checks Un-indent a few bulletted lists Correct a few broken links Resolve pending comments Remove the Workflows section Move the Tools section to the bottom Rename the log output to be console outputs Move user_filter debugging to the logins section Move no-users-found section to user logins Move most of the console docs inline Update codeblock formatting; use the new Ldap module
-
Andrew Fontaine authored
Jest refactor jquery setup and add import commons See merge request gitlab-org/gitlab!27862
-
Sean McGivern authored
Log Redis call count and duration to log files Closes #208821 See merge request gitlab-org/gitlab!27735
-
Martin Wortschack authored
Resolve "Value Stream Analytics - Custom ordering of stages" See merge request gitlab-org/gitlab!26074
-
Brandon Labuschagne authored
The manual sorting is added by means of drag and drop functionality. To achieve this we've made use of sortablejs which is also used for issue lists and boards.
-
Paul Slaughter authored
Move the vuex logic out of the filter component Closes #210334 See merge request gitlab-org/gitlab!27216
-
Sam Beckham authored
- Pulls all vuex logic out of the filter component and moves it into either computed properties, or up to the filters component that encompasses it. - Moves the filters spec to Jest - Removes the store based testing in the filter component - Adds extra tests around the filter component https://gitlab.com/gitlab-org/gitlab/-/merge_requests/27216
-
Paul Slaughter authored
Replaces underscore with lodash for app/assets/javascripts/ide See merge request gitlab-org/gitlab!27051
-
Jarka Košanová authored
Remove n+1 queries from GraphQL EpicType See merge request gitlab-org/gitlab!27551
-
Stan Hu authored
Resolve "GCS job.log is stored with Content-Type invalid/invalid" Closes #212264 See merge request gitlab-org/gitlab!27864
-
Mike Jang authored
Add proxy config note to usage statistics docs See merge request gitlab-org/gitlab!27849
-
Dan Jensen authored
Previously the usage statistics documentation did not mention proxy configuration. Proxy mis-configuration is a common cause of usage statistics failing to be reported, which can cause other features (like DevOps Score) to be non-functional. This adds a brief note about proxy configuration to the top of the usage statistics documentation.
-
Tanya Pazitny authored
Refactor advanced_global_advanced_syntax_search_spec.rb to use API only See merge request gitlab-org/gitlab!26021
-
Andrew Fontaine authored
Update renewal banner messaging and styling See merge request gitlab-org/gitlab!27530
-
Nick Thomas authored
Load preprocessed code-nav-data directly from object storage See merge request gitlab-org/gitlab!27688
-
Achilleas Pipinellis authored
Updating GitLab runner recommendations for SAST offline documentation See merge request gitlab-org/gitlab!27615
-
Achilleas Pipinellis authored
Improvements to migrations docs See merge request gitlab-org/gitlab!27834
-
Alex Pooley authored
There are two important changes in this commit. 1. We only run the content type check when the content_type_whitelist method returns truthy. 2. We don't alter the uploaded file content type as this causes problems on Google Cloud Storage.
-
Adam Hegyi authored
Add milestone issues display limit See merge request gitlab-org/gitlab!27361
-
Toon Claes authored
Reduce number of SQL queries for service templates Closes #20820 See merge request gitlab-org/gitlab!27396
-
Mark Florian authored
Log explorer: split filters into separate simple and advanced components Closes #207912 See merge request gitlab-org/gitlab!27484
-
Rémy Coutable authored
Bring back Danger changelog iid check Closes #212323 See merge request gitlab-org/gitlab!27905
-
Marcia Ramos authored
Include a list of different doc link methods See merge request gitlab-org/gitlab!27299
-
Mike Jang authored
-
Achilleas Pipinellis authored
Improve the Sidekiq troubleshooting docs Closes gitlab-com/support/toolbox/snippets#58 and gitlab-com/support/toolbox/snippets#60 See merge request gitlab-org/gitlab!27757
-
Catalin Irimie authored
-
Paul Slaughter authored
- Uses old assertion before jest migration
-
Paul Slaughter authored
**Why?** - Importing the helper module adds a layer of indirection - It's more consistent and expected to see us just import the regular ol' jquery
-
Paul Slaughter authored
- This loads all of our default jquery plugins - This also removes the need for our custom mocker to handle node_modules things - Originally I wanted to import just ~/commons but this seems to load some modules which depend on API and broke the mocking in those tests (user_merge_requests_spec)
-
Adam Hegyi authored
Optimize ci_builds counters in usage data See merge request gitlab-org/gitlab!27770
-
Toon Claes authored
The check to verify if the IID in changelog was set was unintentionally removed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/27588. This reverts that change. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/212323
-
Achilleas Pipinellis authored
Single line praefect repository migration command See merge request gitlab-org/gitlab!27708
-
James Lopez authored
Add support for tfplan.json report See merge request gitlab-org/gitlab!27148
-
Jay Swain authored
Update the messaging and styling of the renewal banner. This is one of a series of commits to getting the banner to be more helpful for customers who are trying to renew. part of: https://gitlab.com/gitlab-org/growth/product/-/issues/102
-
Rémy Coutable authored
Change classes that include OptionallySearch to explicitly receive 2 arguments Closes #212273 See merge request gitlab-org/gitlab!27879
-
Sanad Liaquat authored
Jenkins spec: add check for the latest job build status in Jenkins logs See merge request gitlab-org/gitlab!27681
-
Phil Hughes authored
Resolve "[FE] Group-level activity overview: MVC" Closes #208159 See merge request gitlab-org/gitlab!26285
-
Andrew Fontaine authored
Add Instance-Level Integration Settings UI See merge request gitlab-org/gitlab!25752
-