- 15 Feb, 2020 2 commits
-
-
Paul Slaughter authored
Render a solution in a standalone vulnerability See merge request gitlab-org/gitlab!23553
-
Paul Gascou-Vaillancourt authored
- Reuse SolutionCard component to show a solution on the standalone vulnerability page
-
- 14 Feb, 2020 38 commits
-
-
Paul Slaughter authored
Fix gl-dropdown component's caret alignment See merge request gitlab-org/gitlab!24273
-
Mayra Cabrera authored
Top labels endpoint for type of work chart See merge request gitlab-org/gitlab!24691
-
Mayra Cabrera authored
Resolve "API call to confirm Vulnerability" See merge request gitlab-org/gitlab!23099
-
Jonathan Schafer authored
An API call is required to provide the ability to confirm a vulnerability finding. Currently, all vulnerabilities start in the confirmed state. This API is needed for work in https://gitlab.com/gitlab-org/gitlab/issues/35860.
-
Stan Hu authored
Move body of /post_receive handler into a service See merge request gitlab-org/gitlab!25245
-
Mayra Cabrera authored
Upgrade omniauth-github gem to 1.4 See merge request gitlab-org/gitlab!24928
-
Wei-Meng Lee authored
-
Mayra Cabrera authored
Revert "Merge branch 'akismet-spammable-rename' into 'master'" See merge request gitlab-org/gitlab!25272
-
Mayra Cabrera authored
Limit size of params array in JSON logs to 10 KiB See merge request gitlab-org/gitlab!25158
-
Mayra Cabrera authored
add avatar_url in job webhook, and email in pipeline webhook See merge request gitlab-org/gitlab!24992
-
guillaume micouin authored
-
Stan Hu authored
Load js app data in controller See merge request gitlab-org/gitlab!24831
-
Paul Slaughter authored
Restructure `releases/**` JavaScript in preparation for new `show` page See merge request gitlab-org/gitlab!24010
-
Mayra Cabrera authored
Backfill LfsObjectsProject records of forks See merge request gitlab-org/gitlab!24767
-
Paul Slaughter authored
-
Stan Hu authored
This reverts https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24827, which was causing 500 errors when updating an issue flagged by Akimset: https://gitlab.com/gitlab-org/gitlab/issues/205703
-
Clement Ho authored
Update y axis range documentation Closes #202696 See merge request gitlab-org/gitlab!25230
-
Miguel Rincon authored
-
mo khan authored
This change request is a continuation of a conversation started in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/22465/diffs. It extracts the data that is loaded for the client side application in the controller so that each piece of data that is loaded can be tested.
-
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
-