summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove white space at bottom of issue boards39684-issue-boards-spaceAnnabel Dunstone Gray2017-11-021-3/+7
|
* Merge branch 'jk-epic-changes-ce-port' into 'master'39748-add-documentation-on-how-to-create-a-dns-entry-docsStan Hu2017-11-021-2/+0
|\ | | | | | | | | Remove including ee Epics module See merge request gitlab-org/gitlab-ce!15162
| * Remove including ee moduleJarka Kadlecova2017-11-021-2/+0
| |
* | Merge branch 'pawel/disable_nfs_metrics_checks_39730' into 'master'Stan Hu2017-11-023-13/+6
|\ \ | | | | | | | | | | | | Remove Filesystem check metrics that use too much CPU to handle requests See merge request gitlab-org/gitlab-ce!15158
| * | Remove Filesystem check metrics that use too much CPU to handle requestspawel/disable_nfs_metrics_checks_39730Pawel Chojnacki2017-11-023-13/+6
| | |
* | | Merge branch '37631-add-a-merge_request_diff_id-column-to-merge_requests' ↵Yorick Peterse2017-11-027-1/+128
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Add a `merge_request_diff_id` column to `merge_requests`" See merge request gitlab-org/gitlab-ce!15035
| * | | Set merge_request_diff_id on MR when creatingSean McGivern2017-11-023-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Once we migrate existing MRs to have this column, we will be able to get the latest diff for a single merge request more efficiently, and (more importantly) get all latest diffs for a collection of MRs efficiently.
| * | | Add a column linking an MR to its diffSean McGivern2017-11-026-1/+124
| | | | | | | | | | | | | | | | | | | | | | | | We already had this the other way around (merge_request_diffs.merge_request_id), but this is needed to gather only the most recent diffs for a set of merge requests.
* | | | Merge branch 'refactor-responsive-tables-for-nested-error' into 'master'Annabel Dunstone Gray2017-11-027-77/+103
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Refactor responsive table styles to support nested error block See merge request gitlab-org/gitlab-ce!15145
| * | | | Refactor responsive table styles to support nested error blockrefactor-responsive-tables-for-nested-errorEric Eastwood2017-11-027-77/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Split layout from the styles of the row - Move command `.append-` `.prepend-` styles to bottom of source order - Actually applies styles over others in more situations which is probably what is expected when you add it to an element - Also allows us to get rid of some styles that were trying to get around this fact See https://i.imgur.com/IE50PK6.png Which is used in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15064 Design from https://gitlab.com/gitlab-org/gitlab-ce/issues/38464
* | | | | Merge branch 'gitaly-ff-merge' into 'master'Rémy Coutable2017-11-025-30/+115
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incorporate Gitaly's OperationService.UserFFBranch RPC Closes gitaly#693 See merge request gitlab-org/gitlab-ce!15040
| * | | | | Incorporate Gitaly's OperationService.UserFFBranch RPCgitaly-ff-mergeAlejandro Rodríguez2017-10-315-30/+115
| | | | | |
* | | | | | Merge branch 'winh-update-nvmrc' into 'master'Phil Hughes2017-11-021-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update .nvmrc to v9.0.0 (current stable) See merge request gitlab-org/gitlab-ce!15149
| * | | | | | Update .nvmrc to current stable (v9.0.0)winh-update-nvmrcWinnie Hellmann2017-11-021-1/+1
| | | | | | |
* | | | | | | Merge branch 'icons-ci-icons' into 'master'Filipa Lacerda2017-11-0264-281/+293
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert Icons in CI to SVG Sprite Icons See merge request gitlab-org/gitlab-ce!14567
| * | | | | | | Fix for Dropdown Icon Positionicons-ci-iconsTim Zallmann2017-11-011-3/+3
| | | | | | | |
| * | | | | | | Needed to change 0px to 0Tim Zallmann2017-10-301-1/+1
| | | | | | | |
| * | | | | | | Missing Comma addedTim Zallmann2017-10-301-1/+1
| | | | | | | |
| * | | | | | | Fixed different sizesTim Zallmann2017-10-302-6/+33
| | | | | | | |
| * | | | | | | Added Missing SemicolonTim Zallmann2017-10-301-1/+1
| | | | | | | |
| * | | | | | | Improved Var Caching, Line Setup, SpecsTim Zallmann2017-10-303-18/+20
| | | | | | | |
| * | | | | | | fdescribe remove :-/Tim Zallmann2017-10-301-1/+1
| | | | | | | |
| * | | | | | | Updated icon.vue to be more inline with other components + added spec for itTim Zallmann2017-10-303-8/+49
| | | | | | | |
| * | | | | | | Lets try with trigger('click')Tim Zallmann2017-10-302-2/+2
| | | | | | | |
| * | | | | | | Fixes another problem that happens during knapsack testingTim Zallmann2017-10-301-1/+1
| | | | | | | |
| * | | | | | | Fixing Tests and CSS displayTim Zallmann2017-10-303-10/+18
| | | | | | | |
| * | | | | | | Fixes one icon testTim Zallmann2017-10-301-1/+1
| | | | | | | |
| * | | | | | | Test FixesTim Zallmann2017-10-303-3/+3
| | | | | | | |
| * | | | | | | Fixes for TestsTim Zallmann2017-10-3013-55/+34
| | | | | | | |
| * | | | | | | Update Action IconsTim Zallmann2017-10-3010-25/+20
| | | | | | | |
| * | | | | | | Fixing IconsTim Zallmann2017-10-3019-151/+112
| | | | | | | |
| * | | | | | | Updated also Badge + Dropdown IconsTim Zallmann2017-10-3020-22/+22
| | | | | | | |
| * | | | | | | Comma to muchTim Zallmann2017-10-301-1/+1
| | | | | | | |
| * | | | | | | Now one test works lets get the other one greenTim Zallmann2017-10-301-1/+1
| | | | | | | |
| * | | | | | | CHanged to String StatusesTim Zallmann2017-10-301-4/+4
| | | | | | | |
| * | | | | | | Need to render it into String cause its a content_tagTim Zallmann2017-10-301-2/+2
| | | | | | | |
| * | | | | | | Fixed SVG Output TestTim Zallmann2017-10-301-8/+4
| | | | | | | |
| * | | | | | | Fix the size of a status iconTim Zallmann2017-10-301-1/+1
| | | | | | | |
| * | | | | | | Updated Static Icons from CI AreaTim Zallmann2017-10-304-22/+25
| | | | | | | |
* | | | | | | | Merge branch 'clarify-docs-about-external-artifacts-and-gitlab-pages' into ↵Grzegorz Bizon2017-11-021-2/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Document GitLab pages prerequisite with external HTML artifacts See merge request gitlab-org/gitlab-ce!15153
| * | | | | | | | Clarify external artifacts only working when GitLab pages is enabledclarify-docs-about-external-artifacts-and-gitlab-pagesEric Eastwood2017-11-021-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prompted to add this note from https://gitlab.com/gitlab-org/gitlab-ce/issues/34102#note_45522526
* | | | | | | | | Merge branch 'dm-sidekiq-sigstp' into 'master'Sean McGivern2017-11-023-17/+91
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when the memory killer kicks in See merge request gitlab-org/gitlab-ce!15102
| * | | | | | | | | Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when ↵dm-sidekiq-sigstpDouwe Maan2017-11-023-17/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the memory killer kicks in
* | | | | | | | | | Merge branch 'dm-remove-private-token' into 'master'Sean McGivern2017-11-0260-951/+587
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Private Tokens Closes #38595 and #38447 See merge request gitlab-org/gitlab-ce!14838
| * | | | | | | | | | Update documentationdm-remove-private-tokenDouwe Maan2017-11-023-66/+75
| | | | | | | | | | |
| * | | | | | | | | | Add changelog itemsDouwe Maan2017-11-024-0/+21
| | | | | | | | | | |
| * | | | | | | | | | Update specs for sudo behaviorDouwe Maan2017-11-023-241/+155
| | | | | | | | | | |
| * | | | | | | | | | Move RSS and incoming email tokens from User Settings > Accounts to User ↵Douwe Maan2017-11-025-37/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Settings > Access Tokens
| * | | | | | | | | | Remove user authentication_token columnDouwe Maan2017-11-023-2/+21
| | | | | | | | | | |
| * | | | | | | | | | Migrate user private tokens to personal access tokensDouwe Maan2017-11-022-0/+103
| | | | | | | | | | |