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
2018-02-21Update to jQuery 3.Jacob Schatz
2018-02-13Make Edit link style consistent on SidebarAndré Luís
Especially making the link on Lock MR section work the same as others on hover
2018-02-12Move IssuableTimeTracker vue componentGeorge Tsiolis
2018-02-07Translate issuable sidebarJarka Kadlecová
2018-01-28Fall back to default_avatar_url in issue assigment.Felix Geyer
This fixes the avatar in issue assignments when the user hasn't got an avatar and Gravatar is disabled. Closes #34733
2018-01-18Make the 'Edit' links consistent in the issuable sidebarRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-12change loading prop behavior for subscriptions.vueMike Greiling
2018-01-12add missing commaMike Greiling
2018-01-12only show loading indicator in subscription toggle on initial data fetchMike Greiling
2018-01-12add tooltip for notifications icon in collapsed sidebarMike Greiling
2018-01-12change notification bell icon from font-awesome to gitlab svgMike Greiling
2018-01-12update karma testsMike Greiling
2018-01-12add prop defaultsMike Greiling
2018-01-12change rss icon to bell icon for notificationsMike Greiling
2018-01-12convert notification subscription button into toggleMike Greiling
2018-01-09Fix broken specsFilipa Lacerda
2018-01-05[ci skip] Fix more rulesFilipa Lacerda
2018-01-04Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda
2017-12-11Merge branch 'backport-epic-in-issue' into 'master'Jacob Schatz
Backport epic in issue See merge request gitlab-org/gitlab-ce!15799
2017-12-11updated importsPhil Hughes
2017-12-08use exported methods instead of gl.utilsPhil Hughes
2017-12-07Backport epic in issueClement Ho
2017-12-05Merge branch 'ce-1379-update-sidebar-weight-to-vue-and-add-to-boards' into ↵Phil Hughes
'master' Backport EE changes from refactor sidebar weight block Vue and move to Issue Boards See merge request gitlab-org/gitlab-ce!15706
2017-12-05Backport changes from refactor sidebar weight block Vue and move to Issue BoardsEric Eastwood
See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3566
2017-12-04issue note component renameSimon Knox
2017-11-20Async notification subscriptions in issue boardsEric Eastwood
2017-11-16Resolve "lock/confidential issuable sidebar custom svg icons iteration"Luke "Jared" Bennett
2017-10-31Load participants asyncEric Eastwood
2017-10-10karma spec fixesPhil Hughes
2017-10-10Flash is now a ES6 modulePhil Hughes
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
2017-10-06Fix wording in the js messagesJarka Kadlecova
2017-10-03Merge branch '18608-lock-issues-v2' of gitlab.com:gitlab-org/gitlab-ce into ↵Luke "Jared" Bennett
18608-lock-issues-v2
2017-10-03Remove interpolated translation stringsLuke "Jared" Bennett
2017-10-03Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Jarka Kadlecova
18608-lock-issues-v2 # Conflicts: # db/schema.rb
2017-10-01FE review changes app codeLuke "Jared" Bennett
2017-09-26Fix spelling of occurredJames Ramsay
2017-09-20Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett
2017-09-20is-active review changesLuke "Jared" Bennett
2017-09-15Fix static analysisLuke "Jared" Bennett
2017-09-15Review changesLuke "Jared" Bennett
2017-09-14Lightly refactor prettyTime module.Bryce Johnson
2017-09-14Merge FELuke "Jared" Bennett
2017-09-04Move "Move to different project" to sidebarEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
2017-08-17Merge branch 'master' into issue-discussions-refactorDouwe Maan
# Conflicts: # package.json # spec/support/features/reportable_note_shared_examples.rb
2017-08-16change to 'Not confidential'Regis
2017-08-15change message and change specRegis
2017-08-08Merge branch 'master' into issue-discussions-refactorFilipa Lacerda
* master: (481 commits) Make sure that we have author and committer disable file upload button while uploading Fix bar chart does not display label at hour 0 Fixed activity not loading on project homepage Expose noteable_iid in Note Fix fly-out width when it has long items Add a test to show that threshold 40 would corrupt Add changelog entry Raise encoding confidence threshold to 50 Fix the /projects/:id/repository/commits endpoint to handle dots in the ref name when the project full path contains a `/` Fix the /projects/:id/repository/tags endpoint to handle dots in the tag name when the project full path contains a `/` Add Italian translations of Pipeline Schedules Restrict InlineJavaScript for haml_lint to dev and test environment Incorporate Gitaly's CommitService.FindCommit RPC Move `deltas` and `diff_from_parents` logic to Gitlab::Git::Commit fix repo_edit_button_spec.js fix test failures in repo_preview_spec.js fix repo_loading_file_spec tests Refactor Gitlab::Git::Commit to include a repository use 100vh instead of flip flopping between the two - works on all suported browsers ...
2017-08-0833874 confidential issue redesignRegis Boudinot
2017-08-04Merge branch 'master' into issue-discussions-refactorFilipa Lacerda
* master: (162 commits) Since mysql is not a priority anymore, test it less Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Install yarn via apt in update guides Use long curl options Remove monkey-patched Array.prototype.first() and last() methods Openshift Getting Started 35659 Rename Pipelines tab to CI / CD in new navigation Don't bother going through an entire Banzai pipeline for empty text Add active state for pipelines settings on old nav Bump rspec to 3.6.0 Resolve "Specific Async Script Loading by using a Page Variable" Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'" another rubocop style fix Use mixin for new dropdown style Migrate Repository#last_commit_for_path to Gitaly Migrate blame loading to Gitaly ...
2017-08-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann