- 27 Nov, 2019 30 commits
-
-
Markus Koller authored
Fixes https://gitlab.com/gitlab-org/gitlab/issues/37361
-
Filipa Lacerda authored
Fix broken UI on Environment folder Closes #32470 See merge request gitlab-org/gitlab!17427
-
Imre Farkas authored
Unify permissions to manage Vulnerabilities under admin_vulnerability See merge request gitlab-org/gitlab!20635
-
Rémy Coutable authored
Refactor predefined dashboard services See merge request gitlab-org/gitlab!20413
-
Reuben Pereira authored
Move code for predefined dashboards into a common class that can be inherited from.
-
Achilleas Pipinellis authored
Docs: update release version of Release Evidence See merge request gitlab-org/gitlab!20789
-
Rémy Coutable authored
Add docs exception to Danger, and fix links to foss See merge request gitlab-org/gitlab!20815
-
Marcel Amirault authored
-
Rémy Coutable authored
Conan package registry file upload endpoints See merge request gitlab-org/gitlab!17791
-
Steve Abrams authored
Add endpoints to consume the workhorse /authorize call and the following file upload endpoint containing the workhorse file data. Adds create_package and create_package_File services for conan.
-
Ash McKenzie authored
Remove docs for moving migrations from EE to CE See merge request gitlab-org/gitlab!20807
-
Natalia Tepluhina authored
Use ApolloMutation component in design_management/pages/design/index.vue Closes #35072 See merge request gitlab-org/gitlab!20753
-
Tom Quirk authored
- explicitly pass no args to `mutate()` - remove redundant `error` arg in scoped slot - remove unnecessary double-incr. of `notesCount`
-
Phil Hughes authored
Resolve "Version dropdown goes wrong if versions are not monotonic" See merge request gitlab-org/gitlab!20515
-
Tom Quirk authored
Issue was that, previously, the version id (obtained from the query param) was being compared to allVersions.length, when instead it should be currentVersionNumber. A few methods were also converted to computed values for better performance, and a few items were renamed for improved readability
-
Thong Kuah authored
Resolve "No Audit Event When Access is Removed Due To Expiration" See merge request gitlab-org/gitlab!20529
-
Martin Wortschack authored
Resolve "Improve Tracking.mixin" Closes #36382 See merge request gitlab-org/gitlab!20232
-
Nicolò Maria Mezzopera authored
- adjust methods, add computed properties - add some tests
-
Marcel Amirault authored
Edit troubleshooting content See merge request gitlab-org/gitlab!20750
-
Evan Read authored
-
Marcel Amirault authored
Update doc/gitlab-basics/start-using-git.md See merge request gitlab-org/gitlab!18189
-
Afzaal Ahmad Zeeshan authored
Added content to the Git guide explaining how to work with forks and upstream repos.
-
Evan Read authored
Fix and Clarify GraphQL API Getting Started instructions See merge request gitlab-org/gitlab!20685
-
James Tharpe authored
Resolvers docs aren't relevant to client dev, redundent w/ syleguide
-
Evan Read authored
Add missing IAM permission to EKS cluster docs See merge request gitlab-org/gitlab!20821
-
Russell Dickenson authored
Fix caps and backticks in various docs (/dev, etc) Closes #31185 See merge request gitlab-org/gitlab!20812
-
Marcel Amirault authored
Fix capitalizations and backticks in various docs, in /development, /university, etc.
-
Tiger authored
-
Stan Hu authored
Remove environment_logs_use_vue_ui feature flag and corresponding code Closes #34306 See merge request gitlab-org/gitlab!20274
-
Ray Paik authored
Update README.md See merge request gitlab-org/gitlab!20804
-
- 26 Nov, 2019 10 commits
-
-
Ash McKenzie authored
Resolve "Follow-up from "Fix crash when docker fails to delete tags"" Closes #36024 See merge request gitlab-org/gitlab!20693
-
Mike Greiling authored
Fe fix karma vue test utils violations Closes #32213 See merge request gitlab-org/gitlab!18765
-
Mayra Cabrera authored
Remove :create_eks_clusters feature flag See merge request gitlab-org/gitlab!20333
-
Tiger authored
These instructions are no longer releveant since moving to a single codebase.
-
Clement Ho authored
Fix Displayed Total Items in Environment Dashboard See merge request gitlab-org/gitlab!20408
-
Jason Goodman authored
Also test to ensure pages are fetched as the user scrolls.
-
Mayra Cabrera authored
Merge branch '24089-github-integration-sends-status-from-multiple-pipelines-when-using-only-except' into 'master' GitHub integration - prefer sending external_pull_requests statuses See merge request gitlab-org/gitlab!20364
-
Marius Bobin authored
On GitHub integrations we might have multiple pipelines for the same SHA. One pipeline triggered by the commit and a different one from the pull request event. On GitHub, we update the status of the pull request with the status of the pipeline that finishes last. This commit cancel sending messages if we also have a external_pull_request_event pipeline for the same sha.
-
-
Mayra Cabrera authored
Add section about referencing db columns See merge request gitlab-org/gitlab!20622
-