- 18 Feb, 2020 1 commit
-
-
pburdette authored
- Added specs for util methods - Added specs for error cases - Cleaned up the code some
-
- 14 Feb, 2020 39 commits
-
-
pburdette authored
Introduce vuex store to manage state for ci project/group variables refactor from Haml to Vue.
-
Mayra Cabrera authored
Backfill LfsObjectsProject records of forks See merge request gitlab-org/gitlab!24767
-
Clement Ho authored
Update y axis range documentation Closes #202696 See merge request gitlab-org/gitlab!25230
-
Miguel Rincon authored
-
Stan Hu authored
Fix PostgreSQL images failing to start in CI Closes #205820 See merge request gitlab-org/gitlab!25274
-
Stan Hu authored
PostgreSQL 9.6.17 was released recently and now requires a password to be set. We can also set the `POSTGRES_HOST_AUTH_METHOD` to `trust` to bypass a password. Since this is just running in CI, this should be acceptable. Closes https://gitlab.com/gitlab-org/gitlab/issues/205820
-
Mayra Cabrera authored
Toggle analytics navbar feature flags default on See merge request gitlab-org/gitlab!24470
-
Martin Wortschack authored
Show View logs in embed Closes #201846 See merge request gitlab-org/gitlab!25217
-
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
-
Miguel Rincon authored
This sets endpoints dynamically from dashboard response, and hence the logs path becomes available in the embed component - Read metrics_data from the dashboard response - Respond correctly for set endpoints to be called multiple times - Update specs
-
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
-