- 07 Nov, 2018 1 commit
-
-
Phil Hughes authored
-
- 06 Nov, 2018 1 commit
-
-
Phil Hughes authored
-
- 05 Nov, 2018 9 commits
-
-
Phil Hughes authored
This re-implements image commenting in merge request diffs. This feature was previously lost when the merge request page was refactored into Vue. With this, we create an overlay component. The overlay component handles displaying the comment badges and the comment form badge. Badges are displayed based on the position attribute sent with the discussion. Comment forms for diff files are controlled through a different state property. This is so we don't tie comment forms to diff files directly creating deep nested state. Instead we create a flat array which holds the file hash & the X & Y position of the comment form. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48956
-
Douwe Maan authored
Improve performance of tree rendering in repositories with a lot of items See merge request gitlab-org/gitlab-ce!16511
-
Nick Thomas authored
Add access controlled pages entry to permissions table See merge request gitlab-org/gitlab-ce!22798
-
Grzegorz Bizon authored
Create users via the API See merge request gitlab-org/gitlab-ce!22779
-
Kamil Trzciński authored
Bump KUBERNETES_VERSION to latest 1.10 series Closes #53450 See merge request gitlab-org/gitlab-ce!22757
-
Grzegorz Bizon authored
Enable frozen string for lib/gitlab/ci/**/*.rb See merge request gitlab-org/gitlab-ce!22703
-
Phil Hughes authored
Uses gitlab-ui components in jobs components. See merge request gitlab-org/gitlab-ce!22780
-
Phil Hughes authored
Align toggle sidebar button across all browsers and OSs See merge request gitlab-org/gitlab-ce!22771
-
Evan Read authored
-
- 04 Nov, 2018 6 commits
-
-
GitLab Release Tools Bot authored
[ci skip]
-
Evan Read authored
docs - Update definition of done with e2e tests requirement Closes gitlab-org/quality/team-tasks#67 See merge request gitlab-org/gitlab-ce!22655
-
Kamil Trzciński authored
Update license_management job See merge request gitlab-org/gitlab-ce!22732
-
Philippe Lafoucrière authored
-
Evan Read authored
Update mysql.md with correct anchor link to "how services are linked" See merge request gitlab-org/gitlab-ce!22739
-
Stan Hu authored
Merge branch '53467-transient-failure-in-spec-controllers-groups-boards_controller_spec-rb' into 'master' Resolve "Transient failure in spec/controllers/groups/boards_controller_spec.rb" Closes #53467 See merge request gitlab-org/gitlab-ce!22785
-
- 03 Nov, 2018 3 commits
-
-
Brett Walker authored
-
Douwe Maan authored
Optimize merge request refresh by using the database to check commit SHAs See merge request gitlab-org/gitlab-ce!22731
-
Thong Kuah authored
This allows us to use a kubectl binary that should be able to connect to Kubernetes clusters v1.9 and up.
-
- 02 Nov, 2018 20 commits
-
-
Kamil Trzciński authored
Use our own docker image for helm install pods See merge request gitlab-org/gitlab-ce!22778
-
Stan Hu authored
Previously for a given merge request, we would: 1. Create the array of commit SHAs involved in the push (A) 2. Request all merge request commits and map the SHA (B) 3. Reload the diff if there were any common commits between A and B We can avoid additional database querying and overhead by checking with the database whether the merge request contains any of the commit SHAs. Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/53213
-
Mark Lapierre authored
Allows users to be fetched/created via the API.
-
Dylan Griffith authored
This will reduce dependencies and failure points during installation. It will also reduce security risks from untrusted dependencies being able to effect all our users
-
Filipa Lacerda authored
Removes old buttons,links and tooltips and uses the new gitlab-ui components.
-
Robert Speicher authored
Add email for milestone change Closes #51520 See merge request gitlab-org/gitlab-ce!22279
-
Chantal Rollison authored
-
Kamil Trzciński authored
Incorporates Kubernetes Namespace into Cluster's flow See merge request gitlab-org/gitlab-ce!22011
-
Thong Kuah authored
-
Sean McGivern authored
Don't log fabricate args See merge request gitlab-org/gitlab-ce!22753
-
Annabel Dunstone Gray authored
-
Mark Lapierre authored
Prevents logging of sensitive data
-
Douwe Maan authored
Fixes a migration that causes error on some legacy DBs Closes #46862 See merge request gitlab-org/gitlab-ce!22761
-
Douwe Maan authored
Cannot add label to issue from board Closes #51620 See merge request gitlab-org/gitlab-ce!22475
-
Sanad Liaquat authored
-
Kamil Trzciński authored
Top level clusters controller See merge request gitlab-org/gitlab-ce!22438
-
Kamil Trzciński authored
Adds pagination to pipelines table in merge request & commit page Closes #28249 See merge request gitlab-org/gitlab-ce!22696
-
Kamil Trzciński authored
Add scheduled flag to job entity See merge request gitlab-org/gitlab-ce!22710
-
Shinya Maeda authored
-
Kamil Trzciński authored
TokenAuthenticatable allows non-unique tokens See merge request gitlab-org/gitlab-ce!22748
-