Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for Dropdown Icon Positionicons-ci-icons | Tim Zallmann | 2017-11-01 | 1 | -3/+3 |
| | |||||
* | Needed to change 0px to 0 | Tim Zallmann | 2017-10-30 | 1 | -1/+1 |
| | |||||
* | Missing Comma added | Tim Zallmann | 2017-10-30 | 1 | -1/+1 |
| | |||||
* | Fixed different sizes | Tim Zallmann | 2017-10-30 | 2 | -6/+33 |
| | |||||
* | Added Missing Semicolon | Tim Zallmann | 2017-10-30 | 1 | -1/+1 |
| | |||||
* | Improved Var Caching, Line Setup, Specs | Tim Zallmann | 2017-10-30 | 3 | -18/+20 |
| | |||||
* | fdescribe remove :-/ | Tim Zallmann | 2017-10-30 | 1 | -1/+1 |
| | |||||
* | Updated icon.vue to be more inline with other components + added spec for it | Tim Zallmann | 2017-10-30 | 3 | -8/+49 |
| | |||||
* | Lets try with trigger('click') | Tim Zallmann | 2017-10-30 | 2 | -2/+2 |
| | |||||
* | Fixes another problem that happens during knapsack testing | Tim Zallmann | 2017-10-30 | 1 | -1/+1 |
| | |||||
* | Fixing Tests and CSS display | Tim Zallmann | 2017-10-30 | 3 | -10/+18 |
| | |||||
* | Fixes one icon test | Tim Zallmann | 2017-10-30 | 1 | -1/+1 |
| | |||||
* | Test Fixes | Tim Zallmann | 2017-10-30 | 3 | -3/+3 |
| | |||||
* | Fixes for Tests | Tim Zallmann | 2017-10-30 | 13 | -55/+34 |
| | |||||
* | Update Action Icons | Tim Zallmann | 2017-10-30 | 10 | -25/+20 |
| | |||||
* | Fixing Icons | Tim Zallmann | 2017-10-30 | 19 | -151/+112 |
| | |||||
* | Updated also Badge + Dropdown Icons | Tim Zallmann | 2017-10-30 | 20 | -22/+22 |
| | |||||
* | Comma to much | Tim Zallmann | 2017-10-30 | 1 | -1/+1 |
| | |||||
* | Now one test works lets get the other one green | Tim Zallmann | 2017-10-30 | 1 | -1/+1 |
| | |||||
* | CHanged to String Statuses | Tim Zallmann | 2017-10-30 | 1 | -4/+4 |
| | |||||
* | Need to render it into String cause its a content_tag | Tim Zallmann | 2017-10-30 | 1 | -2/+2 |
| | |||||
* | Fixed SVG Output Test | Tim Zallmann | 2017-10-30 | 1 | -8/+4 |
| | |||||
* | Fix the size of a status icon | Tim Zallmann | 2017-10-30 | 1 | -1/+1 |
| | |||||
* | Updated Static Icons from CI Area | Tim Zallmann | 2017-10-30 | 4 | -22/+25 |
| | |||||
* | Merge branch '2518-saved-configuration-for-issue-board' into 'master' | Phil Hughes | 2017-10-30 | 16 | -93/+174 |
|\ | | | | | | | | | [CE backport] Saved configuration for issue board See merge request gitlab-org/gitlab-ce!15009 | ||||
| * | [CE backport] Saved configuration for issue board | Oswaldo Ferreira | 2017-10-30 | 16 | -93/+174 |
|/ | |||||
* | Merge branch 'bvl-fix-system-hook-project-visibility' into 'master' | Sean McGivern | 2017-10-30 | 3 | -1/+12 |
|\ | | | | | | | | | | | | | Use the correct project visibility in system hooks Closes #39496 See merge request gitlab-org/gitlab-ce!15065 | ||||
| * | Use the correct project visibility in system hooks | Bob Van Landuyt | 2017-10-30 | 3 | -1/+12 |
| | | |||||
* | | Merge branch '39366-email-confirmation-fails' into 'master' | Douwe Maan | 2017-10-30 | 4 | -1/+16 |
|\ \ | |/ |/| | | | | | | | | | grab the correct username when confirming secondary email Closes #39366 See merge request gitlab-org/gitlab-ce!15010 | ||||
| * | more readable changelog39366-email-confirmation-fails | Brett Walker | 2017-10-28 | 1 | -1/+1 |
| | | |||||
| * | remove extra whitespace | Brett Walker | 2017-10-27 | 1 | -2/+2 |
| | | |||||
| * | use a delegate for `username` to be more future friendly | Brett Walker | 2017-10-27 | 3 | -2/+11 |
| | | |||||
| * | add changelog entry | Brett Walker | 2017-10-27 | 1 | -0/+5 |
| | | |||||
| * | fix to pass static-analysis | Brett Walker | 2017-10-24 | 1 | -2/+2 |
| | | |||||
| * | grab the correct username when confirming secondary email | Brett Walker | 2017-10-23 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'es-module-autosave' into 'master' | Filipa Lacerda | 2017-10-30 | 6 | -27/+17 |
|\ \ | | | | | | | | | | | | | Remove Autosave class from global namespace See merge request gitlab-org/gitlab-ce!14856 | ||||
| * \ | Merge branch 'master' into 'es-module-autosave'es-module-autosave | Mike Greiling | 2017-10-24 | 925 | -9504/+22685 |
| |\ \ | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/issuable_form.js # app/assets/javascripts/notes.js | ||||
| * | | | remove import from main.js | Mike Greiling | 2017-10-12 | 1 | -1/+0 |
| | | | | |||||
| * | | | remove global export | Mike Greiling | 2017-10-12 | 1 | -2/+0 |
| | | | | |||||
| * | | | convert Autosave into pure es module and remove global export | Mike Greiling | 2017-10-12 | 5 | -25/+18 |
| | | | | |||||
* | | | | Merge branch 'docs/update-create-mr' into 'master' | Marcia Ramos | 2017-10-27 | 4 | -13/+10 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Update docs on creating MRs See merge request gitlab-org/gitlab-ce!14982 | ||||
| * | | | | Update docs on creating MRsdocs/update-create-mr | Achilleas Pipinellis | 2017-10-21 | 4 | -13/+10 |
| | | | | | |||||
* | | | | | Merge branch 'use-git-branch-merged' into 'master' | Rémy Coutable | 2017-10-27 | 10 | -9/+121 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fetch the merged branches at once. Checking it one by one in the view. We don't cache this yet because this would already much improve the performance. A naive test against a particularly large repository: ``` ruby begin now = Time.now branches.map{ |b| r.merged_to_root_ref?(b.name) } Time.now - now end # 8.265830782 ``` Around 10 times faster: ``` ruby begin now = Time.now r.merged_branches(branches.map(&:name)) Time.now - now end # 0.807405397 ``` This should make the branches page usable. See merge request gitlab-org/gitlab-ce!14729 | ||||
| * | | | | | Fetch the merged branches at once | Lin Jen-Shin (godfat) | 2017-10-27 | 10 | -9/+121 |
|/ / / / / | |||||
* | | | | | Merge branch 'docs-update-ee_features.md-ce' into 'master' | Rémy Coutable | 2017-10-27 | 1 | -0/+382 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Move doc/development/ee_features.md to CE See merge request gitlab-org/gitlab-ce!15066 | ||||
| * | | | | | Merging EE doc into CEdocs-update-ee_features.md-ce | Lin Jen-Shin | 2017-10-27 | 1 | -0/+382 |
|/ / / / / | |||||
* | | | | | Merge branch 'zj-commit-cache' into 'master' | Sean McGivern | 2017-10-27 | 8 | -21/+61 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Cache commits on the repository model See merge request gitlab-org/gitlab-ce!14863 | ||||
| * | | | | | Cache commits on the repository model | Zeger-Jan van de Weg | 2017-10-27 | 8 | -21/+61 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now, when requesting a commit from the Repository model, the results are not cached. This means we're fetching the same commit by oid multiple times during the same request. To prevent us from doing this, we now cache results. Caching is done only based on object id (aka SHA). Given we cache on the Repository model, results are scoped to the associated project, eventhough the change of two repositories having the same oids for different commits is small. | ||||
* | | | | | | Merge branch 'fix/avoid-using-rugged-in-wiki-preview-slug' into 'master' | Sean McGivern | 2017-10-27 | 1 | -1/+10 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid using Rugged in Gitlab::Git::Wiki#preview_slug See merge request gitlab-org/gitlab-ce!15054 | ||||
| * | | | | | | Avoid using Rugged in Gitlab::Git::Wiki#preview_slug | Ahmad Sherif | 2017-10-27 | 1 | -1/+10 |
| | | | | | | |