- 08 Apr, 2019 7 commits
-
-
Shinya Maeda authored
Currently, pipelines for merge requests are triggered when source or target branch is updated. However, we should create only when source branch is updated, because it runs unexpected pipelines.
-
Kushal Pandya authored
Update dependency @gitlab/ui to ^3.2.0 See merge request gitlab-org/gitlab-ce!27077
-
Kushal Pandya authored
CE Move serverless karma specs to jest Closes #60154 See merge request gitlab-org/gitlab-ce!27085
-
Evan Read authored
Docs: Fix misc anchors See merge request gitlab-org/gitlab-ce!27088
-
Marcel Amirault authored
-
Evan Read authored
Docs: Fix anchors related to environments doc See merge request gitlab-org/gitlab-ce!27082
-
Marcel Amirault authored
-
- 07 Apr, 2019 11 commits
-
-
Evan Read authored
docs: fix artifacts folder path, according to GitLab CE 11.8.2 See merge request gitlab-org/gitlab-ce!26536
-
Michael Kozono authored
GitHub import: Run housekeeping after initial import See merge request gitlab-org/gitlab-ce!26600
-
Stan Hu authored
After an initial fetch, the repository will have many loose objects and refs. Running a `git gc` will compact refs into `packed-refs` and objects into `.pack` files, which should make importing pull requests faster. Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/59477
-
Kamil Trzciński authored
Expand FindCommit caching to blob and refs See merge request gitlab-org/gitlab-ce!27084
-
Luke Bennett authored
Sync mode by default will soon be removed.
-
Luke Bennett authored
-
Luke Bennett authored
These tests cause master failures because of an overflow in vue-test-utils sync watcher setup.
-
Michael Kozono authored
Handle possible HTTP exception for Sentry client Closes #60149 See merge request gitlab-org/gitlab-ce!27080
-
Peter Leitzen authored
Prior this commit exceptions raised during a HTTP request weren't caught by the Sentry client and were passed to the user. In addition the Sentry client tried to catch a non-existent error `Sentry::Client::SentryError`. Now, the Sentry client catches all possible errors coming from a HTTP request.
-
Kushal Pandya authored
Resolve "Order labels alphabetically in issue boards" Closes #59621 See merge request gitlab-org/gitlab-ce!26927
-
Kushal Pandya authored
Rewrite related MRs widget with Vue Closes #58926 and #57662 See merge request gitlab-org/gitlab-ce!27027
-
- 06 Apr, 2019 7 commits
-
-
Kamil Trzciński authored
Restore original Security/DAST.gitlab-ci.yml template Closes #59997 See merge request gitlab-org/gitlab-ce!26957
-
Tiger Watson authored
Reverts https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26520 for Security/DAST.gitlab-ci.yml.
-
Stan Hu authored
This enables FindCommit caching to the following actions: * BlobController#show * RefsController#logs_tree It also improves caching in CommitsController since some duplicate requests were occuring inside the before_action definitions.
-
Stan Hu authored
Clean up `noteable_id` for notes on commits Closes #58612 See merge request gitlab-org/gitlab-ce!26104
-
Mike Greiling authored
Add Knative metrics to Prometheus See merge request gitlab-org/gitlab-ce!24663
-
Chris Baumbauer authored
-
Heinrich Lee Yu authored
This was incorrectly set by a bug in: https://gitlab.com/gitlab-org/gitlab-ce/issues/54924 Also adds a `batch_size` option to `update_column_in_batches`
-
- 05 Apr, 2019 15 commits
-
-
Douglas Barbosa Alexandre authored
Change label of button "Create Pipeline" to "Run Pipeline" See merge request gitlab-org/gitlab-ce!26943
-
Jean authored
Button at projects/pipelines/new was 'Create pipeline' and was changed to 'Run Pipeline'
-
Mike Greiling authored
Fix truncation bug in pipeline dropdowns Closes #58712 and #57900 See merge request gitlab-org/gitlab-ce!26172
-
Sarah Groff Hennigh-Palermo authored
Makes changes for truncation and combines the two related CSS classes. Applies new tooltip comp as close as possible to the span for testing.
-
Lukas 'Eipi' Eipert authored
-
Douglas Barbosa Alexandre authored
[CE backport] Geo: Remove Alternate URL See merge request gitlab-org/gitlab-ce!27074
-
Clement Ho authored
Resolve "Support different time windows for performance dashboard" Closes #31368 See merge request gitlab-org/gitlab-ce!26047
-
Mike Greiling authored
Resolve "Labels with long names overflow on metrics dashboard" Closes #52258 See merge request gitlab-org/gitlab-ce!26775
-
Adriel Santiago authored
Resolves an issue where long series label names overflow the popover chart tooltip container
-
Mike Greiling authored
CE FE Simplify admin instance licenses page Closes gitlab-ee#7054 See merge request gitlab-org/gitlab-ce!26439
-
Douglas Barbosa Alexandre authored
Fix real-time updates for projects that contain a reserved word Closes #60113 See merge request gitlab-org/gitlab-ce!27060
-
Douglas Barbosa Alexandre authored
[CE-port] Fix Epic depth validation See merge request gitlab-org/gitlab-ce!26390
-
Michael Kozono authored
-
Clement Ho authored
Ports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9707 to CE See merge request gitlab-org/gitlab-ce!25758
-
Sarah Yasonik authored
Adding support for metrics alerts disabled multiple query support. To avoid a data model refactor, this enables the visual of multiple queries per chart on the front end, combining queries based on metric group, title, and y-axis label. This also adds support for adding and editing alerts based on the query selected rather than the single metric associated with the chart.
-