summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | Add spec for Pipeline API (Halfway)Shinya Maeda2017-05-031-0/+145
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | No need 'a'Shinya Maeda2017-05-031-13/+13
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Reduce playable columns for sortingShinya Maeda2017-05-032-2/+2
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Add name. Improve order_and_sort.Shinya Maeda2017-05-031-7/+12
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Add name(User)Shinya Maeda2017-05-034-8/+36
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Change name to usernameShinya Maeda2017-05-032-2/+2
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Fix inappropriate regexShinya Maeda2017-05-031-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Fix how to use PipelinesFinderShinya Maeda2017-05-032-2/+2
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Use ActiveRecord for comparisonShinya Maeda2017-05-031-50/+36
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Add tag trueShinya Maeda2017-05-031-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Check if any master existsShinya Maeda2017-05-031-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | include to all(eq()). Test status, not scope.Shinya Maeda2017-05-031-16/+16
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | %[] to %w[]Shinya Maeda2017-05-032-5/+5
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | %w() to %[]Shinya Maeda2017-05-031-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | %w() to %[]Shinya Maeda2017-05-031-5/+5
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Fix inappropriate words in docShinya Maeda2017-05-031-3/+3
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Use 'case/when/end'Shinya Maeda2017-05-031-7/+5
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Improved CI. Fix yaml_errors boolean evaluation.Shinya Maeda2017-05-032-57/+40
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Fixed the following.Shinya Maeda2017-05-032-23/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix inappropriate evaluation(casecmp) to regex - Fix missed boolean conversion - Improve spec
| | * | | | | | | | | | | | | | Fixed SQL injectionShinya Maeda2017-05-031-2/+2
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Fix created_at test case because of sorting failureShinya Maeda2017-05-031-8/+8
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Fix rubocop offences and rspec failuresShinya Maeda2017-05-033-28/+27
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Add specs. Plus, minor fixes.Shinya Maeda2017-05-034-21/+209
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Fixed those points.Shinya Maeda2017-05-034-26/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - username to user_id - Drop duration - Resolve comments - Add Changelog - Edit docs
| | * | | | | | | | | | | | | | Remove unnecessary commentShinya Maeda2017-05-031-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | - Add new parameters for Pipeline APIShinya Maeda2017-05-033-26/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Expand PipelinesFinder functions
| * | | | | | | | | | | | | | | Merge branch 'docs/ldap-admin-guide-chris' into 'master' Achilleas Pipinellis2017-05-036-0/+273
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | How to Configure LDAP with GitLab CE Closes #30572 See merge request !11045
| | * | | | | | | | | | | | | | | update article datedocs/ldap-admin-guide-chrisMarcia Ramos2017-05-021-1/+1
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | link ldap-ee article from auth indexMarcia Ramos2017-05-021-0/+1
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | add ldap article and changes from !10299Marcia Ramos2017-05-026-0/+272
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fixed karma specsPhil Hughes2017-05-031-2/+2
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'master' into deploy-keys-load-asyncPhil Hughes2017-05-03472-2184/+8995
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Merge branch 'workhorse-2.0.0' into 'master' Sean McGivern2017-05-031-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use gitlab-workhorse 2.0.0 See merge request !11067
| | * | | | | | | | | | | | | | | | Use gitlab-workhorse 2.0.0Jacob Vosmaer2017-05-031-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'fix-issue_sidebar_spec-failure-and-remove-sleep' into 'master' Sean McGivern2017-05-031-4/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue_sidebar_spec.rb click as true click cannot hit the right element and removed sleep See merge request !11064
| | * | | | | | | | | | | | | | | | | Revert to real click seeing as that was a bug with only the original branchfix-issue_sidebar_spec-failure-and-remove-sleepLuke "Jared" Bennett2017-05-031-1/+1
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Fixed issue_sidebar_spec.rb click as true click cannot hit the right element ↵Luke "Jared" Bennett2017-05-031-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and removed sleep
| * | | | | | | | | | | | | | | | | | Merge branch ↵Rémy Coutable2017-05-035-11/+150
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '31274-creating-schedule-trigger--causes-http-500-when-accessing-settings-ci_cd' into 'master' Fix lazy error handling of cron parser Closes #31274 See merge request !10948
| | * | | | | | | | | | | | | | | | | | Fix lazy error handling of cron parserDosuken shinya2017-05-035-11/+150
| |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Merge branch '30667-creating-new-label-on-new-issue-causing-bug' into 'master' Rémy Coutable2017-05-033-2/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix label creation from issuable for subgroup projects Closes #30667 See merge request !11011
| | * | | | | | | | | | | | | | | | | | Fix label creation from issuable for subgroup projectsMark Fletcher2017-05-033-2/+7
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge branch 'async-milestone-tabs' into 'master' Jacob Schatz2017-05-0318-43/+266
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Load milestone tabs asynchronously See merge request !10919
| | * | | | | | | | | | | | | | | | | | Moved sort endpoints into data attributesasync-milestone-tabsPhil Hughes2017-04-283-13/+21
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Fixed failing specsPhil Hughes2017-04-262-6/+4
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Added controller specsPhil Hughes2017-04-264-0/+95
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Fixed spinach testsPhil Hughes2017-04-264-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed a spinach test as it wasn't actually testing what it said it should be
| | * | | | | | | | | | | | | | | | | | Fixed tabs loading the ajax request twicePhil Hughes2017-04-261-2/+2
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Fixed feature spec not waiting for ajax request to finishPhil Hughes2017-04-262-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed 404 in project milestones when not logged in
| | * | | | | | | | | | | | | | | | | | Change the hash when changing tabPhil Hughes2017-04-265-33/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the tab to be loaded by default when the page loads & the hash is present
| | * | | | | | | | | | | | | | | | | | Load milestone tabs asynchronouslyPhil Hughes2017-04-268-20/+118
| | | | | | | | | | | | | | | | | | | |