Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-06Allow limited Markdown in Broadcast MessagesRobert Speicher
Closes #11853
2016-02-04Update test after changes build page cssDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-03Merge branch 'support-akismet' into 'master' Robert Speicher
Support Akismet spam checking for creation of issues via API Currently any spam detected by Akismet for non-members via API will be logged in a separate table in the admin page. Closes #5612 See merge request !2266
2016-02-02Merge remote-tracking branch 'origin/master' into git-raw-workhorseJacob Vosmaer
2016-02-02Use truncate helper on spam logs listDouglas Barbosa Alexandre
2016-02-02Support Akismet spam checking for creation of issues via APIStan Hu
Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
2016-02-01Render sanitized SVG imagesStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/9265
2016-02-01Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Jacob Vosmaer
git-raw-workhorse
2016-01-29Added tests to emoji search field focusPhil Hughes
2016-01-29Prevent transient Capybara timeouts during feature testsRobert Speicher
The problem occurred because asset compilation takes a long time, so when the asset cache didn't exist and the first test ran, it would often (randomly) time out during the generation before the actual test even had a chance to run. Now we check if the cache exists before the suite runs, and if not, we manually fire a request to the root URL in order to generate it. This should allow subsequent tests to use the cached assets.
2016-01-28Cannot see a raw blob without workhorseJacob Vosmaer
2016-01-28Merge branch 'issue_2406' into 'master' Dmitriy Zaporozhets
Show list of forks for a given Project Closes #2406 See merge request !2376
2016-01-28Merge branch 'issue_5546' into 'master' Dmitriy Zaporozhets
Save list sort in a cookie Closes #5546 See merge request !2537
2016-01-27Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez
fix/unexistent-group-500
2016-01-27moved and refactored feature based on feedback. Also updated CHANGELOGJames Lopez
2016-01-26Merge branch 'ci/test-build-artifacts-scripts' into 'master' Douwe Maan
Add tests for clicking a row in build artifacts browser This adds a feature tests for clicking a row, which is handled by javascript event. /cc @ayufan See merge request !2551
2016-01-26feature and fix for 500 on group missingJames Lopez
2016-01-25Adds base64 background search icon.Jacob Schatz
All inputs of type `search` will have the gray background and search icon centered. Because the search magnifier is a bg image, I had to hide it with `[value=""]`. I added a little javascript to make sure each input always has it's own value.
2016-01-23Make default sorting preference work for Issues and MRs.Rubén Dávila
2016-01-23Merge branch 'master' into issue_5546Rubén Dávila
2016-01-23Make sorting preference reusable for all projects.Rubén Dávila
2016-01-22Add tests for clicking a row in build artifacts browserGrzegorz Bizon
2016-01-21Little refactor plus some specs.Rubén Dávila
2016-01-21Fix failing specsRémy Coutable
2016-01-21Merge remote-tracking branch 'origin/master' into ↵Rémy Coutable
fix-comment-on-diff-ajax-loading
2016-01-20Merge branch 'secret-shortcut-feature' into 'master' Dmitriy Zaporozhets
Adds "t" as a shortcut for find file anywhere See merge request !2507
2016-01-20Merge branch 'issue_3749' into 'master' Douwe Maan
Update Issues/MRs updated_at field when notes are generated Closes #3749 and #9130 See merge request !2493
2016-01-20Fixes test to not search whole page for content.Jacob Schatz
2016-01-20Fix broken spec.Rubén Dávila
2016-01-20Add specs for Forks listing.Rubén Dávila
2016-01-19Fix diff comments loaded by AJAX to load comment with diff in discussion tabRémy Coutable
This commits also fixes two minor issues: - Ensure notes that the current user is not allowed to see are not returned in the AJAX notes loading - Ensure the notes counter badge is decremented of 1 instead of 2
2016-01-19Merge branch 'feature/expose-ci-lint-tool'Douwe Maan
2016-01-19Update Issues/MRs updated_at when user leaves comments.Rubén Dávila
2016-01-18Improve ux in builds artifacts browserGrzegorz Bizon
2016-01-18Remove dropdown containing CI Lint button on builds pageGrzegorz Bizon
Link to CI Lint on builds page will be a separate button from now on.
2016-01-17Update build artifacts feature testsGrzegorz Bizon
2016-01-17Add specs for CI Lint button exposed on a builds pageGrzegorz Bizon
2016-01-15Add feature tests for permissions for build artifacts read abilityGrzegorz Bizon
2016-01-15Expand builds namespace for feature tests in spinachGrzegorz Bizon
2016-01-14Relax constraints for wiki slugDouglas Barbosa Alexandre
Since GitHub doesn’t apply these constraints to theirs wiki slug allowing characters like `,`, `:`, `*`, etc, we need to relax our constraints or some wiki pages will not be available after they were imported. For an example the Devise project have a wiki page with the following slug: “How To: Add sign_in, sign_out, and sign_up links to your layout template”
2016-01-14Merge branch 'remove-gray-bg'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-14Improve readability of artifacts browser `Entry` related codeGrzegorz Bizon
2016-01-14Add specs for endpoint meant to be accelerated by workhorseGrzegorz Bizon
2016-01-14Add encoding feature tests for builds artifacts browserGrzegorz Bizon
2016-01-14Add spinach feature specs for build artifacts browserGrzegorz Bizon
2016-01-14Add basic spinach tests for project buildsGrzegorz Bizon
2016-01-14Merge branch 'fix/private-references' into 'master' Douwe Maan
Show referenced MRs & Issues only when the current viewer can access them This addresses both issues identified in #6066. ## The private MR by user `remy2` with a note referencing to a public issue ![Screen_Shot_2016-01-12_at_16.45.02](/uploads/c245ec2c1fdea1f9ba05183c24e142d9/Screen_Shot_2016-01-12_at_16.45.02.png) --- ## The public issue viewed by user `remy` **who doesn't have access to `remy2/private-project`** before the fix ![Screen_Shot_2016-01-12_at_18.14.50](/uploads/8db5580e803f5bddd6cb935233c579a0/Screen_Shot_2016-01-12_at_18.14.50.png) --- ## The public issue viewed by user `remy` **who doesn't have access to `remy2/private-project`** with the fix ![Screen_Shot_2016-01-13_at_12.02.32](/uploads/cb199f7b78191fba486a11412412e307/Screen_Shot_2016-01-13_at_12.02.32.png) --- ## The public issue viewed by user `remy2` with the fix (no change) ![Screen_Shot_2016-01-13_at_11.54.06](/uploads/ddece590d69f597a95559beddcd36660/Screen_Shot_2016-01-13_at_11.54.06.png) See merge request !2405
2016-01-14Fix specs and rubocop warningsRémy Coutable
2016-01-13Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-13Update Broadcast Message featuresRobert Speicher
- Removes redundant "Create a broadcast message" scenario that was entirely covered by the "Create a customized broadcast message" scenario. - Adds "Edit an existing broadcast message" scenario - Adds "Remove an existing broadcast message" scenario