summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix autocomplete initial undefined state26775-fix-auto-complete-initial-loadingEric Eastwood2017-01-233-3/+38
* Merge branch '27066-textarea-border' into 'master' Fatih Acet2017-01-232-1/+4
|\
| * Remove hover styling for generic textarea27066-textarea-borderAnnabel Dunstone Gray2017-01-232-1/+4
* | Merge branch 'rs-pick-security-fixes' into 'master' Robert Speicher2017-01-2320-43/+213
|\ \
| * | Add a changelog entry for #26242rs-pick-security-fixesRobert Speicher2017-01-231-0/+4
| * | Merge branch 'upgrade-omniauth' into 'security' Robert Speicher2017-01-233-3/+7
| * | Merge branch 'fix-guest-access-posting-to-notes' into 'security' Robert Speicher2017-01-233-10/+32
| * | Merge branch 'fix-api-mr-permissions' into 'security'Robert Speicher2017-01-238-25/+68
| * | Merge branch 'fix/rename-group-export-vuln' into 'security' Robert Speicher2017-01-233-2/+91
| * | Merge branch 'fix-users-deleting-public-deployment-keys' into 'security' Robert Speicher2017-01-232-3/+11
* | | Merge branch 'no-more-bosses' into 'master' 27019-merge-when-pipeline-succeeds-visible-if-approvals-are-pendingStan Hu2017-01-232-10/+10
|\ \ \
| * | | Rename endboss -> maintainer, miniboss -> reviewerno-more-bossesSean McGivern2017-01-132-10/+10
* | | | Merge branch '22619-add-an-email-address-to-unsubscribe-list-header-in-email'...Douwe Maan2017-01-2315-56/+243
|\ \ \ \
| * | | | Handles unsubscribe from notifications via emailPawel Chojnacki2017-01-1315-56/+243
| |/ / /
* | | | Merge branch '22638-creating-a-branch-matching-a-wildcard-fails' into 'master' Douwe Maan2017-01-233-2/+15
|\ \ \ \
| * | | | Allow creating protected branch when it doesn't existPawel Chojnacki2017-01-133-2/+15
* | | | | Merge branch '25989-fix-rogue-scrollbars-on-comments' into 'master' Annabel Dunstone Gray2017-01-232-2/+6
|\ \ \ \ \
| * | | | | Remove rogue scrollbars for some issue comments25989-fix-rogue-scrollbars-on-commentsEric Eastwood2017-01-192-2/+6
* | | | | | Merge branch 'issue-filter-click-to-search' into 'master' Jacob Schatz2017-01-2312-36/+62
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | add CHANGELOG.md entry for !8681issue-filter-click-to-searchMike Greiling2017-01-211-0/+4
| * | | | | update tests to correspond with new behaviorMike Greiling2017-01-216-29/+29
| * | | | | add a space after selecting a dropdown itemMike Greiling2017-01-212-2/+11
| * | | | | allow issue filter submission by clicking "Keep typing and press enter"Mike Greiling2017-01-214-1/+18
| * | | | | remove vestigial onsubmit event triggerMike Greiling2017-01-211-4/+0
* | | | | | Merge branch '22974-trigger-service-events-through-api' into 'master' Douwe Maan2017-01-2338-74/+137
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | adds test suite22974-trigger-service-events-through-apiTiago Botelho2017-01-2230-147/+17
| * | | | | adds events to services api deserializationTiago Botelho2017-01-2237-66/+259
| |/ / / /
* | | | | Merge branch '26787-add-copy-icon-hover-state' into 'master' Annabel Dunstone Gray2017-01-232-4/+4
|\ \ \ \ \
| * | | | | Add hover style for copy icon in commit page headerRyan Harris2017-01-222-4/+4
* | | | | | Merge branch 'feature/success-warning-icons-in-stages-builds' into 'master' Kamil Trzciński2017-01-2324-210/+741
|\ \ \ \ \ \
| * | | | | | Fix warnings argument memoization in CI/CD stagefeature/success-warning-icons-in-stages-buildsGrzegorz Bizon2017-01-192-6/+24
| * | | | | | Add a default status const to common status concernGrzegorz Bizon2017-01-183-1/+8
| * | | | | | Extract compound statuses method in status factoryGrzegorz Bizon2017-01-181-3/+7
| * | | | | | Improve readability of specs for pipeline stagesGrzegorz Bizon2017-01-181-39/+64
| * | | | | | Pass memoizable warnings attribute to stage objectGrzegorz Bizon2017-01-184-13/+30
| * | | | | | Extend pipeline detailed status factory specsGrzegorz Bizon2017-01-121-17/+28
| * | | | | | Fix a Rubocop offense in detailed status factoryGrzegorz Bizon2017-01-121-1/+1
| * | | | | | Use detailed status for failed but allowed buildsGrzegorz Bizon2017-01-122-14/+118
| * | | | | | Add new CI/CD status failed with warnings icon groupGrzegorz Bizon2017-01-122-1/+3
| * | | | | | Expose methods that match statuses in status factoriesGrzegorz Bizon2017-01-122-32/+55
| * | | | | | Make it possible to combine extended CI/CD statusesGrzegorz Bizon2017-01-122-13/+102
| * | | | | | Add extended status for build failed but allowed toGrzegorz Bizon2017-01-112-0/+137
| * | | | | | Add changelog for warning icon for stage in graphGrzegorz Bizon2017-01-111-0/+4
| * | | | | | Add specs for two new methods defined in stage classGrzegorz Bizon2017-01-112-1/+48
| * | | | | | Add concrete success warning status to stage factoryGrzegorz Bizon2017-01-119-89/+115
| * | | | | | Extract abstract success with warnings CI/CD statusGrzegorz Bizon2017-01-116-34/+51
* | | | | | | Merge branch 'fix-readme' into 'master' Rémy Coutable2017-01-231-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix the most important part of the readme matmen2017-01-221-1/+1
* | | | | | | | Merge branch 'use-archived-trait' into 'master' Rémy Coutable2017-01-234-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Use archived trait for project in specs instead model columnSemyon Pupkov2017-01-224-4/+4