summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | move eslint rules to top of scriptMike Greiling2016-11-301-1/+1
| * | | | | | | | | | rewrite subscription javascript to accomodate new designMike Greiling2016-11-306-59/+60
| * | | | | | | | | | rename subscription.js to subscription.js.es6Mike Greiling2016-11-301-0/+0
| * | | | | | | | | | Remove the help text under the sidebar subscribe button and style it inlineDimitrie Hoekstra2016-11-302-7/+6
| |/ / / / / / / / /
* | | | | | | | | | Merge branch '25198-improper-use-of-bootstrap-media-query-variables' into 'ma...Annabel Dunstone Gray2016-12-0115-22/+22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix incorrect min-width media queries25198-improper-use-of-bootstrap-media-query-variablesMike Greiling2016-11-302-3/+3
| * | | | | | | | | | fix incorrect max-width media queriesMike Greiling2016-11-3014-20/+20
| |/ / / / / / / / /
* | | | | | | | | | Update CHANGELOG.md for 8.14.2Alejandro Rodríguez2016-12-0118-68/+20
* | | | | | | | | | Merge branch '18546-update-wiki-page-design' into 'master' Fatih Acet2016-12-0122-135/+334
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | rename event variable to just e18546-update-wiki-page-designMike Greiling2016-11-301-4/+4
| * | | | | | | | | fix media query off-by-1 pixel errorMike Greiling2016-11-301-1/+1
| * | | | | | | | | add special class in cases where sidebar toggle should exist in the marginMike Greiling2016-11-305-6/+10
| * | | | | | | | | prevent nav control buttons from wrapping awkwardly when they overflowMike Greiling2016-11-301-0/+6
| * | | | | | | | | echo changes in 6683fdcf for wiki pages pathMike Greiling2016-11-301-1/+1
| * | | | | | | | | add CHANGELOG entry for !7429Mike Greiling2016-11-301-0/+4
| * | | | | | | | | use wiki pages index for sidebar overflow and limit sidebar list to 15 pagesMike Greiling2016-11-305-6/+12
| * | | | | | | | | prevent sidebar toggle from overlapping git access header on mobileMike Greiling2016-11-301-1/+1
| * | | | | | | | | fix tests broken by new wiki page designMike Greiling2016-11-306-28/+19
| * | | | | | | | | update wiki pages with new designMike Greiling2016-11-306-44/+64
| * | | | | | | | | add wiki page list to sidebarMike Greiling2016-11-301-5/+4
| * | | | | | | | | allow wiki sidebar to scroll on overflowMike Greiling2016-11-301-0/+2
| * | | | | | | | | update design of wiki git access pageMike Greiling2016-11-302-32/+54
| * | | | | | | | | add active states to sidebar navMike Greiling2016-11-302-4/+13
| * | | | | | | | | move wiki navbar content to right sidebarMike Greiling2016-11-3013-63/+199
| |/ / / / / / / /
* | | | | | | | | Merge branch 'fix/github-importer' into 'master' Sean McGivern2016-12-013-4/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add CHANGELOG entryfix/github-importerDouglas Barbosa Alexandre2016-12-011-0/+4
| * | | | | | | | | Fix branch validation for GitHub PR where repo/fork was renamed/deletedDouglas Barbosa Alexandre2016-12-012-4/+10
| |/ / / / / / / /
* | | | | | | | | Merge branch '25199-fix-broken-urls-in-help-page' into 'master' Sean McGivern2016-12-014-13/+34
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix URL rewritting in the Help section25199-fix-broken-urls-in-help-pageRémy Coutable2016-12-014-13/+34
* | | | | | | | | | Merge branch 'shortcuts-issuable-fixture' into 'master' Alfredo Sumaran2016-12-013-4/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Replace static fixture for shortcuts_issuable_spec (!7685)winniehell2016-11-233-4/+8
* | | | | | | | | | | Merge branch 'fix-optimistic-locking-for-destroy' into 'master' Stan Hu2016-12-012-7/+40
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use Arel to avoid MySQL triple quotingfix-optimistic-locking-for-destroyLin Jen-Shin2016-12-011-2/+1
| * | | | | | | | | | | Make deleting with optimistic locking respect NULLLin Jen-Shin2016-12-012-7/+41
* | | | | | | | | | | | Merge branch '24669-merge-request-dashboard-page-takes-over-a-minute-to-load'...Yorick Peterse2016-12-016-12/+40
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix have_issuable_counts matcher on failure24669-merge-request-dashboard-page-takes-over-a-minute-to-loadSean McGivern2016-12-011-4/+4
| * | | | | | | | | | | | Don't include ignored params in cache keySean McGivern2016-12-011-0/+1
| * | | | | | | | | | | | Add changelog entrySean McGivern2016-12-011-0/+4
| * | | | | | | | | | | | Count all issuable states at onceSean McGivern2016-12-012-6/+29
| * | | | | | | | | | | | Save a query on issue and MR listsSean McGivern2016-12-012-2/+2
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'rescue-from-redis-init-errors' into 'master' Stan Hu2016-12-012-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Gracefully recover from Redis connection failures in Sidekiq initializerStan Hu2016-12-012-1/+5
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'use-st-commits-where-possible' into 'master' Yorick Peterse2016-12-0111-44/+73
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Replace references to MergeRequestDiff#commits with st_commitsuse-st-commits-where-possibleAdam Niedzielski2016-12-0111-44/+73
* | | | | | | | | | | | Merge branch 'docs/container-registry-2fa' into 'master' Achilleas Pipinellis2016-12-013-21/+43
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Document the need to use a PAT with Registry when 2FA is onAchilleas Pipinellis2016-12-013-21/+43
* | | | | | | | | | | | Merge branch 'docs/fix-webhooks-headings' into 'master' Achilleas Pipinellis2016-12-012-35/+46
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Small refactor of webhooks docsAchilleas Pipinellis2016-12-012-35/+46
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'docs/triggers-ref-clarify' into 'master' Achilleas Pipinellis2016-12-011-3/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Clarify that a commit SHA doesn't work for CI triggersAchilleas Pipinellis2016-12-011-3/+7
| |/ / / / / / / / / /