- 02 Apr, 2020 30 commits
-
-
Lukas Eipert authored
Apparenly dynamic imports don't work properly. Let's just overwrite it in the Enterprise version.
-
Lukas Eipert authored
Previously promotion columns did show unnecessary headers (adding issues and WIP config). This adds a check and proper tests.
-
Lukas Eipert authored
-
Nicolò Maria Mezzopera authored
Currently the board.js component is rendered based `text/x-template` which is created in HAML. We want to utilize a single file component (SFC), as this makes it testable with jest without generating fixtures. This commit is quite large, we implement the change behind a feature flag and have quite a lot of confidence thanks to our integration tests and pinning tests. Changes done in this commit: - adding a new SFC and it's Enterprise counterpart - utilize a feature flag to either use the new component or the old. - Add jest specs for the new component based on old karma specs - Utilize GitLab UI's Icon component for all icons - Add two properties to the new component, so that we can pass group IDs and whether a user can edit the board column - Rename board_component to board_column This reflects much better what the component is actually about: It is a column in our issue boards. Co-authored-by: Lukas Eipert <leipert@gitlab.com> Co-authored-by: Mark Florian <mflorian@gitlab.com> Co-authored-by: Paul Slaughter <pslaughter@gitlab.com>
-
Paul Slaughter authored
To run the pin test, revert this commit then run ``` ./scripts/pin_boards.sh ```
-
Paul Slaughter authored
- Adds pinning script - Adds pinning oracles **How to create test oracle?** ``` PIN_TYPE=oracle scripts/pin_boards.sh ``` **How to run test?** ``` scripts/pin_boards.sh ```
-
Igor Drozdov authored
Merge branch '212817-http-status-code-for-todos-api-when-an-epic-cannot-be-found-by-a-legitimate-user-is-wrong' into 'master' Resolve "HTTP status code for Todos API when an epic cannot be found by a legitimate user is wrongly returning 403 instead of 404" Closes #212817 See merge request gitlab-org/gitlab!28310
-
Igor Drozdov authored
Remove duplicate spec example in autolink filter See merge request gitlab-org/gitlab!28607
-
Peter Leitzen authored
-
Igor Drozdov authored
Merge branch '18140-add-to-next-and-previous-commit-buttons-when-viewing-commits-in-merge-request' into 'master' Add previous and next commit IDs to the diffs JSON response Closes #18140 See merge request gitlab-org/gitlab!27528
-
Ash McKenzie authored
Measure custom dashboard processing time See merge request gitlab-org/gitlab!27875
-
Igor Drozdov authored
Remove obsolete example for reopened merge request See merge request gitlab-org/gitlab!28612
-
Adam Hegyi authored
Optimize suggestions counters in usage data See merge request gitlab-org/gitlab!26443
-
rpereira2 authored
- Add a summary metric to measure the amount of time taken to process dashboards.
-
Martin Wortschack authored
Track buy more ci minutes click Closes gitlab-org/growth/product#1496 See merge request gitlab-org/gitlab!28463
-
Achilleas Pipinellis authored
Simplify failover documentation Closes gitaly#2584 See merge request gitlab-org/gitlab!28405
-
Alper Akgun authored
Suggestions counter times out on gitlab.com. Adds an index to optimize suggestion counters join. Also uses manual start/finish parameters for the batch counting.
-
Ash McKenzie authored
Expose code_navigation_path and definition_path_prefix for merge request diffs See merge request gitlab-org/gitlab!28349
-
Heinrich Lee Yu authored
Update feature categories See merge request gitlab-org/gitlab!28553
-
Evan Read authored
Enable code fence check in markdownlint See merge request gitlab-org/gitlab!28627
-
Gary Holtz authored
-
Marcel Amirault authored
Edits to use workflow rules as primary method See merge request gitlab-org/gitlab!28374
-
Suzanne Selhorn authored
Related to doc/ci/merge_request_pipelines/index.md
-
Martin Wortschack authored
Web IDE commit sidebar should preserve action Closes #212276 See merge request gitlab-org/gitlab!27876
-
Marcel Amirault authored
-
Michael Kozono authored
Update docs for Milestones in Roadmap See merge request gitlab-org/gitlab!28388
-
Florie Guibert authored
-
Shinya Maeda authored
Filter a TestReport by attachment See merge request gitlab-org/gitlab!27839
-
Maxime Orefice authored
Filter a TestReport by attachment Filter a TestSuite by attachment
-
Mayra Cabrera authored
Add foreign key from chat_name to service See merge request gitlab-org/gitlab!24341
-
- 01 Apr, 2020 10 commits
-
-
Mike Jang authored
Docs: Update Okta Group SAML info See merge request gitlab-org/gitlab!28385
-
Cynthia Ng authored
-
Alex Ives authored
- Fix orphaned data causing 500 in profile/chat_names when projects are removed - Add foreign key to prevent future orphaned rows - Add before destroy hook to project cleaning up any chat names Relates to https://gitlab.com/gitlab-org/gitlab/issues/25230
-
Mike Greiling authored
Add tracking to clicking buy ci minutes Closes gitlab-org/growth/product#1495 See merge request gitlab-org/gitlab!28476
-
Mike Greiling authored
Correct project subscriptions form action path See merge request gitlab-org/gitlab!27678
-
Matija Čupić authored
Add test coverage for the pipeline subscriptions feature. Add id to the pipeline subscription form.
-
Peter Leitzen authored
In https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/12972 we've consolidated the MR state "reopened" into "opened".
-
Mayra Cabrera authored
Refactor compare license scanning reports service test See merge request gitlab-org/gitlab!28197
-
Paul Slaughter authored
Move Alerting feature to Core See merge request gitlab-org/gitlab!28196
-
Vitali Tatarintev authored
Moves Settings > Integrations > Prometheus > Alerts to Core https://gitlab.com/gitlab-org/gitlab/-/merge_requests/28196
-