Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | | Add spec for Pipeline API (Halfway) | Shinya Maeda | 2017-05-03 | 1 | -0/+145 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | No need 'a' | Shinya Maeda | 2017-05-03 | 1 | -13/+13 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Reduce playable columns for sorting | Shinya Maeda | 2017-05-03 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Add name. Improve order_and_sort. | Shinya Maeda | 2017-05-03 | 1 | -7/+12 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Add name(User) | Shinya Maeda | 2017-05-03 | 4 | -8/+36 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Change name to username | Shinya Maeda | 2017-05-03 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Fix inappropriate regex | Shinya Maeda | 2017-05-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Fix how to use PipelinesFinder | Shinya Maeda | 2017-05-03 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Use ActiveRecord for comparison | Shinya Maeda | 2017-05-03 | 1 | -50/+36 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Add tag true | Shinya Maeda | 2017-05-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Check if any master exists | Shinya Maeda | 2017-05-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | include to all(eq()). Test status, not scope. | Shinya Maeda | 2017-05-03 | 1 | -16/+16 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | %[] to %w[] | Shinya Maeda | 2017-05-03 | 2 | -5/+5 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | %w() to %[] | Shinya Maeda | 2017-05-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | %w() to %[] | Shinya Maeda | 2017-05-03 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Fix inappropriate words in doc | Shinya Maeda | 2017-05-03 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Use 'case/when/end' | Shinya Maeda | 2017-05-03 | 1 | -7/+5 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Improved CI. Fix yaml_errors boolean evaluation. | Shinya Maeda | 2017-05-03 | 2 | -57/+40 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Fixed the following. | Shinya Maeda | 2017-05-03 | 2 | -23/+43 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix inappropriate evaluation(casecmp) to regex - Fix missed boolean conversion - Improve spec | |||||
| | * | | | | | | | | | | | | | | Fixed SQL injection | Shinya Maeda | 2017-05-03 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Fix created_at test case because of sorting failure | Shinya Maeda | 2017-05-03 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Fix rubocop offences and rspec failures | Shinya Maeda | 2017-05-03 | 3 | -28/+27 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Add specs. Plus, minor fixes. | Shinya Maeda | 2017-05-03 | 4 | -21/+209 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Fixed those points. | Shinya Maeda | 2017-05-03 | 4 | -26/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - username to user_id - Drop duration - Resolve comments - Add Changelog - Edit docs | |||||
| | * | | | | | | | | | | | | | | Remove unnecessary comment | Shinya Maeda | 2017-05-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | - Add new parameters for Pipeline API | Shinya Maeda | 2017-05-03 | 3 | -26/+104 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Expand PipelinesFinder functions | |||||
| * | | | | | | | | | | | | | | | Merge branch 'docs/ldap-admin-guide-chris' into 'master' | Achilleas Pipinellis | 2017-05-03 | 6 | -0/+273 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | How to Configure LDAP with GitLab CE Closes #30572 See merge request !11045 | |||||
| | * | | | | | | | | | | | | | | | update article datedocs/ldap-admin-guide-chris | Marcia Ramos | 2017-05-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | link ldap-ee article from auth index | Marcia Ramos | 2017-05-02 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | add ldap article and changes from !10299 | Marcia Ramos | 2017-05-02 | 6 | -0/+272 | |
| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Fixed karma specs | Phil Hughes | 2017-05-03 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'master' into deploy-keys-load-async | Phil Hughes | 2017-05-03 | 472 | -2184/+8995 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Merge branch 'workhorse-2.0.0' into 'master' | Sean McGivern | 2017-05-03 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use gitlab-workhorse 2.0.0 See merge request !11067 | |||||
| | * | | | | | | | | | | | | | | | | Use gitlab-workhorse 2.0.0 | Jacob Vosmaer | 2017-05-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge branch 'fix-issue_sidebar_spec-failure-and-remove-sleep' into 'master' | Sean McGivern | 2017-05-03 | 1 | -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-sleep | Luke "Jared" Bennett | 2017-05-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Fixed issue_sidebar_spec.rb click as true click cannot hit the right element ↵ | Luke "Jared" Bennett | 2017-05-03 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and removed sleep | |||||
| * | | | | | | | | | | | | | | | | | | Merge branch ↵ | Rémy Coutable | 2017-05-03 | 5 | -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 parser | Dosuken shinya | 2017-05-03 | 5 | -11/+150 | |
| |/ / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | Merge branch '30667-creating-new-label-on-new-issue-causing-bug' into 'master' | Rémy Coutable | 2017-05-03 | 3 | -2/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix label creation from issuable for subgroup projects Closes #30667 See merge request !11011 | |||||
| | * | | | | | | | | | | | | | | | | | | Fix label creation from issuable for subgroup projects | Mark Fletcher | 2017-05-03 | 3 | -2/+7 | |
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge branch 'async-milestone-tabs' into 'master' | Jacob Schatz | 2017-05-03 | 18 | -43/+266 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Load milestone tabs asynchronously See merge request !10919 | |||||
| | * | | | | | | | | | | | | | | | | | | Moved sort endpoints into data attributesasync-milestone-tabs | Phil Hughes | 2017-04-28 | 3 | -13/+21 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Fixed failing specs | Phil Hughes | 2017-04-26 | 2 | -6/+4 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Added controller specs | Phil Hughes | 2017-04-26 | 4 | -0/+95 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Fixed spinach tests | Phil Hughes | 2017-04-26 | 4 | -8/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed a spinach test as it wasn't actually testing what it said it should be | |||||
| | * | | | | | | | | | | | | | | | | | | Fixed tabs loading the ajax request twice | Phil Hughes | 2017-04-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Fixed feature spec not waiting for ajax request to finish | Phil Hughes | 2017-04-26 | 2 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed 404 in project milestones when not logged in | |||||
| | * | | | | | | | | | | | | | | | | | | Change the hash when changing tab | Phil Hughes | 2017-04-26 | 5 | -33/+55 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the tab to be loaded by default when the page loads & the hash is present | |||||
| | * | | | | | | | | | | | | | | | | | | Load milestone tabs asynchronously | Phil Hughes | 2017-04-26 | 8 | -20/+118 | |
| | | | | | | | | | | | | | | | | | | | |