Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix breadcrumb order | Michael Kozono | 2017-06-22 | 1 | -0/+13 |
| | |||||
* | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 13 | -92/+92 |
| | |||||
* | Fix avatar images in pipeline emailsfix-email-avatars | Sean McGivern | 2017-06-20 | 1 | -31/+60 |
| | |||||
* | Don't display comment on unchanged line on both sides in parallel diff | Douwe Maan | 2017-06-19 | 1 | -1/+10 |
| | |||||
* | Merge branch '23998-blame-age-map' into 'master' | Annabel Dunstone Gray | 2017-06-15 | 1 | -0/+59 |
|\ | | | | | | | | | | | | | Add age color mapping to blame view Closes #23998 See merge request !7198 | ||||
| * | Add blame view age map | Jeff Stubler | 2017-06-14 | 1 | -0/+59 |
| | | |||||
* | | Correct RSpec/SingleLineHook cop offenses | Robert Speicher | 2017-06-14 | 2 | -2/+7 |
| | | |||||
* | | Merge branch 'help-landing-page-customizations' into 'master' | Douwe Maan | 2017-06-14 | 1 | -0/+17 |
|\ \ | | | | | | | | | | | | | Allow more customization to Help landing page See merge request !11878 | ||||
| * | | Help landing page customizations | Robin Bobbitt | 2017-06-14 | 1 | -0/+17 |
| |/ | |||||
* | | Implement diff viewers | Douwe Maan | 2017-06-14 | 1 | -1/+38 |
| | | |||||
* | | Update tests and applicationfix-external-ci-services | Kamil Trzcinski | 2017-06-13 | 1 | -0/+33 |
|/ | |||||
* | Merge branch 'operau2f' into 'master' | Rémy Coutable | 2017-06-12 | 1 | -0/+49 |
|\ | | | | | | | | | Fix FIDO U2F for Opera browser (based on !10118) See merge request !12082 | ||||
| * | Add test for u2f helper and changelog entry | Jonas Kalderstam | 2017-06-11 | 1 | -0/+49 |
| | | |||||
* | | Test todos_count_format helper at the correct level to improve speedrs-simplify-todo-count-spec | Robert Speicher | 2017-06-09 | 1 | -0/+13 |
|/ | | | | | Instead of an integration test that creates 101 Todo records to test a simple view helper, just unit test the helper. | ||||
* | Bring in security changes from the 9.2.5 release | DJ Mountney | 2017-06-07 | 4 | -9/+10 |
| | | | | | | | | | | | | | Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue | ||||
* | Translate project & repository pages | Bob Van Landuyt | 2017-06-07 | 1 | -0/+6 |
| | |||||
* | Added more actions and report as abuse to all notes | Luke "Jared" Bennett | 2017-06-07 | 1 | -0/+10 |
| | |||||
* | Sync email address from specified omniauth provider | Robin Bobbitt | 2017-06-07 | 1 | -0/+36 |
| | |||||
* | Resolve "When changing project visibility setting, change other dropdowns ↵ | Mike Greiling | 2017-06-06 | 2 | -3/+3 |
| | | | | automatically" | ||||
* | Merge branch 'dz-fix-submodule-subgroup' into 'master' | Douwe Maan | 2017-06-05 | 1 | -0/+8 |
|\ | | | | | | | | | | | | | Fix submodule link to then project under subgroup Closes gitlab-ee#2411 See merge request !11906 | ||||
| * | Fix submodule link to then project under subgroup | Dmitriy Zaporozhets | 2017-06-05 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | Before this change only last namespace in full path was extracted. It's fine unless you have a link to submodule under subgroups. In that case self_url? method returns false and link is processed as external. I could not find a proper regex to cover all cases and correctly extract full path to repository and instead used current instance host name to get correct path to namespace and project. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into ↵ | Luke "Jared" Bennett | 2017-06-02 | 4 | -47/+148 |
|\ \ | |/ | | | | | fix-realtime-edited-text-for-issues-9-3 | ||||
| * | Show current user immediately in issuable filters | Winnie Hellmann | 2017-06-02 | 1 | -0/+101 |
| | | |||||
| * | Merge branch 'fix_diff_line_comments' into 'master' | Sean McGivern | 2017-06-01 | 1 | -0/+27 |
| |\ | | | | | | | | | | | | | | | | | | | Fix: A diff comment on a change at last line of a file shows as two comments in discussion Closes #32353 See merge request !11802 | ||||
| | * | Fix rubocop in spec/helpers/diff_helper_spec.rb | Valery Sizov | 2017-06-01 | 1 | -6/+7 |
| | | | |||||
| | * | Fix: A diff comment on a change at last line of a file shows as two comments ↵ | Valery Sizov | 2017-05-31 | 1 | -0/+26 |
| | | | | | | | | | | | | in discussion | ||||
| * | | Fix Diff#too_large? and specs | Douwe Maan | 2017-05-30 | 1 | -11/+9 |
| | | | |||||
| * | | Consistent diff and blob size limit names | Douwe Maan | 2017-05-29 | 2 | -11/+11 |
| |/ | |||||
* | | Removed unneeded newline in issuables_helper_spec and removed unneeded ↵ | Luke "Jared" Bennett | 2017-06-02 | 1 | -1/+0 |
| | | | | | | | | updated_at_by variable in issuable_app_data | ||||
* | | Fixed issuables_helper_spec and added a test for issuable_app_data | Luke "Jared" Bennett | 2017-05-31 | 1 | -0/+26 |
| | | |||||
* | | Remove EditableHelper and move method to IssuablesHelper | Luke "Jared" Bennett | 2017-05-31 | 2 | -21/+18 |
| | | |||||
* | | Correct editable_helper spec and format issuable_app_data updated_at to iso8061 | Luke "Jared" Bennett | 2017-05-31 | 1 | -2/+2 |
| | | |||||
* | | Review changes, improve editable helper spec and add hasUpdated computer to ↵ | Luke "Jared" Bennett | 2017-05-31 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | issue_show app Fix builds by only merge when updated_at_by is presnse Fix issue_show app.vue hasUpdated reference to state Fix missing bracket | ||||
* | | Port fix-realtime-edited-text-for-issues 9-2-stable fix to master. | Luke "Jared" Bennett | 2017-05-31 | 1 | -0/+22 |
|/ | |||||
* | Strip trailing whitespaces in submodule URLssh-fix-submodules-trailing-spaces | Stan Hu | 2017-05-29 | 1 | -0/+5 |
| | | | | | | | | Users attempting to access repositories that had `.gitmodules` entries with trailing whitespaces would encounter an Error 500. This was due to a change in bf876ec7 that quietly removed the whitespace stripping. Closes #33018 | ||||
* | atom links with rss token instead of private token | Alexis Reigel | 2017-05-24 | 1 | -4/+4 |
| | |||||
* | Fix specsdm-outdated-system-note | Douwe Maan | 2017-05-23 | 1 | -1/+7 |
| | |||||
* | Merge branch 'dm-blob-viewer-concerns' into 'master' | Robert Speicher | 2017-05-16 | 1 | -3/+4 |
|\ | | | | | | | | | Move some blob viewer stuff around without changing behavior See merge request !11358 | ||||
| * | Rename BlobViewer max_size to overridable_max_size and absolute_max_size to ↵dm-blob-viewer-concerns | Douwe Maan | 2017-05-15 | 1 | -2/+2 |
| | | | | | | | | max_size | ||||
| * | Specify explicitly whether a blob viewer should be loaded asynchronously | Douwe Maan | 2017-05-13 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'omega-submodules' into 'master' | Robert Speicher | 2017-05-15 | 1 | -0/+13 |
|\ \ | |/ |/| | | | | | Omega submodules See merge request !10797 | ||||
| * | submodule_links: Handle in-repository submodule urls | David Turner | 2017-05-15 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | Sometimes it is useful to store submodules in the same repository which contains links to them. Make the UI support this. See https://github.com/twosigma/git-meta/wiki/The-Omega-Repo for information about this strategy Signed-off-by: David Turner <novalis@novalis.org> | ||||
* | | Merge branch 'dz-project-list-cache-key' into 'master' | Douwe Maan | 2017-05-12 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | Improve project list cache key Closes #31863 See merge request !11325 | ||||
| * | | Change project list cache key to use route.cache_key instead of namespacedz-project-list-cache-key | Dmitriy Zaporozhets | 2017-05-12 | 1 | -8/+2 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Add parent full path to project list cache key | Dmitriy Zaporozhets | 2017-05-12 | 1 | -0/+6 |
| |/ | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Merge branch 'dm-dependency-linker-gemfile' into 'master' | Sean McGivern | 2017-05-12 | 1 | -2/+2 |
|\ \ | |/ |/| | | | | | Autolink package names in Gemfile See merge request !11224 | ||||
| * | Fix specs | Douwe Maan | 2017-05-10 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'rs-sanitize-submodule-urls' into 'security' | Douwe Maan | 2017-05-10 | 1 | -0/+12 |
| | | | | | | | | | | | | Sanitize submodule URLs before linking to them in the file tree view See merge request !2084 | ||||
* | | Use relative paths for group/project/user avatars | blackst0ne | 2017-05-10 | 2 | -7/+20 |
|/ | |||||
* | Merge request widget redesign | Fatih Acet | 2017-05-09 | 1 | -192/+0 |
| |