- 14 Feb, 2020 40 commits
-
-
Robert Speicher authored
Enable cop CodeReuse/Worker See merge request gitlab-org/gitlab!25136
-
Imre Farkas authored
Convert empty strings to nil in ImportExport::BaseObjectBuilder See merge request gitlab-org/gitlab!25187
-
Robert Speicher authored
Merge branch '202080-update-repository-routes-to-scoped-one-in-spec-features-security-project' into 'master' Update repository routes to scoped one in spec/features/security/project Closes #202080 See merge request gitlab-org/gitlab!24603
-
Stan Hu authored
Prevent DAG builds to run after skipped need build See merge request gitlab-org/gitlab!23405
-
Imre Farkas authored
Update cluster-applications to v0.8.0 See merge request gitlab-org/gitlab!25138
-
João Cunha authored
-
Paul Slaughter authored
Properly align line numbers with code lines in Safari See merge request gitlab-org/gitlab!24820
-
Sanad Liaquat authored
Don't log `wait_for_requests` use of `wait_until` See merge request gitlab-org/gitlab!25215
-
Paul Slaughter authored
Merge branch '204740-migrate-fa-spinner-to-spinner-within-app-views-projects-cycle_analytics' into 'master' Resolve "Migrate '.fa-spinner' to '.spinner' within 'app/views/projects/cycle_analytics'" See merge request gitlab-org/gitlab!24861
-
Kushal Pandya authored
Resolve "Convert Insights to ECharts" Closes #13006 and #196184 See merge request gitlab-org/gitlab!24661
-
Robert Hunt authored
First I've deleted all the old charts JS and started referencing GlCharts instead. I've also created a new insights_chart.vue file to separate the page from the individual charts themselves. Replaced, created or updated tests. Added a changelog entry
-
Martin Wortschack authored
Move epics to premium Closes #37081 See merge request gitlab-org/gitlab!25184
-
George Koltsov authored
- BaseObjectBuilder is used to look up existing objects like labels during import, instead of creating one - For example, if a label is used on an epic and a board, we do not want to create 2 labels and instead reuse an one - If a label is exported with description: '', and then imported back, rails will convert description to be nil - Later on, when we try to identify a label BaseObjectBuilder uses description: '' as one of the where causes and nil != '', hence label lookup fails and the relation creation fails as well - This MR converts any empty strings to nil inside BaseObjectBuilder so it does not happen anymore
-
Kushal Pandya authored
Code Review Analytics: Add badge tooltips for hidden approvers See merge request gitlab-org/gitlab!25239
-
Martin Wortschack authored
Pass logs api URL to frontend See merge request gitlab-org/gitlab!24801
-
Adrien Kohlbecker authored
-
Natalia Tepluhina authored
Resolve "New re-usable component for Blob File Content" Closes #28819 See merge request gitlab-org/gitlab!25188
-
Denys Mishunov authored
Return correct content based on passed param Now, that we have different fields for rich and simple content, we can fetch one or another based on the passed parameter
-
Dan Davison authored
Refactor add CI variable spec See merge request gitlab-org/gitlab!24528
-
Tiffany Rea authored
Apply suggestion to qa/qa/specs/features/browser_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb
-
Paul Slaughter authored
-
Heinrich Lee Yu authored
Merge branch '29789-merge-request-approvers-in-list-sometimes-doesnt-show-correct-number' into 'master' Resolve "Merge request approvers in list sometimes doesnt show correct number" Closes #29789 See merge request gitlab-org/gitlab!23827
-
Gary Holtz authored
Initial exploration of this problem. I would think if an MR needs "X" approvals, that would supersede the project's rule of "Y" approvals. We'll see what the pipeline says!
-
Brandon Labuschagne authored
The fa-spinner has been removed from the vue rendering haml template. The css related to this has been removed too.
-
Jarka Košanová authored
- they can see them and should be able to remove them
-
Douglas Barbosa Alexandre authored
Resolve "Embed: Add link to embedded panels to go to logs page" Closes #201846 See merge request gitlab-org/gitlab!25111
-
Marcia Ramos authored
Added documentation for Enable Review Apps See merge request gitlab-org/gitlab!24988
-
Etienne Baqué authored
-
Phil Hughes authored
Step 2 - Fix Web IDE on projects without merge requests See merge request gitlab-org/gitlab!24508
-
Lin Jen-Shin authored
Fix for "Refactor merge requests/issues API specs" See merge request gitlab-org/gitlab!25243
-
James Lopez authored
Use closest allowed visibility level for groups creation on Group Import See merge request gitlab-org/gitlab!25026
-
James Lopez authored
Separate user agent, custom attribute and page domain cert into own entities file See merge request gitlab-org/gitlab!24985
-
Rajendra Kadam authored
-
Furkan Ayhan authored
When a needed job is skipped, the next job must be skipped too. That's because we don't want a job to run if dependent job does not run.
-
Imre Farkas authored
Remove self monitoring feature flag See merge request gitlab-org/gitlab!23631
-
Imre Farkas authored
When a namespace GitLab Subscription expires, disable SSO enforcement Closes #34287 See merge request gitlab-org/gitlab!21135
-
Grzegorz Bizon authored
Add a Go code format guideline See merge request gitlab-org/gitlab!25179
-
Kushal Pandya authored
-
Kushal Pandya authored
Hides ability to use sub-epics (an EE Ultimate feature) for users who are on EE Premium.
-
George Koltsov authored
- When importing groups that had subgroups using Group Import/Export functionality, visibility levels were not considered. - Which led to import failures due to validation errors, when a group that had internal visibility level is being imported into a private one. - This MR changes visibility levels to, either use parent group's closest visibility level, or private.
-