summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Shows new branch/mr button even when branch existsJacopo2018-04-193-20/+35
|
* Merge branch 'ide-diff-marker-cache-fix' into 'master'Tim Zallmann2018-04-193-13/+37
|\ | | | | | | | | Fixed IDE diff markers being cached too long See merge request gitlab-org/gitlab-ce!18311
| * Fixed IDE diff markers being cached too longPhil Hughes2018-04-113-13/+37
| |
* | Merge branch 'ide-staged-changes' into 'master'Tim Zallmann2018-04-1926-271/+837
|\ \ | | | | | | | | | | | | | | | | | | Added staged files state to IDE Closes #44842, #44844, and gitlab-ee#4541 See merge request gitlab-org/gitlab-ce!17898
| * \ Merge branch 'master' into ide-staged-changesPhil Hughes2018-04-1939-237/+402
| |\ \
| * | | updates to variable names to make more sensePhil Hughes2018-04-186-36/+35
| | | | | | | | | | | | | | | | fixed up duplicate is-collapsed classes
| * | | Merge branch 'master' into ide-staged-changesPhil Hughes2018-04-1888-385/+764
| |\ \ \
| * \ \ \ Merge branch 'master' into ide-staged-changesPhil Hughes2018-04-17176-1440/+1755
| |\ \ \ \
| * | | | | correctly dispose cached modelsPhil Hughes2018-04-111-1/+10
| | | | | |
| * | | | | updated iconsPhil Hughes2018-04-0910-15/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed bug where unstaged file when discarded would not take staged file changes
| * | | | | Merge branch 'master' into ide-staged-changesPhil Hughes2018-04-0972-119/+1454
| |\ \ \ \ \
| * | | | | | fixed failing tests because of passed `null`Phil Hughes2018-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | added spec to check for `head` file
| * | | | | | Merge branch 'master' into ide-staged-changesPhil Hughes2018-04-07170-1196/+2636
| |\ \ \ \ \ \
| * | | | | | | added ability to have `head` file to compare againstPhil Hughes2018-04-066-11/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed files getting into an opened & active state when it shouldnt
| * | | | | | | fixed eslintPhil Hughes2018-04-061-1/+1
| | | | | | | |
| * | | | | | | updates to template text to be i18n readyPhil Hughes2018-04-065-27/+35
| | | | | | | |
| * | | | | | | fixed delayed update viewerPhil Hughes2018-04-054-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed `key` not being set to correct value
| * | | | | | | fixed staged/unstaged files not opening when another 1 is openPhil Hughes2018-04-053-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes eslint
| * | | | | | | fixed tab being clicked throwing an errorPhil Hughes2018-04-051-1/+1
| | | | | | | |
| * | | | | | | fixed changed icon showing after committingPhil Hughes2018-04-051-0/+1
| | | | | | | |
| * | | | | | | fixed staged content not updatingPhil Hughes2018-04-055-8/+25
| | | | | | | |
| * | | | | | | fixed typo in selectorPhil Hughes2018-04-052-5/+3
| | | | | | | |
| * | | | | | | fixed karma & eslintPhil Hughes2018-04-051-3/+1
| | | | | | | |
| * | | | | | | update staged files to correctly use pending tabPhil Hughes2018-04-055-42/+33
| | | | | | | |
| * | | | | | | Merge branch 'master' into ide-staged-changesPhil Hughes2018-04-05107-614/+1039
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into ide-staged-changesPhil Hughes2018-04-0376-782/+2168
| |\ \ \ \ \ \ \ \
| * | | | | | | | | fixed alignment with iconsPhil Hughes2018-03-293-51/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed icon not showing correctly in tab
| * | | | | | | | | Merge branch 'master' into ide-staged-changesPhil Hughes2018-03-29106-1248/+1683
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into ide-staged-changesPhil Hughes2018-03-27130-759/+1897
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | double click to stage & unstage fileside-staged-changesPhil Hughes2018-03-221-7/+11
| | | | | | | | | | | |
| * | | | | | | | | | | hide tooltip on collapse button when clickedPhil Hughes2018-03-223-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | blur the collapse button on click
| * | | | | | | | | | | added tooltips to various icons in the sidebarsPhil Hughes2018-03-2212-102/+246
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed SVG colors
| * | | | | | | | | | | spec fixesPhil Hughes2018-03-221-1/+4
| | | | | | | | | | | |
| * | | | | | | | | | | correctly stages and unstages filesPhil Hughes2018-03-2214-64/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after a commit the files are correctly reset correctly enables the ability to have different staged & unstaged changes in the same file
| * | | | | | | | | | | Added staged files state to IDEPhil Hughes2018-03-2218-195/+486
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/4541
* | | | | | | | | | | | Fix direct_upload when records with null file_store are usedKamil Trzciński2018-04-193-16/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Old records have a null value of file_store column. This causes the problems with current direct_upload implementation, as this makes it to choose Store::REMOTE instead of Store::LOCAL. This change moves the store save when change saving the object.
* | | | | | | | | | | | Merge branch '41059-calculate-artifact-size-more-efficiently' into 'master'Grzegorz Bizon2018-04-194-27/+54
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Calculating total size of a project's CI artifacts" Closes #41059 See merge request gitlab-org/gitlab-ce!17839
| * | | | | | | | | | | | Update ProjectStatistics#build_artifacts_size synchronously without summing ↵Dylan Griffith2018-04-194-27/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#41059) Previously we scheduled a worker to just some this but we were running into performance issues when the build table was getting too large. So now we've updated the code such that this column is updated immediately and incremented/decremented by the correct amount whenever artifacts are created or deleted. We've also added the performance optimization that we do not update this statistic if a project is deleted because it could result in many updates for a project with many builds.
* | | | | | | | | | | | | Fix label links update on project transferJan Provaznik2018-04-191-3/+8
| | | | | | | | | | | | |
* | | | | | | | | | | | | Resolve "Get rid of branch element all in bottom bar in WEB IDE"André Luís2018-04-192-8/+5
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | Resolve "Show `failure_reason` in jobs view content section"Mayra Cabrera2018-04-199-163/+295
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch '5320-fix-gitlab-features-env-var' into 'master'Grzegorz Bizon2018-04-193-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get GITLAB_FEATURES from Project#licensed_features instead of Namespace#features (#5320) See merge request gitlab-org/gitlab-ce!18189
| * | | | | | | | | | | | Get GITLAB_FEATURES from Project#licensed_features instead of ↵5320-fix-gitlab-features-env-varDylan Griffith2018-04-093-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Namespace#features (#5320)
* | | | | | | | | | | | | Resolve "View labels when editing labels in sidebar and board sidebar"André Luís2018-04-184-6/+11
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'revert-goldiloader' into 'master'Robert Speicher2018-04-1816-42/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert the addition of goldiloader See merge request gitlab-org/gitlab-ce!18458
| * | | | | | | | | | | | | Revert the addition of goldiloaderYorick Peterse2018-04-1816-42/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts the addition of the "goldiloader" Gem and all use of it. While this Gem is very promising it's causing a variety of problems on GitLab.com due to it eager-loading too much data in places where we don't expect/can handle this. At least for the time being this means we have to go back to manually fixing N+1 query problems, but at least those should not cause a negative impact on availability.
* | | | | | | | | | | | | | Merge branch 'bvl-shared-groups-on-group-page' into 'master'Rémy Coutable2018-04-182-5/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issues on groups group trees Closes #42407 See merge request gitlab-org/gitlab-ce!18390
| * | | | | | | | | | | | | | Revert "Don't include projects shared as group-descendants"Bob Van Landuyt2018-04-181-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2c3c5b35549185080296670cfe6710aa80f99944. Revisit this after https://gitlab.com/gitlab-org/gitlab-ce/issues/45441
| * | | | | | | | | | | | | | Recover from errors when a parent is not preloadedBob Van Landuyt2018-04-181-1/+14
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix Custom hooks are not triggered by UI wiki editFrancisco Javier López2018-04-184-14/+31
|/ / / / / / / / / / / / / /