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
path: root/app
AgeCommit message (Collapse)Author
2019-07-04Merge branch '54117-transactional-rebase' into 'master'Douglas Barbosa Alexandre
Allow asynchronous rebase operations to be monitored Closes #54117 See merge request gitlab-org/gitlab-ce!29940
2019-07-04Implements lease_release on NamespaceAggregationMayra Cabrera
Sets lease_release? to false to prevent the job to be re-executed more often than lease timeout Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64079
2019-07-04Change 'Todo' to 'To Do'Christie Lenneville
Currently, we label items to be done as "Todo." This is grammatically incorrect and (therefore) confusing—especially to our Spanish-speaking users for whom "todo" has a specific and unrelated meaning. We should use "To Do" and always use it as singular (not "To Dos"). Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot
2019-07-04Merge branch '12556-flash-message' into 'master'Phil Hughes
Removes EE differences for app/views/projects/_flash_messages.html.haml Closes gitlab-ee#12556 See merge request gitlab-org/gitlab-ce!30344
2019-07-04Copy content from BoardService to boardsStoreWinnie Hellmann
(cherry picked from commit 813299edd83ace98256b7fc9302f586f0dc2cabc)
2019-07-04Create EE-specific initNewListDropdown() functionWinnie Hellmann
(cherry picked from commit 844666193f0740ab9c5f91d60d61acb6ce14cfaf)
2019-07-04Merge branch '12368-main-js' into 'master'Phil Hughes
Resolve CE/EE diff in main.js See merge request gitlab-org/gitlab-ce!30347
2019-07-04Merge branch 'nfriend-make-haml-tooltip-delay-user-configurable' into 'master'Fatih Acet
Allow vanilla JS tooltip delay to be customized through localStorage See merge request gitlab-org/gitlab-ce!30196
2019-07-04Merge branch 'refactor-pipeline-errors_message-ce' into 'master'Kamil Trzciński
CE Port: Refactor pipeline errors_message See merge request gitlab-org/gitlab-ce!30116
2019-07-04Extract mounting of multiple boards switcherWinnie Hellmann
2019-07-04Vue-i18n: app/assets/javascripts/sidebar directoryEzekiel Kigbo
i18n linting for .vue files under the app/assets/javascripts/sidebar directory
2019-07-04Vue-i18n: app/assets/javascripts/notes directoryEzekiel Kigbo
i18n linting for .vue files under the app/assets/javascripts/notes directory
2019-07-04Resolve CE/EE diff in main.jsLukas Eipert
Moving ee/main.js to ee/main_ee.js allows to add a noop file in CE and utilize ee_else_ce.
2019-07-04Removes EE differencesFilipa Lacerda
2019-07-04Set default project sort method prior to initial sort on page loadingDavid Palubin
2019-07-04Merge branch 'fix-mwps-shows-inconsistent-sha-ce' into 'master'Douwe Maan
CE Port: Fix MWPS/ADMTWPS system notes shows wrong sha See merge request gitlab-org/gitlab-ce!30160
2019-07-04Backports for EE's "Allow adding groups to CODEOWNERS file"Igor
Some general code has been added/removed in EE version which needs to be backported in CE
2019-07-04Merge branch 'little-cluster-health-charts-ce' into 'master'Phil Hughes
Use gl-empty-state for monitor charts See merge request gitlab-org/gitlab-ce!30268
2019-07-04Allow asynchronous rebase operations to be monitoredNick Thomas
This MR introduces tracking of the `rebase_jid` for merge requests. As with `merge_ongoing?`, `rebase_in_progress?` will now return true if a rebase is proceeding in sidekiq. After one release, we should remove the Gitaly-based lookup of rebases. It is much better to track this kind of thing via the database.
2019-07-04Merge branch 'sh-fix-issue-63349' into 'master'Rémy Coutable
Make Housekeeping button do a full garbage collection Closes #63349 See merge request gitlab-org/gitlab-ce!30289
2019-07-04Fix MWPS system notes shows inconsistent shaShinya Maeda
Fix the system note service
2019-07-04Merge branch '53357-fix-plus-in-upload-file-names' into 'master'Lin Jen-Shin
Use GitlabUploader#filename when generating upload URLs See merge request gitlab-org/gitlab-ce!29915
2019-07-04Use gl-empty-state for monitor chartsSimon Knox
Move a unit test to jest and use snapshot tests
2019-07-04Refactor pipeline errors_messageShinya Maeda
Use the shared method in Ci::Pipeline
2019-07-04Merge branch 'limit-amount-of-tests-returned' into 'master'Stan Hu
Limit amount of JUnit tests returned Closes #64035 See merge request gitlab-org/gitlab-ce!30274
2019-07-03Limit amount of JUnit tests returnedKamil Trzciński
Currently, we do not cap amount of tests returned to frontend, thus in some extreme cases we can see a MBs of data stored in Redis. This adds an upper limit of 100 tests per-suite. We will continue showing the total counters correctly, but we will limit amount of tests that will be presented.
2019-07-03Use #filename when generating upload URLsHeinrich Lee Yu
We don't need to find the filename from the remote URL
2019-07-03Add Grafana to Admin > Monitoring menu when enabledManeschi Romain
2019-07-03Add salesforce logoMałgorzata Ksionek
2019-07-03Merge branch '55487-enable-group-terminals-button' into 'master'Fatih Acet
Enable terminals button for group clusters Closes #55487 See merge request gitlab-org/gitlab-ce!30255
2019-07-03Merge branch 'fix-todo-allow_collaboration' into 'master'Dmitriy Zaporozhets
Update TODO: allow_collaboration column renaming See merge request gitlab-org/gitlab-ce!30291
2019-07-03Merge branch 'issue/55953' into 'master'Sean McGivern
rename `discussion` to `thread` Closes #55953 See merge request gitlab-org/gitlab-ce!29553
2019-07-03Merge branch 'jc-deprecate-diverging-count-with-max' into 'master'Jan Provaznik
Deprecate diverging commit count with max parameter Closes gitaly#1702 See merge request gitlab-org/gitlab-ce!30275
2019-07-03Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski
2019-07-03Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqMarin Jankovski
2019-07-03Update TODO: allow_collaboration column renamingMark Chao
2019-07-03Merge branch 'master' into michel.engelen/gitlab-ce-issue/55953Sean McGivern
2019-07-03Merge branch 'sh-improve-redis-peek' into 'master'Sean McGivern
Add Redis call details in Peek performance bar See merge request gitlab-org/gitlab-ce!30191
2019-07-03Show upcoming status for releasesJason Goodman
Add released_at field to releases API Add released_at column to releases table Return releases to the API sorted by released_at
2019-07-03Rebased and squashed commitsNatalia Tepluhina
- all commits squashed to make danger review happy
2019-07-03Replace slugifyWithHyphens with improved slugify functionLuke Ward
2019-07-03Make Housekeeping button do a full garbage collectionStan Hu
Previously the Housekeeping button and API would use the counter of last pushes to determine whether to do a full garbage collection, or whether to do one of the less comprehensive tasks: a full repack, incremental pack, or ref pack. This was confusing behavior, since a project owner might have to click the button dozens of times before a full GC would be initiated. This commit forces a full GC each time this is initiated. Note that the `ExclusiveLease` in `HousekeepingService` prevents users from clicking on the button more than once a day. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63349
2019-07-03Merge branch 'rj-fix-manual-order' into 'master'Kushal Pandya
Don't let logged out user do manual order See merge request gitlab-org/gitlab-ce!30264
2019-07-03Merge branch 'vue-i18n-js-ide-directory' into 'master'Tim Zallmann
Vue-i18n: autofix for app/assets/javascripts/ide directory See merge request gitlab-org/gitlab-ce!29967
2019-07-03Add Redis call details in Peek performance barStan Hu
Since Redis timings appear to be increasing in production, this change makes it easier to see what exactly which queries are being called and where. This is done by prepending modules in peek-redis to store the call details. This commit redact values for all SET commands (e.g. HMSET, GETSET, etc.).
2019-07-03Deprecate diverging commit count with max parameterJohn Cai
In 12.0, we turned the feature flag on that effectively turned off the --max-count flag for the count diverging commits call. Since we have commit graphs turned on, this did not affect preformance negatively. Thus, we want to deprecate the call that passes --max-count
2019-07-03Fix typo in updateResolvableDiscussionsCounts actionWinnie Hellmann
2019-07-02Add username to deploy tokensKrasimir Angelov
This new attribute is optional and used when set instead of the default format `gitlab+deploy-token-#{id}`. Empty usernames will be saved as null in the database. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/50228.
2019-07-02Don't let logged out user do manual orderRajat Jain
Add a check for logged out user in the manual order so that they don't see an flash message when they try to reorder issues.
2019-07-02Merge branch '12534-clusters' into 'master'Phil Hughes
Backports css class used in EE specs Closes gitlab-ee#12534 See merge request gitlab-org/gitlab-ce!30258