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
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
2017-07-31Merge branch 'master' into issue-discussions-refactorDouwe Maan
# Conflicts: # app/controllers/concerns/notes_actions.rb # spec/features/task_lists_spec.rb # spec/support/features/issuable_slash_commands_shared_examples.rb
2017-07-25moved some more inline codePhil Hughes
removed some global variable comments
2017-07-22IssueNotesRefactor: Implement time tracking sidebar integration with slash ↵Fatih Acet
commands.
2017-07-12Update vue-resourceFilipa Lacerda
2017-06-27Polish sidebar toggleClement Ho
2017-06-15Rename "Slash commands" to "Quick actions"Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
2017-05-24add loading spinner to sidebar assigneesSimon Knox
store isFetching state to indicate if assignees has initial data
2017-05-09Prevent vue.esm.js from being bundled into the primary JS bundleMike Greiling
2017-05-05Add sidebar specsClement Ho
2017-05-05[skip ci] Fix FE conflicts with masterClement Ho
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov