summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | Checks if rendered count has changed rather than relying on key charPhil Hughes2017-01-232-8/+15
| | | | | | | | | | | | |
| | * | | | | | | | | | | Fixed some issues with droplab & keyboard navigationPhil Hughes2017-01-235-23/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added specs
| | * | | | | | | | | | | Fixed currentIndex being shared across dropdownsPhil Hughes2017-01-231-2/+9
| | | | | | | | | | | | |
| | * | | | | | | | | | | Changed character matchPhil Hughes2017-01-231-2/+2
| | | | | | | | | | | | |
| | * | | | | | | | | | | Fixed keyboard navigation not working in filtered search barPhil Hughes2017-01-233-11/+39
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'mrchrisw/rake-redis' into 'master' Stan Hu2017-01-252-1/+5
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add redis version to info rake task See merge request !8283
| | * | | | | | | | | | | Add redis version to info rake taskmrchrisw/rake-redisChris Wilson2017-01-242-1/+5
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'newline-eslint-rule' into 'master'Jacob Schatz2017-01-257-27/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an eslint rule to flag extra newlines See merge request !8137
| | * | | | | | | | | | | | Flag multiple empty lines in eslint, fix offenses.newline-eslint-ruleBryce Johnson2017-01-247-27/+6
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'normalize_frontend_headers' into 'master' Fatih Acet2017-01-253-11/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a util for normalizing headers on the frontend See merge request !8750
| | * | | | | | | | | | | | use gl.utils.normalizeHeaders in pipelines storenormalize_frontend_headersRegis2017-01-243-11/+38
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch '26447-fix-tab-list-order' into 'master' Clement Ho2017-01-243-4/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed tab index order on branch commits list page Closes #26447 See merge request !8489
| | * | | | | | | | | | | | | Add proper webkit prefix for .flex-container-block style definitionRyan Harris2017-01-241-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Update prefixes for flexbox style definitionsRyan Harris2017-01-241-3/+3
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Added class to .row-content-block to allow custom flexbox stylingRyan Harris2017-01-242-7/+6
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Change the row-content-block menu on the commits page to a flexbox containerRyan Harris2017-01-241-2/+12
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fixed tab index order on branch commits list pageRyan Harris2017-01-243-2/+8
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'add-metrics-initializer-spec' into 'master' Yorick Peterse2017-01-242-104/+131
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add metric initializer spec See merge request !8714
| | * | | | | | | | | | | | | | Add metric initializer specadd-metrics-initializer-specSean McGivern2017-01-242-104/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An empty file in one of the instrumented directories will cause the app to fail to start when metrics are enabled. Metrics aren't enabled by default in development or test. We could handle the empty file case explicitly, but a file could still not define the constant it is expected to, so instead run the initializer manually in a spec and check that it succeeds.
| * | | | | | | | | | | | | | | Merge branch '25780-reveal-variables-button-may-overrun-width-of-screen' ↵Fatih Acet2017-01-241-1/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Reveal Variables button may overrun width of screen" Closes #25780 See merge request !8221
| | * | | | | | | | | | | | | | Shush scss_lint.25780-reveal-variables-button-may-overrun-width-of-screenBryce Johnson2017-01-241-1/+2
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Fix size of variable-value column for small screens.Bryce Johnson2017-01-231-0/+9
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Make variables table border consistent across viewport widths.Bryce Johnson2017-01-231-0/+3
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Force variable key cell to stay small and wrap text.Bryce Johnson2017-01-231-1/+12
| | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch '26468-fix-users-sort-in-admin-area' into 'master' Douwe Maan2017-01-243-19/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing sort of Users so that users who never logged in will be displayed last Closes #26468 See merge request !8637
| | * | | | | | | | | | | | | | Fixing sort of Users so that users who never logged in will be displayed lastPoornima M2017-01-243-19/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding changelog entry
| * | | | | | | | | | | | | | | Merge branch 'misalinged-discussion-with-no-avatar-26854' into 'master' Fatih Acet2017-01-242-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adds avatar for discussion note Closes #26854 See merge request !8734
| | * | | | | | | | | | | | | | | adds changelogmisalinged-discussion-with-no-avatar-26854Nur Rony2017-01-241-0/+4
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | adds avatar for discussion noteNur Rony2017-01-241-0/+3
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'broken_iamge_when_doing_offline_update_check(help_page)' into ↵Clement Ho2017-01-244-1/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' fix broken image when doing offline update check(help page) Closes #25982 See merge request !8355
| | * | | | | | | | | | | | | | | hide the version check image if internet connection is brokenKen Ding2017-01-254-1/+19
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch '26445-accessible-piplelines-buttons' into 'master' Fatih Acet2017-01-245-26/+44
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update buttons on pipelines page to be more accessible Closes #26445 See merge request !8561
| | * | | | | | | | | | | | | | | Improve button accessibility on pipelines page26445-accessible-piplelines-buttonsEric Eastwood2017-01-235-26/+44
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'add-existence-checks-in-backported-migrations-ce' into 'master' Robert Speicher2017-01-242-2/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the time estimate migrations reversible See merge request !8749
| | * | | | | | | | | | | | | | | | Make the time estimate migrations reversibleadd-existence-checks-in-backported-migrations-ceRémy Coutable2017-01-242-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | | | | | | | | | | | Merge branch 'dont-persist-application-settings-in-test-env-bis' into 'master' Robert Speicher2017-01-2413-106/+141
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dont persist application settings in test env See merge request !8715
| | * | | | | | | | | | | | | | | | Rescue from ActiveRecord::UnknownAttributeError and fallback to fake settingsdont-persist-application-settings-in-test-env-bisRémy Coutable2017-01-232-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| | * | | | | | | | | | | | | | | | Revert "Merge branch 'revert-9cac0317' into 'master' "Grzegorz Bizon2017-01-2312-104/+141
| | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c20934869f7dc8cfbdbafb6ecb7b1305452c9e8a, reversing changes made to 4b7ec44b91e0571d209c790d54947ba1756dac0e.
* | | | | | | | | | | | | | | | | Run tests in a single browser sessionDouwe Maan2017-01-241-66/+81
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'master' into copy-as-mdDouwe Maan2017-01-24417-1774/+4185
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Merge branch '24923_nested_tasks' into 'master' Sean McGivern2017-01-245-5/+89
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix nested tasks in ordered list Closes #24923 See merge request !8626
| | * | | | | | | | | | | | | | | | fix nested tasks in ordered listJarka Kadlecova2017-01-245-5/+89
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'patch-12' into 'master' Rémy Coutable2017-01-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in link to "Services Templates" page. See merge request !8709
| | * | | | | | | | | | | | | | | | Fix typo in link to "Services Templates" page.Arnd2017-01-231-1/+1
| | | |_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'docs/conflict-editor' into 'master' Achilleas Pipinellis2017-01-242-0/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add docs for resolve conflicts editor See merge request !8748
| | * | | | | | | | | | | | | | | Add docs for resolve conflicts editorAchilleas Pipinellis2017-01-242-0/+12
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | | | | | | Merge branch 'docs/2fa-cleanup' into 'master' Achilleas Pipinellis2017-01-2411-215/+224
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge the two 2FA docs into one See merge request !8747
| | * | | | | | | | | | | | | | | Merge the two 2FA docs into oneAchilleas Pipinellis2017-01-2411-215/+224
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | | | | | | Merge branch 'docs/issues-due-dates' into 'master' Achilleas Pipinellis2017-01-249-0/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add due dates docs See merge request !8744
| | * | | | | | | | | | | | | | Add due dates docsAchilleas Pipinellis2017-01-249-0/+38
| | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]