summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add an example of invalid characters to branches for review appsdocs/grammar-environmentsAchilleas Pipinellis2016-11-181-1/+1
* Grammar fix in environments.md: s/base/basisAchilleas Pipinellis2016-11-181-1/+1
* Merge branch 'feature/rouge-2.0.7' into 'master' Stan Hu2016-11-181-1/+1
|\
| * bump rouge to 2.0.7http://jneen.net/2016-11-181-1/+1
|/
* Merge branch '24057-a11y-content-shortcut' into 'master' Annabel Dunstone Gray2016-11-183-1/+18
|\
| * Fix indentation24057-a11y-content-shortcutAnnabel Dunstone Gray2016-11-171-14/+13
| * Add ID for a11y shortcut hrefKushal Pandya2016-11-171-1/+1
| * Add shortcut for SRs to `Skip to content` for a11yKushal Pandya2016-11-171-0/+1
| * Add a11y class for top-level shortcut for Screen ReadersKushal Pandya2016-11-171-0/+17
* | Merge branch 'issue-24512' into 'master' Annabel Dunstone Gray2016-11-182-1/+5
|\ \
| * | Add placeholder in the color input inside the create new label popupLuis Alonso Chavez Armendariz2016-11-162-1/+5
* | | Merge branch 'feature/24072-improve-importing-of-github-pull-requests' into '...Sean McGivern2016-11-175-33/+38
|\ \ \
| * | | Refactor github import to reduce number of API callsAndrew Smith2016-11-185-33/+38
* | | | Merge branch 'update-supported-web-browsers' into 'master' Jacob Schatz2016-11-171-6/+3
|\ \ \ \
| * | | | Update requirements.md with new supported web browsers textupdate-supported-web-browsersLuke "Jared" Bennett2016-11-071-6/+3
* | | | | Merge branch 'sort-api-groups' into 'master' Sean McGivern2016-11-174-3/+51
|\ \ \ \ \
| * | | | | Allow sorting groups in APIsort-api-groupsSean McGivern2016-11-174-3/+51
* | | | | | Merge branch 'copy-guidelines-merge-requests' into 'master' Allison Whilden2016-11-171-26/+47
|\ \ \ \ \ \
| * | | | | | Update copy.md with issue guideline updates and merge request guidelinesVictor Wu2016-11-171-26/+47
|/ / / / / /
* | | | | | Merge branch 'docs/fix-url-environments' into 'master' Achilleas Pipinellis2016-11-171-1/+3
|\ \ \ \ \ \
| * | | | | | Fix missing URL from environments docsAchilleas Pipinellis2016-11-171-1/+3
* | | | | | | Merge branch 'cs-fix-firefox-height' into 'master' Annabel Dunstone Gray2016-11-171-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix line numbers not matching up with code in Firefox.cs-fix-firefox-heightConnor Shea2016-11-161-2/+2
* | | | | | | Merge branch 'google-singletons-are' into 'master' Jacob Schatz2016-11-171-0/+51
|\ \ \ \ \ \ \
| * | | | | | | Fix spacing in code sample.google-singletons-areBryce Johnson2016-11-011-3/+5
| * | | | | | | Document convention for singleton use in front-end code.Bryce Johnson2016-10-311-0/+49
* | | | | | | | Merge branch 'fix-singin-redirect-for-fork-new' into 'master' Sean McGivern2016-11-173-0/+64
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove newlines between context and it in addition to testing redirection for...Cagdas Gerede2016-11-151-6/+1
| * | | | | | | | Add authentication for for create action. Add more tests for for new and crea...Cagdas Gerede2016-11-152-8/+56
| * | | | | | | | Move sign_out out of it into beforeCagdas Gerede2016-11-131-2/+1
| * | | | | | | | Replace tabs with spacesEarth2016-11-131-1/+1
| * | | | | | | | Add a unit test for redirecting to sign-in page when user is not logged in an...Earth2016-11-131-0/+15
| * | | | | | | | Add a new line after the guard statement to be compatible with the style guide.Cagdas Gerede2016-11-121-0/+1
| * | | | | | | | Replaces conditional with guard statement.Cagdas Gerede2016-11-121-0/+1
| * | | | | | | | Temporary changeCagdas Gerede2016-11-121-1/+0
| * | | | | | | | Replace conditional with a guard statement.Cagdas Gerede2016-11-121-6/+3
| * | | | | | | | Fixing the issue of visiting a project fork url giving 500 error when not sig...Cagdas Gerede2016-11-102-2/+11
* | | | | | | | | Merge branch 'feature/subscribe-to-group-level-labels' into 'master' Sean McGivern2016-11-1746-227/+754
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove extra subscribable_type filter on migrationDouglas Barbosa Alexandre2016-11-171-3/+3
| * | | | | | | | | Add feature spec for labels subscriptionDouglas Barbosa Alexandre2016-11-171-0/+74
| * | | | | | | | | Avoid code duplication for label subscription status on label partialDouglas Barbosa Alexandre2016-11-173-15/+9
| * | | | | | | | | Rename LabelSubscription javascript to ProjectLabelSubscriptionDouglas Barbosa Alexandre2016-11-172-3/+3
| * | | | | | | | | Fix label subscription menu on small screens resolutionDouglas Barbosa Alexandre2016-11-173-16/+42
| * | | | | | | | | Allow users to subscribe to a group label at group or project levelDouglas Barbosa Alexandre2016-11-175-11/+122
| * | | | | | | | | Use button instead of an icon to subscribe/unsubscribe to labelsDouglas Barbosa Alexandre2016-11-174-14/+49
| * | | | | | | | | Add CHANGELOG entryDouglas Barbosa Alexandre2016-11-171-0/+4
| * | | | | | | | | Add toggle_subscription action to Groups::LabelsControllerDouglas Barbosa Alexandre2016-11-173-1/+33
| * | | | | | | | | Allow subscriptions to be created without a projectDouglas Barbosa Alexandre2016-11-175-42/+119
| * | | | | | | | | Use subqueries instead of joins to migrate subscriptionsDouglas Barbosa Alexandre2016-11-171-39/+24
| * | | | | | | | | Add helper method to toggle label subscription on labels controller specDouglas Barbosa Alexandre2016-11-171-2/+6