summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improve performance of triggered chat commandszj-slow-service-fetchZ.J. van de Weg2017-01-302-3/+14
| | | | | | | | | | | When the trigger endpoint is called, it has to find the right service for the given project. However, the old implementation did much more. For example, it build a list of the missing services on this project. This whole process took about 750ms _each time_. The current implementation is expected to perform 10x better, as it only searches in the current projects services. Given the service has to be configured anyway, this can be done.
* Merge branch 'patch-11' into 'master' Rémy Coutable2017-01-301-4/+4
|\ | | | | | | | | Fix the documentation to use the correct variable in a code example See merge request !8585
| * Use consistent URLs for review apps in the docsVincent Tunru2017-01-271-4/+4
| | | | | | | | | | | | It said `<slug>.review.example.com` at one place, `review-<slug>.example.com` elsewhere, and no mention of `review` at all in other places. We now leave out `review` everywhere.
| * Actually use `$CI_ENVIRONMENT_SLUG` in the `environment:url`Vincent2017-01-151-1/+1
| |
* | Merge branch '27047-8-16-cannot-login-with-2fa' into 'master' Fatih Acet2017-01-301-12/+12
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Cannot login with 2fa" Closes #27047 See merge request !8730
| * | Initial fix proposal for u2f not working27047-8-16-cannot-login-with-2faLuke "Jared" Bennett2017-01-261-12/+12
| | |
* | | Merge branch '23634-remove-project-grouping' into 'master' Sean McGivern2017-01-3027-96/+235
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Don't group issue, merge request and TODO lists by project Closes #23634 See merge request !8519
| * | | Do not rely on style class for changing DOM state on "Mark all as done"23634-remove-project-groupingOswaldo Ferreira2017-01-272-37/+38
| | | |
| * | | Remove unnecessary extra margin on issues, mr and todo pagesOswaldo Ferreira2017-01-275-47/+40
| | | |
| * | | Remove border from issues, todos and MR pagesOswaldo Ferreira2017-01-274-3/+7
| | | |
| * | | Remove bold weight from TODOs action name fontOswaldo Ferreira2017-01-272-1/+8
| | | |
| * | | Move issuable reference display to a helper methodOswaldo Ferreira2017-01-274-4/+46
| | | |
| * | | Add commment to Issue, Project and MergeRequest #to_referenceOswaldo Ferreira2017-01-273-0/+3
| | | |
| * | | Change argument name assuming its always a ProjectOswaldo Ferreira2017-01-271-2/+2
| | | |
| * | | Present TODO's list without grouping by projectOswaldo Ferreira2017-01-276-33/+38
| | | |
| * | | Present group and dashboard MR list without grouping by projectOswaldo Ferreira2017-01-278-44/+32
| | | |
| * | | Refactor Project#to_reference and make full_path a keyword argumentBerna Castro2017-01-276-42/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor overall code and fix failing specs Fix Project#to_reference Fix wrong spaces and update changelog Refactor #to_reference for Project & Issue Fix and improves Project#to_reference
| * | | Fix and add specs for Project#to_referenceBerna Castro2017-01-271-3/+9
| | | |
| * | | Fix and add specs for Issue#to_referenceBerna Castro2017-01-271-1/+10
| | | |
| * | | Refactor code when rendering a collection of issuesBerna Castro2017-01-271-4/+1
| | | |
| * | | Add the group path to the issue ID if applicableBerna Castro2017-01-272-5/+13
| | | |
| * | | Don't group projects on dashboard#issuesBerna Castro2017-01-271-11/+5
| | | |
* | | | Merge branch 'patch-8' into 'master'Rémy Coutable2017-01-301-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | add information that docker registry storage needs to be accessible for docker clients See merge request !8179
| * | | | add information that docker registry storage needs to be accessible for ↵Elan Ruusamäe2017-01-271-0/+4
| | | | | | | | | | | | | | | | | | | | docker clients
* | | | | Merge branch 'mr-widget-initial-state-tests' into 'master' Rémy Coutable2017-01-301-0/+34
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Added test for initial merge request widget state See merge request !8738
| * | | | | Added test for initial merge request widget statemr-widget-initial-state-testsPhil Hughes2017-01-261-0/+34
| | | | | |
* | | | | | Merge branch 'improve-ci-example-php-doc' into 'master' Rémy Coutable2017-01-302-1/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed composer installer script in the CI PHP example doc See merge request !8817
| * | | | | | Changed composer installer script in the CI PHP example docimprove-ci-example-php-docJeffrey Cafferata2017-01-262-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The script will check some php.ini settings warn you if they are set incorrectly, and then download the latest composer.phar in the current directory. These lines will, in order: - Download the installer SHA-384 to the current directory - Download the installer to the current directory - Verify the installer SHA-384 which you can also cross-check https://composer.github.io/pubkeys.html - Run the installer - Remove the installer & the installer SHA-384 Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | Merge branch 'hardcode-title-system-note' into 'master' Rémy Coutable2017-01-302-1/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure autogenerated title does not cause failing spec Closes #26933 See merge request !8693
| * | | | | | | Ensure autogenerated title does not cause failing specbrian m. carlson2017-01-272-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hardcode the title into the object in the spec, so that an autogenerated title (such as one starting with "O") does not cause the spec to fail.
* | | | | | | | Merge branch 'ux-guide-minor-updates' into 'master' Achilleas Pipinellis2017-01-292-3/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UX Guide: minor updates See merge request !8862
| * | | | | | | | [ci skip] UX Guide Add general term section to copyux-guide-minor-updatesAllison Whilden2017-01-282-3/+9
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] UX guide: clean up term tables in copy [ci skip] UX guide: update dropdown max height for multiline items
* | | | | | | | Merge branch 'relative-url-assets' into 'master' Jacob Schatz2017-01-2713-19/+88
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove hard-coded absolute URLs from all frontend assets See merge request !8831
| * | | | | | | | add CHAGELOG.md entry for !8831Mike Greiling2017-01-271-0/+4
| | | | | | | | |
| * | | | | | | | remove assets:compile step from relative_url docsMike Greiling2017-01-271-8/+0
| | | | | | | | |
| * | | | | | | | update scripts and docs to reference the newly namespaced rake taskrelative-url-assetsMike Greiling2017-01-279-11/+11
| | | | | | | | |
| * | | | | | | | namespace assets rake tasks to gitlab:assets:*Mike Greiling2017-01-272-29/+47
| | | | | | | | |
| * | | | | | | | correct gzip files if they exist as wellMike Greiling2017-01-271-0/+19
| | | | | | | | |
| * | | | | | | | automatically correct CSS urls on assets:precompileMike Greiling2017-01-271-0/+10
| | | | | | | | |
| * | | | | | | | remove hard-coded assets path for ace editor modulesMike Greiling2017-01-272-1/+27
| | | | | | | | |
* | | | | | | | | Merge branch 'issuable-sidebar-bug' into 'master' Alfredo Sumaran2017-01-275-9/+51
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed Issuable sidebar so it remains closed on mobile/smaller screen devices See merge request !7466
| * | | | | | | | Improved code style on the issue_sidebar_spec.rbJose Ivan Vargas2017-01-271-10/+11
| | | | | | | | |
| * | | | | | | | Moved the turbolinks listener from application.js to the corresponding ↵Jose Ivan Vargas2017-01-252-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issuable sidebar file
| * | | | | | | | Fixed Issuable sidebar so it remains closed on mobile/smaller screen devicesJose Ivan Vargas Lopez2017-01-254-10/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added test to replicate the bug, also added a couple of helpers that can be reused on the testing suite to resize the browser window, these helpers are located on the spec/support/mobile_helpers.rb
* | | | | | | | | Merge branch ↵Filipa Lacerda2017-01-273-2/+168
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '27248-filtered-search-does-not-allow-filtering-labels-with-multiple-words' into 'master' Fix filtering label and milestone with multiple words Closes #27248 and #27334 See merge request !8830
| * | | | | | | | Fix filtering with multiple words27248-filtered-search-does-not-allow-filtering-labels-with-multiple-wordsClement Ho2017-01-273-2/+168
| | | | | | | | |
* | | | | | | | | Merge branch '27280-fix-unititalized-constant' into 'master' Robert Speicher2017-01-276-59/+54
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "NameError: uninitialized constant ApplicationSetting::DEFAULTS" Closes #27280 See merge request !8805
| * | | | | | | | | Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/27280-fix-unititalized-constantRémy Coutable2017-01-273-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | | | Move ApplicationSetting DEFAULTS to `.defaults` insteadRémy Coutable2017-01-272-46/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will avoid autoloading issues in the long term. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | | | Move a begin/rescue clause to ApplicationSetting.expireRémy Coutable2017-01-272-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, remove non-existing Ci::ApplicationSetting.expire! Signed-off-by: Rémy Coutable <remy@rymai.me>