summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/merge_conflicts
Commit message (Collapse)AuthorAgeFilesLines
* Flash is now a ES6 modulePhil Hughes2017-10-102-2/+2
| | | | | | | | | | | 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.
* Merge branch 'master' into ph-inline-jsPhil Hughes2017-07-271-1/+1
|\
| * fix conflict pluralizedEmilien Mottet2017-07-241-1/+1
| |
* | fixed label subscription & merge conflictsPhil Hughes2017-07-261-0/+3
|/
* update remaining uses of CJS syntax to ES module syntaxMike Greiling2017-05-161-8/+7
|
* remove Cookies class from global spaceMike Greiling2017-03-221-1/+1
|
* remove Vue from the global spaceMike Greiling2017-03-205-6/+10
|
* Remove .es6 from file extensions (!9241)winniehell2017-03-058-0/+0
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-278-48/+33
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
| * resolve all prefer-const eslint violationsMike Greiling2017-01-182-10/+8
| |
| * resolve all no-dupe-keys eslint violationsMike Greiling2017-01-181-2/+1
| |
| * resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-2/+2
| |
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-187-19/+7
| |
| * resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-184-13/+13
| |
| * resolve all no-plusplus eslint violationsMike Greiling2017-01-181-11/+11
| |
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-8/+8
|/
* expand remaining non-explicit eslint-disable blocks and factor out globals ↵Mike Greiling2016-12-138-9/+26
| | | | when no-undef encountered
* Fix Merge Conflicts app to make it work with Vue 2Alfredo Sumaran2016-11-101-1/+16
|
* Remove unnecesarry require.Fatih Acet2016-11-101-1/+0
|
* VueJSMigration: Remove parallel-conflict-line component.Fatih Acet2016-11-102-19/+1
| | | | It's because Vue says: "Component template should contain exactly one root element".
* Vue migration fix syntax highlighting.Fatih Acet2016-11-101-1/+1
|
* Migrate Vue v1 to v2.Fatih Acet2016-11-101-1/+1
|
* disable ESLint for all JavaScript fileswinniehell2016-10-269-0/+9
|
* remove manual Cookie.set "path" option in favor of global settingMike Greiling2016-10-241-3/+1
|
* replace jquery.cookie vendor script with js.cookieMike Greiling2016-10-241-2/+2
|
* Provide better error message to the usermerge-conflicts-editor-2Alfredo Sumaran2016-10-171-1/+1
|
* Add syntax highlighting to filesAlfredo Sumaran2016-10-131-0/+1
|
* Use plain JS to get elements and data and valuesAlfredo Sumaran2016-10-131-5/+5
|
* Add more tests to check conflicts resolutionAlfredo Sumaran2016-10-131-1/+3
|
* Improve components for PhantomJs compatibilityAlfredo Sumaran2016-10-138-10/+93
|
* Use .some instead of .find for phantomjs compatibilityAlfredo Sumaran2016-10-131-9/+1
|
* Do not show Diff view switcher if all files are can be only resolved with an ↵Alfredo Sumaran2016-10-132-1/+14
| | | | editor
* Ability to resolve conflicts for files with `text-editor` as conflict typeAlfredo Sumaran2016-10-132-133/+150
|
* Refactor JS codeAlfredo Sumaran2016-10-134-1/+537
| | | | | | - Use a store base object to manage application state. - Add a service to handle ajax requests. - Load code only when needed
* Replace textarea with Ace editorAlfredo Sumaran2016-10-131-7/+20
|
* Implement editor to manually resolve merge conflictsAlfredo Sumaran2016-10-131-0/+63